Fix NovaEnableRbdBackend to be role specific

This [1] change enabled to have role specific NovaEnableRbdBackend
parameter, however global parameter were allways overriding role
specific hiera after it was set via RoleParametersValue

[1]: I9f40a2a3561fcb1d1fec9d9c3c1f9cabaf02650c

Change-Id: Iab58223a6140e42028d4d2a7305c05fd7ae3a9f0
(cherry picked from commit eb5251ad9f)
(cherry picked from commit 0febc015d8)
(cherry picked from commit d33a58e2d4)
This commit is contained in:
Piotr Kopec 2019-08-28 22:45:09 +02:00
parent f16a588ad8
commit abebaaa6d8
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ outputs:
nova::compute::rbd::libvirt_rbd_secret_uuid: {get_param: CephClusterFSID}
nova::compute::instance_usage_audit: true
nova::compute::instance_usage_audit_period: 'hour'
nova::compute::rbd::ephemeral_storage: {get_param: NovaEnableRbdBackend}
# TUNNELLED mode provides a security improvement for migration, but
# can't be used in combination with block migration. So we only enable it
# when shared storage is available (Ceph RDB is currently the only option).