Containers Service for OpenStack
Go to file
Hongbin Lu d43b709ef8 Fix the check of docker installation
In before, we checked docker installation by:

  $ rpm -q docker-engine

However, this doesn't work for all cases. In some cases, the docker
installation is of name "docker" instead of "docker-engine". This
commit added check for "docker" as well.

Change-Id: I49ef8cfe4bcf1d22770ba143c6301d8b54e9d372
Closes-Bug: #1647459
2016-12-05 14:06:14 -06:00
devstack Fix the check of docker installation 2016-12-05 14:06:14 -06:00
doc/source Document how to enable Nova driver in devstack 2016-11-21 22:09:38 -06:00
etc Merge "Rename image_create() to image_pull() at various locations" 2016-11-28 02:24:42 +00:00
nova Merge "Fix an import error on nova driver" 2016-12-05 04:52:34 +00:00
releasenotes Enable release notes translation 2016-10-06 20:57:26 +02:00
specs Zun container sandbox spec 2016-09-22 10:41:09 -05:00
tools Move all conf option to centralize conf directory 2016-11-02 07:42:43 +00:00
zun Merge "Rename image_create() to image_pull() at various locations" 2016-11-28 02:24:42 +00:00
.coveragerc Add coverage configuration 2016-11-02 05:15:29 +00:00
.gitignore Clean up etcd generated file 2016-09-12 12:30:17 +08: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
CONTRIBUTING.rst update higgins with zun 2016-06-08 22:21:34 -05:00
HACKING.rst update higgins with zun 2016-06-08 22:21:34 -05:00
LICENSE Initial commit 2016-05-12 14:59:56 -04:00
README.rst Document how to use zun devstack plugin 2016-09-09 15:04:38 -05:00
babel.cfg Initial commit 2016-05-12 14:59:56 -04:00
requirements.txt Updated from global requirements 2016-12-03 11:52:07 +00:00
setup.cfg Move all conf option to centralize conf directory 2016-11-02 07:42:43 +00:00
setup.py Fixed common comments in initial commit 2016-05-13 12:58:35 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:42:55 +00:00
tox.ini Delete python bytecode file 2016-11-22 03:23:25 +08:00

README.rst

Zun

Container Management service for OpenStack

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO