Update paste, policy and rootwrap configurations 2016-10-06

Change-Id: I06ae08392e66229b9120c41309f1ba5e7301b217
This commit is contained in:
Jesse Pretorius 2016-10-06 14:37:49 +01:00
parent ae5ab67055
commit fdbb980a18
2 changed files with 3 additions and 5 deletions

View File

@ -25,7 +25,7 @@
config_overrides: "{{ item.config_overrides }}"
config_type: "{{ item.config_type }}"
with_items:
- src: "trove-api-paste.ini.j2"
- src: "api-paste.ini.j2"
dest: "/etc/trove/api-paste.ini"
config_overrides: "{{ trove_api_paste_ini_overrides }}"
config_type: "ini"
@ -48,7 +48,7 @@
config_overrides: "{{ item.config_overrides }}"
config_type: "{{ item.config_type }}"
with_items:
- src: "trove-api-paste.ini.j2"
- src: "api-paste.ini.j2"
dest: "/etc/trove/api-paste.ini"
config_overrides: "{{ trove_api_paste_ini_overrides }}"
config_type: "ini"
@ -70,7 +70,7 @@
config_overrides: "{{ item.config_overrides }}"
config_type: "{{ item.config_type }}"
with_items:
- src: "trove-api-paste.ini.j2"
- src: "api-paste.ini.j2"
dest: "/etc/trove/api-paste.ini"
config_overrides: "{{ trove_api_paste_ini_overrides }}"
config_type: "ini"

View File

@ -1,5 +1,3 @@
#{{ ansible_managed }}
# Do not edit this file manually, your changes will be overwritten.
[composite:trove]
use = call:trove.common.wsgi:versioned_urlmap
/: versions