We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c08abed + 6af4d6f commit 1188547Copy full SHA for 1188547
etc/kayobe/environments/ci-aio/automated-setup.sh
@@ -255,7 +255,7 @@ generate_openstack_env_script() {
255
256
python3 -m venv $BASE_PATH/venvs/openstack
257
$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
+$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
259
cat > $BASE_PATH/openstack-env.sh <<EOF
260
261
source $BASE_PATH/venvs/openstack/bin/activate
0 commit comments