Remove old fake flavor data.
The new class FakeFlavor has been introduced to fake one or more flavors. So use it and remove the old fake flavor data. Change-Id: Ie3a33b36ae6e597c6a0b1d17ad13c73cf4b73bc9 Implements: blueprint improve-flavor-unit-test
This commit is contained in:
parent
b7f62058ad
commit
d236a783d2
@ -46,18 +46,6 @@ EXTENSION = {
|
|||||||
'links': extension_links,
|
'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
|
floating_ip_num = 100
|
||||||
fix_ip_num = 100
|
fix_ip_num = 100
|
||||||
injected_file_num = 100
|
injected_file_num = 100
|
||||||
|
Loading…
Reference in New Issue
Block a user