RETIRED, Enable Docker container to use Cinder volume and Manila share
Go to file
howardlee 9734e4dac5 Replace e.message with str(e)
The 'message' attribute has been deprecated. A prefered way is to
call str(e), and this patch will replace e.message with str(e).
For more information, please see:
https://www.python.org/dev/peps/pep-0352/

Change-Id: I96cbd859b172291564188a0a9fbc5372d2bf4bae
2017-07-20 16:48:19 +08:00
devstack Use devstack-provided etcd port 2017-06-05 20:51:13 -04:00
doc/source Merge "Add instruction to run fullstack test locally" 2017-03-05 22:52:35 +00:00
etc Merge "Tools for generating config file" 2016-12-04 22:33:13 +00:00
fuxi Replace e.message with str(e) 2017-07-20 16:48:19 +08:00
releasenotes Add release notes for the first release 2017-02-21 09:07:35 -06:00
tools Tools for generating config file 2016-10-18 23:05:45 -04:00
.gitignore Introduce reno to handle release notes 2017-02-21 09:07:27 -06:00
.gitreview Added .gitreview 2016-03-04 08:55:33 +00:00
.testr.conf Separate unit tests from fullstack tests 2016-12-19 16:31:40 -06:00
CONTRIBUTING.rst Use https instead of http in docs links 2017-06-17 10:22:02 +08:00
HACKING.rst Use https instead of http in docs links 2017-06-17 10:22:02 +08:00
LICENSE Initial code for Fuxi 2016-03-24 17:54:54 +08:00
MANIFEST.in Initial code for Fuxi 2016-03-24 17:54:54 +08:00
README.rst Use https instead of http in docs links 2017-06-17 10:22:02 +08:00
babel.cfg Initial code for Fuxi 2016-03-24 17:54:54 +08:00
requirements.txt Updated from global requirements 2017-06-30 12:14:18 +00:00
setup.cfg Remove support for py34 2017-06-05 11:32:31 +07:00
setup.py Updated from global requirements 2017-03-28 21:27:49 +00:00
test-requirements.txt Upgrade from docker-py to docker 2017-07-03 01:59:22 +00:00
tox.ini Enable some off-by-default checks 2017-06-22 13:55:17 +08:00

README.rst

Team and repository tags

image

fuxi

Enable Docker container to use Cinder volume and Manila share

Fuxi focuses on enabling Docker container to use Cinder volume and Manila share, thus Docker volume can reuse the advance features and numerous vendor drivers in Cinder and Manila. With Fuxi, Cinder and Manila can be used as the unified persistence storage provider for virtual machine, baremetal and Docker container.

Features

  • TODO