Commit Graph

8 Commits

Author SHA1 Message Date
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
Kristi Nikolla 6f769ee4ad Set aggregation=False in mixmatch.conf.sample
Change-Id: I3fc1ef8ccb278b75b2ff6a9370574ff697f414ea
2017-02-01 16:51:03 -05:00
Eric Juma f78ad0a269 Add more configuration documentation
Add additional documentation for the configuration files,
through both comments on the config file and more explanation
in the documentation
Change-Id: Ibb772f09b076d7f28b5d5218a27e4e0de9aa975b
2017-01-20 15:15:56 +00:00
Eric Juma 755da47df3 Add config option to enable/disable services for each sp
Modified proxy.py and config.py to support the option.

Change-Id: Ibd7d701f4efb1fc952cd4750cd39d98c9eb98a79
2016-12-20 21:58:47 +00: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
Ubuntu 042146da27 Rename k2k-proxy.conf file to mixmatch.conf
Configuration file for proxy changed from /etc/k2k-proxy.conf to
/etc/mixmatch/mixmatch.conf. Updated documentation to point to the
new file.

Change-Id: I4e03f020880d01e8242cf53d1e08f21f74b9d058
Closes-bug: 1640231
2016-11-29 12:50:56 -05:00
Eric Juma 6e9dd7b02b Move configuration options from [proxy] to [DEFAULT]
Move configuration options listed in the [proxy] configuration
group to the [DEFAULT] configuration group for consistency with
other openstack configuration files. Update references to the
configuration group to match the change, including unit tests.

Change-Id: I0ed5a9210952efb91379dcdab2c078f0923649b0
Closes-bug: 1640232
2016-11-28 21:47:50 +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