yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55774
[Bug 1618691] Re: LBaaS v2 and Keystone v3 in Devstack
** Project changed: neutron => octavia
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1618691
Title:
LBaaS v2 and Keystone v3 in Devstack
Status in octavia:
New
Bug description:
I had some issues bringing up a devstack environment with LBaaS v2
(Octavia) and Keystone v3.
I was able to get it working with the following post-config settings:
[[post-config|$OCTAVIA_CONF]]
[keystone_authtoken]
auth_uri = http://localhost:5000/v3
auth_url = http://localhost:35357/v3
user_domain_id = default
project_name = default
auth_type = password
[keystone_authtoken_v3]
admin_user_domain = default
admin_project_domain = default
[[post-config|$NEUTRON_CONF]]
[service_auth]
auth_version = 3
auth_uri = http://localhost:5000/v3
auth_url = http://localhost:35357/v3
admin_user_domain = default
admin_project_domain = default
[[post-config|$NEUTRON_LBAAS_CONF]]
[service_auth]
auth_version = 3
auth_uri = http://localhost:5000/v3
auth_url = http://localhost:35357/v3
admin_user_domain = default
admin_project_domain = default
I'm not exactly sure how to configure the underlying devstack plugins to account for these changes, though.
For reference, here's the entire local.conf:
https://gist.github.com/jtopjian/60cfd903260b88d9101b07c43b30532e
To manage notifications about this bug go to:
https://bugs.launchpad.net/octavia/+bug/1618691/+subscriptions
References