Skip to content

Commit

Permalink
nova_flavors: fix the role assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobul committed Nov 25, 2024
1 parent 2f0360d commit 0f25402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/keystone/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ bootstrap:
# create 'flavorsync' user to allow synchronization of the flavors to nova
openstack user create --or-show --domain service --password abcd1234 flavorsync
openstack role create --or-show --domain service flavorsync
openstack role add --user-domain service --user flavorsync flavorsync
openstack role create --or-show flavorsync
openstack role add --user flavorsync --user-domain service --domain default --inherited flavorsync
# create 'monitoring' user for monitoring usage
openstack user create --or-show --domain infra --password monitoring_demo monitoring
Expand Down

0 comments on commit 0f25402

Please sign in to comment.