summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/tests/compute/v2/fakes.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py
index ffa2f95e..0d6cd430 100644
--- a/openstackclient/tests/compute/v2/fakes.py
+++ b/openstackclient/tests/compute/v2/fakes.py
@@ -46,18 +46,6 @@ EXTENSION = {
'links': extension_links,
}
-flavor_id = 'm1.large'
-flavor_name = 'Large'
-flavor_ram = 8192
-flavor_vcpus = 4
-
-FLAVOR = {
- 'id': flavor_id,
- 'name': flavor_name,
- 'ram': flavor_ram,
- 'vcpus': flavor_vcpus,
-}
-
floating_ip_num = 100
fix_ip_num = 100
injected_file_num = 100