# 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
