raniaadouni

/etc/nova/nova.conf

Aug 15th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. DEFAULT]
  2. dhcpbridge_flagfile=/etc/nova/nova.conf
  3. dhcpbridge=/usr/bin/nova-dhcpbridge
  4. log-dir=/var/log/nova
  5. state_path=/var/lib/nova
  6. force_dhcp_release=True
  7. verbose=True
  8. ec2_private_dns_show_ip=True
  9. enabled_apis=osapi_compute,metadata
  10.  
  11.  
  12. transport_url = rabbit://openstack:password@controller
  13. auth_strategy = keystone
  14. my_ip = 10.0.0.100
  15. use_neutron = True
  16. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  17. linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  18.  
  19.  
  20.  
  21.  
  22. [keystone_authtoken]
  23. auth_uri = http://controller:5000
  24. auth_url = http://controller:35357
  25. memcached_servers = controller:11211
  26. auth_type = password
  27. project_domain_name = default
  28. user_domain_name = default
  29. project_name = service
  30. username = nova
  31. password = servicepassword
  32.  
  33. [vnc]
  34. enabled = True
  35. vncserver_listen = 0.0.0.0
  36. vncserver_proxyclient_address = $my_ip
  37. novncproxy_base_url = http://10.0.0.11:6080/vnc_auto.html
  38.  
  39. [glance]
  40. api_servers = http://controller:9292
  41.  
  42. [database]
  43. connection=sqlite:////var/lib/nova/nova.sqlite
  44.  
  45. [api_database]
  46. connection=sqlite:////var/lib/nova/nova.sqlite
  47.  
  48. [oslo_concurrency]
  49. #lock_path=/var/lock/nova
  50. lock_path = /var/lib/nova/tmp
  51.  
  52. [libvirt]
  53. use_virtio_for_bridges=True
  54.  
  55. [wsgi]
  56. api_paste_config=/etc/nova/api-paste.ini
Advertisement
Add Comment
Please, Sign In to add comment