From c3302d1371bfc97e88f952d94589ae79ab61eaf8 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:41:58 +0300 Subject: python-nova: added 2013.1 The configuration files are populated with default options. Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-nova/nova.conf | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-nova/nova.conf (limited to 'meta-openstack/recipes-devtools/python/python-nova') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf new file mode 100644 index 0000000..a1632a0 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf @@ -0,0 +1,48 @@ +[DEFAULT] +firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver +compute_driver = libvirt.LibvirtDriver +libvirt_type = kvm +libvirt_cpu_mode = none +default_floating_pool = public +fixed_range = +force_dhcp_release = True +dhcpbridge_flagfile = /etc/nova/nova.conf +dhcpbridge_flagfile = /etc/nova/nova.conf +compute_scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler +rootwrap_config = /etc/nova/rootwrap.conf +api_paste_config = /etc/nova/api-paste.ini +allow_resize_to_same_host = true +auth_strategy = keystone +instances_path = /etc/nova/instances +debug = True +verbose = True +my_ip = 127.0.0.1 + +#VNC +vnc_enabled = true +vncserver_listen = 0.0.0.0 + +#Network +flat_interface = eth0 +flat_network_bridge = br1 +vlan_interface = eth0 +public_interface = br1 +network_manager = nova.network.manager.FlatDHCPManager +fixed_range= +force_dhcp_release=False +dhcpbridge=/usr/bin/nova-dhcpbridge + +#Database configuration +#Sample MySQL configuration +#sql_connection = mysql://root:@localhost/nova?charset=utf8 + +#Sample Sqlite configuration +sql_connection = sqlite:////etc/nova/nova.db + +#Messaging system +#fake_rabbit=true +#Sample Qpid configuration +rpc_backend=nova.rpc.impl_qpid +qpid_hostname=localhost +qpid_broker=5672 + -- cgit v1.2.3-54-g00ecf