From a73cde4aa78beb66e368738f1125892a002f52a7 Mon Sep 17 00:00:00 2001 From: Eyal Date: Thu, 18 Oct 2018 11:46:21 +0300 Subject: [PATCH] don't call get_apache_version its not used and was removed Change-Id: I499bdda860c2c2dbecb4723a8175d17d63e8a352 --- devstack/plugin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index ecbbf95a6..3d7d5037d 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -59,7 +59,6 @@ function _vitrage_config_apache_wsgi { sudo mkdir -p $VITRAGE_WSGI_DIR local vitrage_apache_conf=$(apache_site_config_for vitrage) - local apache_version=$(get_apache_version) local venv_path="" # Copy proxy vhost and wsgi file