Commit Graph

6 Commits

Author SHA1 Message Date
Parul Sohal fd5e5d3e42 Changed deprecated API call
In auth.py,changed /OS-FEDERATION/projects to /auth/projects

Change-Id: Ie763fd328c3c763f19acdecaf54dd93e8ac20961
2018-07-02 20:10:01 +00:00
Jeremy Freudberg 955f28d397 Extend-a-network
Create a new extension to the proxy, which will allow networks to be
extended across clouds.

Additionally, provide lots of documentation for this new feature.

Change-Id: I9088e3509f71fb363ddc7f504cbb96f94932cc1e
2018-05-15 18:19:26 +00:00
Kristi Nikolla c49aacec27 Config refactoring
This splits the configuration module into a package with multiple
modules.

Additionally adds support for oslo-config-generator.
Additionally adds mixmatch.conf to .gitignore

Change-Id: I735c6e852ef3cddb6dff654e1b8777ba239b91ab
2017-06-13 12:20:28 -04:00
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
Eric Juma f372c0fc45 Change token logging from INFO to DEBUG
Change token logging from INFO to DEBUG, so that tokens are not
printed by default, only when the logging level is set to DEBUG.

Change-Id: I4f2e1ee84c82edc41edde93386d6f28f815aa09f
Closes-bug: 1640234
2016-11-28 17:28:58 +00:00
Kristi Nikolla dcc8b3aa76 Initial commit of the code
This is the initial commit of the code for the project. Previous
development was ongoing in https://github.com/CCI-MOC/k2k-proxy.git

Change-Id: I5cce38e22581e1f0a82c2c76a64e7bbf2cd7490b
Co-Authored-By: George Silvis, III <george.iii.silvis@gmail.com>
Co-Authored-By: Wjdan Alharthi <walharth@bu.edu>
2016-11-07 09:49:52 -05:00