yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40429
[Bug 1508359] [NEW] Can't create images with specified owner in v2
Public bug reported:
Reproduce:
env: devstack-glance(master), ubuntu 14.04, tenant:admin,demo
1.use admin tenant.
2.create an image with command: glance image-create --owner XXXX(demo tenant id)
result:
403 Forbidden: Attribute 'owner' is reserved. (HTTP 403)
except:
the image could be created and its owner should be demo tenant.
when use the "glance help image-create" command with glance-client, it
shows that the owner could be sent as a parameter.and we can also update
the image's owner with image-update api.
So I think we should support to create an image with onwer.
** Affects: glance
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: New
** Changed in: glance
Assignee: (unassigned) => wangxiyuan (wangxiyuan)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1508359
Title:
Can't create images with specified owner in v2
Status in Glance:
New
Bug description:
Reproduce:
env: devstack-glance(master), ubuntu 14.04, tenant:admin,demo
1.use admin tenant.
2.create an image with command: glance image-create --owner XXXX(demo tenant id)
result:
403 Forbidden: Attribute 'owner' is reserved. (HTTP 403)
except:
the image could be created and its owner should be demo tenant.
when use the "glance help image-create" command with glance-client,
it shows that the owner could be sent as a parameter.and we can also
update the image's owner with image-update api.
So I think we should support to create an image with onwer.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1508359/+subscriptions
Follow ups