Skip to content

Commit 1188547

Browse files
authored
Merge pull request #1990 from stackhpc/aio-url-fix
Fix faulty url
2 parents c08abed + 6af4d6f commit 1188547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-aio/automated-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ generate_openstack_env_script() {
255255

256256
python3 -m venv $BASE_PATH/venvs/openstack
257257
$BASE_PATH/venvs/openstack/bin/pip install -U pip
258-
$BASE_PATH/venvs/openstack/bin/pip install -U python-openstackclient -c https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/stackhpc/$OPENSTACK_RELEASE/upper-constraints.txt
258+
$BASE_PATH/venvs/openstack/bin/pip install -U python-openstackclient -c https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/$OPENSTACK_RELEASE/upper-constraints.txt
259259
cat > $BASE_PATH/openstack-env.sh <<EOF
260260
261261
source $BASE_PATH/venvs/openstack/bin/activate

0 commit comments

Comments
 (0)