Add cinder keystone client opts to config reference

This adds the config reference items to cinder for things like the
insecure flag, and ca options. This mirrors what we have for services
like glance and ironic.

Change-Id: If3c00a223fbfcb34fd92f8315f2a59bcb819e79e
Closes-Bug: #1615666
This commit is contained in:
Sean Dague 2017-07-28 12:56:53 -04:00
parent f44cc41d53
commit db1d1880ba
1 changed files with 3 additions and 1 deletions

View File

@ -106,5 +106,7 @@ def register_opts(conf):
def list_opts():
return {
cinder_group.name: cinder_opts
cinder_group.name: (
cinder_opts +
ks_loading.get_session_conf_options())
}