Use stein-eol branch for Octavia

Correct issue from previous patch

Change-Id: I36ba039798c778dcc99b827cc1d9cbab12805929
This commit is contained in:
Kobi Samoray 2021-06-28 14:13:22 +03:00
parent cfe4faa787
commit 55c041dc96
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function install_neutron_projects {
else
OCTAVIA_BRANCH=$NEUTRON_BRANCH
fi
sudo -H pip install -e "git+https://opendev.org/openstack/octavia@${NEUTRON_BRANCH}#egg=octavia"
sudo -H pip install -e "git+https://opendev.org/openstack/octavia@${OCTAVIA_BRANCH}#egg=octavia"
sudo chown -R ${USER}:${USER} src/octavia
fi
}