Skip to content
Snippets Groups Projects
Commit d7be15d7 authored by Ricardo Rocha's avatar Ricardo Rocha
Browse files

[cern] add cinder cfg option group

parent 259f3e18
No related branches found
No related tags found
2 merge requests!34[cern] add cinder cfg option group,!33[cern] fix docker_volume_type on swarm v2
......@@ -126,6 +126,7 @@ cfg.CONF.register_opts(barbican_client_opts, group='barbican_client')
cfg.CONF.register_opts(nova_client_opts, group='nova_client')
cfg.CONF.register_opts(neutron_client_opts, group='neutron_client')
cfg.CONF.register_opts(cinder_client_opts, group='cinder_client')
cfg.CONF.register_opts(cinder_client_opts, group='cinder')
cfg.CONF.register_opts(common_security_opts, group='heat_client')
cfg.CONF.register_opts(common_security_opts, group='glance_client')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment