Update Horizon to use NEUTRON instead of QUANTUM

Change-Id: Iabfdd583ee0515a01fb50d9bb2ff42588e313593
Closes-Bug: #1365610
This commit is contained in:
lin-hua-cheng 2014-10-09 23:00:51 -07:00
parent 1325243b62
commit 95fe54570a

View File

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