python2-oslo-config-validator
Common code for Openstack Projects (configuration API) - Python 2.x
Install
- All systems
-
curl cmd.cat/python2-oslo-config-validator.sh
- Debian
-
apt-get install python-oslo.config
- Ubuntu
-
apt-get install python-oslo.config
- Kali Linux
-
apt-get install python-oslo.config
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-oslo.config
- Raspbian
-
apt-get install python-oslo.config
- Dockerfile
- dockerfile.run/python2-oslo-config-validator
python-oslo.config
Common code for Openstack Projects (configuration API) - Python 2.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 2.x module.