diff options
| author | Jason Kölker <jason@koelker.net> | 2012-12-11 15:12:29 -0600 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2012-12-20 15:43:15 -0600 |
| commit | b3bbd09131e127e7540f4ccdb1376c10bace8b7a (patch) | |
| tree | 4997aefd85852ae4e1abbce74d7bf465a84c464c /etc | |
| parent | 276fded4972a357db40f7a72e1bf67d4f846a95a (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.json | 1 |
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", |
