Unified config handling for client libraries and programs
Go to file
Doug Hellmann f74902b0b9 use openstackdocstheme html context
Set some of the new config values and enable openstackdocstheme as an
extension so it will inject values into the page context as it writes
each documentation page. This ensures the pages link to the right bug
tracker, etc.

Change-Id: Id9cc61e81aa43f4b69883d338090716005477d0a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 15:27:53 -04:00
doc/source use openstackdocstheme html context 2017-06-29 15:27:53 -04:00
os_client_config turn on warning-is-error in documentation build 2017-06-22 15:17:54 -04:00
releasenotes switch from oslosphinx to openstackdocstheme 2017-06-22 15:26:16 -04:00
tools Add helper scripts to print version discovery info 2017-02-15 08:05:44 -06:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:41:36 +00:00
.gitignore add .venv to gitignore 2015-04-13 12:45:50 -06:00
.gitreview Update .gitreview for git section rename 2015-03-28 11:36:44 -04:00
.mailmap Initial Cookiecutter Commit. 2014-09-20 16:16:13 -07:00
.testr.conf Initial Cookiecutter Commit. 2014-09-20 16:16:13 -07:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:46 +00:00
HACKING.rst Initial Cookiecutter Commit. 2014-09-20 16:16:13 -07:00
LICENSE Initial Cookiecutter Commit. 2014-09-20 16:16:13 -07:00
README.rst rearrange existing documentation to follow the new standard layout 2017-06-22 15:16:06 -04:00
requirements.txt Add method for registering argparse options 2015-12-06 21:39:49 -05:00
setup.cfg turn on warning-is-error in documentation build 2017-06-22 15:17:54 -04:00
setup.py Port in config reading from shade 2014-09-21 12:17:09 -07:00
test-requirements.txt switch from oslosphinx to openstackdocstheme 2017-06-22 15:26:16 -04:00
tox.ini Remove 3.4 from tox envlist 2017-01-12 08:17:48 -05:00

README.rst

os-client-config

image

os-client-config is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. It will find cloud config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack

  • If you have a config file, you will get the clouds listed in it
  • If you have environment variables, you will get a cloud named envvars
  • If you have neither, you will get a cloud named defaults with base defaults

Source