yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35159
[Bug 1470635] Re: endpoints added with v3 are not visible with v2
I can confirm that this is a problem, and I agree that endpoints created
using the v3 api really should be available via the v2 api.
** Changed in: keystone
Status: New => Confirmed
** Also affects: openstack-ansible
Importance: Undecided
Status: New
--
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):
Confirmed
Status in Ansible playbooks for deploying OpenStack:
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
References