diff --git a/plugins/modules/compute_flavor_access.py b/plugins/modules/compute_flavor_access.py index baef550b..20abc3e1 100644 --- a/plugins/modules/compute_flavor_access.py +++ b/plugins/modules/compute_flavor_access.py @@ -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 '''