Merge "Fix create_flavors on subnodes"
This commit is contained in:
commit
6b6d48eaff
2
lib/nova
2
lib/nova
@ -934,6 +934,7 @@ function stop_nova {
|
||||
|
||||
# create_instance_types(): Create default flavors
|
||||
function create_flavors {
|
||||
if is_service_enabled n-api; then
|
||||
if ! openstack flavor list | grep -q ds512M; then
|
||||
# Note that danms hates these flavors and apologizes for sdague
|
||||
openstack flavor create --id c1 --ram 256 --disk 0 --vcpus 1 cirros256
|
||||
@ -950,6 +951,7 @@ function create_flavors {
|
||||
openstack flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 m1.large
|
||||
openstack flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 m1.xlarge
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
# Restore xtrace
|
||||
|
Loading…
Reference in New Issue
Block a user