summaryrefslogtreecommitdiffstats
path: root/etc/nova
diff options
context:
space:
mode:
authorZhi Yan Liu <zhiyanl@cn.ibm.com>2013-04-12 13:37:03 +0800
committerZhi Yan Liu <zhiyanl@cn.ibm.com>2013-04-12 13:37:03 +0800
commit262b285a04b00033c84f817b3f1c105afcf914cb (patch)
tree5f01fdd6eac10e27bd8b550e3aa18db4a69f10c1 /etc/nova
parent4861a3b6a56217bc75ab8056411a4340486b50c4 (diff)
downloadnova-262b285a04b00033c84f817b3f1c105afcf914cb.tar.gz
nova-262b285a04b00033c84f817b3f1c105afcf914cb.tar.xz
nova-262b285a04b00033c84f817b3f1c105afcf914cb.zip
Add an extension to show the mac address of a ip in server(s)
This extension adds the OS-EXT-IPS-MAC:mac_addr param so that users can associate the mac address to the ip of the server in one API call. Implement bp: os-ext-ips-mac-api-extension DocImpact Change-Id: I01d0b3aa804b5218853a4bb568c85e31b87d04e4 Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
Diffstat (limited to 'etc/nova')
-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 1213f3fb5..26a227ae2 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -46,6 +46,7 @@
"compute_extension:extended_status": "",
"compute_extension:extended_availability_zone": "",
"compute_extension:extended_ips": "",
+ "compute_extension:extended_ips_mac": "",
"compute_extension:extended_vif_net": "",
"compute_extension:fixed_ips": "rule:admin_api",
"compute_extension:flavor_access": "",