python-os-apply-config 13.1.0-2 source package in Ubuntu

Changelog

python-os-apply-config (13.1.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Wed, 04 Oct 2023 22:03:12 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-os-apply-config_13.1.0-2.dsc 2.3 KiB 283ec3769b67fb413d162f2dbaf01ff295ab82cb0fc7e50b2daaea10df8376d6
python-os-apply-config_13.1.0.orig.tar.xz 17.6 KiB b6eb3e70a883314b115f2d086e40cf038331438ec1d197a8c8abde7a62633228
python-os-apply-config_13.1.0-2.debian.tar.xz 3.5 KiB 10058533832b6a841d8bef70109070a6aa46fca80e8fb509747e21917b2c4125

Available diffs

No changes file available.

Binary packages built by this source

python3-os-apply-config: 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:foobar@127.0.0.1/keystone