Combine resources across federated OpenStack deployments
1cb775fcf4
This adds a cli for management commands that is run through `mixmatch-manage`. Also added `db_sync` which is creates the tables in the database based on the model. No upgrade functionality exists yet. Change-Id: I18187967bb62865529712c83ef60482c3d1ed8ca |
||
---|---|---|
devstack | ||
doc | ||
etc | ||
httpd | ||
mixmatch | ||
releasenotes | ||
specs | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
Dockerfile | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.
- Free software: Apache license
- Documentation: https://mixmatch.readthedocs.io
- Source: https://git.openstack.org/cgit/openstack/mixmatch
- Bugs: https://bugs.launchpad.net/mixmatch