X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fopenstack%2FREADME.md;h=3972928d05c12871568594fabd97eac5e881248c;hb=75a38c73867914a576062a3b50d5c80ace795f6c;hp=a8e43560bf5fc3527755f7de62dcd6e1db7adaea;hpb=ccfacbbb3d3bd025f48f2a1434e0b6bdeae64ead;p=osm%2Fdevops.git diff --git a/installers/openstack/README.md b/installers/openstack/README.md index a8e43560..3972928d 100644 --- a/installers/openstack/README.md +++ b/installers/openstack/README.md @@ -23,7 +23,7 @@ This short guide explains how to use directly the Ansible playbook to install OS ## Prerequisites The ansible playbook requires `ansible` and `openstacksdk` to be executed. `python-openstackclient` is not mandatory but highly recommended. They are part of Python pip and can be installed as follows: -`$ sudo -H pip install python-openstackclient "openstacksdk<1" "ansible>=2.9,<3"` +`$ sudo -H pip install python-openstackclient "openstacksdk<1" "ansible>=2.10,<2.11"` ## Execute the playbook