2692e8138c
Currently, Azure, vSphere, and OpenStack are supported. See https://github.com/weldr/lorax/pull/826 for more details about this new feature. I've called the upload library "lifted" as a reference to Seuss' The Lorax -- in the book, the Lorax lifts himself up by the seat of his pants through a hole in the smog clouds, and they start calling him the "Lifted Lorax." This adds new features to the /compose route under API v1
46 lines
733 B
TOML
46 lines
733 B
TOML
display = "OpenStack"
|
|
|
|
supported_types = [
|
|
"qcow2",
|
|
]
|
|
|
|
[settings-info.auth_url]
|
|
display = "Authentication URL"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.username]
|
|
display = "Username"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.password]
|
|
display = "Password"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.project_name]
|
|
display = "Project name"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.user_domain_name]
|
|
display = "User domain name"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.project_domain_name]
|
|
display = "Project domain name"
|
|
type = "string"
|
|
placeholder = ""
|
|
regex = ''
|
|
|
|
[settings-info.is_public]
|
|
display = "Allow public access"
|
|
type = "boolean"
|