72ff534a62
Change-Id: I617c15aa5ba03bec103991f9b65ddc5e3181bd13
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
# General DevStack Config
|
|
# =======================
|
|
ADMIN_PASSWORD=password
|
|
MYSQL_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
|
|
# IP Address for services to bind to (Should match IP from Vagrantfile)
|
|
SERVICE_HOST=192.168.27.100
|
|
|
|
# Logging
|
|
#LOGFILE=/opt/stack/logs/stack.sh.log
|
|
SCREEN_LOGDIR=/opt/stack/logs
|
|
VERBOSE=True
|
|
LOG_COLOR=True
|
|
|
|
# Enable the basic services we require
|
|
ENABLED_SERVICES=rabbit,mysql,key
|
|
|
|
# Designate Devstack Config
|
|
# =========================
|
|
# Enable core Designate services
|
|
ENABLED_SERVICES+=,designate,designate-central,designate-api,designate-pool-manager,designate-mdns
|
|
|
|
# Optional Designate services
|
|
#ENABLED_SERVICES+=,designate-agent
|
|
#ENABLED_SERVICES+=,designate-sink
|
|
|
|
# Backend Driver (e.g. powerdns, bind9. See designate.backend section of
|
|
# setup.cfg)
|
|
#DESIGNATE_BACKEND_DRIVER=powerdns
|
|
|
|
|
|
# Other Devstack Config
|
|
# =====================
|
|
# Optional TLS Proxy
|
|
#ENABLED_SERVICES+=,tls-proxy
|
|
|
|
# Optional Tempest
|
|
#ENABLED_SERVICES+=,tempest
|
|
|
|
# Optional Rally
|
|
#ENABLED_SERVICES+=,rally
|
|
|
|
# Optional Horizon Panels
|
|
#ENABLED_SERVICES+=,horizon
|
|
|
|
# Optional core OpenStack services (needed by horizon)
|
|
#ENABLED_SERVICES+=,g-api,g-reg,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,n-sch,n-novnc,n-xvnc,n-cauth
|