Guest User

Untitled

a guest
Aug 25th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. compute node:
  2.  
  3. ENABLED_SERVICES=n-cpu,rabbit,neutron,q-agt,q-l3,q-meta
  4. SERVICE_HOST=10.18.0.21
  5. MYSQL_HOST=$SERVICE_HOST
  6. RABBIT_HOST=$SERVICE_HOST
  7. Q_HOST=$SERVICE_HOST
  8. Q_DVR_MODE=dvr
  9.  
  10. network node:
  11.  
  12. ENABLED_SERVICES=rabbit,neutron,q-agt,q-dhcp,q-l3,q-meta
  13. SERVICE_HOST=10.18.0.21
  14. MYSQL_HOST=$SERVICE_HOST
  15. RABBIT_HOST=$SERVICE_HOST
  16. Q_HOST=$SERVICE_HOST
  17. Q_DVR_MODE=dvr_snat
  18.  
  19. control node (actually, also running compute and other services right now as well)
  20.  
  21. disable_service n-net
  22. enable_service q-svc
  23. enable_service neutron
  24. enable_service tempest
Advertisement
Add Comment
Please, Sign In to add comment