Merge "opts: add missing auth options"

This commit is contained in:
Jenkins 2016-09-23 09:38:15 +00:00 committed by Gerrit Code Review
commit c6c12baebe
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ _kuryr_opts = [
def list_neutron_opts():
opt_list = copy.deepcopy(config.neutron_opts)
opt_list.insert(0, ks_loading.get_auth_common_conf_options()[0])
opt_list += ks_loading.get_session_conf_options()
# NOTE(apuimedo): There are a lot of auth plugins, we just generate the
# config options for a few common ones
for name in ENABLED_AUTH_PLUGINS: