hypervisor: fix default rbd nova pool

nova pool should be "vms" and not "volumes".

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2014-04-25 10:15:41 +02:00
parent f09c3f2e89
commit 5caedfd927

View File

@ -35,7 +35,7 @@ class cloud::compute::hypervisor(
$nova_ssh_public_key = undef, $nova_ssh_public_key = undef,
$spice_port = 6082, $spice_port = 6082,
$cinder_rbd_user = 'cinder', $cinder_rbd_user = 'cinder',
$nova_rbd_pool = 'volumes', $nova_rbd_pool = 'vms',
$nova_rbd_secret_uuid = undef, $nova_rbd_secret_uuid = undef,
$has_ceph = false $has_ceph = false
) { ) {