Fix amphora-agent elements for RHEL9

Update elements for RHEL9.

Ref: https://review.opendev.org/c/openstack/octavia/+/816370

Change-Id: I913cc99520f2eb6a73c77c3778842124e4cff126
This commit is contained in:
Pooja Jadhav 2022-02-16 18:39:10 +05:30
parent 76e731ad73
commit c523b19f9c
2 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,16 @@
"vlan": "",
"screen": "",
"dkms": ""
},
"9": {
"isc-dhcp-client": "dhcp-client",
"python3-dev": "platform-python-devel",
"python3-venv": "",
"python3": "python39",
"vlan": "",
"screen": "",
"dkms": "",
"network-scripts": ""
}
},
"centos": {

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed issues when building amphora image for RHEL 9.