Change glance apiver
This commit is contained in:
parent
264aba5543
commit
a0e294852f
1 changed files with 2 additions and 1 deletions
|
@ -86,9 +86,10 @@ ami_location = $DEST/openstack-integration-tests/include/sample_vm/$DIST_NAME-se
|
||||||
|
|
||||||
[glance]
|
[glance]
|
||||||
host = $GLANCE_HOST
|
host = $GLANCE_HOST
|
||||||
apiver = v1.0
|
apiver = v1
|
||||||
port = $GLANCE_PORT
|
port = $GLANCE_PORT
|
||||||
image_id = 1
|
image_id = 1
|
||||||
|
tenant_id = 1
|
||||||
|
|
||||||
[keystone]
|
[keystone]
|
||||||
service_host = $HOST_IP
|
service_host = $HOST_IP
|
||||||
|
|
Loading…
Reference in a new issue