nova/nova/tests/api/openstack/compute/plugins/v3
Fei Long Wang b0d8d69dbe Raise exception when backup volume-backed instance
This patch will be backported to Juno and Icehouse so that
Nova can fail immediately to let user know that it's not
supported in that release.

Partial-Bug: #1313573

NOTE: This conflict is because there is a new parameter
named 'id' for method:
common.raise_http_conflict_for_instance_invalid_state.

Conflicts:
        nova/api/openstack/compute/contrib/admin_actions.py
        nova/api/openstack/compute/plugins/v3/create_backup.py

Change-Id: Ic84fa9e0b9c2d7b6cf49955aa4f0d44ade2b5397
(cherry picked from commit 2b94135865)
2015-04-01 21:05:06 +00:00
..
__init__.py API extensions framework for v3 API 2013-05-13 10:31:22 +09:30
admin_only_action_common.py Merge "V3 Pause: treat case when driver does not implement the operation" 2014-07-15 06:42:55 +00:00
test_access_ips.py Add API schema for v2.1 access_ips extension 2014-09-03 04:17:03 +00:00
test_console_auth_tokens.py Adds get_console_connect_info API 2014-02-28 22:05:29 +02:00
test_consoles.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_create_backup.py Raise exception when backup volume-backed instance 2015-04-01 21:05:06 +00:00
test_extended_volumes.py Fix api direct use of instance module objects 2014-06-03 09:05:12 -07:00
test_extension_info.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
test_lock_server.py Fix copyright messages after admin actions split for V3 API 2014-02-20 14:41:38 +10:30
test_migrations.py Merge "Replace assertTrue/False with assertIn/NotIn" 2014-07-19 07:05:28 +00:00
test_multiple_create.py Add API schema for v2.1/v3 multiple_create extension 2014-09-02 23:09:07 +09:00
test_pause_server.py V3 Pause: treat case when driver does not implement the operation 2014-06-08 01:31:52 -07:00
test_pci.py Fix rest of API objects usage 2014-06-28 12:16:23 -07:00
test_server_actions.py Fix "revertResize/confirmResize" for V2.1 API 2014-09-11 10:22:13 +09:00
test_server_external_events.py Consistently use jsonutils instead of specific implementation 2014-08-12 15:57:09 +02:00
test_server_password.py Object-ify server_password APIv3 extension 2014-06-17 12:25:30 -07:00
test_servers.py boot instance with same net-id for multiple --nic 2015-02-04 12:31:41 -05:00
test_services.py Fix and gate on H305 and H307 2014-07-15 01:13:26 +00:00
test_suspend_server.py Adds suspend server extension for V3 API 2014-01-31 15:10:41 +10:30
test_user_data.py Add API schema for v2.1/v3 user_data extension 2014-09-01 10:00:51 +09:00