Combine resources across federated OpenStack deployments
Go to file
Eric Juma bc8341df77 Unable to cache auth tokens
Move token caching configuration options from [DEFAULT] to
[keystone], and change [keystone] to [auth]. Update references
to these parts of configuration file to reflect the change.
Also remove token_caching from config file as it is not needed.

Change-Id: I22ee4bbf1febe5076988eaa7afeb15fcb8c28b09
Closes-bug: 1646569
2016-12-02 14:10:48 -05:00
devstack Create structure for Devstack plugin 2016-11-08 15:30:30 -05:00
doc Rename k2k-proxy.conf file to mixmatch.conf 2016-11-29 12:50:56 -05:00
etc Unable to cache auth tokens 2016-12-02 14:10:48 -05:00
httpd Initial commit of the code 2016-11-07 09:49:52 -05:00
mixmatch Unable to cache auth tokens 2016-12-02 14:10:48 -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 Update documentation link in readme 2016-11-18 11:50:13 -05:00
babel.cfg Initial commit of the code 2016-11-07 09:49:52 -05:00
requirements.txt Updated from global requirements 2016-11-09 04:17:21 +00: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 Create structure for Devstack plugin 2016-11-08 15:30:30 -05:00
tox.ini Create structure for Devstack plugin 2016-11-08 15:30:30 -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.