diff --git a/lib/ansible/modules/cloud/amazon/cloudformation.py b/lib/ansible/modules/cloud/amazon/cloudformation.py index b518b1e5673..6c6a117e928 100644 --- a/lib/ansible/modules/cloud/amazon/cloudformation.py +++ b/lib/ansible/modules/cloud/amazon/cloudformation.py @@ -156,7 +156,7 @@ EXAMPLES = ''' state: present region: us-east-1 disable_rollback: true - template_url: 'https://s3.amazonaws.com/my-bucket/cloudformation.template' + template_url: https://s3.amazonaws.com/my-bucket/cloudformation.template args: template_parameters: KeyName: jmartin @@ -173,7 +173,7 @@ EXAMPLES = ''' state: present region: us-east-1 disable_rollback: true - template_url: 'https://s3.amazonaws.com/my-bucket/cloudformation.template' + template_url: https://s3.amazonaws.com/my-bucket/cloudformation.template role_arn: 'arn:aws:iam::123456789012:role/cloudformation-iam-role' args: template_parameters: diff --git a/lib/ansible/modules/cloud/openstack/_glance_image.py b/lib/ansible/modules/cloud/openstack/_glance_image.py index 6be516eddde..6786a6307f3 100644 --- a/lib/ansible/modules/cloud/openstack/_glance_image.py +++ b/lib/ansible/modules/cloud/openstack/_glance_image.py @@ -44,7 +44,7 @@ options: description: - The keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region @@ -126,7 +126,7 @@ EXAMPLES = ''' container_format: bare disk_format: qcow2 state: present - copy_from: 'http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img' + copy_from: http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img ''' import time diff --git a/lib/ansible/modules/cloud/openstack/_keystone_user.py b/lib/ansible/modules/cloud/openstack/_keystone_user.py index 430e8bf40c4..72bf4dcf5b8 100644 --- a/lib/ansible/modules/cloud/openstack/_keystone_user.py +++ b/lib/ansible/modules/cloud/openstack/_keystone_user.py @@ -51,7 +51,7 @@ options: description: - The keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ user: description: - The name of the user that has to added/removed from OpenStack diff --git a/lib/ansible/modules/cloud/openstack/_nova_compute.py b/lib/ansible/modules/cloud/openstack/_nova_compute.py index 80989b804c1..5747d1cdd0f 100644 --- a/lib/ansible/modules/cloud/openstack/_nova_compute.py +++ b/lib/ansible/modules/cloud/openstack/_nova_compute.py @@ -57,7 +57,7 @@ options: description: - The keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region diff --git a/lib/ansible/modules/cloud/openstack/_nova_keypair.py b/lib/ansible/modules/cloud/openstack/_nova_keypair.py index bc7b50cacc7..7839ca3f161 100644 --- a/lib/ansible/modules/cloud/openstack/_nova_keypair.py +++ b/lib/ansible/modules/cloud/openstack/_nova_keypair.py @@ -55,7 +55,7 @@ options: description: - The keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region diff --git a/lib/ansible/modules/cloud/openstack/_quantum_floating_ip.py b/lib/ansible/modules/cloud/openstack/_quantum_floating_ip.py index 7cfc950ca47..a6663f36ada 100644 --- a/lib/ansible/modules/cloud/openstack/_quantum_floating_ip.py +++ b/lib/ansible/modules/cloud/openstack/_quantum_floating_ip.py @@ -58,7 +58,7 @@ options: description: - The keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region diff --git a/lib/ansible/modules/cloud/openstack/_quantum_floating_ip_associate.py b/lib/ansible/modules/cloud/openstack/_quantum_floating_ip_associate.py index dbae681bcb3..7d7da58d60d 100644 --- a/lib/ansible/modules/cloud/openstack/_quantum_floating_ip_associate.py +++ b/lib/ansible/modules/cloud/openstack/_quantum_floating_ip_associate.py @@ -56,7 +56,7 @@ options: description: - the keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - name of the region diff --git a/lib/ansible/modules/cloud/openstack/_quantum_network.py b/lib/ansible/modules/cloud/openstack/_quantum_network.py index 0b58a18fd11..a437ecd5c7d 100644 --- a/lib/ansible/modules/cloud/openstack/_quantum_network.py +++ b/lib/ansible/modules/cloud/openstack/_quantum_network.py @@ -58,7 +58,7 @@ options: description: - The keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region diff --git a/lib/ansible/modules/cloud/openstack/_quantum_router.py b/lib/ansible/modules/cloud/openstack/_quantum_router.py index b7d8c26bd8c..0026b1b3c97 100644 --- a/lib/ansible/modules/cloud/openstack/_quantum_router.py +++ b/lib/ansible/modules/cloud/openstack/_quantum_router.py @@ -54,7 +54,7 @@ options: description: - The keystone url for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region diff --git a/lib/ansible/modules/cloud/openstack/_quantum_router_gateway.py b/lib/ansible/modules/cloud/openstack/_quantum_router_gateway.py index c133900cf53..e4f3929d7f5 100644 --- a/lib/ansible/modules/cloud/openstack/_quantum_router_gateway.py +++ b/lib/ansible/modules/cloud/openstack/_quantum_router_gateway.py @@ -53,7 +53,7 @@ options: description: - The keystone URL for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region diff --git a/lib/ansible/modules/cloud/openstack/os_image_facts.py b/lib/ansible/modules/cloud/openstack/os_image_facts.py index 9f693c73b77..9fe906da7db 100644 --- a/lib/ansible/modules/cloud/openstack/os_image_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_image_facts.py @@ -45,7 +45,7 @@ EXAMPLES = ''' - name: Gather facts about a previously created image named image1 os_image_facts: auth: - auth_url: 'https://your_api_url.com:9000/v2.0' + auth_url: https://your_api_url.com:9000/v2.0 username: user password: password project_name: someproject diff --git a/lib/ansible/modules/cloud/openstack/os_networks_facts.py b/lib/ansible/modules/cloud/openstack/os_networks_facts.py index c261fc32b76..6eb73f9220c 100644 --- a/lib/ansible/modules/cloud/openstack/os_networks_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_networks_facts.py @@ -49,7 +49,7 @@ EXAMPLES = ''' - name: Gather facts about previously created networks os_networks_facts: auth: - auth_url: 'https://your_api_url.com:9000/v2.0' + auth_url: https://your_api_url.com:9000/v2.0 username: user password: password project_name: someproject @@ -61,7 +61,7 @@ EXAMPLES = ''' - name: Gather facts about a previously created network by name os_networks_facts: auth: - auth_url: 'https://your_api_url.com:9000/v2.0' + auth_url: https://your_api_url.com:9000/v2.0 username: user password: password project_name: someproject @@ -75,7 +75,7 @@ EXAMPLES = ''' # Note: name and filters parameters are Not mutually exclusive os_networks_facts: auth: - auth_url: 'https://your_api_url.com:9000/v2.0' + auth_url: https://your_api_url.com:9000/v2.0 username: user password: password project_name: someproject diff --git a/lib/ansible/modules/cloud/openstack/os_server.py b/lib/ansible/modules/cloud/openstack/os_server.py index ccdf290fdc7..e7a2dd821f3 100644 --- a/lib/ansible/modules/cloud/openstack/os_server.py +++ b/lib/ansible/modules/cloud/openstack/os_server.py @@ -209,7 +209,7 @@ EXAMPLES = ''' os_server: state: present auth: - auth_url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/' + auth_url: https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/ username: admin password: admin project_name: admin @@ -234,7 +234,7 @@ EXAMPLES = ''' os_server: state: present auth: - auth_url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/' + auth_url: https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/ username: username password: Equality7-2521 project_name: username-project1 @@ -301,7 +301,7 @@ EXAMPLES = ''' - name: launch an instance with a string os_server: auth: - auth_url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/' + auth_url: https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/ username: admin password: admin project_name: admin @@ -316,7 +316,7 @@ EXAMPLES = ''' os_server: state: present auth: - auth_url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/' + auth_url: https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/ username: admin password: admin project_name: admin @@ -334,7 +334,7 @@ EXAMPLES = ''' os_server: state: present auth: - auth_url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/' + auth_url: https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/ username: admin password: admin project_name: admin diff --git a/lib/ansible/modules/cloud/openstack/os_subnets_facts.py b/lib/ansible/modules/cloud/openstack/os_subnets_facts.py index dce24362f78..3fe0b80ed1d 100644 --- a/lib/ansible/modules/cloud/openstack/os_subnets_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_subnets_facts.py @@ -49,7 +49,7 @@ EXAMPLES = ''' - name: Gather facts about previously created subnets os_subnets_facts: auth: - auth_url: 'https://your_api_url.com:9000/v2.0' + auth_url: https://your_api_url.com:9000/v2.0 username: user password: password project_name: someproject @@ -61,7 +61,7 @@ EXAMPLES = ''' - name: Gather facts about a previously created subnet by name os_subnets_facts: auth: - auth_url: 'https://your_api_url.com:9000/v2.0' + auth_url: https://your_api_url.com:9000/v2.0 username: user password: password project_name: someproject @@ -75,7 +75,7 @@ EXAMPLES = ''' # Note: name and filters parameters are not mutually exclusive os_subnets_facts: auth: - auth_url: 'https://your_api_url.com:9000/v2.0' + auth_url: https://your_api_url.com:9000/v2.0 username: user password: password project_name: someproject diff --git a/lib/ansible/modules/cloud/openstack/quantum_subnet.py b/lib/ansible/modules/cloud/openstack/quantum_subnet.py index 291acccee9c..c98e8a222dd 100644 --- a/lib/ansible/modules/cloud/openstack/quantum_subnet.py +++ b/lib/ansible/modules/cloud/openstack/quantum_subnet.py @@ -53,7 +53,7 @@ options: description: - The keystone URL for authentication required: false - default: 'http://127.0.0.1:35357/v2.0/' + default: http://127.0.0.1:35357/v2.0/ region_name: description: - Name of the region