← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
         Status: New

** Affects: puppet-keystone
     Importance: High
         Status: Confirmed

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

Title:
  endpoints added with v3 are not visible with v2

Status in OpenStack Identity (Keystone):
  New
Status in Puppet module for 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


Follow ups

References