Fix mistake in compute_flavor_access notes
In order to execute addTenantAccess or removeTenantAccess a flavor should have have is_public set to false, which means it must be private. Change-Id: Iea1c4e7167b7134a4f70a4fb44fc0a8676265419
This commit is contained in:
parent
62c0169e64
commit
ad9594dcd7
@ -34,7 +34,7 @@ options:
|
||||
type: str
|
||||
choices: ['present', 'absent']
|
||||
notes:
|
||||
- A compute flavor must not be private to manage project access.
|
||||
- A compute flavor must be private to manage project access.
|
||||
extends_documentation_fragment:
|
||||
- openstack.cloud.openstack
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user