Update default cirros version
Following I419348f1784600e3989c8e86a99c04b24f3610c4 Change-Id: I0661144bb6f6d26b3026b011a7fbb01f1998279a
This commit is contained in:
parent
f9b785cfaf
commit
98a0fb2405
@ -79,7 +79,7 @@ function assert_volume {
|
|||||||
########################
|
########################
|
||||||
source $DEVSTACK_DIR/openrc admin admin
|
source $DEVSTACK_DIR/openrc admin admin
|
||||||
if [[ ! "$(openstack flavor list)" =~ 'm1.nano' ]]; then
|
if [[ ! "$(openstack flavor list)" =~ 'm1.nano' ]]; then
|
||||||
openstack flavor create --id 42 --ram 64 --disk 0 --vcpus 1 m1.nano
|
openstack flavor create --id 42 --ram 64 --disk 1 --vcpus 1 m1.nano
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ EXTNET_NAME=${EXTNET_NAME:-public}
|
|||||||
# Name of flavor used to spawn a VM
|
# Name of flavor used to spawn a VM
|
||||||
FLAVOR=${FLAVOR:-m1.nano}
|
FLAVOR=${FLAVOR:-m1.nano}
|
||||||
# Image used for the VM
|
# Image used for the VM
|
||||||
VMIMG_NAME=${VMIMG_NAME:-cirros-0.3.5-x86_64-disk}
|
VMIMG_NAME=${VMIMG_NAME:-cirros-0.4.0-x86_64-disk}
|
||||||
# Zone name used for the Designate Zone
|
# Zone name used for the Designate Zone
|
||||||
ZONE_NAME="${UUID//-/}.com."
|
ZONE_NAME="${UUID//-/}.com."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user