Advertisement
Guest User

local.conf

a guest
Jun 8th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. [[local|localrc]]
  2.  
  3. HOST_IP=10.10.10.146
  4. MULTI_HOST=1
  5.  
  6. enable_service horizon
  7.  
  8. enable_service rabbit
  9. enable_service mysql
  10.  
  11. enable_service key
  12.  
  13. enable_service neutron
  14. enable_service q-svc
  15.  
  16. enable_service n-api
  17. enable_service n-sch
  18. enable_service n-cond
  19. enable_service n-cauth
  20. disable_service n-net
  21. disable_service n-cpu
  22.  
  23. enable_service cinder
  24. enable_service c-api
  25. enable_service c-vol
  26. enable_service c-sch
  27. enable_service c-bak
  28.  
  29. enable_service g-api
  30. enable_service g-reg
  31.  
  32. Q_PLUGIN=ml2
  33. Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch
  34. Q_ML2_TENANT_NETWORK_TYPE=vlan
  35. ENABLE_TENANT_VLANS=True
  36. TENANT_VLAN_RANGE=external,vlan:500:1000
  37.  
  38. LIBVIRT_TYPE=kvm
  39.  
  40. DATABASE_PASSWORD='password'
  41. RABBIT_PASSWORD='password'
  42. SERVICE_TOKEN='password'
  43. SERVICE_PASSWORD='password'
  44. ADMIN_PASSWORD='password'
  45.  
  46. SCREEN_LOGDIR=$DEST/logs/screen
  47. LOGFILE=$DEST/logs/stack.sh.log
  48. VERBOSE=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement