We are psyched to announce the release of: openstack-ansible-plugins 13.3.4: plugins for OpenStack Ansible For more details, please see below. 13.3.4 ^^^^^^ New Features ************ * The ability to support login user domain and login project domain has been added to the keystone module. # Example usage - keystone: command: ensure_user endpoint: "{{ keystone_admin_endpoint }}" login_user: admin login_password: admin login_project_name: admin login_user_domain_name: custom login_project_domain_name: custom user_name: demo password: demo project_name: demo domain_name: custom Bug Fixes ********* * The ability to support login user domain and login project domain has been added to the keystone module. This resolves https://bugs.launchpad.net/openstack-ansible/+bug/1574000 # Example usage - keystone: command: ensure_user endpoint: "{{ keystone_admin_endpoint }}" login_user: admin login_password: admin login_project_name: admin login_user_domain_name: custom login_project_domain_name: custom user_name: demo password: demo project_name: demo domain_name: custom Changes in openstack-ansible-plugins 13.3.2..13.3.4 --------------------------------------------------- 620c64e Add user and project login domains to keystone Diffstat (except docs and test files) ------------------------------------- library/keystone | 26 +++++++++++++- ..._user_and_project_support-e35b0b335b6522e9.yaml | 42 ++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-)