hypervisor/rbd: fix typo

Close #309

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-02-27 10:28:38 +01:00
parent af242a1c80
commit fe2c6c63d6

View File

@@ -120,7 +120,7 @@ Host *
'DEFAULT/libvirt_images_type': value => 'rbd';
'DEFAULT/libvirt_images_rbd_pool': value => $nova_rbd_pool;
'DEFAULT/libvirt_images_rbd_ceph_conf': value => '/etc/ceph/ceph.conf';
'DEFAULT/rbd_user': value => $nova_rbd_pool;
'DEFAULT/rbd_user': value => $nova_rbd_user;
'DEFAULT/rbd_secret_uuid': value => $nova_rbd_secret_uuid;
}