RETIRED, Enable Docker container to use Cinder volume and Manila share
Go to file
Hongbin Lu af24f14be5 Use keystoneauth1 for cinder access
The goal is to add support for keystone v3, while still maintain
backward-compatibility. In particular, it did the following:
* Use keystoneauth1 for keystone authentication
* Deprecate the usage of keystoneclient.auth, which is the legacy
  way of doing authentication. It seems to support keystone v2
  only, which cause the problem.
* Introduce new auth session in config file.
* Deprecate old auth session in config file.

Closes-Bug: #1563011
Change-Id: Ia80b4377eda6314ad8e6287cb65eb2842f972b8b
2017-01-05 15:22:54 -06:00
devstack Use keystoneauth1 for cinder access 2017-01-05 15:22:54 -06:00
doc/source Revert "Move from "tenant" to "project"" 2016-12-25 12:18:40 -06:00
etc Merge "Tools for generating config file" 2016-12-04 22:33:13 +00:00
fuxi Use keystoneauth1 for cinder access 2017-01-05 15:22:54 -06:00
tools Tools for generating config file 2016-10-18 23:05:45 -04:00
.gitignore Add .testrepository/ to .gitignore 2016-11-28 21:51:16 +00: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 Initial code for Fuxi 2016-03-24 17:54:54 +08:00
HACKING.rst Initial code for Fuxi 2016-03-24 17:54:54 +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 Add the remote tag to the badge image 2016-12-12 15:32:08 -06:00
babel.cfg Initial code for Fuxi 2016-03-24 17:54:54 +08:00
requirements.txt Use keystoneauth1 for cinder access 2017-01-05 15:22:54 -06:00
setup.cfg Tools for generating config file 2016-10-18 23:05:45 -04:00
setup.py Updated from global requirements 2016-09-02 09:55:07 +00:00
test-requirements.txt Add basic fullstack volume tests 2016-12-19 16:31:46 -06:00
tox.ini Separate unit tests from fullstack tests 2016-12-19 16:31:40 -06: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