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