Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DEFAULT]
- dhcpbridge_flagfile=/etc/nova/nova.conf
- dhcpbridge=/usr/bin/nova-dhcpbridge
- log-dir=/var/log/nova
- state_path=/var/lib/nova
- force_dhcp_release=True
- verbose=True
- ec2_private_dns_show_ip=True
- enabled_apis=osapi_compute,metadata
- transport_url = rabbit://openstack:password@controller
- auth_strategy = keystone
- my_ip = 10.0.0.100
- use_neutron = True
- firewall_driver = nova.virt.firewall.NoopFirewallDriver
- linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
- [keystone_authtoken]
- auth_uri = http://controller:5000
- auth_url = http://controller:35357
- memcached_servers = controller:11211
- auth_type = password
- project_domain_name = default
- user_domain_name = default
- project_name = service
- username = nova
- password = servicepassword
- [vnc]
- enabled = True
- vncserver_listen = 0.0.0.0
- vncserver_proxyclient_address = $my_ip
- novncproxy_base_url = http://10.0.0.11:6080/vnc_auto.html
- [glance]
- api_servers = http://controller:9292
- [database]
- connection=sqlite:////var/lib/nova/nova.sqlite
- [api_database]
- connection=sqlite:////var/lib/nova/nova.sqlite
- [oslo_concurrency]
- #lock_path=/var/lock/nova
- lock_path = /var/lib/nova/tmp
- [libvirt]
- use_virtio_for_bridges=True
- [wsgi]
- api_paste_config=/etc/nova/api-paste.ini
Advertisement
Add Comment
Please, Sign In to add comment