remove redundant line

get_apache_version function was removed
local apache_version is not used anywhere

Change-Id: Ib7c71aeda6023fcd587b180e4b1e209270528bf1
This commit is contained in:
Eyal 2019-01-07 17:12:36 +02:00 committed by Trinh Nguyen
parent 2b69cb4092
commit c2c3263dc0
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ function _ceilometer_config_apache_wsgi {
sudo mkdir -p $CEILOMETER_WSGI_DIR
local ceilometer_apache_conf=$(apache_site_config_for ceilometer)
local apache_version=$(get_apache_version)
local venv_path=""
if [[ ${USE_VENV} = True ]]; then