Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 Changes in this version + func CreateDomain(t *testing.T, client *gophercloud.ServiceClient, c *domains.CreateOpts) (*domains.Domain, error) + func CreateGroup(t *testing.T, client *gophercloud.ServiceClient, c *groups.CreateOpts) (*groups.Group, error) + func CreateProject(t *testing.T, client *gophercloud.ServiceClient, c *projects.CreateOpts) (*projects.Project, error) + func CreateRegion(t *testing.T, client *gophercloud.ServiceClient, c *regions.CreateOpts) (*regions.Region, error) + func CreateRole(t *testing.T, client *gophercloud.ServiceClient, c *roles.CreateOpts) (*roles.Role, error) + func CreateService(t *testing.T, client *gophercloud.ServiceClient, c *services.CreateOpts) (*services.Service, error) + func CreateTrust(t *testing.T, client *gophercloud.ServiceClient, createOpts trusts.CreateOpts) (*trusts.Trust, error) + func CreateUser(t *testing.T, client *gophercloud.ServiceClient, c *users.CreateOpts) (*users.User, error) + func DeleteDomain(t *testing.T, client *gophercloud.ServiceClient, domainID string) + func DeleteGroup(t *testing.T, client *gophercloud.ServiceClient, groupID string) + func DeleteProject(t *testing.T, client *gophercloud.ServiceClient, projectID string) + func DeleteRegion(t *testing.T, client *gophercloud.ServiceClient, regionID string) + func DeleteRole(t *testing.T, client *gophercloud.ServiceClient, roleID string) + func DeleteService(t *testing.T, client *gophercloud.ServiceClient, serviceID string) + func DeleteTrust(t *testing.T, client *gophercloud.ServiceClient, trustID string) + func DeleteUser(t *testing.T, client *gophercloud.ServiceClient, userID string) + func FindRole(t *testing.T, client *gophercloud.ServiceClient) (*roles.Role, error) + func FindTrust(t *testing.T, client *gophercloud.ServiceClient) (*trusts.Trust, error) + func UnassignRole(t *testing.T, client *gophercloud.ServiceClient, roleID string, ...)