From 3b5ec214c506a47cbd8abf7bd6557246980ddea5 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Tue, 18 Mar 2014 21:01:01 -0400 Subject: nova-compute: enable to use ceph Enable nova-compute to: * use cinder volume stored in a ceph pool as a block device * store glance image into a ceph pool. Also port 2 patches from https://github.com/openstack/nova branch master into Havana branch. Signed-off-by: Vu Tran --- meta-openstack/recipes-devtools/python/python-nova/nova.conf | 7 +++++++ 1 file changed, 7 insertions(+) (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 84ef48b..8aaf41a 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf @@ -21,6 +21,7 @@ my_ip = %CONTROLLER_IP% glance_host = %CONTROLLER_IP% lock_path=/var/lock/nova/ state_path=/var/run/nova/ +libvirt_images_type = %LIBVIRT_IMAGES_TYPE% #VNC vnc_enabled = true @@ -61,3 +62,9 @@ instance_usage_audit_period=hour notify_on_state_change=vm_and_task_state notification_driver=nova.openstack.common.notifier.rpc_notifier notification_driver=ceilometer.compute.nova_notifier + +# nova-compute configuration for ceph +libvirt_images_rbd_pool=cinder-volumes +libvirt_images_rbd_ceph_conf=/etc/ceph/ceph.conf +rbd_user=cinder-volume +#rbd_secret_uuid= -- cgit v1.2.3-54-g00ecf