Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The projects can have an "expiry" property. This property controls when the project can be deleted. It should contain a date in the format "dd.mm.yyyy"

Setting/modifying expiry

Code Block
openstack project set --property expiry='31.08.2022' <project id>


Creating a project

We use a script in our admintools to create projects. Please refer to it for help. It prints a help-page if ran without parameters.

...