up version to 9.0.0 due to release 8.0.0

Change-Id: I1ef383d29fcd57560e5cf8c91a5ff36142e18a8d
This commit is contained in:
Andrey Pavlov 2019-02-07 22:41:10 +03:00
parent 46af2c326f
commit 943ced6e89
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[metadata]
name = ec2-api
version = 8.0.0
version = 9.0.0
summary = OpenStack Ec2api Service
description-file =
README.rst