From 8b0e091577e77d3dac5bbae50e0d42e89bcfa39e Mon Sep 17 00:00:00 2001 From: Eli Qiao Date: Thu, 4 Sep 2014 14:49:28 +0800 Subject: Port floating_ip_dns extention to v2.1 This patch ports floating_ip_dns extention from v2 to v2.1, and have v2 unit test cases shared between v2.1 and v2. Partially implements blueprint v2-on-v3-api Change-Id: Ia1316697c141fde2b431ba79aebae5986687a4fa --- etc/nova/policy.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/nova/policy.json b/etc/nova/policy.json index 8d541dc718..42bf9d1027 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -157,6 +157,8 @@ "compute_extension:v3:flavor-manage:discoverable": "", "compute_extension:v3:flavor-manage": "rule:admin_api", "compute_extension:floating_ip_dns": "", + "compute_extension:v3:os-floating-ip-dns": "", + "compute_extension:v3:os-floating-ip-dns:discoverable": "", "compute_extension:floating_ip_pools": "", "compute_extension:v3:os-floating-ip-pools": "", "compute_extension:v3:os-floating-ip-pools:discoverable": "", -- cgit v1.2.1