python-os-apply-config

Creates config files out of cloud metadata

Description

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

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/openstack/os-apply-config


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-os-apply-config