openstack-python-openstackc.../openstackclient/tests/unit
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 Re-implement novaclient bits removed in 10.0 2018-03-13 09:10:45 -05:00
common Fix limits show command without Nova and Cinder 2018-04-03 00:47:00 -07: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
integ Fix SDK Connection creation alternative to Profile 2017-12-07 08:10:23 -06:00
network Merge "Add DNS support to floating IP commands" 2018-08-08 20:15:07 +00:00
object Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
volume Deprecate volume create --project and --user options 2018-08-10 10:20:34 -04:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Adding api_version to FakeApp 2018-06-24 03:47:23 +00:00
test_shell.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
utils.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00