Merge pull request #1982 from lowwalker/patch-2
Merging, good catch -- updated examples
This commit is contained in:
commit
5fc4f9d876
1 changed files with 7 additions and 2 deletions
|
@ -57,8 +57,13 @@ requirements: ["shade"]
|
|||
|
||||
EXAMPLES = '''
|
||||
- os_network:
|
||||
name=t1network
|
||||
state=present
|
||||
name: t1network
|
||||
state: present
|
||||
auth:
|
||||
auth_url: https://your_api_url.com:9000/v2.0
|
||||
username: user
|
||||
password: password
|
||||
project_name: someproject
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue