Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenstackClient ¶
type OpenstackClient struct { Regionopts gophercloud.EndpointOpts ProviderClient *gophercloud.ProviderClient ComputeClient *gophercloud.ServiceClient NetworkingClient *gophercloud.ServiceClient }
OpenstackClient used to perform openstack operations
func NewOpenstackClient ¶
func NewOpenstackClient(authURL, domainName, password, region, tenantName, username string) (*OpenstackClient, error)
NewOpenstackClient creates an openstack struct
Click to show internal directories.
Click to hide internal directories.