From 0fd65f9e27ec189a0e180987a76f2565bf73df41 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Mon, 15 Jul 2013 13:44:37 +0300 Subject: python-nova: Minor modifications - Removed old comments. - Added glance_host option. This should be used on a compute node. Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-nova/nova.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 55ca2f8..e33c172 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf @@ -17,6 +17,7 @@ instances_path = /etc/nova/instances debug = True verbose = True my_ip = 127.0.0.1 +glance_host = 127.0.0.1 #VNC vnc_enabled = true @@ -35,13 +36,6 @@ dhcpbridge=/usr/bin/nova-dhcpbridge #Database configuration sql_connection = postgresql://admin:admin@localhost/nova -#Messaging system - -#Qpid configuration -#rpc_backend = nova.rpc.impl_qpid -#qpid_hostname = localhost -#qpid_broker = 5672 - #RabbitMQ configuration rpc_backend = nova.rpc.impl_kombu rabbit_host = 0.0.0.0 -- cgit v1.2.3-54-g00ecf