[Bug 1777153] Re: "volume create" should not offer --project or --user options
Corey Bryant
corey.bryant at canonical.com
Fri Jun 22 17:33:24 UTC 2018
Upstream fix is in progress: https://review.openstack.org/575804
** Changed in: python-openstackclient (Ubuntu)
Status: New => Triaged
** Changed in: python-openstackclient (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-openstackclient in Ubuntu.
https://bugs.launchpad.net/bugs/1777153
Title:
"volume create" should not offer --project or --user options
Status in python-openstackclient package in Ubuntu:
Triaged
Bug description:
The "openstack volume create" command currently supports two options
(--project and --user) that are supposed to allow the user to override
the project and/or user associated with the volume. However, Cinder's
volume create API essentially ignores the values [1], and ends up
creating the volume using the user's identity. The --project and
--user options need to be deprecated.
[1] Cinder's API should not be offering input arguments that suggest
the project/user can be overridden. That's because the volume is
always created with the project/user keystone identity info associated
with the API request.
The proper way for the user to specify an alternate project/user is
using the identity overrides, such as --os-username or --os-project-
id.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-openstackclient/+bug/1777153/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list