]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Set fake rpc implementation in metaplugin test configuration.
authorEugene Nikanorov <enikanorov@mirantis.com>
Thu, 28 Feb 2013 20:13:31 +0000 (00:13 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Thu, 28 Feb 2013 20:13:31 +0000 (00:13 +0400)
fixes bug 1112051

Change-Id: Ie38c930429bc328512a629c61e4e06480549e630

quantum/tests/unit/metaplugin/test_metaplugin.py

index 5a408abee824d6ff5624b70bb001462cac817a2b..f9c721fbca690e49c93623c1c7c3fea0e0d93427 100644 (file)
@@ -63,6 +63,8 @@ def setup_metaplugin_conf():
     cfg.CONF.set_override('base_mac', "12:34:56:78:90:ab")
     #TODO(nati) remove this after subnet quota change is merged
     cfg.CONF.set_override('max_dns_nameservers', 10)
+    cfg.CONF.set_override('rpc_backend',
+                          'quantum.openstack.common.rpc.impl_fake')
 
 
 class MetaQuantumPluginV2Test(testtools.TestCase):