infrastructure

package
v1.30.3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: Apache-2.0, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OpenstackClient

type OpenstackClient struct {
	AuthURL          string
	DomainName       string
	FloatingPoolName string
	Password         string
	Region           string
	TenantName       string
	UserName         string
	ProviderClient   *gophercloud.ProviderClient
	ComputeClient    *gophercloud.ServiceClient
	NetworkingClient *gophercloud.ServiceClient
	IdentityClient   *gophercloud.ServiceClient
}

OpenstackClient used to perform openstack operations

func NewOpenstackClient

func NewOpenstackClient(authURL, domainName, floatingPoolName, password, region, tenantName, username string) (*OpenstackClient, error)

NewOpenstackClient creates an openstack struct

Jump to

Keyboard shortcuts

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