Advertisement
Guest User

Untitled

a guest
May 1st, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [root@nmtg-ctrl001 ~]# grep -v '^#\|^\s*$' /etc/nova/nova.conf
  2. [DEFAULT]
  3. rpc_backend = nova.openstack.common.rpc.impl_qpid
  4. qpid_hostname = nmtg-ctrl001
  5. my_ip = 10.81.76.105
  6. vncserver_listen = 10.81.76.105
  7. vncserver_proxyclient_address = 10.81.76.105
  8. auth_strategy = keystone
  9. service_neutron_metadata_proxy = true
  10. neutron_metadata_proxy_shared_secret = NMTG_SECRET
  11. vif_plugging_timeout = 10
  12. vif_plugging_is_fatal = False
  13. qpid_topology_version=2
  14. osapi_compute_listen=0.0.0.0
  15. osapi_compute_listen_port=8774
  16. network_api_class = nova.network.neutronv2.api.API
  17. neutron_url = http://nmtg-ctrl001:9696
  18. neutron_auth_strategy = keystone
  19. neutron_admin_tenant_name = service
  20. neutron_admin_username = neutron
  21. neutron_admin_password = cyrtl8p?
  22. neutron_admin_auth_url = http://nmtg-ctrl001:35357/v2.0
  23. linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver
  24. firewall_driver=nova.virt.firewall.NoopFirewallDriver
  25. security_group_api=neutron
  26. [baremetal]
  27. [cells]
  28. [conductor]
  29. [database]
  30. connection = mysql://nova:cyrtl8p?@nmtg-ctrl001/nova
  31. [hyperv]
  32. [image_file_url]
  33. [keymgr]
  34. [keystone_authtoken]
  35. auth_uri = http://nmtg-ctrl001:5000
  36. auth_host = nmtg-ctrl001
  37. auth_protocol = http
  38. auth_port = 35357
  39. admin_user = nova
  40. admin_tenant_name = service
  41. admin_password = cyrtl8p?
  42. [libvirt]
  43. [matchmaker_ring]
  44. [metrics]
  45. [osapi_v3]
  46. [rdp]
  47. [spice]
  48. [ssl]
  49. [trusted_computing]
  50. [upgrade_levels]
  51. [vmware]
  52. [xenserver]
  53. [zookeeper]
  54. [root@nmtg-ctrl001 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement