From f2c48951be999de5de5dcee3d5355824e29282c7 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 17 Aug 2016 13:26:12 -0400 Subject: [PATCH] Disable http results by default Disable this as the default. It could cause issues with httpd. Change-Id: I11ad6ad17dee8f7398c4cb8b7952dec864923386 --- ansible/install/browbeat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install/browbeat.yml b/ansible/install/browbeat.yml index 433d7cb55..4954bb43d 100644 --- a/ansible/install/browbeat.yml +++ b/ansible/install/browbeat.yml @@ -11,7 +11,7 @@ - hosts: undercloud remote_user: "{{ local_remote_user }}" vars: - results_in_httpd: true + results_in_httpd: false roles: - common - browbeat