LBaaS v2 and Keystone v3 in Devstack

Bug #1618691 reported by Joe T
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
octavia
Fix Released
Undecided
Lubosz Kosnik

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

affects: neutron → octavia
Changed in octavia:
assignee: nobody → Lubosz Kosnik (diltram)
status: New → In Progress
Changed in octavia:
assignee: Lubosz Kosnik (diltram) → Michael Johnson (johnsom)
Changed in octavia:
assignee: Michael Johnson (johnsom) → Lubosz Kosnik (diltram)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to octavia (master)

Reviewed: https://review.openstack.org/364655
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=076e016bb2eae41ff5361ce5fcd8b224de30c946
Submitter: Jenkins
Branch: master

commit 076e016bb2eae41ff5361ce5fcd8b224de30c946
Author: Lubosz "diltram" Kosnik <email address hidden>
Date: Thu Sep 1 23:03:50 2016 -0500

    Backend Keystone authentication

    Change methods used in backend to authenticate with keystone.
    Use autodetection mechanizm for API version and refactor config
    options specified in Octavia.

    Change-Id: Id0deee2714040d271f43a537c27f410e2f4e3ef2
    Closes-Bug: #1620668
    Closes-Bug: #1618691

Changed in octavia:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/octavia 0.10.0

This issue was fixed in the openstack/octavia 0.10.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.