Merge "Added 3 add-on sections as informational to main json."

This commit is contained in:
Zuul 2021-05-29 04:40:00 +00:00 committed by Gerrit Code Review
commit e34d8fa7b3

View File

@ -3205,7 +3205,25 @@
},
"horizon": {
"informational": {
"guidance": "Clients not considered core capabilities at this time",
"guidance": "Clients not considered required for OpenStack Powered Logo capabilities at this time",
"sections": {}
}
},
"heat": {
"informational": {
"guidance": "Orchestration service capabilities appear in an add-on guidance as addition to OpenStack Powered Compute or OpenStack Powered Platform Logo",
"sections": {}
}
},
"designate": {
"informational": {
"guidance": "DNS service capabilities appear in an add-on guidance as addition to OpenStack Powered Compute or OpenStack Powered Platform Logo",
"sections": {}
}
},
"manila": {
"informational": {
"guidance": "Shared file system service capabilities appear in an add-on guidance as addition to OpenStack Powered Compute or OpenStack Powered Platform Logo",
"sections": {}
}
}