From 244a5e8d72e89f9f0e6ded73038109f1e4ebbada Mon Sep 17 00:00:00 2001 From: Alessio Ababilov Date: Fri, 10 Aug 2012 11:06:56 +0300 Subject: Revert "Remove unused add_network_to_project() method" This reverts commit d8e39cb775a872c46d067bee8febc40dee799369. Change-Id: I22f0692814ff029b4960ab32cbee63bbf4922106 --- nova/tests/policy.json | 1 + 1 file changed, 1 insertion(+) (limited to 'nova/tests') diff --git a/nova/tests/policy.json b/nova/tests/policy.json index 4836a33b4..c2388d411 100644 --- a/nova/tests/policy.json +++ b/nova/tests/policy.json @@ -170,6 +170,7 @@ "network:get_fixed_ip": [], "network:add_fixed_ip_to_instance": [], "network:remove_fixed_ip_from_instance": [], + "network:add_network_to_project": [], "network:get_instance_nw_info": [], "network:get_dns_domains": [], -- cgit