DoclerLabs / openstack

Production-ready Openstack installer using Ansible
46 stars 21 forks source link

To utilize this module, the installed version ofthe openstacksdk library MUST be >=0.12.0" #21

Open andruwa13 opened 5 years ago

andruwa13 commented 5 years ago

Ubuntu 16.04/18.04 ansible 2.8.4 Vagrant 2.2.5 Virtulbox 6.0.12 Git Branch Master TASK [os_keystone_service : get an admin token]

gyurco commented 5 years ago

This comes from Ansible, you must have the correct version for this module installed on your host system. Or downgrade Ansible. On Ubuntu 16.04, pip install openstacksdk == 0.12.0 (or similar, didn't check the right syntax) should do the job with recent Ansible versions.

andruwa13 commented 5 years ago

@gyurco not work :(

gyurco commented 5 years ago

Check in the guest system, too, I'm not sure what version is installed with Ubuntu 18.04 by default.