Trusts for the NWS Customer Interface
Using so‑called trusts, it is possible to manage OpenStack resources of the NETWAYS Cloud via the NWS customer interface.
You can delete the trust yourself if you do not want services to interact with the project's resources.
Please note: Deleting the trust removes the ability to manage OpenStack resources through the NWS customer interface. This does not affect the Horizon web interface.
Deleting a Trust
To delete the trust, log in to the Horizon web interface with the OpenStack project user’s credentials and download the OpenStack RC file from the menu in the upper right corner.
Then open a terminal and load the OpenStack RC file:
Next, copy the trust ID from the NWS customer interface and run the following command to delete the trust:
Creating a Trust
To create a new trust, log in to the Horizon web interface with the OpenStack project user’s credentials and download the OpenStack RC file from the menu in the upper right corner.
After that, open a terminal and load the OpenStack RC file:
Then enter the following command to create the trust. The required IDs can be found in the NWS customer interface.
openstack trust create --impersonate --role <role-id> --project <project-id> <trustor-id> <trustee-id>