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
This commit is contained in:
Takashi Kajinami 2024-11-23 17:59:25 +09:00
parent 10cde330b5
commit 04f19518e6

View File

@ -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