From 4817d1de2847b1f4f615cc1a29615b1fcf0d35a9 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Wed, 18 Sep 2019 10:49:52 -0500 Subject: [PATCH] Remove explicit call to py2 Python 2 is sunsetting in Jan 2020. We should not be finding python 2 explicitly. This patch removes those calls. Change-Id: Ie6c9ad77097e662393c5fdd26490ebef25bdc3de Signed-off-by: Tin Lam --- neutron/templates/bin/_health-probe.py.tpl | 2 +- nova/templates/bin/_health-probe.py.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/templates/bin/_health-probe.py.tpl b/neutron/templates/bin/_health-probe.py.tpl index 19ede5a722..f242b8b3a6 100644 --- a/neutron/templates/bin/_health-probe.py.tpl +++ b/neutron/templates/bin/_health-probe.py.tpl @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # Copyright 2019 The Openstack-Helm Authors. # diff --git a/nova/templates/bin/_health-probe.py.tpl b/nova/templates/bin/_health-probe.py.tpl index 9cc87feacb..b0c1095fe4 100644 --- a/nova/templates/bin/_health-probe.py.tpl +++ b/nova/templates/bin/_health-probe.py.tpl @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # Copyright 2019 The Openstack-Helm Authors. #