From 04f19518e695e76d4e92310c47ea199971e518e4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 23 Nov 2024 17:59:25 +0900 Subject: [PATCH] Drop remaining reference to 'test' extras This was removed when test-requirements was added. Also use the common helper to install aodh itself. Change-Id: I56de124a3a6d4729cfd12d79deab59e96fed9fdd --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index a3479e067..48a093bcc 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -218,7 +218,7 @@ function init_aodh { function install_aodh { _aodh_prepare_coordination install_aodhclient - pip_install -e "$AODH_DIR"[test,$AODH_BACKEND] + setup_develop $AODH_DIR $AODH_BACKEND sudo install -d -o $STACK_USER -m 755 $AODH_CONF_DIR if [ "$AODH_DEPLOY" == "mod_wsgi" ]; then