From e3c199d1817c013c9129c89f6a3272d346f283a3 Mon Sep 17 00:00:00 2001
From: Bharat Kunwar <bharat@stackhpc.com>
Date: Tue, 16 Feb 2021 15:07:30 +0000
Subject: [PATCH] Rename eswitchd.conf -> eswitchd.conf.j2

In I173669bdf92b1f2ea98907ba16808ca3c914944c, eswitchd.conf.j2 template
file missed a .j2 at the end. This PS rectifies it.

Change-Id: I251febe3fd192372177116569f41ccb9aa225302
---
 .../roles/neutron/templates/{eswitchd.conf => eswitchd.conf.j2}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename ansible/roles/neutron/templates/{eswitchd.conf => eswitchd.conf.j2} (100%)

diff --git a/ansible/roles/neutron/templates/eswitchd.conf b/ansible/roles/neutron/templates/eswitchd.conf.j2
similarity index 100%
rename from ansible/roles/neutron/templates/eswitchd.conf
rename to ansible/roles/neutron/templates/eswitchd.conf.j2