summaryrefslogtreecommitdiff
path: root/cloud/openstack/os_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/openstack/os_auth.py')
-rw-r--r--cloud/openstack/os_auth.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/cloud/openstack/os_auth.py b/cloud/openstack/os_auth.py
index 4f4d22ea..f4cdea43 100644
--- a/cloud/openstack/os_auth.py
+++ b/cloud/openstack/os_auth.py
@@ -37,10 +37,13 @@ extends_documentation_fragment: openstack
'''
EXAMPLES = '''
-# Authenticate to the cloud and retrieve the service catalog
-- os_auth:
+- name: Authenticate to the cloud and retrieve the service catalog
+ os_auth:
cloud: rax-dfw
-- debug: var=service_catalog
+
+- name: Show service catalog
+ debug:
+ var: service_catalog
'''
def main():