Fix keystone config templates
The ansible_managed variable was resulting in text being put into the keystone config file that caused keystone to fail. Commenting out the entry to allow the test script to execute successfuly. Change-Id: Ie8ff1f9b8354e4d1411a8714df6a73b6adfd9cd5
This commit is contained in:
parent
86ac35f073
commit
487de043ea
@ -1,4 +1,4 @@
|
|||||||
{{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
master = true
|
master = true
|
||||||
processes = 2
|
processes = 2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
master = true
|
master = true
|
||||||
processes = 2
|
processes = 2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
debug = {{ keystone.debug | bool }}
|
debug = {{ keystone.debug | bool }}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
user {{ nginx_user }};
|
user {{ nginx_user }};
|
||||||
worker_processes 2;
|
worker_processes 2;
|
||||||
pid /run/nginx.pid;
|
pid /run/nginx.pid;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
server {
|
server {
|
||||||
listen 5000;
|
listen 5000;
|
||||||
access_log /var/log/nginx/keystone/access.log;
|
access_log /var/log/nginx/keystone/access.log;
|
||||||
|
Loading…
Reference in New Issue
Block a user