Change the default configuration value

Nova-network will be deprecated, this change is to change the default 
configuration value because Nova network(the current value), is 
deprecated

Change-Id: I75c0bfc350c8c21d4491d85a3d65a858645620d4
This commit is contained in:
tianhui 2017-09-11 14:31:35 +08:00 committed by Ivan Anfimov
parent 2c4f4c33ff
commit a94e7f390d

View File

@ -484,7 +484,7 @@ common_opts = [
'Keystone v3 API with big service catalogs).'),
cfg.StrOpt('conductor_manager', default='trove.conductor.manager.Manager',
help='Qualified class name to use for conductor manager.'),
cfg.StrOpt('network_driver', default='trove.network.nova.NovaNetwork',
cfg.StrOpt('network_driver', default='trove.network.neutron.NeutronDriver',
help="Describes the actual network manager used for "
"the management of network attributes "
"(security groups, floating IPs, etc.)."),