Combine resources across federated OpenStack deployments
Go to file
Kristi Nikolla 91bcaee5d1 Update requirements to global requirements, pep8 issues
This patch updates the requirements.txt and test-requirements.txt
to match the ones from global requirements. Changing the version
of flake8 had the side effect that pep8 tests started failing, for
now I have disabled the failing checks, but a follow-on patch will
re-enable them after the issues have been fixed.

Change-Id: I9dfe1be22ba9ea1425d95b8e8297173bb84f4a6e
2016-11-07 15:18:52 -05:00
doc/source Initial commit of the code 2016-11-07 09:49:52 -05:00
etc Initial commit of the code 2016-11-07 09:49:52 -05:00
httpd Initial commit of the code 2016-11-07 09:49:52 -05:00
mixmatch Initial commit of the code 2016-11-07 09:49:52 -05:00
releasenotes Initial commit of the code 2016-11-07 09:49:52 -05:00
.gitignore Initial commit of the code 2016-11-07 09:49:52 -05:00
.gitreview Added .gitreview 2016-11-07 10:11:15 +00:00
.testr.conf Initial commit of the code 2016-11-07 09:49:52 -05:00
CONTRIBUTING.rst Initial commit of the code 2016-11-07 09:49:52 -05:00
HACKING.rst Initial commit of the code 2016-11-07 09:49:52 -05:00
LICENSE Initial commit of the code 2016-11-07 09:49:52 -05:00
MANIFEST.in Initial commit of the code 2016-11-07 09:49:52 -05:00
README.rst Initial commit of the code 2016-11-07 09:49:52 -05:00
babel.cfg Initial commit of the code 2016-11-07 09:49:52 -05:00
requirements.txt Update requirements to global requirements, pep8 issues 2016-11-07 15:18:52 -05:00
run_proxy.sh Initial commit of the code 2016-11-07 09:49:52 -05:00
setup.cfg Initial commit of the code 2016-11-07 09:49:52 -05:00
setup.py Update requirements to global requirements, pep8 issues 2016-11-07 15:18:52 -05:00
test-requirements.txt Update requirements to global requirements, pep8 issues 2016-11-07 15:18:52 -05:00
tox.ini Update requirements to global requirements, pep8 issues 2016-11-07 15:18:52 -05:00

README.rst

mixmatch

Combine resources across federated OpenStack deployments

Proxy Service that will forward REST API requests to a remote service provider which is federated using Keystone-to-Keystone Federation (K2K).

The proxy learns the location of resources and is able to forward requests to the correct service provider. This allows OpenStack services to use resources provided by other federated OpenStack deployments, ex. Nova attach a remote volume.