From 1be052390b528c39cd82551eacdccf85eabdd778 Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Thu, 15 Sep 2016 15:28:56 +0200
Subject: [PATCH] Remove public_router_id from tempest configuration template

This parameter is usually not used and should not be provied in the
template.

TrivialFix

Change-Id: I4faea2127b741e06e327dd3e65387678d0bb0527
---
 ansible/roles/tempest/templates/tempest.conf.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/tempest/templates/tempest.conf.j2 b/ansible/roles/tempest/templates/tempest.conf.j2
index ebf16ee3c7..a0dc90cb59 100644
--- a/ansible/roles/tempest/templates/tempest.conf.j2
+++ b/ansible/roles/tempest/templates/tempest.conf.j2
@@ -49,7 +49,6 @@ http_image = {{ image_url }}
 
 [network]
 region = {{ openstack_region_name }}
-public_router_id =
 public_network_id =  {{ tempest_public_network_id }}
 floating_network_name = {{ tempest_floating_network_name }}
 project_networks_reachable = false