[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#725089: ITP: python-os-apply-config -- Creates config files out of cloud metadata



Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <zigo@debian.org>

* Package name    : python-os-apply-config
  Version         : 0.1.1
  Upstream Author : OpenStack Foundation <openstack-dev@lists.openstack.org>
* URL             : https://github.com/openstack/os-apply-config
* License         : Apache-2.0
  Programming Lang: Python
  Description     : Creates config files out of cloud metadata

 os-apply-config apply configuration out of the cloud metadata (JSON) that it
 recieves 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


Reply to: