diff --git a/lib/ansible/modules/cloud/openstack/os_project.py b/lib/ansible/modules/cloud/openstack/os_project.py index b0eead8ff3..a68becb0a6 100644 --- a/lib/ansible/modules/cloud/openstack/os_project.py +++ b/lib/ansible/modules/cloud/openstack/os_project.py @@ -58,6 +58,7 @@ EXAMPLES = ''' # Create a project - os_project: cloud: mycloud + endpoint_type: admin state: present name: demoproject description: demodescription @@ -67,6 +68,7 @@ EXAMPLES = ''' # Delete a project - os_project: cloud: mycloud + endpoint_type: admin state: absent name: demoproject '''