Skip to content

Instantly share code, notes, and snippets.

@gvranganvtn
Last active February 26, 2016 17:32
Show Gist options
  • Save gvranganvtn/9be5ae6c385aeac5abef to your computer and use it in GitHub Desktop.
Save gvranganvtn/9be5ae6c385aeac5abef to your computer and use it in GitHub Desktop.
[[local|localrc]]
LOGFILE=stack.sh.log
LOG_COLOR=False
SCREEN_LOGDIR=/opt/stack/data/log
OFFLINE=True
#RECLONE=yes
NOVA_VNC_ENABLED=True
MULTI_HOST=1
ENABLED_SERVICES=n-cpu
HOST_IP=12.14.16.2
SERVICE_HOST=12.14.16.1
Q_PLUGIN=ml2
ENABLE_TENANT_TUNNELS=True
Q_ML2_TENANT_NETWORK_TYPE=vxlan
Q_HOST=$SERVICE_HOST
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
GLANCE_HOSTPORT=$SERVICE_HOST:9292
KEYSTONE_AUTH_HOST=$SERVICE_HOST
KEYSTONE_SERVICE_HOST=$SERVICE_HOST
MYSQL_PASSWORD=mysql
RABBIT_PASSWORD=rabbit
SERVICE_TOKEN=service
SERVICE_PASSWORD=admin
ADMIN_PASSWORD=admin
enable_plugin networking-odl https://github.com/openstack/networking-odl stable/liberty
ODL_MODE=compute
ODL_MGR_IP=11.12.13.1
ODL_OVS_MANAGERS=11.12.13.4,11.12.13.5
# Uncomment lines below if odl-compute is to be used for l3 forwarding
Q_L3_ENABLED=True
ODL_L3=True
PUBLIC_INTERFACE=eth2
NOVA_VNC_ENABLED=True
NOVNCPROXY_URL="http://$SERVICE_HOST:6080/vnc_auto.html"
VNCSERVER_LISTEN=$HOST_IP
VNCSERVER_PROXYCLIENT_ADDRESS=$VNCSERVER_LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment