Public bug reported:
There is no unit test which tests for exception while creating a
duplicate project.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenSta
Public bug reported:
Change keystone.conf to use Fernet tokens and issue any api call.
curl http://localhost:5000/v3/users/xyz
This is because the token is not checked for null value in the Fernet
token provider code.
The fix should be straight forward though. I will create a patch for
this.
*
Fetch the icehouse/juno branch of devstack instead of master.
** Changed in: devstack
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1461835
Title:
devsta
Public bug reported:
I am using vanilla glance with commit-id
6dc5477a12b9b904332ac6fe7932abbc7a0275a7
Operations I did using glance client library and results of those operations:
glance.images.create(name='i2') -->passed successfully
glance.images.update('827f09fe-6173-4ab8-9331-4aba0333654e',
Public bug reported:
I am running MySql as backend and I can see two queries being done when
I try to get an image.
In first query the tables images, image_locations and image_properties
are joined and in another query tags related to that image are fetched
from the db. These two can be combined
Public bug reported:
request:
for i in glance.image_members.list('dc782b57-2e28-4339-a9ec-c1967848c4ec'):
print i
response:
403 Forbidden
403 Forbidden
Not allowed to list members for image
dc782b57-2e28-4339-a9ec-c1967848c4ec.
(HTTP 403)
The response should be:
403 Fo
Public bug reported:
As it stands the function list_role_assignments in the sql backend does
not take any filter. So there is scope of optimization here.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Public bug reported:
The exact request is:
curl -i -X POST -H 'User-Agent: python-glanceclient' -H 'Content-Type:
application/json' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*'
-H 'X-Auth-Token: {SHA1}2d5b305e1ea690482d697a6971130f1efd04fbc2' -d
'{}' http://127.0.0.1:9292/v2/images
** Af
Public bug reported:
ldappool package is imported in keystone/common/ldap/core.py
** Affects: keystone
Importance: Undecided
Assignee: Ajaya Agrawal (ajayaa)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which
Public bug reported:
The above problem occurs if a role "Member" is present already.
logs:
openstack role add member
DEBUG: keystoneclient.session REQ: curl -i --insecure -X POST
http://127.0.0.1:35357/v2.0/OS-KSADM/roles -H "User-Agent:
python-keystoneclient" -H "Content-Type: application/jso
I don't think you should report this as a bug. V3cloudsample policy file
is just for a reference. You could easily modify it to meet your needs.
For e.g. you could do:
"project_admin_required": "role:admin and
project_id:%(target.user.default_project_id)s "
"identity:create_user": "rule:cloud_adm
11 matches
Mail list logo