Unified config handling for client libraries and programs
Go to file
Charles Short c4066599e4 Change python3.5 job to python3.7 job on Stein+
python3.5 was the only supported python3 version on Xenial, now that we have
Bionic Beaver nodes that support python3.7, lets switch to testing with
python3.7 in addition with python3.6 in Stein and beyond.
See ML discussion here [1] for context. [

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135632.html

Change-Id: Ibafa5cc1be81a897a11f01c3df26c644852a45c9
Signed-off-by: Charles Short <chucks@redhat.com>
2018-10-12 14:44:08 +00:00
doc Invalid link of doc reference 2018-07-11 11:42:01 +07:00
os_client_config Shift Limestone Networks profile to openstacksdk 2018-06-12 10:36:30 -04:00
releasenotes Update reno for stable/rocky 2018-07-26 12:35:35 +00:00
tools Split docs requirements and update tox.ini 2018-01-31 11:34:57 -06:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:41:36 +00:00
.gitignore Updates for stestr 2017-09-14 16:57:42 -05: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
.stestr.conf Updates for stestr 2017-09-14 16:57:42 -05:00
.zuul.yaml Change python3.5 job to python3.7 job on Stein+ 2018-10-12 14:44:08 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:46 +00:00
HACKING.rst Update the documentation link for doc migration 2017-08-07 15:10:42 +08:00
LICENSE Initial Cookiecutter Commit. 2014-09-20 16:16:13 -07:00
README.rst fix bug link in readme 2018-08-31 06:03:51 -04:00
lower-constraints.txt Replace guts with openstack.config 2018-04-27 08:42:17 -05:00
requirements.txt Replace guts with openstack.config 2018-04-27 08:42:17 -05:00
setup.cfg Update the documentation link for doc migration 2017-08-07 15:10:42 +08:00
setup.py Manually sync with g-r 2017-07-24 21:46:26 +02:00
test-requirements.txt Updated from global requirements 2018-01-31 11:36:56 -06:00
tox.ini Change python3.5 job to python3.7 job on Stein+ 2018-10-12 14:44:08 +00:00

README.rst

os-client-config

image

Warning

os-client-config has been superceded by openstacksdk. While os-client-config will continue to exist, it is highly recommended that users transition to using openstacksdk directly.

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