Trust for the NWS Customer Interface
The trust allows you to manage your OpenStack resources through the NWS Customer Interface.
You can delete the trust yourself if you do not want our services to interact with your project's resources.
Please note that by deleting the trust, you lose the ability to manage your OpenStack resources through the NWS customer interface. However, this does not affect the Horizon web interface.
Delete a trust
To delete the trust, you must log in to the Horizon Web Interface using the OpenStack project user credentials and then download the OpenStack RC file from the top right menu.
Then, open a terminal and source the OpenStack RC file:
source <project-name>-openrc.sh
Copy the trust ID from the NWS Customer Interface. Then issue the following command in order to delete the trust:
openstack trust delete <trust-id>
Create a trust
To create a new trust, log in to the Horizon Web Interface using the OpenStack project user credentials and download the OpenStack RC file from the top right menu.
Open up a terminal and source OpenStack RC file:
source <project-name>-openrc.sh
Issue the following command to create the trust. The needed IDs can be found in the NWS Customer Interface.
openstack trust create --impersonate --role <role-id> --project <project-id> <trustor-id> <trustee-id>