Include extra conf file updates when updating SHA's

This patch updates the sources-branch-updater convenience script to
make it also check for additional updates relating to policy.json,
paste.ini, rootwrap.conf, rootwrap filters, etc.

This ensures that the SHA updates are more complete and the updates
require less effort to do.

In addition to the script update there are some changes to other
file names and locations in order to facilitate the file's ability
to do everything correctly. The changes enforce a specific convention
for the names and locations of files it manages.

Change-Id: I99899e61e0527639abc8b3bae0296a891607a31d
This commit is contained in:
Jesse Pretorius 2016-01-08 13:22:36 +00:00
parent e2f15852ef
commit fd4532ba40
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
dest: "/etc/aodh/api_paste.ini"
config_overrides: "{{ aodh_api_paste_ini_overrides }}"
config_type: "ini"
- src: "policy.json"
- src: "policy.json.j2"
dest: "/etc/aodh/policy.json"
config_overrides: "{{ aodh_policy_overrides }}"
config_type: "json"