From 7f2bca677bbffdd1a3031709fcc9d6f0bac48bb7 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 8 Mar 2016 17:41:13 +0100 Subject: [PATCH] Change the CinderISCSIHelper to lioadm Previously we used to always set CinderISCSIHelper to lioadm from the client. With [1] we aim at cleaning up the client from any default so this change move the actual default into the templates. 1. Iabc94ad1cce6f1744429aca9f866a59a698f5680 Change-Id: I662e4b0e3cf909ec2583d087ca1d246715caf0f7 Related-Bug: 1554564 --- overcloud.yaml | 2 +- puppet/cinder-storage.yaml | 2 +- puppet/controller.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/overcloud.yaml b/overcloud.yaml index 343b1bc297..106bce9525 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -366,7 +366,7 @@ parameters: type: string hidden: true CinderISCSIHelper: - default: tgtadm + default: lioadm description: The iSCSI helper to use with cinder. type: string ControllerCount: diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml index 09c4d3e3b3..0c22b57529 100644 --- a/puppet/cinder-storage.yaml +++ b/puppet/cinder-storage.yaml @@ -9,7 +9,7 @@ parameters: description: Whether to enable or not the Iscsi backend for Cinder type: boolean CinderISCSIHelper: - default: tgtadm + default: lioadm description: The iSCSI helper to use with cinder. type: string CinderLVMLoopDeviceSize: diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 494347ff64..f17385f677 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -57,7 +57,7 @@ parameters: description: Whether to enable or not the Rbd backend for Cinder type: boolean CinderISCSIHelper: - default: tgtadm + default: lioadm description: The iSCSI helper to use with cinder. type: string CinderLVMLoopDeviceSize: