Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBlockStorageNoAuth ¶
func NewBlockStorageNoAuth(client *golangsdk.ProviderClient, opts EndpointOpts) (*golangsdk.ServiceClient, error)
Types ¶
type EndpointOpts ¶
type EndpointOpts struct { // CinderEndpoint [required] is currently only used with "noauth" Cinder. // A cinder endpoint with "auth_strategy=noauth" is necessary, for example: // http://example.com:8776/v2. CinderEndpoint string }
EndpointOpts specifies a "noauth" Cinder Endpoint.
Click to show internal directories.
Click to hide internal directories.