Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [[local|localrc]]
- HOST_IP=10.10.10.146
- MULTI_HOST=1
- enable_service horizon
- enable_service rabbit
- enable_service mysql
- enable_service key
- enable_service neutron
- enable_service q-svc
- enable_service n-api
- enable_service n-sch
- enable_service n-cond
- enable_service n-cauth
- disable_service n-net
- disable_service n-cpu
- enable_service cinder
- enable_service c-api
- enable_service c-vol
- enable_service c-sch
- enable_service c-bak
- enable_service g-api
- enable_service g-reg
- Q_PLUGIN=ml2
- Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch
- Q_ML2_TENANT_NETWORK_TYPE=vlan
- ENABLE_TENANT_VLANS=True
- TENANT_VLAN_RANGE=external,vlan:500:1000
- LIBVIRT_TYPE=kvm
- DATABASE_PASSWORD='password'
- RABBIT_PASSWORD='password'
- SERVICE_TOKEN='password'
- SERVICE_PASSWORD='password'
- ADMIN_PASSWORD='password'
- SCREEN_LOGDIR=$DEST/logs/screen
- LOGFILE=$DEST/logs/stack.sh.log
- VERBOSE=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement