Merge "Update devstack config"

This commit is contained in:
Zuul 2018-09-01 03:41:06 +00:00 committed by Gerrit Code Review
commit ed0717b484
1 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,3 @@
[[local|localrc]]
LOGFILE=$DEST/logs/stack.sh.log
@ -21,11 +20,11 @@ IDENTITY_HOST=$HOST_IP
### SET PASSWORDS FOR SERVICES AND USERS ###
#
ADMIN_PASSWORD=secret
ADMIN_PASSWORD=devstack
MYSQL_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50
SERVICE_TOKEN=$ADMIN_PASSWORD
### SET SOME INSTALL OPTIONS ###
@ -57,10 +56,10 @@ PIP_UPGRADE=False
### ADD SOME IMAGES TO GLANCE ###
#
# latest cirros qcow2 image instead of UEC ones
IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
IMAGE_URLS+=",http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
# latest Ubuntu Trusty amd64 cloud image
IMAGE_URLS+=",https://cloud-images.ubuntu.com/releases/trusty/release/ubuntu-14.04-server-cloudimg-amd64-disk1.img"
# latest Ubuntu Xenial amd64 cloud image
IMAGE_URLS+=",https://cloud-images.ubuntu.com/releases/xenial/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img"
# Fedora 21 cloud image (e.g. for AWS LoadBalancer resource in Heat)
#IMAGE_URLS+=",http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2"