openstack-python-openstackc.../openstackclient/volume/v2
Alan Bishop 030fd71390 Deprecate volume create --project and --user options
Cinder's volume create API does not support overriding the project_id and
user_id, and it silently igores those API inputs. Cinder always uses the
project and user info in the keystone identity associated with the API
request.

If a user specifies the --project or --user option, the volume create is
aborted and a CommandError exception is raised. This prevents a volume
from being created, but without the desired project/user values.

A user wishing to specify alternate values can still do so using identity
overrides (e.g. --os-username, --os-project-id).

Story: 2002583
Task: 22192
Change-Id: Ia9f910ea1b0e61797e8c8c463fa28e7390f15bf9
2018-08-10 10:20:34 -04:00
..
__init__.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00
backup.py Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00
consistency_group.py Add two consistency group commands 2016-12-13 15:32:04 +08:00
consistency_group_snapshot.py Add commands for "consistency group snapshot" 2016-11-19 09:20:15 +08:00
qos_specs.py Fix volume qos spec list 2017-04-28 16:06:00 -05:00
service.py translate all command help strings 2016-11-17 02:33:42 +00:00
snapshot.py Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00
volume.py Deprecate volume create --project and --user options 2018-08-10 10:20:34 -04:00
volume_host.py Add "volume host set" command 2016-11-25 05:21:00 +08:00
volume_snapshot.py Fix NoneType error for volume snapshot create command 2017-04-26 11:07:08 -05:00
volume_transfer_request.py Fix volume transfers request commands 2017-03-27 12:31:42 -05:00
volume_type.py Update help text for encryption provider 2018-02-23 16:26:39 -05:00