openstack-python-openstackc.../openstackclient
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
..
api Support --community in openstack image list 2018-07-24 22:48:01 +00:00
common Add command to show all service versions 2018-07-23 16:58:30 -05:00
compute Merge "Don't sent disk_over_commit if nova api > 2.24" 2018-07-25 19:31:35 +00:00
identity Implement support for project limits 2018-07-23 21:52:00 +00:00
image Merge "Support --community in openstack image list" 2018-07-25 02:49:02 +00:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Merge "Add DNS support to floating IP commands" 2018-08-08 20:15:07 +00:00
object Allow objects to be streamed to stdout 2017-07-05 20:08:18 -03:00
tests Deprecate volume create --project and --user options 2018-08-10 10:20:34 -04:00
volume Deprecate volume create --project and --user options 2018-08-10 10:20:34 -04:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Useless line of code in shell.py 2017-09-08 06:28:15 +00:00