Add back CentOS/RHEL 7 to supported operating systems

This change adds back CentOS 7 and RHEL 7 to supported operating
systems, because these operating systems support Ceph Nautilus.
This change will be reverted once stable/nautilus branch is cut off.

Change-Id: Id66bc5e4ad781a0047420c78f36a43de12fa387d
This commit is contained in:
Takashi Kajinami 2022-04-20 12:58:30 +09:00
parent 08be8eedb4
commit 379aacd2e8
1 changed files with 2 additions and 0 deletions

View File

@ -23,12 +23,14 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
]
},