
Run this command: $ zun --debug show non-existing-container ... RESP BODY: {"errors": [{"status": 404, "code": "", "links": [], "title": "Container non-existing-container could not be found.", "detail": "Container non-existing-container could not be found.", "request_id": "}]} ... As showed above, the "code" is empty because Zun doesn't pass 'faultcode'. This patch will add 'faultcode' and set 'code' in error response which follow convention in [1] [1] https://specs.openstack.org/openstack/api-wg/guidelines/errors.html Change-Id: Ic95d70756c91027cbfcc28cfea41c3f34787c177 Closes-Bug: #1685571
Team and repository tags
Zun
Container Management service for OpenStack
Zun (ex. Higgins) is a Container Management service for OpenStack. It aims to provide an OpenStack API for launching and managing containers backed by different container technologies.
- Free software: Apache license
- Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
- Documentation: https://docs.openstack.org/zun/latest/
- Source: https://git.openstack.org/cgit/openstack/zun
- Bugs: https://bugs.launchpad.net/zun
- Blueprints: https://blueprints.launchpad.net/zun
- REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO
Description
Languages
Python
99.3%
Shell
0.7%