Configdb cli interface is broken with json output due to previously installed clifftablib
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
High
|
Fuel Sustaining |
Bug Description
During tests on ci[0] there were failures with configdb due to clifftablib.
The json interface is broken:
[root@nailgun tuning-box]# fuel2 config comp create -n another_comp -f json
[{"Field": "msg", "Value": "(psycopg2.
But after removal of clifftablib json interface works fine:
[root@nailgun tuning-box]# yum remove python-
Loaded plugins: fastestmirror, priorities
Resolving Dependencies
--> Running transaction check
---> Package python-
--> Finished Dependency Resolution
Dependencies Resolved
...
Remove 1 Package
Installed size: 248 k
Result:
fuel2 config comp create -n comp -fjson
{
"resource_
"id": 10,
"name": "comp"
}
[0] https:/
Changed in fuel: | |
status: | New → Confirmed |
milestone: | 9.1 → 9.2 |
Changed in fuel: | |
milestone: | 9.2 → 9.3 |
tags: | added: swarm-fail |
Fix proposed to branch: master /review. openstack. org/381204
Review: https:/