Managing the trusts
NetBackup for OpenStack uses the OpenStack keystone trust system, which enables the NetBackup for OpenStack service user to act in the name of another OpenStack user.
This system is used during all backup and restore features.
OpenStack administrators should never have the need to directly work with the trusts created. The cloud-trust is created during the NetBackup for OpenStack configuration and further trusts are created as necessary upon creating or modifying a protection.
You can manage the trusts using the command line only.
To manage the trusts
- List all trusts.
nbosjm trust-list
- Show a trust.
nbosjm trust-show <trust_id>
- Create a trust.
nbosjm trust-create [--is_cloud_trust {True,False}] <role_name>
<role_name> Name of the role that trust is created for.
--is_cloud_trust Set to True to create cloud admin trust. While creating cloud trust use the same user and tenant which was used to configure NetBackup for OpenStack and keep the role admin.
- Delete a trust.
nbosjm trust-delete <trust_id>
<trust_id> ID of the trust to be deleted.