summaryrefslogtreecommitdiff
path: root/tempest/api_schema/response/compute
diff options
context:
space:
mode:
authorghanshyam <ghanshyam.mann@nectechnologies.in>2015-03-20 11:03:44 +0900
committerghanshyam <ghanshyam.mann@nectechnologies.in>2015-03-20 11:03:44 +0900
commitaa93b4bd0b68de56ae0980c7bf027cf86b5fbc5b (patch)
tree7ac00a144e9e4de3288202ecb37114ffad73cdbb /tempest/api_schema/response/compute
parentdb9721dfecd99421f89ca9e263a97271e5f79ca0 (diff)
downloadtempest-aa93b4bd0b68de56ae0980c7bf027cf86b5fbc5b.tar.gz
Rename compute response schema dir to v2_1
This commit rename the compute response schema directory to v2_1. Further this directory will used to place all merged compute schema files for V2.1 API. Partially implements blueprint rearrange-nova-response-schemas Change-Id: Ia9d9a147df3668d6dd76f0825676439676b43bee
Diffstat (limited to 'tempest/api_schema/response/compute')
-rw-r--r--tempest/api_schema/response/compute/v2_1/__init__.py (renamed from tempest/api_schema/response/compute/v2/__init__.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/agents.py (renamed from tempest/api_schema/response/compute/v2/agents.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/aggregates.py (renamed from tempest/api_schema/response/compute/v2/aggregates.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/availability_zone.py (renamed from tempest/api_schema/response/compute/v2/availability_zone.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/certificates.py (renamed from tempest/api_schema/response/compute/v2/certificates.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/extensions.py (renamed from tempest/api_schema/response/compute/v2/extensions.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/fixed_ips.py (renamed from tempest/api_schema/response/compute/v2/fixed_ips.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/flavors.py (renamed from tempest/api_schema/response/compute/v2/flavors.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/floating_ips.py (renamed from tempest/api_schema/response/compute/v2/floating_ips.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/hosts.py (renamed from tempest/api_schema/response/compute/v2/hosts.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/hypervisors.py (renamed from tempest/api_schema/response/compute/v2/hypervisors.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/images.py (renamed from tempest/api_schema/response/compute/v2/images.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/instance_usage_audit_logs.py (renamed from tempest/api_schema/response/compute/v2/instance_usage_audit_logs.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/interfaces.py (renamed from tempest/api_schema/response/compute/v2/interfaces.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/keypairs.py (renamed from tempest/api_schema/response/compute/v2/keypairs.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/limits.py (renamed from tempest/api_schema/response/compute/v2/limits.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/quota_classes.py (renamed from tempest/api_schema/response/compute/v2/quota_classes.py)2
-rw-r--r--tempest/api_schema/response/compute/v2_1/quotas.py (renamed from tempest/api_schema/response/compute/v2/quotas.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/security_group_default_rule.py (renamed from tempest/api_schema/response/compute/v2/security_group_default_rule.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/security_groups.py (renamed from tempest/api_schema/response/compute/v2/security_groups.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/servers.py (renamed from tempest/api_schema/response/compute/v2/servers.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/tenant_networks.py (renamed from tempest/api_schema/response/compute/v2/tenant_networks.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/tenant_usages.py (renamed from tempest/api_schema/response/compute/v2/tenant_usages.py)0
-rw-r--r--tempest/api_schema/response/compute/v2_1/volumes.py (renamed from tempest/api_schema/response/compute/v2/volumes.py)0
24 files changed, 1 insertions, 1 deletions
diff --git a/tempest/api_schema/response/compute/v2/__init__.py b/tempest/api_schema/response/compute/v2_1/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tempest/api_schema/response/compute/v2/__init__.py
+++ b/tempest/api_schema/response/compute/v2_1/__init__.py
diff --git a/tempest/api_schema/response/compute/v2/agents.py b/tempest/api_schema/response/compute/v2_1/agents.py
index d827377b7..d827377b7 100644
--- a/tempest/api_schema/response/compute/v2/agents.py
+++ b/tempest/api_schema/response/compute/v2_1/agents.py
diff --git a/tempest/api_schema/response/compute/v2/aggregates.py b/tempest/api_schema/response/compute/v2_1/aggregates.py
index d87e4de96..d87e4de96 100644
--- a/tempest/api_schema/response/compute/v2/aggregates.py
+++ b/tempest/api_schema/response/compute/v2_1/aggregates.py
diff --git a/tempest/api_schema/response/compute/v2/availability_zone.py b/tempest/api_schema/response/compute/v2_1/availability_zone.py
index e261d3d6c..e261d3d6c 100644
--- a/tempest/api_schema/response/compute/v2/availability_zone.py
+++ b/tempest/api_schema/response/compute/v2_1/availability_zone.py
diff --git a/tempest/api_schema/response/compute/v2/certificates.py b/tempest/api_schema/response/compute/v2_1/certificates.py
index bda607587..bda607587 100644
--- a/tempest/api_schema/response/compute/v2/certificates.py
+++ b/tempest/api_schema/response/compute/v2_1/certificates.py
diff --git a/tempest/api_schema/response/compute/v2/extensions.py b/tempest/api_schema/response/compute/v2_1/extensions.py
index 570cd030a..570cd030a 100644
--- a/tempest/api_schema/response/compute/v2/extensions.py
+++ b/tempest/api_schema/response/compute/v2_1/extensions.py
diff --git a/tempest/api_schema/response/compute/v2/fixed_ips.py b/tempest/api_schema/response/compute/v2_1/fixed_ips.py
index 446633fbc..446633fbc 100644
--- a/tempest/api_schema/response/compute/v2/fixed_ips.py
+++ b/tempest/api_schema/response/compute/v2_1/fixed_ips.py
diff --git a/tempest/api_schema/response/compute/v2/flavors.py b/tempest/api_schema/response/compute/v2_1/flavors.py
index 76c4ceea0..76c4ceea0 100644
--- a/tempest/api_schema/response/compute/v2/flavors.py
+++ b/tempest/api_schema/response/compute/v2_1/flavors.py
diff --git a/tempest/api_schema/response/compute/v2/floating_ips.py b/tempest/api_schema/response/compute/v2_1/floating_ips.py
index 72507731f..72507731f 100644
--- a/tempest/api_schema/response/compute/v2/floating_ips.py
+++ b/tempest/api_schema/response/compute/v2_1/floating_ips.py
diff --git a/tempest/api_schema/response/compute/v2/hosts.py b/tempest/api_schema/response/compute/v2_1/hosts.py
index 09447923b..09447923b 100644
--- a/tempest/api_schema/response/compute/v2/hosts.py
+++ b/tempest/api_schema/response/compute/v2_1/hosts.py
diff --git a/tempest/api_schema/response/compute/v2/hypervisors.py b/tempest/api_schema/response/compute/v2_1/hypervisors.py
index cbb76984b..cbb76984b 100644
--- a/tempest/api_schema/response/compute/v2/hypervisors.py
+++ b/tempest/api_schema/response/compute/v2_1/hypervisors.py
diff --git a/tempest/api_schema/response/compute/v2/images.py b/tempest/api_schema/response/compute/v2_1/images.py
index 3c0b80e79..3c0b80e79 100644
--- a/tempest/api_schema/response/compute/v2/images.py
+++ b/tempest/api_schema/response/compute/v2_1/images.py
diff --git a/tempest/api_schema/response/compute/v2/instance_usage_audit_logs.py b/tempest/api_schema/response/compute/v2_1/instance_usage_audit_logs.py
index 658f5746c..658f5746c 100644
--- a/tempest/api_schema/response/compute/v2/instance_usage_audit_logs.py
+++ b/tempest/api_schema/response/compute/v2_1/instance_usage_audit_logs.py
diff --git a/tempest/api_schema/response/compute/v2/interfaces.py b/tempest/api_schema/response/compute/v2_1/interfaces.py
index 64d161d99..64d161d99 100644
--- a/tempest/api_schema/response/compute/v2/interfaces.py
+++ b/tempest/api_schema/response/compute/v2_1/interfaces.py
diff --git a/tempest/api_schema/response/compute/v2/keypairs.py b/tempest/api_schema/response/compute/v2_1/keypairs.py
index ec26fa02f..ec26fa02f 100644
--- a/tempest/api_schema/response/compute/v2/keypairs.py
+++ b/tempest/api_schema/response/compute/v2_1/keypairs.py
diff --git a/tempest/api_schema/response/compute/v2/limits.py b/tempest/api_schema/response/compute/v2_1/limits.py
index a7decb7b4..a7decb7b4 100644
--- a/tempest/api_schema/response/compute/v2/limits.py
+++ b/tempest/api_schema/response/compute/v2_1/limits.py
diff --git a/tempest/api_schema/response/compute/v2/quota_classes.py b/tempest/api_schema/response/compute/v2_1/quota_classes.py
index 5474a8960..a7374df0b 100644
--- a/tempest/api_schema/response/compute/v2/quota_classes.py
+++ b/tempest/api_schema/response/compute/v2_1/quota_classes.py
@@ -15,7 +15,7 @@
import copy
-from tempest.api_schema.response.compute.v2 import quotas
+from tempest.api_schema.response.compute.v2_1 import quotas
# NOTE(mriedem): os-quota-class-sets responses are the same as os-quota-sets
# except for the key in the response body is quota_class_set instead of
diff --git a/tempest/api_schema/response/compute/v2/quotas.py b/tempest/api_schema/response/compute/v2_1/quotas.py
index 630b227c7..630b227c7 100644
--- a/tempest/api_schema/response/compute/v2/quotas.py
+++ b/tempest/api_schema/response/compute/v2_1/quotas.py
diff --git a/tempest/api_schema/response/compute/v2/security_group_default_rule.py b/tempest/api_schema/response/compute/v2_1/security_group_default_rule.py
index 9246ab876..9246ab876 100644
--- a/tempest/api_schema/response/compute/v2/security_group_default_rule.py
+++ b/tempest/api_schema/response/compute/v2_1/security_group_default_rule.py
diff --git a/tempest/api_schema/response/compute/v2/security_groups.py b/tempest/api_schema/response/compute/v2_1/security_groups.py
index 9a852e52e..9a852e52e 100644
--- a/tempest/api_schema/response/compute/v2/security_groups.py
+++ b/tempest/api_schema/response/compute/v2_1/security_groups.py
diff --git a/tempest/api_schema/response/compute/v2/servers.py b/tempest/api_schema/response/compute/v2_1/servers.py
index ebee69769..ebee69769 100644
--- a/tempest/api_schema/response/compute/v2/servers.py
+++ b/tempest/api_schema/response/compute/v2_1/servers.py
diff --git a/tempest/api_schema/response/compute/v2/tenant_networks.py b/tempest/api_schema/response/compute/v2_1/tenant_networks.py
index 0b2868a79..0b2868a79 100644
--- a/tempest/api_schema/response/compute/v2/tenant_networks.py
+++ b/tempest/api_schema/response/compute/v2_1/tenant_networks.py
diff --git a/tempest/api_schema/response/compute/v2/tenant_usages.py b/tempest/api_schema/response/compute/v2_1/tenant_usages.py
index 0b824a1cd..0b824a1cd 100644
--- a/tempest/api_schema/response/compute/v2/tenant_usages.py
+++ b/tempest/api_schema/response/compute/v2_1/tenant_usages.py
diff --git a/tempest/api_schema/response/compute/v2/volumes.py b/tempest/api_schema/response/compute/v2_1/volumes.py
index 541d3ff2d..541d3ff2d 100644
--- a/tempest/api_schema/response/compute/v2/volumes.py
+++ b/tempest/api_schema/response/compute/v2_1/volumes.py