Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. /etc/nova/nova.conf:rabbit_host = my-controller-ip
  2. /etc/nova/nova.conf:novncproxy_base_url = http://my-controller-ip:6080/vnc_auto.html
  3. /etc/nova/nova.conf:auth_uri = http://my-controller-ip:5000/v2.0
  4. /etc/nova/nova.conf:identity_uri = http://my-controller-ip:35357
  5. /etc/nova/nova.conf:host = my-controller-ip
  6. /etc/nova/nova.conf:url = http://my-controller-ip:9696
  7. /etc/nova/nova.conf:admin_auth_url = http://my-controller-ip:35357/v2.0
  8. /etc/neutron/neutron.conf:rabbit_host = my-controller-ip
  9. /etc/neutron/neutron.conf:auth_uri = http://my-controller-ip:5000/v2.0
  10. /etc/neutron/neutron.conf:identity_uri = http://my-controller-ip:35357
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement