Unified config handling for client libraries and programs
Go to file
Ghanshyam Mann 4090e0f069 Update python classifier in setup.cfg
As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: Ib306efd5d2f6d177aba6bf6307f4132252ac2b14
2024-01-11 15:37:25 -08:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-31 20:37:45 +02:00
os_client_config Remove ceilometerclient 2023-02-20 12:08:56 +09:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-31 20:37:45 +02:00
tools Fix the conflict of urlparse between python2 and python3 2018-10-31 17:08:45 +08: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 OpenDev Migration Patch 2019-04-19 19:30:03 +00: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 Bump CI jobs to Python 3.11 2023-12-14 12:59:19 +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 Update for opendev 2019-04-21 13:09:50 +00:00
lower-constraints.txt Cap jsonschema 3.2.0 as the minimal version 2020-05-26 22:03:14 +02:00
requirements.txt Replace guts with openstack.config 2018-04-27 08:42:17 -05:00
setup.cfg Update python classifier in setup.cfg 2024-01-11 15:37:25 -08:00
setup.py Cleanup py27 support 2020-04-17 12:04:22 +00:00
test-requirements.txt Cap jsonschema 3.2.0 as the minimal version 2020-05-26 22:03:14 +02:00
tox.ini Add support for tox 4 2023-01-10 13:58:34 +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