Takashi Kajinami db2f9d86e9 Drop usage of six
The library is not required since Python 2 support was removed.

Change-Id: Ie09ca639e20a3255249e1edbc2b4e8c73ce1d1a5
2024-06-25 15:32:05 +09:00
2024-04-29 12:27:27 +02:00
2024-06-25 15:32:05 +09:00
2017-09-14 16:57:42 -05:00
2019-04-19 19:30:03 +00:00
2014-09-20 16:16:13 -07:00
2017-09-14 16:57:42 -05:00
2023-12-14 12:59:19 +00:00
2014-09-20 16:16:13 -07:00
2019-04-21 13:09:50 +00:00
2024-04-29 12:27:27 +02:00
2020-04-17 12:04:22 +00:00
2023-01-10 13:58:34 +00:00

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

Description
Unified config handling for client libraries and programs
Readme 4.1 MiB
Languages
Python 100%