Advertisement
tritm

Untitled

May 30th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. [DEFAULT]
  2. rabbit_host = 10.10.10.248
  3. rabbit_userid = openstack
  4. rabbit_password = Welcome123
  5. rpc_backend = rabbit
  6. auth_strategy = keystone
  7.  
  8.  
  9.  
  10. #fix loi instances fails to allocate the network
  11. vif_plugging_is_fatal = False
  12. vif_plugging_timeout = 0
  13.  
  14.  
  15. my_ip = 10.10.10.252
  16. vnc_enabled = True
  17. vncserver_listen = 0.0.0.0
  18. vncserver_proxyclient_address = 10.10.10.252
  19. novncproxy_base_url = http://10.1.35.248:6080/vnc_auto.html
  20.  
  21.  
  22. # Cho phep thay doi kich thuoc may ao
  23. allow_resize_to_same_host=True
  24. scheduler_default_filters=AllHostsFilter
  25.  
  26. # Cho phep chen password khi khoi tao
  27. libvirt_inject_password = True
  28. enable_instance_password = True
  29. libvirt_inject_key = true
  30. libvirt_inject_partition = -1
  31. #libvirt_cpu_mode = "none"
  32. network_api_class = nova.network.neutronv2.api.API
  33. security_group_api = neutron
  34. linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  35. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  36.  
  37.  
  38. dhcpbridge_flagfile=/etc/nova/nova.conf
  39. dhcpbridge=/usr/bin/nova-dhcpbridge
  40. logdir=/var/log/nova
  41. state_path=/var/lib/nova
  42. # lock_path=/var/lock/nova
  43. force_dhcp_release=True
  44. libvirt_use_virtio_for_bridges=True
  45. # verbose=True
  46. ec2_private_dns_show_ip=True
  47. api_paste_config=/etc/nova/api-paste.ini
  48. enabled_apis=ec2,osapi_compute,metadata
  49.  
  50. [oslo_messaging_rabbit]
  51. #rabbit_host = 10.10.10.248
  52. #rabbit_userid = openstack
  53. #rabbit_password = Welcome123
  54.  
  55.  
  56. [oslo_concurrency]
  57. lock_path = /var/lock/nova
  58.  
  59.  
  60. [neutron]
  61. url = http://10.10.10.248:9696
  62. auth_strategy = keystone
  63. admin_auth_url = http://10.10.10.248:35357/v2.0
  64. admin_tenant_name = service
  65. admin_username = neutron
  66. admin_password = Welcome123
  67.  
  68. [keystone_authtoken]
  69. auth_uri = http://10.10.10.248:5000
  70. auth_url = http://10.10.10.248:35357
  71. auth_plugin = password
  72. project_domain_id = default
  73. user_domain_id = default
  74. project_name = service
  75. username = nova
  76. password = Welcome123
  77.  
  78. [glance]
  79. host = 10.10.10.248
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement