add-iscsi-drivers-hplefthand

Change-Id: I8c04df045a99abf38c729f3436bbcf2d3c20f4aa
This commit is contained in:
Petr Michalec 2017-01-09 18:33:38 +01:00
parent f0500cb9db
commit f45744097a
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ cinder_volume_services:
{%- for backend_name, backend in volume.get('backend', {}).iteritems() %}
{%- if backend.engine == 'iscsi' %}
{%- if backend.engine in ['iscsi' , 'hp_lefthand'] %}
cinder_iscsi_packages_{{ loop.index }}:
pkg.installed:
@ -136,7 +136,7 @@ cinder_driver_fujitsu_{{ loop.index }}:
{%- if volume.storage is defined %}
{%- if volume.storage.engine == 'iscsi' %}
{%- if volume.storage.engine in ['iscsi', 'hp_lefthand'] %}
cinder_iscsi_packages:
pkg.installed: