diff --git a/etc/policy.json b/etc/policy.json index b643aa692ff..a1cc26efe98 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -223,6 +223,7 @@ "delete_flavor_service_profile": "rule:admin_only", "get_auto_allocated_topology": "rule:admin_or_owner", + "delete_auto_allocated_topology": "rule:admin_or_owner", "create_trunk": "rule:regular_user", "get_trunk": "rule:admin_or_owner", diff --git a/neutron/tests/etc/policy.json b/neutron/tests/etc/policy.json index b643aa692ff..a1cc26efe98 100644 --- a/neutron/tests/etc/policy.json +++ b/neutron/tests/etc/policy.json @@ -223,6 +223,7 @@ "delete_flavor_service_profile": "rule:admin_only", "get_auto_allocated_topology": "rule:admin_or_owner", + "delete_auto_allocated_topology": "rule:admin_or_owner", "create_trunk": "rule:regular_user", "get_trunk": "rule:admin_or_owner",