fix bug 1551735

Change-Id: Ib78a65f631b87a17eb5ad9438bd2aa1fb6ee1382
This commit is contained in:
Yevgeniy 2016-03-01 17:08:39 +02:00
parent 8445b972fc
commit 614d7eddcd
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
.idea/
.tox
.build
*.pyc
@ -8,4 +9,3 @@ deployment_scripts/puppet/modules/stdlib
build.sh
*.rpm
logs

View File

@ -69,7 +69,7 @@ class ContrailPlugin(TestBasic):
cluster_id = ''
pack_path = [CONTRAIL_PLUGIN_PACK_UB_PATH, CONTRAIL_PLUGIN_PACK_CEN_PATH]
pack_path = CONTRAIL_PLUGIN_PACK_UB_PATH
NEUTRON_BOND_CONFIG = deepcopy(BOND_CONFIG)
NEUTRON_INTERFACES = deepcopy(INTERFACES)