summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_policy.py
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2017-04-24 19:43:54 -0400
committerHe Jie Xu <hejie.xu@intel.com>2017-05-04 16:13:45 +0800
commitacdc2da0e3b0255e9884c8a8f1bfe38367c2094c (patch)
tree2701b3499ed0cc5159fce03bb3293a79378416e2 /nova/tests/unit/test_policy.py
parent700ab86f8d88d4c089406f9c30a61a49e847ff1b (diff)
downloadnova-acdc2da0e3b0255e9884c8a8f1bfe38367c2094c.tar.gz
Remove cloudpipe APIs
This commit removes the cloudpipe API from nova. This has been deprecated since change I415760ff634dd85974f0c3f79e788e633852efb5 and no longer works without nova-cert and the pending removal of the deprecated nova-network. Implements bp remove-nova-cert Change-Id: Ifd1fb13a5953cc66f9cc2561d30a9efcd3f4c92e
Diffstat (limited to 'nova/tests/unit/test_policy.py')
-rw-r--r--nova/tests/unit/test_policy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/unit/test_policy.py b/nova/tests/unit/test_policy.py
index 238e818ff5..329a659081 100644
--- a/nova/tests/unit/test_policy.py
+++ b/nova/tests/unit/test_policy.py
@@ -291,7 +291,6 @@ class RealRolePolicyTestCase(test.NoDBTestCase):
"os_compute_api:os-cells:delete",
"os_compute_api:os-cells:update",
"os_compute_api:os-cells:sync_instances",
-"os_compute_api:os-cloudpipe",
"os_compute_api:os-evacuate",
"os_compute_api:os-extended-server-attributes",
"os_compute_api:os-fixed-ips",