python-os-apply-config 14.0.1-3 source package in Ubuntu

Changelog

python-os-apply-config (14.0.1-3) unstable; urgency=medium

  * Make the build reproducible, thanks to Chris Lamb (Closes: #1120629).

 -- Thomas Goirand <email address hidden>  Wed, 26 Nov 2025 15:23:32 +0100

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
Stonking release universe misc
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-os-apply-config_14.0.1-3.dsc 2.3 KiB 60d36df81c54d9f26d7ea6f51e98e1306744839c68a1049e5e746046bb29dd21
python-os-apply-config_14.0.1.orig.tar.xz 17.1 KiB 669a0b4bf31ec88c0f561726117ff81767e7293af014860c3a41aa3ff32f9861
python-os-apply-config_14.0.1-3.debian.tar.xz 3.5 KiB a5f4873f3be853a4d5412100ea6d1874ed2cb0fe45e107b591c74eda2df14359

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