Verified that service added to parent service via REST API is visible in UI when "display" is set tro "true":
{
"action" : "create",
"resource" : {
"name" : "test_service",
"description" : "Test Service",
"parent_service" : { "id" : <parent_id> },
"display": true
}
}
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2017:1601
Verified that service added to parent service via REST API is visible in UI when "display" is set tro "true": { "action" : "create", "resource" : { "name" : "test_service", "description" : "Test Service", "parent_service" : { "id" : <parent_id> }, "display": true } }