use targetcli-fb package for debian platform_family

- openstack rocky uses bionic as ubuntu platform
  the package name changed since ubuntu xenial.
  fixed it

Change-Id: I3607d10577ee3391c39027676151bd5ef03259b5
This commit is contained in:
Christoph Albers
2019-03-22 14:42:48 +01:00
parent ea5c38398f
commit 42168ec938
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ describe 'openstack-block-storage::volume' do
end
it 'upgrades cinder iscsi package' do
expect(chef_run).to upgrade_package 'targetcli'
expect(chef_run).to upgrade_package 'targetcli-fb'
end
describe 'targets.conf' do