added ubuntu bionic cinder_iscsitarget_package exception

- ubuntu platform_version bionic and higher target package name
  changed. done the exception
- version bumped

Change-Id: If02db452f0c258b9a5266c4ba1a67a2577064352
This commit is contained in:
Christoph Albers 2019-03-22 15:20:16 +01:00
parent fbbb9ad5cf
commit 962f6e6141
2 changed files with 4 additions and 1 deletions

View File

@ -125,6 +125,9 @@ when 'debian'
'cinder_flashsystem_packages' => ['sysfsutils'],
'package_overrides' => '',
}
if platform?('ubuntu') && node['platform_version'].to_f >= 18.04
default['openstack']['block-storage']['platform']['cinder_iscsitarget_packages'] = ['targetcli-fb']
end
end
# ******************** OpenStack Volume Endpoints *****************************

View File

@ -4,7 +4,7 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache-2.0'
description 'The OpenStack Advanced Volume Management service Cinder.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '17.1.0'
version '17.1.1'
%w(ubuntu redhat centos).each do |os|
supports os