Containers Service for OpenStack
Go to file
Hongbin Lu 95a7b806c6 Fix the 'addresses' field of container
The 'addresses' field is a map of ip addresses. In before, it
used docker network name as key, which is hard to be interpreted
by users, since docker network is hiden from end-users. This commit
switches to use neutron network uuid as key. A use case is from our
Heat plugin, which requires neutron network information to do
orchestration.

Change-Id: Ic3e4ee80962cdd777543e5c9c988fc0cdc623dad
2017-08-10 14:08:04 +00:00
api-ref/source Fix the 'addresses' field of container 2017-08-10 14:08:04 +00:00
contrib/vagrant Remove the items for disable neutron 2017-06-27 14:06:20 +08:00
devstack Get python3 tempest tests job to pass 2017-08-04 18:48:02 +00:00
doc/source Add filter scheduler doc. 2017-08-02 09:49:53 +08:00
etc Merge "Add host show api" 2017-08-01 02:25:12 +00: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
tools Prepare for using standard python tests 2017-03-15 10:20:39 +05:30
zun Fix the 'addresses' field of container 2017-08-10 14:08:04 +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 after project rename 2016-09-03 16:03:04 -05:00
.testr.conf update higgins with zun 2016-06-08 22:21:34 -05:00
babel.cfg Initial commit 2016-05-12 14:59:56 -04: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
requirements.txt Implement create with existing neutron port 2017-08-07 15:09:09 +00:00
setup.cfg Add warning-is-error in setup.cfg 2017-07-14 08:58:54 +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 Enable H904 check 2017-07-09 21:52:03 -04: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