Guest User

Untitled

a guest
May 1st, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 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 ~]# grep -v '^#\|^\s*$' /etc/neutron/neutron.conf
  55. [DEFAULT]
  56. lock_path = $state_path/lock
  57. allow_overlapping_ips = True
  58. notification_driver = neutron.openstack.common.notifier.rpc_notifier
  59. auth_strategy = keystone
  60. rpc_backend = neutron.openstack.common.rpc.impl_qpid
  61. qpid_hostname = nmtg-ctrl001
  62. notify_nova_on_port_status_changes = True
  63. notify_nova_on_port_data_changes = True
  64. nova_url = http://nmtg-ctrl001:8774/v2
  65. nova_admin_username = nova
  66. nova_admin_tenant_id = 5b4c0ca9c6be4dd6b27061b35af99f46
  67. nova_admin_password = cyrtl8p?
  68. nova_admin_auth_url = http://nmtg-ctrl001:35357/v2.0
  69. core_plugin = ml2
  70. service_plugins = router
  71. [quotas]
  72. [agent]
  73. [keystone_authtoken]
  74. auth_host = nmtg-ctrl001
  75. auth_port = 35357
  76. auth_protocol = http
  77. admin_tenant_name = service
  78. admin_user = neutron
  79. admin_password = cyrtl8p?
  80. signing_dir = $state_path/keystone-signing
  81. auth_uri = http://nmtg-ctrl001:5000
  82. [database]
  83. connection = mysql://neutron:cyrtl8p?@nmtg-ctrl001/neutron
  84. [service_providers]
  85. service_provider=VPN:openswan:neutron.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
  86. [root@nmtg-ctrl001 ~]#
Advertisement
Add Comment
Please, Sign In to add comment