From 31c7bdac68e7ebf1c2e7d91efa155b7212c20388 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Jul 2013 13:44:48 +0200 Subject: [PATCH] Complete rename to Neutron implements blueprint: remove-use-of-quantum Change-Id: Ide08774b00ad74e4c2b88baa9e48ac65fbe19360 --- .../rootwrap.d/{quantum.test.filters => neutron.test.filters} | 0 neutron/tests/unit/nicira/etc/neutron.conf.test | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename neutron/tests/etc/rootwrap.d/{quantum.test.filters => neutron.test.filters} (100%) diff --git a/neutron/tests/etc/rootwrap.d/quantum.test.filters b/neutron/tests/etc/rootwrap.d/neutron.test.filters similarity index 100% rename from neutron/tests/etc/rootwrap.d/quantum.test.filters rename to neutron/tests/etc/rootwrap.d/neutron.test.filters diff --git a/neutron/tests/unit/nicira/etc/neutron.conf.test b/neutron/tests/unit/nicira/etc/neutron.conf.test index 238a47d6931..0d7f40440ff 100644 --- a/neutron/tests/unit/nicira/etc/neutron.conf.test +++ b/neutron/tests/unit/nicira/etc/neutron.conf.test @@ -18,7 +18,7 @@ bind_port = 9696 api_paste_config = api-paste.ini.test # The messaging module to use, defaults to kombu. -rpc_backend = quantum.openstack.common.rpc.impl_fake +rpc_backend = neutron.openstack.common.rpc.impl_fake lock_path = $state_path/lock @@ -27,5 +27,5 @@ connection = 'sqlite://' [default_servicetype] description = "default service type" -service_definition=dummy:quantum.tests.unit.dummy_plugin.QuantumDummyPlugin +service_definition=dummy:neutron.tests.unit.dummy_plugin.NeutronDummyPlugin