Comment 16 for bug 1850656

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

Next fix is to give nova-cell system scope permission. openstackcli seems to put into scope system if no domain, projects (and so on) is not specified.

share/kolla-ansible/ansible/roles/nova-cell/tasks/discover_computes.yml.
Remove:
--os-project-domain-name
--os-tenant-name
Change:
--os-user-domain-name {{ openstack_auth.user_domain_name }}

Later in the deploy play I have problem with missing config file "/var/lib/kolla/config_files/config.json", TASK [neutron : Running Neutron bootstrap container] found in file share/kolla-ansible/ansible/roles/nova/tasks/bootstrap_service.yml. Currently I do not know if it is related to the change above. Still troubleshooting.