Guest User

Untitled

a guest
Jun 13th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1.  
  2. [vagrant@c-node ~]$ cat /etc/kolla/nova-novncproxy/nova.conf
  3. [DEFAULT]
  4. debug = False
  5. log_dir = /var/log/kolla/nova
  6. use_forwarded_for = true
  7. api_paste_config = /etc/nova/api-paste.ini
  8. state_path = /var/lib/nova
  9. osapi_compute_listen = 192.168.121.165
  10. osapi_compute_listen_port = 8774
  11. metadata_listen = 192.168.121.165
  12. metadata_listen_port = 8775
  13. ec2_listen = 192.168.121.165
  14. ec2_listen_port = 8773
  15. use_neutron = True
  16. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  17. scheduler_max_attempts = 10
  18. linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  19. allow_resize_to_same_host = true
  20. compute_driver = libvirt.LibvirtDriver
  21. my_ip = 192.168.121.165
  22.  
  23. [vnc]
  24. novncproxy_host = 192.168.121.165
  25. novncproxy_port = 6080
  26. vncserver_listen = 192.168.121.165
  27. vncserver_proxyclient_address = 192.168.121.165
  28. novncproxy_base_url = http://192.168.121.160:6080/vnc_auto.html
  29.  
  30. [oslo_messaging_rabbit]
  31. rabbit_userid = openstack
  32. rabbit_password = VWNC8pwGJKtjekaxw8Gl3KoThLJQioQ1jkhSEjSu
  33. rabbit_ha_queues = true
  34. rabbit_hosts = 192.168.121.165:5672
  35.  
  36. [oslo_concurrency]
  37. lock_path = /var/lib/nova/tmp
  38.  
  39. [glance]
  40. api_servers = http://192.168.121.165:9292
  41. num_retries = 1
  42.  
  43. [cinder]
  44. catalog_info = volume:cinder:internalURL
  45.  
  46. [neutron]
  47. url = http://192.168.121.160:9696
  48. auth_strategy = keystone
  49. metadata_proxy_shared_secret = 9zgA9uS3jVe70nRh7No6jX8Q40YtJs8bUsqK3rZa
  50. service_metadata_proxy = true
  51. auth_url = http://192.168.121.160:35357
  52. auth_type = password
  53. project_domain_name = default
  54. user_domain_id = default
  55. project_name = service
  56. username = neutron
  57. password = 7xdNe4vBqEghT1Qto4GWZBwaevCCiizG9exd2jGN
  58.  
  59. [database]
  60. connection = mysql+pymysql://nova:jcENk8zVCAms1RF8TKv4vapExrQzzICyPPVe1E2b@192.168.121.160/nova
  61. max_pool_size = 50
  62. max_overflow = 1000
  63. max_retries = -1
  64.  
  65. [api_database]
  66. connection = mysql+pymysql://nova_api:3zgAxwWvOyLXt4O01VjjUped7yDB0MPe6M4wlf2j@192.168.121.160/nova_api
  67. max_retries = -1
  68.  
  69. [cache]
  70. backend = oslo_cache.memcache_pool
  71. enabled = True
  72. memcache_servers = 192.168.121.165:11211
  73.  
  74. [keystone_authtoken]
  75. auth_uri = http://192.168.121.160:5000
  76. auth_url = http://192.168.121.160:35357
  77. auth_type = password
  78. project_domain_id = default
  79. user_domain_id = default
  80. project_name = service
  81. username = nova
  82. password = vNNLIxxKsoaoouLDPusMbIbxroE2z3i5uGjkDluH
  83. memcache_security_strategy = ENCRYPT
  84. memcache_secret_key = 50Wxu1hOq6OPgExfgIxW8reaUm9Ttvfn6v5ScOcJ
  85. memcached_servers = 192.168.121.165:11211
  86.  
  87. [libvirt]
  88. connection_uri = "qemu+tcp://192.168.121.165/system"
  89.  
  90. [upgrade_levels]
  91. compute = auto
  92.  
  93. [oslo_messaging_notifications]
  94. driver = noop
Add Comment
Please, Sign In to add comment