From b3bbd09131e127e7540f4ccdb1376c10bace8b7a Mon Sep 17 00:00:00 2001 From: Jason Kölker Date: Tue, 11 Dec 2012 15:12:29 -0600 Subject: 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 --- etc/nova/policy.json | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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", -- cgit