python-novaclient/novaclient/tests
Chris Yeoh 1746bbac26 Adds basic servers support for the Nova V3 API
Ports servers support from the v1_1 directory omitting functionality
which is no longer supported directly in the V3 API such as:

- floating ip
- add/remove/list of security groups
- disk config related functionality

Makes the appropriate modifications required for parameter name
changes between the V2 and V3 API

Booting an instance is not yet supported as this will require more
extensive changes as image listing services are no longer proxied
through the Nova V3 API

Partially implements blueprint v3-api

Change-Id: I1116e8d8ebc73176223f4135168cc4ab5d904356
2013-12-19 23:35:01 +10:30
..
v1_1 Adds agent support for Nova V3 API 2013-12-15 22:45:18 +10:30
v3 Adds basic servers support for the Nova V3 API 2013-12-19 23:35:01 +10:30
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
idfake.pem Allows users to retrieve ciphered VM passwords 2013-11-27 17:26:39 +01:00
test_auth_plugins.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_base.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_client.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_discover.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_http.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
test_service_catalog.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
test_shell.py Merge "Sets default service type for Nova V3 API" 2013-12-08 13:27:40 +00:00
test_utils.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
utils.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30