|
|
@ -57,7 +57,7 @@ requirements:
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|
- name: "Enable access to tiny flavor to your tenant."
|
|
|
|
- name: "Enable access to tiny flavor to your tenant."
|
|
|
|
os_project_Access:
|
|
|
|
os_project_access:
|
|
|
|
cloud: mycloud
|
|
|
|
cloud: mycloud
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
target_project_id: f0f1f2f3f4f5f67f8f9e0e1
|
|
|
|
target_project_id: f0f1f2f3f4f5f67f8f9e0e1
|
|
|
@ -66,7 +66,7 @@ EXAMPLES = '''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Disable access to the given flavor to project"
|
|
|
|
- name: "Disable access to the given flavor to project"
|
|
|
|
os_project_Access:
|
|
|
|
os_project_access:
|
|
|
|
cloud: mycloud
|
|
|
|
cloud: mycloud
|
|
|
|
state: absent
|
|
|
|
state: absent
|
|
|
|
target_project_id: f0f1f2f3f4f5f67f8f9e0e1
|
|
|
|
target_project_id: f0f1f2f3f4f5f67f8f9e0e1
|
|
|
|