Advertisement
Guest User

Untitled

a guest
Apr 20th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [DEFAULT]
  2.  
  3. rpc_backend = rabbit
  4. rabbit_host = controller
  5. rabbit_password = openstack
  6. auth_strategy = keystone
  7. my_ip = 10.10.0.98
  8. vnc_enabled = True
  9. vncserver_listen = 0.0.0.0
  10. vncserver_proxyclient_address =10.10.0.98
  11. novncproxy_base_url = http://controller:6080/vnc_auto.html
  12. verbose = True
  13. logdir=/var/log/nova
  14.  
  15. [keystone_authtoken]
  16. auth_uri = http://controller:5000/v2.0
  17. identity_uri = http://controller:35357
  18. admin_tenant_name = service
  19. admin_user = nova
  20. admin_password = openstack
  21.  
  22. [glance]
  23. host = controller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement