Merge "Update Horizon to use NEUTRON instead of QUANTUM"

This commit is contained in:
Jenkins 2014-10-17 06:02:52 +00:00 committed by Gerrit Code Review
commit de84948374
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ OPENSTACK_HYPERVISOR_FEATURES = {
'can_encrypt_volumes': False
}
OPENSTACK_QUANTUM_NETWORK = {
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': False
}