Public bug reported:

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
     Importance: Undecided
         Status: New

-- 
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 neutron:
  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/neutron/+bug/1618691/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to