Merge "Fixing extraneous output from tests"

This commit is contained in:
Jenkins 2015-12-15 14:17:46 +00:00 committed by Gerrit Code Review
commit 8d4b86638b
1 changed files with 3 additions and 1 deletions

View File

@ -128,7 +128,9 @@ OPENSTACK_CINDER_FEATURES = {
}
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': True
'enable_lb': False,
'enable_firewall': False,
'enable_vpn': False
}
OPENSTACK_HYPERVISOR_FEATURES = {