Advertisement
johnmichaellowe

Untitled

May 14th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [DEFAULT]
  2. debug=True
  3. rpc_backend=rabbit
  4. auth_strategy=keystone
  5. my_ip=172.16.128.2
  6. vncserver_listen=172.16.128.2
  7. vncserver_proxyclient_address=172.16.128.2
  8. verbose=True
  9. network_api_class=nova.network.neutronv2.api.API
  10. security_group_api=neutron
  11. linuxnet_interface_driver=nova.network.linux_net.LinuxBridgeInterfaceDriver
  12. firewall_driver=nova.virt.firewall.NoopFirewallDriver
  13. [api_database]
  14. [barbican]
  15. [cells]
  16. [cinder]
  17. [conductor]
  18. [database]
  19. connection=mysql://nova:NOVA_DBPASS@172.16.128.2/nova
  20. [ephemeral_storage_encryption]
  21. [glance]
  22. host=172.16.128.2
  23. [guestfs]
  24. [hyperv]
  25. [image_file_url]
  26. [ironic]
  27. [keymgr]
  28. [keystone_authtoken]
  29. auth_uri=http://172.16.128.2:5000
  30. auth_url=http://172.16.128.2:35357
  31. auth_plugin=password
  32. project_domain_id=default
  33. user_domain_id=default
  34. project_name=service
  35. username=nova
  36. password=NOVA_PASS
  37. [libvirt]
  38. [metrics]
  39. [neutron]
  40. url=http://172.16.128.2:9696
  41. auth_strategy=keystone
  42. admin_auth_url=http://172.16.128.2:35357/v2.0
  43. admin_tenant_name=service
  44. admin_username=neutron
  45. admin_password=NEUTRON_PASS
  46. [osapi_v3]
  47. [rdp]
  48. [serial_console]
  49. [spice]
  50. [ssl]
  51. [trusted_computing]
  52. [upgrade_levels]
  53. [vmware]
  54. [workarounds]
  55. [xenserver]
  56. [zookeeper]
  57. [matchmaker_redis]
  58. [matchmaker_ring]
  59. [oslo_concurrency]
  60. lock_path=/var/lock/nova
  61. [oslo_messaging_amqp]
  62. [oslo_messaging_qpid]
  63. [oslo_messaging_rabbit]
  64. rabbit_host=172.16.128.2
  65. rabbit_userid=openstack
  66. rabbit_password=RABBIT_PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement