← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1470635] Re: endpoints added with v3 are not visible with v2

 

this was fixed in commit:
https://github.com/openstack/keystone/commit/4a239f23e3e599b55f6553f3b4f3290773d2ded7

** Changed in: keystone
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1470635

Title:
  endpoints added with v3 are not visible with v2

Status in OpenStack Identity (keystone):
  Fix Released
Status in openstack-ansible:
  Opinion
Status in puppet-keystone:
  Confirmed

Bug description:
  Create an endpoint with v3::

      # openstack --os-identity-api-version 3 [--admin credentials]
  endpoint create ....

  try to list endpoints with v2::

      # openstack --os-identity-api-version 2 [--admin credentials]
  endpoint list

  nothing.

  We are in the process of trying to convert puppet-keystone to v3 with
  the goal of maintaining backwards compatibility.  That means, we want
  admins/operators not to have to change any existing workflow.  This
  bug causes openstack endpoint list to return nothing which breaks
  existing workflows and backwards compatibility.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1470635/+subscriptions


References