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:
parent
60875730fd
commit
07cdd87bed
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user