openstack-python-openstackc.../openstackclient/volume
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
..
v1 Update help text for encryption provider 2018-02-23 16:26:39 -05:00
v2 Deprecate volume create --project and --user options 2018-08-10 10:20:34 -04:00
v3 Add Cinder v3 client support for volumes 2017-02-20 20:37:36 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Add Cinder v3 client support for volumes 2017-02-20 20:37:36 +00:00