Last active
February 19, 2018 22:26
-
-
Save lingxiankong/448ca2e054b0ae78d06481bb259ee016 to your computer and use it in GitHub Desktop.
devstack config file compute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[local|localrc]] | |
| HOST_IP= | |
| SERVICE_HOST= | |
| RECLONE=False | |
| MYSQL_HOST=$SERVICE_HOST | |
| RABBIT_HOST=$SERVICE_HOST | |
| Q_HOST=$SERVICE_HOST | |
| GLANCE_HOSTPORT=$SERVICE_HOST:9292 | |
| DATABASE_PASSWORD=password | |
| ADMIN_PASSWORD=password | |
| SERVICE_PASSWORD=password | |
| SERVICE_TOKEN=password | |
| RABBIT_PASSWORD=password | |
| LOGFILE=$DEST/logs/stack.sh.log | |
| VERBOSE=True | |
| LOG_COLOR=False | |
| LOGDAYS=1 | |
| ENABLED_SERVICES=n-cpu,q-agt,n-api-meta,placement-client | |
| 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