Unquote urls in YAML - cloud (#5797)

This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:39:15 +00:00 committed by Matt Clay
parent eb54b80a92
commit ca047c3881
15 changed files with 25 additions and 25 deletions

View file

@ -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