Cannot disable Quantum in Horizon
For the moment, I am still using nova-network configured with VlanManager to manage the networking side of my openstack installation. I plan on moving to Quantum, but after further testing OVS. With that being said, following the documentation on "Configuring the Dashboard" for Folsom on Ubuntu 12.04, I have added "QUANTUM_DISABLE = False" to /etc/openstack-dashboard/local_settings.py but am still seeing errors in Horizon saying "Error: Unable to retrieve networks.". A look at the Apache logs shows that the Quantum client is failing to connect the Quantum service, which makes sense as there is no Quantum service. Because of this error, I cannot deploy instances from Horizon due to the requirement to specify a network, which is completely blank.
Should I be adding "QUANTUM_DISABLE = False" to an alternate config file?