https://github.com/openstack/os-client-config
Unified config handling for client libraries and programs. Mirror of code maintained at opendev.org.
https://github.com/openstack/os-client-config
Last synced: 9 months ago
JSON representation
Unified config handling for client libraries and programs. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/os-client-config
- Owner: openstack
- License: apache-2.0
- Created: 2014-09-24T19:51:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T22:37:30.000Z (about 1 year ago)
- Last Synced: 2025-06-30T23:30:02.172Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/os-client-config
- Size: 796 KB
- Stars: 38
- Watchers: 9
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
================
os-client-config
================
.. image:: https://governance.openstack.org/tc/badges/os-client-config.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. 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
------
* Free software: Apache license
* Documentation: http://docs.openstack.org/os-client-config/latest
* Source: http://opendev.org/openstack/os-client-config
* Bugs: https://storyboard.openstack.org/#!/project/openstack/os-client-config
* Release Notes https://docs.openstack.org/releasenotes/os-client-config
.. _openstacksdk: http://docs.openstack.org/openstacksdk/latest