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
Click to show internal directories.
Click to hide internal directories.