diff --git a/devstack/create_config b/devstack/create_config index 8e26fad9..0fa40e9f 100755 --- a/devstack/create_config +++ b/devstack/create_config @@ -66,8 +66,8 @@ AWS_PARAMS="--region $REGION_NAME --endpoint-url $EC2_URL" neutron_item=$(openstack service list | grep neutron) # prepare flavors -nova flavor-create --is-public True $FLAVOR_NAME 16 512 0 1 -nova flavor-create --is-public True $FLAVOR_NAME_ALT 17 256 0 1 +nova flavor-create --is-public True $FLAVOR_NAME 16 512 1 1 +nova flavor-create --is-public True $FLAVOR_NAME_ALT 17 256 1 1 # prepare cirros image for register_image test. uploading it to S3. sudo rm /tmp/$CIRROS_IMAGE_FNAME diff --git a/setup.cfg b/setup.cfg index 70225f95..f7a1873c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ec2-api -version = 8.0.0 +version = 9.0.0 summary = OpenStack Ec2api Service description-file = README.rst