Combine resources across federated OpenStack deployments
Go to file
Kristi Nikolla 39e4c36344 Same line logs
When logging, headers, url, method, etc, were in different lines
making it hard to distinguish what belonged to the same request
or response. This puts everything in the same line.

Change-Id: I9aa8ce64fa98a13d5d26f80f4e690f2a8eda847b
2018-06-15 18:09:04 -04:00
devstack Add mixmatch-manage cli command with db_sync 2017-09-05 11:46:08 -04:00
doc Extend-a-network 2018-05-15 18:19:26 +00:00
etc Config refactoring 2017-06-13 12:20:28 -04:00
httpd uwsgi improvements 2017-08-04 16:03:01 -04:00
mixmatch Same line logs 2018-06-15 18:09:04 -04:00
playbooks/legacy/mixmatch-dsvm-functional Move legacy jobs to project 2017-10-16 16:59:03 +00:00
releasenotes Added release notes infrastructures 2017-03-22 16:11:26 -04:00
specs Add folder and template for specs 2017-03-22 20:11:51 +00:00
.gitignore Config refactoring 2017-06-13 12:20:28 -04: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
.zuul.yaml add lower-constraints job 2018-04-20 16:32:29 -04:00
CONTRIBUTING.rst Optimize the link address 2017-06-16 14:29:35 +07:00
Dockerfile Dockerfile for Mixmatch 2018-05-11 11:31:49 -04:00
HACKING.rst fix link 2018-02-26 01:05:26 +08: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 Optimize the link address 2017-06-16 14:29:35 +07:00
babel.cfg Initial commit of the code 2016-11-07 09:49:52 -05:00
lower-constraints.txt Extend-a-network 2018-05-15 18:19:26 +00:00
requirements.txt Extend-a-network 2018-05-15 18:19:26 +00:00
setup.cfg Extend-a-network 2018-05-15 18:19:26 +00:00
setup.py Updated from global requirements 2017-03-02 11:46:55 +00:00
test-requirements.txt Updated from global requirements 2018-01-17 20:40:48 +00:00
tox.ini add lower-constraints job 2018-04-20 16:32:29 -04: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.