Containers Service for OpenStack
Go to file
Hongbin Lu ee968441aa Keep the trace when reraising docker error
In before, we catch all exceptions raised by docker-py and reraise
a Zun exception. The original trace is lost in this approach which
makes it hard to debug. This commit reraise the docker error by
keeping its trace.

Change-Id: Ie680cc2e4fe3c56d58ee729bdf191f2efa0aec98
2017-08-30 04:59:36 +00:00
api-ref/source Fix error in api-ref about host 2017-08-23 06:31:22 +00:00
contrib/vagrant Remove the items for disable neutron 2017-06-27 14:06:20 +08:00
devstack Add new entrypoint 'experimental' for capsules 2017-08-16 18:04:43 +08:00
doc/source Switch from mode_wsgi to uwsgi 2017-08-07 17:07:46 +00:00
etc Add capsule controller in API side and add create method 2017-08-16 12:42:41 +08:00
nova Fix another upgrade from docker-py to docker place 2017-07-11 12:05:40 +08:00
releasenotes Fix openstackdocstheme settings 2017-06-29 18:52:47 +09:00
specs Merge "container SR-IOV networking support" 2017-08-09 01:51:25 +00:00
template/capsule Add capsule controller in API side and add create method 2017-08-16 12:42:41 +08:00
tools Prepare for using standard python tests 2017-03-15 10:20:39 +05:30
zun Keep the trace when reraising docker error 2017-08-30 04:59:36 +00:00
.coveragerc Add coverage configuration 2016-11-02 05:15:29 +00:00
.gitignore Update .gitignore to ignore .eggs 2017-03-15 05:28:14 +00:00
.gitreview Update .gitreview for stable/pike 2017-08-17 14:00:58 +00:00
.testr.conf update higgins with zun 2016-06-08 22:21:34 -05:00
CONTRIBUTING.rst Optimize the link address 2017-04-07 10:50:23 +08:00
HACKING.rst Fix docs & specs erros. 2017-07-15 16:10:06 +07:00
LICENSE Initial commit 2016-05-12 14:59:56 -04:00
README.rst Change tag link in README to the newest address 2017-08-03 10:07:56 +08:00
babel.cfg Initial commit 2016-05-12 14:59:56 -04:00
requirements.txt Updated from global requirements 2017-08-11 02:43:11 +00:00
setup.cfg Switch from mode_wsgi to uwsgi 2017-08-07 17:07:46 +00:00
setup.py Updated from global requirements 2017-06-10 13:40:18 +00:00
test-requirements.txt Updated from global requirements 2017-07-28 15:22:22 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-08-17 14:00:59 +00:00

README.rst

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