sapcc / elektra

An opinionated openstack Web UI for consumer self service and operations.
Apache License 2.0
72 stars 29 forks source link

research(inquiry): remove project request, or auto approve requests #1386

Open edda opened 1 month ago

edda commented 1 month ago

Project requests aren't really necessary anymore. There are two potential ways to fix this, which we should investigate:

bbobrov commented 1 month ago

change keystone policy and allow everybody to create projects

With the change everybody will be able to create projects via CLI (openstack project create) and completely skip the masterdata process. And then run openstack server create, unless nova or other services block it.

edda commented 1 month ago

@bbobrov The masterdata process can already be skipped. You are not blocked from creating servers even if you haven't filled in the masterdata. So other than that, is there anything else that's problematic?

bbobrov commented 1 month ago

I don't see any other problems from keystone point of view.