diff --git a/lib/ansible/modules/cloud/openstack/os_auth.py b/lib/ansible/modules/cloud/openstack/os_auth.py index 5c8b68c534..9e433aba3b 100644 --- a/lib/ansible/modules/cloud/openstack/os_auth.py +++ b/lib/ansible/modules/cloud/openstack/os_auth.py @@ -30,6 +30,11 @@ description: requirements: - "python >= 2.6" - "shade" +options: + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false extends_documentation_fragment: openstack ''' diff --git a/lib/ansible/modules/cloud/openstack/os_flavor_facts.py b/lib/ansible/modules/cloud/openstack/os_flavor_facts.py index 8489eaa517..79a52b2959 100644 --- a/lib/ansible/modules/cloud/openstack/os_flavor_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_flavor_facts.py @@ -80,6 +80,10 @@ options: required: false default: false version_added: "2.3" + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false extends_documentation_fragment: openstack ''' diff --git a/lib/ansible/modules/cloud/openstack/os_floating_ip.py b/lib/ansible/modules/cloud/openstack/os_floating_ip.py index c014494db0..ab169f6722 100644 --- a/lib/ansible/modules/cloud/openstack/os_floating_ip.py +++ b/lib/ansible/modules/cloud/openstack/os_floating_ip.py @@ -87,6 +87,10 @@ options: required: false default: false version_added: "2.1" + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_group.py b/lib/ansible/modules/cloud/openstack/os_group.py index e864e87054..8cf0bd2cb7 100644 --- a/lib/ansible/modules/cloud/openstack/os_group.py +++ b/lib/ansible/modules/cloud/openstack/os_group.py @@ -43,6 +43,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_image.py b/lib/ansible/modules/cloud/openstack/os_image.py index d86181f32a..479eecf1dc 100644 --- a/lib/ansible/modules/cloud/openstack/os_image.py +++ b/lib/ansible/modules/cloud/openstack/os_image.py @@ -92,6 +92,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_image_facts.py b/lib/ansible/modules/cloud/openstack/os_image_facts.py index 138defba35..67a551e25a 100644 --- a/lib/ansible/modules/cloud/openstack/os_image_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_image_facts.py @@ -36,6 +36,10 @@ options: description: - Name or ID of the image required: true + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false extends_documentation_fragment: openstack ''' diff --git a/lib/ansible/modules/cloud/openstack/os_ironic.py b/lib/ansible/modules/cloud/openstack/os_ironic.py index 7a6f2fdd4d..1a7ea48532 100644 --- a/lib/ansible/modules/cloud/openstack/os_ironic.py +++ b/lib/ansible/modules/cloud/openstack/os_ironic.py @@ -118,6 +118,10 @@ options: re-assert the password field. required: false default: false + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade", "jsonpatch"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_ironic_inspect.py b/lib/ansible/modules/cloud/openstack/os_ironic_inspect.py index 630f1bfb1e..9c439d0d3f 100644 --- a/lib/ansible/modules/cloud/openstack/os_ironic_inspect.py +++ b/lib/ansible/modules/cloud/openstack/os_ironic_inspect.py @@ -58,6 +58,10 @@ options: - A timeout in seconds to tell the role to wait for the node to complete introspection if wait is set to True. required: false default: 1200 + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_ironic_node.py b/lib/ansible/modules/cloud/openstack/os_ironic_node.py index 6773bdcf29..edf1c1d212 100644 --- a/lib/ansible/modules/cloud/openstack/os_ironic_node.py +++ b/lib/ansible/modules/cloud/openstack/os_ironic_node.py @@ -106,6 +106,10 @@ options: - An integer value representing the number of seconds to wait for the node activation or deactivation to complete. version_added: "2.1" + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/openstack/os_keypair.py b/lib/ansible/modules/cloud/openstack/os_keypair.py index ace1e7aba0..3ff0f81aa7 100644 --- a/lib/ansible/modules/cloud/openstack/os_keypair.py +++ b/lib/ansible/modules/cloud/openstack/os_keypair.py @@ -52,6 +52,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: [] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_keystone_domain.py b/lib/ansible/modules/cloud/openstack/os_keystone_domain.py index aad0a97bf6..c50e386f0f 100644 --- a/lib/ansible/modules/cloud/openstack/os_keystone_domain.py +++ b/lib/ansible/modules/cloud/openstack/os_keystone_domain.py @@ -48,6 +48,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py b/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py index c52e3abdc1..062c2bc36d 100644 --- a/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py @@ -41,6 +41,10 @@ options: this dictionary may be additional dictionaries. required: false default: None + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/openstack/os_keystone_role.py b/lib/ansible/modules/cloud/openstack/os_keystone_role.py index 0ab07f16ba..f69f0628e7 100644 --- a/lib/ansible/modules/cloud/openstack/os_keystone_role.py +++ b/lib/ansible/modules/cloud/openstack/os_keystone_role.py @@ -37,6 +37,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_keystone_service.py b/lib/ansible/modules/cloud/openstack/os_keystone_service.py index e864a8a81d..cc074d649b 100644 --- a/lib/ansible/modules/cloud/openstack/os_keystone_service.py +++ b/lib/ansible/modules/cloud/openstack/os_keystone_service.py @@ -53,6 +53,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_network.py b/lib/ansible/modules/cloud/openstack/os_network.py index 34793e414c..f5419e6130 100644 --- a/lib/ansible/modules/cloud/openstack/os_network.py +++ b/lib/ansible/modules/cloud/openstack/os_network.py @@ -82,6 +82,10 @@ options: required: false default: None version_added: "2.1" + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_networks_facts.py b/lib/ansible/modules/cloud/openstack/os_networks_facts.py index f813b4f093..c2226ad7ee 100644 --- a/lib/ansible/modules/cloud/openstack/os_networks_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_networks_facts.py @@ -40,6 +40,10 @@ options: - A dictionary of meta data to use for further filtering. Elements of this dictionary may be additional dictionaries. required: false + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false extends_documentation_fragment: openstack ''' diff --git a/lib/ansible/modules/cloud/openstack/os_nova_flavor.py b/lib/ansible/modules/cloud/openstack/os_nova_flavor.py index b02c246483..e07d175605 100644 --- a/lib/ansible/modules/cloud/openstack/os_nova_flavor.py +++ b/lib/ansible/modules/cloud/openstack/os_nova_flavor.py @@ -82,6 +82,10 @@ options: assigned if a value is not specified. required: false default: "auto" + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_object.py b/lib/ansible/modules/cloud/openstack/os_object.py index 58dc69f3d5..eaea523501 100644 --- a/lib/ansible/modules/cloud/openstack/os_object.py +++ b/lib/ansible/modules/cloud/openstack/os_object.py @@ -54,6 +54,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/openstack/os_port.py b/lib/ansible/modules/cloud/openstack/os_port.py index 183440f671..c3b6da0aad 100644 --- a/lib/ansible/modules/cloud/openstack/os_port.py +++ b/lib/ansible/modules/cloud/openstack/os_port.py @@ -101,6 +101,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/openstack/os_port_facts.py b/lib/ansible/modules/cloud/openstack/os_port_facts.py index 9d26ef5f1c..4e8f91b9ea 100644 --- a/lib/ansible/modules/cloud/openstack/os_port_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_port_facts.py @@ -45,6 +45,10 @@ options: the port dictionary, or strings within nested dictionaries. required: false default: null + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false extends_documentation_fragment: openstack ''' diff --git a/lib/ansible/modules/cloud/openstack/os_project.py b/lib/ansible/modules/cloud/openstack/os_project.py index f58c82698f..e710380c69 100644 --- a/lib/ansible/modules/cloud/openstack/os_project.py +++ b/lib/ansible/modules/cloud/openstack/os_project.py @@ -58,6 +58,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_project_facts.py b/lib/ansible/modules/cloud/openstack/os_project_facts.py index a417bcea96..c01ae8d00e 100644 --- a/lib/ansible/modules/cloud/openstack/os_project_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_project_facts.py @@ -46,6 +46,10 @@ options: this dictionary may be additional dictionaries. required: false default: None + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/openstack/os_quota.py b/lib/ansible/modules/cloud/openstack/os_quota.py index 9047d4fed2..24efb23890 100644 --- a/lib/ansible/modules/cloud/openstack/os_quota.py +++ b/lib/ansible/modules/cloud/openstack/os_quota.py @@ -156,6 +156,10 @@ options: required: False default: None description: Number of LVM volumes to allow. + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: diff --git a/lib/ansible/modules/cloud/openstack/os_recordset.py b/lib/ansible/modules/cloud/openstack/os_recordset.py index ad18363834..8eb8de7971 100644 --- a/lib/ansible/modules/cloud/openstack/os_recordset.py +++ b/lib/ansible/modules/cloud/openstack/os_recordset.py @@ -61,6 +61,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_router.py b/lib/ansible/modules/cloud/openstack/os_router.py index 34da32d733..6af1f890d1 100644 --- a/lib/ansible/modules/cloud/openstack/os_router.py +++ b/lib/ansible/modules/cloud/openstack/os_router.py @@ -75,6 +75,10 @@ options: - List of subnets to attach to the router internal interface. required: false default: None + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_security_group.py b/lib/ansible/modules/cloud/openstack/os_security_group.py index a611544500..4c4de29a1f 100644 --- a/lib/ansible/modules/cloud/openstack/os_security_group.py +++ b/lib/ansible/modules/cloud/openstack/os_security_group.py @@ -45,6 +45,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/openstack/os_security_group_rule.py b/lib/ansible/modules/cloud/openstack/os_security_group_rule.py index 3b75562750..fb09f75ba2 100644 --- a/lib/ansible/modules/cloud/openstack/os_security_group_rule.py +++ b/lib/ansible/modules/cloud/openstack/os_security_group_rule.py @@ -74,6 +74,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: ["shade"] ''' diff --git a/lib/ansible/modules/cloud/openstack/os_server.py b/lib/ansible/modules/cloud/openstack/os_server.py index 72ea9bbaa9..88bce9728c 100644 --- a/lib/ansible/modules/cloud/openstack/os_server.py +++ b/lib/ansible/modules/cloud/openstack/os_server.py @@ -192,6 +192,10 @@ options: required: false default: true version_added: "2.2" + availability_zone: + description: + - Availability zone in which to create the server. + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_server_actions.py b/lib/ansible/modules/cloud/openstack/os_server_actions.py index 6fe0898d15..570a5e36d2 100644 --- a/lib/ansible/modules/cloud/openstack/os_server_actions.py +++ b/lib/ansible/modules/cloud/openstack/os_server_actions.py @@ -59,6 +59,10 @@ options: - Image the server should be rebuilt with default: null version_added: "2.3" + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_server_facts.py b/lib/ansible/modules/cloud/openstack/os_server_facts.py index efb6fd8327..460b233914 100644 --- a/lib/ansible/modules/cloud/openstack/os_server_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_server_facts.py @@ -45,6 +45,10 @@ options: of additional API calls. required: false default: false + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false extends_documentation_fragment: openstack ''' diff --git a/lib/ansible/modules/cloud/openstack/os_server_group.py b/lib/ansible/modules/cloud/openstack/os_server_group.py index d67e69aa37..e698a788ea 100644 --- a/lib/ansible/modules/cloud/openstack/os_server_group.py +++ b/lib/ansible/modules/cloud/openstack/os_server_group.py @@ -47,6 +47,10 @@ options: valid policy names are anti-affinity, affinity, soft-anti-affinity and soft-affinity. required: false + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_server_volume.py b/lib/ansible/modules/cloud/openstack/os_server_volume.py index 369c727c8e..eb4406d915 100644 --- a/lib/ansible/modules/cloud/openstack/os_server_volume.py +++ b/lib/ansible/modules/cloud/openstack/os_server_volume.py @@ -49,6 +49,10 @@ options: - Device you want to attach. Defaults to auto finding a device name. required: false default: None + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_stack.py b/lib/ansible/modules/cloud/openstack/os_stack.py index 907f4725e5..d6fbd9ca8f 100644 --- a/lib/ansible/modules/cloud/openstack/os_stack.py +++ b/lib/ansible/modules/cloud/openstack/os_stack.py @@ -66,6 +66,10 @@ options: - Maximum number of seconds to wait for the stack creation required: false default: 3600 + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_subnet.py b/lib/ansible/modules/cloud/openstack/os_subnet.py index 8c5d396934..caa034c630 100644 --- a/lib/ansible/modules/cloud/openstack/os_subnet.py +++ b/lib/ansible/modules/cloud/openstack/os_subnet.py @@ -114,6 +114,10 @@ options: required: false default: None version_added: "2.1" + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_subnets_facts.py b/lib/ansible/modules/cloud/openstack/os_subnets_facts.py index 824ef8647b..7f28bad213 100644 --- a/lib/ansible/modules/cloud/openstack/os_subnets_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_subnets_facts.py @@ -40,6 +40,10 @@ options: - A dictionary of meta data to use for further filtering. Elements of this dictionary may be additional dictionaries. required: false + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false extends_documentation_fragment: openstack ''' diff --git a/lib/ansible/modules/cloud/openstack/os_user.py b/lib/ansible/modules/cloud/openstack/os_user.py index 5d81b59542..11cdabc531 100644 --- a/lib/ansible/modules/cloud/openstack/os_user.py +++ b/lib/ansible/modules/cloud/openstack/os_user.py @@ -73,6 +73,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_user_facts.py b/lib/ansible/modules/cloud/openstack/os_user_facts.py index 6d9d145bf9..887843d54a 100644 --- a/lib/ansible/modules/cloud/openstack/os_user_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_user_facts.py @@ -46,6 +46,10 @@ options: this dictionary may be additional dictionaries. required: false default: None + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/openstack/os_user_group.py b/lib/ansible/modules/cloud/openstack/os_user_group.py index 8f4c47ed8f..1d4837d2d4 100644 --- a/lib/ansible/modules/cloud/openstack/os_user_group.py +++ b/lib/ansible/modules/cloud/openstack/os_user_group.py @@ -41,6 +41,10 @@ options: - Should the user be present or absent in the group choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_user_role.py b/lib/ansible/modules/cloud/openstack/os_user_role.py index 132ae88e18..99b6696b34 100644 --- a/lib/ansible/modules/cloud/openstack/os_user_role.py +++ b/lib/ansible/modules/cloud/openstack/os_user_role.py @@ -63,6 +63,10 @@ options: - Should the roles be present or absent on the user. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_volume.py b/lib/ansible/modules/cloud/openstack/os_volume.py index 778b050ec9..06490957bb 100644 --- a/lib/ansible/modules/cloud/openstack/os_volume.py +++ b/lib/ansible/modules/cloud/openstack/os_volume.py @@ -70,6 +70,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/modules/cloud/openstack/os_zone.py b/lib/ansible/modules/cloud/openstack/os_zone.py index c4d063d885..caa0fca4e9 100644 --- a/lib/ansible/modules/cloud/openstack/os_zone.py +++ b/lib/ansible/modules/cloud/openstack/os_zone.py @@ -63,6 +63,10 @@ options: - Should the resource be present or absent. choices: [present, absent] default: present + availability_zone: + description: + - Ignored. Present for backwards compatability + required: false requirements: - "python >= 2.6" - "shade" diff --git a/lib/ansible/utils/module_docs_fragments/openstack.py b/lib/ansible/utils/module_docs_fragments/openstack.py index 0095d3d1fd..88aaad1799 100644 --- a/lib/ansible/utils/module_docs_fragments/openstack.py +++ b/lib/ansible/utils/module_docs_fragments/openstack.py @@ -48,10 +48,6 @@ options: description: - Name of the region. required: false - availability_zone: - description: - - Name of the availability zone. - required: false wait: description: - Should ansible wait until the requested resource is complete.