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:
parent
f09c3f2e89
commit
5caedfd927
@ -35,7 +35,7 @@ class cloud::compute::hypervisor(
|
||||
$nova_ssh_public_key = undef,
|
||||
$spice_port = 6082,
|
||||
$cinder_rbd_user = 'cinder',
|
||||
$nova_rbd_pool = 'volumes',
|
||||
$nova_rbd_pool = 'vms',
|
||||
$nova_rbd_secret_uuid = undef,
|
||||
$has_ceph = false
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user