Do not set ineffective [alarm_auth] url

The [alarm_auth] url parameter has never been implemented. This change
removes the parameter from devstack installation because it's just
ineffective.

Change-Id: I6948f3533dbce3d3c5170259767c5771feb97110
This commit is contained in:
Takashi Kajinami 2022-03-07 17:38:41 +09:00 committed by Manpreet Kaur
parent f1fbcbb9b9
commit 5dcdfa6b3b
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ function configure_tacker {
iniset $TACKER_CONF alarm_auth username admin
iniset $TACKER_CONF alarm_auth password "$ADMIN_PASSWORD"
iniset $TACKER_CONF alarm_auth project_name admin
iniset $TACKER_CONF alarm_auth url http://$SERVICE_HOST:5000/v3
echo "Creating bridge"
sudo ovs-vsctl --may-exist add-br ${BR_MGMT}