diff options
author | ricolin <rico.lin.guanyu@gmail.com> | 2019-03-14 16:45:01 +0800 |
---|---|---|
committer | ricolin <rico.lin.guanyu@gmail.com> | 2019-03-14 16:45:01 +0800 |
commit | c737ed82fb60e2c41dec3db2d7cb59dd840d3bde (patch) | |
tree | 4d6d3dc791c3b58ca37272f368d6f33541f72570 /playbooks | |
parent | 7d346302d9eb5c64588081dc3bc1a9792f043faa (diff) | |
download | heat-c737ed82fb60e2c41dec3db2d7cb59dd840d3bde.tar.gz |
Migrate to bionic test image
Depends-On: https://review.openstack.org/#/c/643093/
Change-Id: Ibd73389902935518fafda649b6d419881fe6349e
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/devstack/functional/run.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml index bd2e0c937..3a7fd3c2b 100644 --- a/playbooks/devstack/functional/run.yaml +++ b/playbooks/devstack/functional/run.yaml @@ -64,9 +64,9 @@ # Enable octavia plugin and services export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin octavia https://git.openstack.org/openstack/octavia" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_FILE=/tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_FILE=/tmp/test-only-amphora-x64-haproxy-ubuntu-bionic.qcow2" export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_SIZE=3" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_NAME=test-only-amphora-x64-haproxy-ubuntu-xenial" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_NAME=test-only-amphora-x64-haproxy-ubuntu-bionic" export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMPHORA_DRIVER=amphora_noop_driver" export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_COMPUTE_DRIVER=compute_noop_driver" export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_NETWORK_DRIVER=network_noop_driver" |