Merge pull request #1982 from lowwalker/patch-2

Merging, good catch -- updated examples
This commit is contained in:
Chrrrles Paul 2015-08-28 14:12:58 -05:00
commit 5fc4f9d876

View file

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