From ed5c2ad70a13a564efab35ca3b677511053dbaa0 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 14 Jun 2019 10:29:15 -0600 Subject: [PATCH] Fix bare reference of cinder_enable_iscsi_backend Ansible is throwing a deprecation warning for this so we need to add a |bool to the usage of cinder_enable_iscsi_backend Change-Id: If536dbc8ace915d171a23e289da2777e74dc3b27 Related-Bug: #1832402 --- deployment/cinder/cinder-common-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/cinder/cinder-common-container-puppet.yaml b/deployment/cinder/cinder-common-container-puppet.yaml index 7e6c49ae2f..2682b28b8f 100644 --- a/deployment/cinder/cinder-common-container-puppet.yaml +++ b/deployment/cinder/cinder-common-container-puppet.yaml @@ -88,7 +88,7 @@ outputs: - name: cinder_enable_iscsi_backend fact set_fact: cinder_enable_iscsi_backend: {get_param: CinderEnableIscsiBackend} - - when: cinder_enable_iscsi_backend + - when: cinder_enable_iscsi_backend|bool block: - name: ensure LVM rpm dependencies are installed package: