Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- nova_compute.py 2015-01-02 10:57:29.000000000 -0500
- +++ nova_compute.py 2015-01-02 14:56:47.000000000 -0500
- @@ -543,6 +543,7 @@
- auto_floating_ip = dict(default=False, type='bool'),
- floating_ips = dict(default=None),
- floating_ip_pools = dict(default=None),
- + insecure = dict(default=False, type='bool'),
- ))
- module = AnsibleModule(
- argument_spec=argument_spec,
- @@ -560,6 +561,7 @@
- module.params['login_tenant_name'],
- module.params['auth_url'],
- region_name=module.params['region_name'],
- + insecure=module.params['insecure'],
- service_type='compute')
- try:
- nova.authenticate()
Advertisement
Add Comment
Please, Sign In to add comment