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

This commit is contained in:
Zuul 2020-01-21 17:51:21 +00:00 committed by Gerrit Code Review
commit 3abd1459bb

View File

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