openstack

package
v0.0.0-...-2b1a09b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewIdentityClient

func NewIdentityClient() (client *gophercloud.ServiceClient, err error)

Types

type Keystone

type Keystone struct {
	Client *gophercloud.ServiceClient
	// contains filtered or unexported fields
}

func NewKeystone

func NewKeystone(client *gophercloud.ServiceClient) (k *Keystone)

func (*Keystone) GetDomainID

func (k *Keystone) GetDomainID(name string) (id string, err error)

func (*Keystone) GetGroupID

func (k *Keystone) GetGroupID(domain, name string) (id string, err error)

func (*Keystone) GetProjectID

func (k *Keystone) GetProjectID(domain, name string) (id string, err error)

func (*Keystone) GetRoleID

func (k *Keystone) GetRoleID(name string) (id string, err error)

func (*Keystone) GetUserID

func (k *Keystone) GetUserID(domain, name string) (id string, err error)

func (*Keystone) SeedDomain

func (k *Keystone) SeedDomain(spec openstackstablesapccv2.DomainSpec) (updated *domains.Domain, err error)

func (*Keystone) SeedEndpoints

func (k *Keystone) SeedEndpoints(spec openstackstablesapccv2.EndpointSpec, serviceID string) (updated *endpoints.Endpoint, err error)

func (*Keystone) SeedRegion

func (k *Keystone) SeedRegion(spec openstackstablesapccv2.RegionSpec) (updated *regions.Region, err error)

func (*Keystone) SeedRole

func (k *Keystone) SeedRole(spec openstackstablesapccv2.RoleSpec) (updated *roles.Role, err error)

func (*Keystone) SeedRoleAssignment

func (k *Keystone) SeedRoleAssignment(spec openstackstablesapccv2.RoleAssignmentSpec) (err error)

func (*Keystone) SeedService

func (k *Keystone) SeedService(spec openstackstablesapccv2.ServiceSpec) (updated *services.Service, err error)

func (*Keystone) SeedUser

func (k *Keystone) SeedUser(spec openstackstablesapccv2.UserSpec) (updated *users.User, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL