Skip to content

Commit 27869c0

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove old fake flavor data."
2 parents 691ca98 + d236a78 commit 27869c0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

  • openstackclient/tests/compute/v2

openstackclient/tests/compute/v2/fakes.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@
4646
'links': extension_links,
4747
}
4848

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-
6149
floating_ip_num = 100
6250
fix_ip_num = 100
6351
injected_file_num = 100

0 commit comments

Comments
 (0)