From 68c3f45ee11c8aab309741fa97ae24786ad6e265 Mon Sep 17 00:00:00 2001 From: Chris Yeoh Date: Thu, 1 Nov 2012 10:49:53 +1030 Subject: [PATCH] Adds API for bulk creation/deletion of floating IPs This adds an extension that provides a REST API for the bulk creation, deletion and listing of floating IPs. The interface is accessed via /v2/{tenant_id}/os-floating-ips-bulk This forms part of the work to provide APIs for functionality currently implemented by nova-manage that needs direct db access so nova-manage can eventually be removed Implements: blueprint apis-for-nova-manage DocImpact Change-Id: I621e2b070a896f7230cdf3f26f78ded85e72cf16 --- nova/tests/policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/tests/policy.json b/nova/tests/policy.json index b08e89ba..33c5c96f 100644 --- a/nova/tests/policy.json +++ b/nova/tests/policy.json @@ -105,6 +105,7 @@ "compute_extension:floating_ip_dns": "", "compute_extension:floating_ip_pools": "", "compute_extension:floating_ips": "", + "compute_extension:floating_ips_bulk": "", "compute_extension:fping": "", "compute_extension:fping:all_tenants": "is_admin:True", "compute_extension:hosts": "",