diff options
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= | ||
