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:
Dmitriy Rabotyagov 2023-03-14 18:43:35 +01:00
parent 62c0169e64
commit ad9594dcd7
1 changed files with 1 additions and 1 deletions

View File

@ -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
'''