Activity log for bug #2019130

Date Who What changed Old value New value Message
2023-05-10 15:28:48 Chris bug added bug
2023-05-10 15:36:04 Chris description This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [X] This doc is inaccurate in this way: missing key "system_scope" from "openstack_auth" dict in globals.yml - [ ] This is a doc addition request. - [ ] I have a fix to the document that I can paste below including example: input and output. If you have a troubleshooting or support issue, use the following resources: - The mailing list: https://lists.openstack.org - IRC: 'openstack' channel on OFTC ----------------------------------- Release: 15.1.0.dev198 on 2023-01-17 21:10:25 SHA: b6b9e01125d7d7ecc11840c742664f3023d5a2c2 Source: https://opendev.org/openstack/kolla-ansible/src/doc/source/user/multi-regions.rst URL: https://docs.openstack.org/kolla-ansible/latest/user/multi-regions.html **Bug Report** Second region installation fails due to missing attribute 'system_scope' We are installing multiple region cloud platform following the official documentation at : https://docs.openstack.org/kolla-ansible/latest/user/multi-regions.html From globals.yml, the dict "openstack_auth" has no attribute "system_scope", resulting in the following error while deploying the second region : FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'system_scope'\n\nThe error appears to be in '/usr/local/share/kolla-ansible/ansible/roles/nova-cell/tasks/wait_discover_computes.yml': line 8, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n- block:\n - name: Waiting for nova-compute services to register themselves\n ^ here\n"} Adding 'system_scope: "all' to the dict "openstack_auth" resolves the issue
2023-05-10 15:36:24 Chris description **Bug Report** Second region installation fails due to missing attribute 'system_scope' We are installing multiple region cloud platform following the official documentation at : https://docs.openstack.org/kolla-ansible/latest/user/multi-regions.html From globals.yml, the dict "openstack_auth" has no attribute "system_scope", resulting in the following error while deploying the second region : FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'system_scope'\n\nThe error appears to be in '/usr/local/share/kolla-ansible/ansible/roles/nova-cell/tasks/wait_discover_computes.yml': line 8, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n- block:\n - name: Waiting for nova-compute services to register themselves\n ^ here\n"} Adding 'system_scope: "all' to the dict "openstack_auth" resolves the issue **Bug Report** Second region installation fails due to missing attribute 'system_scope' We are installing multiple region cloud platform following the official documentation at : https://docs.openstack.org/kolla-ansible/latest/user/multi-regions.html From globals.yml, the dict "openstack_auth" has no attribute "system_scope", resulting in the following error while deploying the second region : FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'system_scope'\n\nThe error appears to be in '/usr/local/share/kolla-ansible/ansible/roles/nova-cell/tasks/wait_discover_computes.yml': line 8, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n- block:\n - name: Waiting for nova-compute services to register themselves\n ^ here\n"} Adding 'system_scope: "all"' to the dict "openstack_auth" resolves the issue