python-novaclient/novaclient/tests
Brian Elliott 0d454089c9 Support programmatic use of disk config extension
Allow servers to be created, resized, and rebuilt with the disk_config
option:

http://api.openstack.org/api-ref.html#ext-os-disk-config

There is a separate extension that exists for disk config already, but
it only works via the novaclient CLI interface, not via programmatic use
of python-novaclient as a library.

assert changes in tests/v1_1/fakes allow for other data in rebuild
and resize requests.

Change-Id: I8051ffb8747cf5c67b0199d22fbbe80306b01499
2013-08-01 13:54:56 -05:00
..
v1_1 Support programmatic use of disk config extension 2013-08-01 13:54:56 -05:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
test_auth_plugins.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
test_base.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
test_client.py Discard possibly expired token before re-authenticating 2013-06-19 20:36:48 +01:00
test_discover.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
test_http.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
test_service_catalog.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
test_shell.py Allow tenant ID for authentication 2013-07-03 16:05:13 +01:00
test_utils.py Fix and enable gating on H402 2013-07-17 15:44:05 +02:00
utils.py Bring stdout/stderr capturing in line w/ nova 2013-06-28 10:23:46 +01:00