Public bug reported: plugin.sh script calls
iniset $NEUTRON_LBAAS_CONF service_auth auth_uri $AUTH_URI [1] and iniset $NEUTRON_CONF service_auth auth_uri $AUTH_URI [2] but auth_uri option doesn't exist, in neutron-lbaas there is an auth_url option [3] that is used for authentication in keystone [4]. The way how devstack deploys neutron-lbaas currently works only because AUTH_URI default value in settings file [5] equals auth_url default value. We need to set auth_url in plugin.sh instead of auth_uri. [1] https://github.com/openstack/neutron-lbaas/blob/master/devstack/plugin.sh#L53 [2] https://github.com/openstack/neutron-lbaas/blob/master/devstack/plugin.sh#L60 [3] https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/common/keystone.py#L29-L33 [4] https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/common/keystone.py#L95 [5] https://github.com/openstack/neutron-lbaas/blob/master/devstack/settings#L15 ** Affects: neutron Importance: Undecided Assignee: Elena Ezhova (eezhova) Status: New ** Tags: lbaas ** Tags added: lbaas ** Changed in: neutron Assignee: (unassigned) => Elena Ezhova (eezhova) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1592438 Title: [LBaaS] Devstack plugin sets auth_uri option instead of auth_url in neutron.conf and neutron_lbaas.conf Status in neutron: New Bug description: plugin.sh script calls iniset $NEUTRON_LBAAS_CONF service_auth auth_uri $AUTH_URI [1] and iniset $NEUTRON_CONF service_auth auth_uri $AUTH_URI [2] but auth_uri option doesn't exist, in neutron-lbaas there is an auth_url option [3] that is used for authentication in keystone [4]. The way how devstack deploys neutron-lbaas currently works only because AUTH_URI default value in settings file [5] equals auth_url default value. We need to set auth_url in plugin.sh instead of auth_uri. [1] https://github.com/openstack/neutron-lbaas/blob/master/devstack/plugin.sh#L53 [2] https://github.com/openstack/neutron-lbaas/blob/master/devstack/plugin.sh#L60 [3] https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/common/keystone.py#L29-L33 [4] https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/common/keystone.py#L95 [5] https://github.com/openstack/neutron-lbaas/blob/master/devstack/settings#L15 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1592438/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

