From 61b9f45944903750c30c63eb12c907ce68c21572 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 4 May 2026 21:24:08 +0900 Subject: [PATCH] devstack: Remove a few more unused options Change-Id: If9f53583f47897440cd89dc48df59bc9998d6236 Signed-off-by: Takashi Kajinami --- devstack/settings | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/settings b/devstack/settings index b3ece9474..e9de2a7b4 100644 --- a/devstack/settings +++ b/devstack/settings @@ -5,12 +5,9 @@ ZAQAR_DIR=$DEST/zaqar ZAQARCLIENT_DIR=$DEST/python-zaqarclient ZAQAR_CONF_DIR=/etc/zaqar ZAQAR_CONF=$ZAQAR_CONF_DIR/zaqar.conf -ZAQAR_POLICY_CONF=$ZAQAR_CONF_DIR/policy.yaml ZAQAR_UWSGI_CONF=$ZAQAR_CONF_DIR/uwsgi.conf ZAQAR_UWSGI=zaqar.transport.wsgi.app:application ZAQAR_API_LOG_DIR=/var/log/zaqar -ZAQAR_API_LOG_FILE=$ZAQAR_API_LOG_DIR/queues.log -ZAQAR_AUTH_CACHE_DIR=${ZAQAR_AUTH_CACHE_DIR:-/var/cache/zaqar} # Support potential entry-points console scripts ZAQAR_BIN_DIR=$(get_python_exec_prefix)