yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #53454
[Bug 1592438] Re: [LBaaS] Devstack plugin sets auth_uri option instead of auth_url in neutron.conf and neutron_lbaas.conf
Reviewed: https://review.openstack.org/329507
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=4b0dba391f04bc0ce94ff99afb2ee925691058f4
Submitter: Jenkins
Branch: master
commit 4b0dba391f04bc0ce94ff99afb2ee925691058f4
Author: Elena Ezhova <eezhova@xxxxxxxxxxxx>
Date: Tue Jun 14 18:01:45 2016 +0300
Replace auth_uri option with auth_url in DevStack plugin
auth_uri option doesn't exist, in neutron-lbaas there is an auth_url
option that is used for authentication in keystone. The way how
devstack deploys neutron-lbaas currently works only because AUTH_URI
default value in settings file equals auth_url default value.
Change-Id: I3c89760c5c475f86528cb5879b72bad8b2eab6a5
Closes-Bug: #1592438
** Changed in: neutron
Status: In Progress => Fix Released
--
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:
Fix Released
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
References