I am trying to create a flavor in openstack
configuration, and for that i have the following command : openstack flavor create --ram 2048 --disk 20 --vcpus 1 csirtmu.tiny1x2
.
But when i run it, i get the following error:
Policy doesn't allow os_compute_api:os-flavor-manage:create to be performed. (HTTP 403)
I already tried to run it from the pipenv shell
, but i still get the same error. I would be very thankful for every suggestion regarding a possible solution to this problem :) Thanks in advance.