Skip to content
Snippets Groups Projects
Commit d00d4b0b authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Merge branch 'fix_openstack_ansible' into 'master'

Fix openstack ansible

See merge request !567
parents 0b054e8c 6ad5c4d4
No related branches found
No related tags found
1 merge request!567Fix openstack ansible
......@@ -92,7 +92,7 @@ build_infra:
- apt update
- apt -y upgrade
- apt -y install openssh-client python3-pip
- pip3 install joblib python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
- pip3 install openstacksdk==0.61.0 joblib python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
- source ./$NECTAR_ALLOCATION-openrc.sh
- echo "Generating a random SSH key for our cluster"
- ssh-keygen -f tmp_key -N "" -t ed25519
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment