diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-03-18 21:01:01 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-24 16:41:59 -0400 |
| commit | 3b5ec214c506a47cbd8abf7bd6557246980ddea5 (patch) | |
| tree | 3d596654a8c53494d898a0fdfd140adefea0e741 /meta-openstack/recipes-devtools/python/python-nova/nova.conf | |
| parent | d156d7e1155fc325cb398f98ed41b540031c9df3 (diff) | |
| download | meta-cloud-services-3b5ec214c506a47cbd8abf7bd6557246980ddea5.tar.gz | |
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 <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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% | |||
| 21 | glance_host = %CONTROLLER_IP% | 21 | glance_host = %CONTROLLER_IP% |
| 22 | lock_path=/var/lock/nova/ | 22 | lock_path=/var/lock/nova/ |
| 23 | state_path=/var/run/nova/ | 23 | state_path=/var/run/nova/ |
| 24 | libvirt_images_type = %LIBVIRT_IMAGES_TYPE% | ||
| 24 | 25 | ||
| 25 | #VNC | 26 | #VNC |
| 26 | vnc_enabled = true | 27 | vnc_enabled = true |
| @@ -61,3 +62,9 @@ instance_usage_audit_period=hour | |||
| 61 | notify_on_state_change=vm_and_task_state | 62 | notify_on_state_change=vm_and_task_state |
| 62 | notification_driver=nova.openstack.common.notifier.rpc_notifier | 63 | notification_driver=nova.openstack.common.notifier.rpc_notifier |
| 63 | notification_driver=ceilometer.compute.nova_notifier | 64 | notification_driver=ceilometer.compute.nova_notifier |
| 65 | |||
| 66 | # nova-compute configuration for ceph | ||
| 67 | libvirt_images_rbd_pool=cinder-volumes | ||
| 68 | libvirt_images_rbd_ceph_conf=/etc/ceph/ceph.conf | ||
| 69 | rbd_user=cinder-volume | ||
| 70 | #rbd_secret_uuid= | ||
