iesgn / openstack-debian-ansible

Ansible playbooks for installing OpenStack on Debian
GNU General Public License v3.0
17 stars 16 forks source link

os_keystone_domain requires ansible >= 2.1 #22

Closed albertomolina closed 8 years ago

albertomolina commented 8 years ago

It would be nice to use the new OpenStack ansible modules available (os_*) but os_keystone_domain requires ansible 2.1 (released 10 days ago) and the latest ansible release available via pip is ansible == 2.0.2.0

In the meantime this step must be done directly with shell commands and this issue is opened to be closed when possible to install ansible >= 2.1 directly via pip

albertomolina commented 8 years ago

Install OpenStack components using new ansible modules is quite difficult, so we're using openstack command instead of os_* ansible modules