openstack-python-openstackc.../openstackclient/tests/functional
Matt Riedemann 1008544882 Default --nic to 'auto' if creating a server with >= 2.37
Compute API version >= 2.37 requires a 'networks' value in
the server create request. The novaclient CLI defaults this
to 'auto' if not specified, but the novaclient ServerManager.create
python API binding code does not, as it wants clients to be explicit.

For the purposes of the OSC CLI, we should follow suit and if the
user is requesting OS_COMPUTE_API_VERSION>=2.37 without specific
nics, we should just default to 'auto'.

Change-Id: Ib760c55e31209223338a4086ff1f4fee88dc6959
Closes-Bug: #1750395
2018-03-21 01:44:29 +00:00
..
common Cleanup error messages on failure 2018-02-28 11:39:18 -05:00
compute Default --nic to 'auto' if creating a server with >= 2.37 2018-03-21 01:44:29 +00:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity Add CRUD support for application credentials 2018-01-30 21:50:01 +01:00
image Clean up the changes of os.environ in functional tests 2017-07-20 16:39:32 +00:00
network Allow port list to shown undefined attributes 2017-11-24 22:45:06 +00:00
object Skip object-store functional tests when Swift is not available 2017-07-26 19:17:46 -05:00
volume Merge "Add "volume service list --host" functional test case" 2017-09-26 23:15:31 +00:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
run_stestr.sh Switch to use stestr directly 2017-12-27 16:18:49 +09:00