There was an error while loading. Please reload this page.
2 parents 691ca98 + d236a78 commit 27869c0Copy full SHA for 27869c0
1 file changed
openstackclient/tests/compute/v2/fakes.py
@@ -46,18 +46,6 @@
46
'links': extension_links,
47
}
48
49
-flavor_id = 'm1.large'
50
-flavor_name = 'Large'
51
-flavor_ram = 8192
52
-flavor_vcpus = 4
53
-
54
-FLAVOR = {
55
- 'id': flavor_id,
56
- 'name': flavor_name,
57
- 'ram': flavor_ram,
58
- 'vcpus': flavor_vcpus,
59
-}
60
61
floating_ip_num = 100
62
fix_ip_num = 100
63
injected_file_num = 100
0 commit comments