Just rename quantum to neutron everywhere

Change-Id: Ic1bb14bfeec11a61b0e785bb9619c0195e3bacd7
This commit is contained in:
Terry Wilson
2013-08-06 02:37:48 -05:00
committed by Maru Newby
parent 0718925e13
commit 72bd04243c
44 changed files with 279 additions and 279 deletions

View File

@@ -655,10 +655,10 @@ def single_step_aio_install(options):
if not options.novanetwork_privif:
options.novanetwork_privif = "lo"
# If we are doing an all-in-one install and quantum isn't disabled
# If we are doing an all-in-one install and neutron isn't disabled
# go ahead and set up a basic network and external bridge unless
# specifically told not to
if options.os_quantum_install != "n":
if options.os_neutron_install != "n":
if not options.provision_demo:
options.provision_demo = "y"
if not options.provision_all_in_one_ovs_bridge: