python3-oslo-config-validator
Common code for Openstack Projects (configuration API) - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-oslo-config-validator.sh
- Debian
-
apt-get install python3-oslo.config
- Ubuntu
-
apt-get install python3-oslo.config
- Kali Linux
-
apt-get install python3-oslo.config
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-oslo.config
- Raspbian
-
apt-get install python3-oslo.config
- Dockerfile
- dockerfile.run/python3-oslo-config-validator
python3-oslo.config
Common code for Openstack Projects (configuration API) - Python 3.x
The OpenStack Oslo project provides Python libraries containing infrastructure code shared by OpenStack projects. The OpenStack Oslo Configuration API supports parsing command line arguments and .ini style configuration files. This package provides the Python 3.x module.