[Openstack-devel] Bug#732172: ITP: os-apply-config -- Creates config files out of cloud metadata
Thomas Goirand
zigo at debian.org
Sun Dec 15 03:34:58 UTC 2013
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <zigo at debian.org>
* Package name : os-apply-config
Version : 0.1.1
Upstream Author : OpenStack Development Mailing List <OpenStack-dev at 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
More information about the Openstack-devel
mailing list