mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Remove old fake flavor data."
This commit is contained in:
commit
27869c0f3f
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue