Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the provider's name. Name string = "cinder" // ConfigAuthURL is the config key for the Identity Auth URL ConfigAuthURL = Name + ".authURL" // ConfigUserID is the config key for the user ID ConfigUserID = Name + ".userID" // ConfigUserName is the config key for the user name ConfigUserName = Name + ".userName" // ConfigPassword is the config key for the user password ConfigPassword = Name + ".password" // ConfigTokenID is the config key for the token ID ConfigTokenID = Name + ".tokenID" // ConfigTenantID is the config key for the tenant ID ConfigTenantID = Name + ".tenantID" // ConfigTenantName is the config key for the tenant name ConfigTenantName = Name + ".tenantName" // ConfigDomainID is the config key for the domain ID ConfigDomainID = Name + ".domainID" // ConfigDomainName is the config key for the domain name ConfigDomainName = Name + ".domainName" // ConfigRegionName is the config key for the region name ConfigRegionName = Name + ".regionName" // ConfigAvailabilityZoneName is the config key for the availability // zone name ConfigAvailabilityZoneName = Name + ".availabilityZoneName" // ConfigTrustID is the config key for the trust ID ConfigTrustID = Name + ".trustID" // ConfigAttachTimeout is the config key for the attach timeout ConfigAttachTimeout = Name + ".attachTimeout" // ConfigDeleteTimeout is the config key for the delete timeout ConfigDeleteTimeout = Name + ".deleteTimeout" // ConfigCreateTimeout is the config key for the create timeout ConfigCreateTimeout = Name + ".createTimeout" // ConfigSnapshotTimeout is the config key for the snapshot timeout ConfigSnapshotTimeout = Name + ".snapshotTimeout" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.