Complete rename to Neutron

implements blueprint: remove-use-of-quantum

Change-Id: Ide08774b00ad74e4c2b88baa9e48ac65fbe19360
This commit is contained in:
Dirk Mueller 2013-07-07 13:44:48 +02:00
parent 75f03f3ae0
commit 31c7bdac68
2 changed files with 2 additions and 2 deletions

View File

@ -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