Fix devstack on centos-9-stream

debootstrap doesn't exist on centos-9-stream, disable it for
rhel9-based distribution.
Also remove a previous unsuccessful attempt to remove it.

Change-Id: I8fac328cdda6e1015a145a1f8a497e007ac6ac02
This commit is contained in:
Gregory Thiemonge 2022-02-07 21:20:53 +01:00
parent 2a972a9910
commit 791fbfce6c
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
golang
debootstrap
debootstrap # not:rhel9
rsyslog

View File

@ -22,7 +22,6 @@
"dkms": ""
},
"9-stream": {
"debootstrap": "",
"isc-dhcp-client": "dhcp-client",
"python3-dev": "platform-python-devel",
"python3-venv": "",