Comment 13 for bug 1850656

Revision history for this message
Niklas Hagman (blinkiz) wrote :

Hi. I do think I have solved this problem. Can you please create a new patch set with openstack_auth as below? Tell Zuul to run it.

Currently I do think it is required to write "Default" and not "default".
It is important to not specify domain_id, domain_name, project_id, project_name, trust_id or unscoped.

In ansible/group_vars/all.yml edit:
openstack_auth:
  auth_url: "{{ keystone_admin_url }}"
  username: "{{ keystone_admin_user }}"
  password: "{{ keystone_admin_password }}"
  user_domain_name: "Default"
  system_scope: "all"