CLI catalog command - '\n' character in JSON format output
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
console commander |
New
|
Undecided
|
Unassigned |
Bug Description
There are newline characters in JSON format output.
For example:
(openstack) catalog show ironic -f json
{
"endpoints": "regionOne\n public: https:/
"type": "baremetal",
"id": "963ac717f6d24e
"name": "ironic"
}
(openstack) catalog show swift -f json
{
"endpoints": "regionOne\n public: https:/
"type": "object-store",
"id": "57fb19bc1ca44d
"name": "swift"
Such JSON is valid, but it's not clear why do we need them actually?
How this is related to Neutron?