889475db99
(1) Removed references to designate-agent. (2) Removed mdns references that are no longer needed. (3) Ensure that create_domain creates soa first. (4) Removed py26 from the default tox tests Change-Id: Ic014fecac7f97fa88a45e3ac2a3e2d35299fc966
40 lines
976 B
Plaintext
40 lines
976 B
Plaintext
# Passwords
|
|
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
|
|
|
|
# Enable core Designate services
|
|
ENABLED_SERVICES+=,designate,designate-api,designate-central,designate-mdns,designate-pool-manager
|
|
|
|
# Optional Designate services
|
|
#ENABLED_SERVICES+=,designate-sink
|
|
|
|
# Optional TLS Proxy
|
|
#ENABLED_SERVICES+=,tls-proxy
|
|
|
|
# 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
|
|
|
|
# Designate Options
|
|
#DESIGNATE_BACKEND_DRIVER=powerdns
|