Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- compute node:
- ENABLED_SERVICES=n-cpu,rabbit,neutron,q-agt,q-l3,q-meta
- SERVICE_HOST=10.18.0.21
- MYSQL_HOST=$SERVICE_HOST
- RABBIT_HOST=$SERVICE_HOST
- Q_HOST=$SERVICE_HOST
- Q_DVR_MODE=dvr
- network node:
- ENABLED_SERVICES=rabbit,neutron,q-agt,q-dhcp,q-l3,q-meta
- SERVICE_HOST=10.18.0.21
- MYSQL_HOST=$SERVICE_HOST
- RABBIT_HOST=$SERVICE_HOST
- Q_HOST=$SERVICE_HOST
- Q_DVR_MODE=dvr_snat
- control node (actually, also running compute and other services right now as well)
- disable_service n-net
- enable_service q-svc
- enable_service neutron
- enable_service tempest
Advertisement
Add Comment
Please, Sign In to add comment