os-client-config
OpenStack Client Configuation Library
What it is and what it does
os-client-config is a configuration aggregator for OpenStack cloud clients. It reads cloud credentials and settings from multiple sources—configuration files, environment variables, and built-in vendor defaults—and presents them as a unified set of named cloud configurations. This eliminates the need to manually construct credentials or know vendor-specific setup details.
The package is now superseded by openstacksdk, which the project documentation explicitly recommends for new work. While os-client-config continues to exist and receive updates, it functions primarily as a legacy compatibility layer. It depends on openstacksdk and pbr, and requires Python 3.10 or later.
Use it for:
- Reading OpenStack cloud credentials from standard config files and environment variables in a single call
- Supporting multiple named cloud configurations in a single application without hardcoding credentials
- Migrating older OpenStack tooling that relies on os-client-config before transitioning fully to openstacksdk
- Accessing vendor-specific OpenStack defaults without manual configuration
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Collects and manages OpenStack cloud client configuration from files, environment variables, and vendor defaults in a unified way.
No—not for new projects. The package's own documentation explicitly recommends using openstacksdk directly instead. Install only if you are maintaining legacy code that already depends on os-client-config and cannot yet migrate. For new OpenStack integrations, use openstacksdk.
Install
os-client-config on PyPI
pip
pip install os-client-configuv
uv add os-client-configpoetry
poetry add os-client-configInstalling os-client-config
Before you install
Low install friction with only two runtime dependencies. However, the package is aging—last release was 402 days ago—and the project itself explicitly recommends transitioning to openstacksdk directly rather than using this library going forward.
License in practice
Licensed under Apache (permissive), so commercial and proprietary use is permitted without restriction.
Quickstart
pip install os-client-config
from os_client_config import config
cloud_config = config.OpenStackConfig()
cloud = cloud_config.get_cloud_config(cloud_name='mycloud')
Requires Python 3.10 or later. The package is superseded by openstacksdk; consider using that instead for new projects.
Verify before relying
- Whether the package remains actively maintained or is in maintenance-only mode despite the aging status
- How well the library integrates with current OpenStack deployments given the explicit recommendation to use openstacksdk instead
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — openstacksdk, pbr |
| Maintenance | aging — 402 days since the last release |
| First released | |
| Downloads | 298,648/month — #7,870 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: os_client_config-2.3.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
openstacksdkopenstacksdk is a client library for…
permissive · top 5,000 on PyPI
os-service-typesProvides access to OpenStack service-type…
permissive · top 5,000 on PyPI
osprofilerOSProfiler generates distributed request traces…
permissive · top 15,000 on PyPI
os-kenos-ken is a component-based software defined…
permissive · top 15,000 on PyPI
python-octaviaclientpython-octaviaclient is an OpenStack Client…
permissive · top 15,000 on PyPI
osc-libosc-lib provides a shared library of common…
permissive · top 5,000 on PyPI
os-resource-classesProvides a standardized collection of resource…
permissive · top 15,000 on PyPI
python-heatclientPython client library and command-line tool for…
permissive · top 15,000 on PyPI
os-brickManages discovery and removal of storage…
permissive · top 15,000 on PyPI
keystoneauth1Provides authentication plugins, API discovery,…
permissive · top 5,000 on PyPI