diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 4675ce2cf5..2ff506e3d5 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -68,7 +68,7 @@ function create_trove_accounts { # restart apache. function _cleanup_trove_apache_wsgi { sudo rm -rf $TROVE_WSGI_DIR - sudo rm -f ${apache_site_config_for trove-api} + sudo rm -f $(apache_site_config_for trove-api) restart_apache_server }