diff --git a/cloud/openstack/os_network.py b/cloud/openstack/os_network.py index 75c431493f6..f911ce71af1 100644 --- a/cloud/openstack/os_network.py +++ b/cloud/openstack/os_network.py @@ -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 '''