summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2012-12-11 15:12:29 -0600
committerJason Kölker <jason@koelker.net>2012-12-20 15:43:15 -0600
commitb3bbd09131e127e7540f4ccdb1376c10bace8b7a (patch)
tree4997aefd85852ae4e1abbce74d7bf465a84c464c /etc
parent276fded4972a357db40f7a72e1bf67d4f846a95a (diff)
Add extension to allow hiding of addresses
* Servers in certain states will have network_info but it may change, (eg. rescheduled build on another host). The extension allows the operator to hide the address information in those states * Fixes bug LP 1089092 Change-Id: Ie843e34a41c77903b201b45c5b67a6f75334cb5e
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/policy.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/policy.json b/etc/nova/policy.json
index d06430129..f1e16d834 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -54,6 +54,7 @@
"compute_extension:floating_ips_bulk": "rule:admin_api",
"compute_extension:fping": "",
"compute_extension:fping:all_tenants": "rule:admin_api",
+ "compute_extension:hide_server_addresses": "is_admin:False",
"compute_extension:hosts": "rule:admin_api",
"compute_extension:hypervisors": "rule:admin_api",
"compute_extension:instance_usage_audit_log": "rule:admin_api",