Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 984 Bytes

File metadata and controls

24 lines (15 loc) · 984 Bytes

Onepanel.SwiftModify

Properties

Name Type Description Notes
type String The type of storage. `type = "swift"` Storage backend compatible with OpenStack SWIFT protocol.
authUrl String The URL to OpenStack Keystone identity service. [optional]
containerName String The name of the Swift storage container. [optional]
username String The Keystone authentication username. [optional]
password String The Keystone authentication password. [optional]
projectName String The Keystone project name. [optional]
userDomainName String The Keystone user domain name. [optional]
projectDomainName String The Keystone project domain name. [optional]

Enum: TypeEnum

  • swift (value: "swift")