From fdbb980a18ca650c77b6238f5a118de5b1228e70 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 6 Oct 2016 14:37:49 +0100 Subject: [PATCH] Update paste, policy and rootwrap configurations 2016-10-06 Change-Id: I06ae08392e66229b9120c41309f1ba5e7301b217 --- tasks/trove_post_install.yml | 6 +++--- templates/{trove-api-paste.ini.j2 => api-paste.ini.j2} | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) rename templates/{trove-api-paste.ini.j2 => api-paste.ini.j2} (93%) diff --git a/tasks/trove_post_install.yml b/tasks/trove_post_install.yml index 005c5ab..b38e702 100644 --- a/tasks/trove_post_install.yml +++ b/tasks/trove_post_install.yml @@ -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" diff --git a/templates/trove-api-paste.ini.j2 b/templates/api-paste.ini.j2 similarity index 93% rename from templates/trove-api-paste.ini.j2 rename to templates/api-paste.ini.j2 index fe035ea..ea3612b 100644 --- a/templates/trove-api-paste.ini.j2 +++ b/templates/api-paste.ini.j2 @@ -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