Skip to content

Commit 516be14

Browse files
committed
fix: flavorsync service acct role
While the flavors themselves are not scoped to a specific project, the project scoped tokens by default are issued for the project that the user is in. As a result, if we are creating 'flavorsync' service account in 'service' project, we should assign the role there too instead of the default.
1 parent cadbfc9 commit 516be14

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/keystone_bootstrap/tasks

1 file changed

+1
-1
lines changed

ansible/roles/keystone_bootstrap/tasks/misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
- name: Set 'flavorsync' role
6060
openstack.cloud.role_assignment:
6161
user: "{{ _flavor_sync_user.user.id }}"
62-
domain: default
62+
domain: service
6363
role: flavorsync
6464
state: present

0 commit comments

Comments
 (0)