python-os-apply-config 10.4.1-3build1 source package in Ubuntu

Changelog

python-os-apply-config (10.4.1-3build1) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 09:38:51 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-os-apply-config_10.4.1.orig.tar.xz 18.0 KiB 6e1d0f0576b9404660e95be2f3a60ee9c3ed806e01658dc64b38557063968131
python-os-apply-config_10.4.1-3build1.debian.tar.xz 4.0 KiB 817673f27ac967cc7e62a6550d7a8217e85fd8bb4dd3fa7fb065df7e6d19095b
python-os-apply-config_10.4.1-3build1.dsc 2.3 KiB b85d80113378fd02d475ae33733c4173d8538e2f21acd33b56fe032be1e0cf75

View changes file

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