summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2013-02-07 09:55:33 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2013-02-12 09:00:13 -0800
commit64fcd4de113dea91cd36e0fb8ed74f001089a3a9 (patch)
treeec9fa3709b7cb9a1910e7bfff601bc1d85ebfbcc /etc
parentb64c53e0368ea63d8cd4beb71dabce9987b9bb54 (diff)
downloadnova-64fcd4de113dea91cd36e0fb8ed74f001089a3a9.tar.gz
nova-64fcd4de113dea91cd36e0fb8ed74f001089a3a9.tar.xz
nova-64fcd4de113dea91cd36e0fb8ed74f001089a3a9.zip
Add an extension to show the type of an ip.
There is currently no way to differentiate a fixed ip from a floating ip in the servers list. This extension adds the OS-EXT-IPS:type param so that users can determine if it is a fixed address or a floating address. Fixes bug 1117784 DocImpact Change-Id: I8709a4f2f6792faa3d8e0cdcd330d751ef6633ae
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 923c4a528..448013212 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -44,6 +44,7 @@
"compute_extension:extended_server_attributes": "rule:admin_api",
"compute_extension:extended_status": "",
"compute_extension:extended_availability_zone": "",
+ "compute_extension:extended_ips": "",
"compute_extension:fixed_ips": "rule:admin_api",
"compute_extension:flavor_access": "",
"compute_extension:flavor_disabled": "",