Kien Nguyen f843513137 Set 'code' in error response
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
2017-10-18 14:59:40 +07:00
2017-10-07 02:04:45 +00:00
2017-08-17 14:01:00 +00:00
2017-09-08 09:11:52 +08:00
2017-09-25 14:54:26 +00:00
2017-10-18 14:59:40 +07:00
2016-11-02 05:15:29 +00:00
2016-09-03 16:03:04 -05:00
2016-06-08 22:21:34 -05:00
2017-10-07 02:04:45 +00:00
2016-05-12 14:59:56 -04:00
2017-04-07 10:50:23 +08:00
2017-07-15 16:10:06 +07:00
2016-05-12 14:59:56 -04:00
2017-06-10 13:40:18 +00:00
2017-10-03 13:58:25 +00:00

Team and repository tags

image

image

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.

Features

  • TODO
Description
Containers Service for OpenStack
Readme 26 MiB
Languages
Python 99.3%
Shell 0.7%