DIB: replace targetcli with target-restore on RHEL/CentOS 8

These systems use LIO via python-rtslib, and targetcli depends
on libX11 and other GUI packages. The target-restore package
(coming from python-rtslib) is enough to create the necessary
directories (e.g. /etc/target).

Change-Id: Ide0d23d3834c52edcbc569c05ce95ba78e1bf73d
This commit is contained in:
Dmitry Tantsur 2020-01-09 13:26:33 +01:00
parent 60875730fd
commit 07cdd87bed
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"release": {
"rhel": {
"8": {
"tgt": "targetcli",
"tgt": "target-restore",
"curl": "curl",
"ironic-python-agent": "openstack-ironic-python-agent",
"qemu-utils": "qemu-img",
@ -11,7 +11,7 @@
},
"centos": {
"8": {
"tgt": "targetcli",
"tgt": "target-restore",
"curl": "curl",
"ironic-python-agent": "openstack-ironic-python-agent",
"qemu-utils": "qemu-img",