Merge "Change the default configuration value"

This commit is contained in:
Zuul 2025-03-04 08:42:58 +00:00 committed by Gerrit Code Review
commit 046b4ba7ea

View File

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