How to Install and Uninstall python3-os-apply-config Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 05,2024

1. Install "python3-os-apply-config" package

This guide covers the steps necessary to install python3-os-apply-config on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-os-apply-config

2. Uninstall "python3-os-apply-config" package

Please follow the steps below to uninstall python3-os-apply-config on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-os-apply-config $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-os-apply-config package on Ubuntu 21.10 (Impish Indri)

Package: python3-os-apply-config
Architecture: all
Version: 12.0.0-1
Priority: optional
Section: universe/python
Source: python-os-apply-config
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 96
Depends: python3-anyjson, python3-pbr, python3-pystache, python3-six (>= 1.10.0), python3-yaml, python3:any
Breaks: python-os-apply-config
Replaces: python-os-apply-config
Filename: pool/universe/p/python-os-apply-config/python3-os-apply-config_12.0.0-1_all.deb
Size: 16860
MD5sum: 3d9a183827ee7b8b74a3e0b5cbf25970
SHA1: fb650e4d93bcde9c20a118d493d096dfcae476e4
SHA256: 08095ee85e4adb4e17accddb3d87155435dc598a2170dbc82cc35341b3b56af2
SHA512: efb718b3f2bd7cb52c269b85424d4338929b5b046653f199075ef6fdf7cf2a32a1c68db5b6d2e65f2fc38856de6c254ad8faf3cb609b6b79ed63306c19587480
Homepage: https://github.com/openstack/os-apply-config
Description-en: Creates config files out of cloud metadata
os-apply-config apply configuration out of the cloud metadata (JSON) that it
receives from a metadata server.
.
It turns metadata from one or more JSON files like this:
.
{"keystone":
{"database":
{"host": "127.0.0.1", "user": "keystone", "password": "foobar"}
}
}
.
into service config files like this:
.
[sql]
connection = mysql://keystone:[email protected]/keystone
Description-md5: 4d0e1bf9e97c910478697aeef9fc90a1