]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Update openstack.common.config
authorÉmilien Macchi <emilien.macchi@enovance.com>
Wed, 10 Jul 2013 14:01:00 +0000 (16:01 +0200)
committerÉmilien Macchi <emilien.macchi@enovance.com>
Thu, 18 Jul 2013 19:01:02 +0000 (12:01 -0700)
commit919b3778084ddbae9db4902d5a01129f72c44bfc
tree5009edbdda4ddee4b4db59079d6dc43ec5f44548
parenta37d2b44bf1196091b0558b270c134e68919bc12
Update openstack.common.config

- Add generator.py from Oslo
- Add notifier from Oslo
- Add generator bash script used by other projects to generate configuration
files
- Update openstack-common.conf file

The patch https://review.openstack.org/#/c/36493/ needs
to be merged before this one. I'll rebase this patch and
generate the heat configuration.

Fix bug #1183275

Change-Id: Id7f24874b7e3e07d06dcf14bc381b9d630f67fc8
etc/heat/heat.conf.sample [new file with mode: 0644]
heat/openstack/common/config/__init__.py [new file with mode: 0644]
heat/openstack/common/config/generator.py [new file with mode: 0755]
openstack-common.conf
tools/conf/check_uptodate.sh [new file with mode: 0755]
tools/conf/generate_sample.sh [new file with mode: 0755]
tox.ini