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)
This commit is contained in:
Piotr Kopec 2019-08-28 22:45:09 +02:00
parent 8dc2fafa56
commit 0febc015d8
1 changed files with 0 additions and 1 deletions

View File

@ -478,7 +478,6 @@ outputs:
nova::compute::instance_usage_audit: true nova::compute::instance_usage_audit: true
nova::compute::instance_usage_audit_period: 'hour' nova::compute::instance_usage_audit_period: 'hour'
nova::compute::consecutive_build_service_disable_threshold: {get_param: NovaAutoDisabling} nova::compute::consecutive_build_service_disable_threshold: {get_param: NovaAutoDisabling}
nova::compute::rbd::ephemeral_storage: {get_param: NovaEnableRbdBackend}
nova::compute::live_migration_wait_for_vif_plug: {get_param: NovaLiveMigrationWaitForVIFPlug} nova::compute::live_migration_wait_for_vif_plug: {get_param: NovaLiveMigrationWaitForVIFPlug}
# TUNNELLED mode provides a security improvement for migration, but # TUNNELLED mode provides a security improvement for migration, but
# can't be used in combination with block migration. So we only enable it # can't be used in combination with block migration. So we only enable it