description = "The cloud to use within the OpenStack \"clouds.yaml\" file. Optional. If not set, environment variables are used."
}
variable"name"{
type = string
default = "constell"
description = "Base name of the cluster."
}
variable"image_url"{
type = string
description = "The image to use for cluster nodes."
}
variable"direct_download"{
type = bool
description = "If enabled, downloads OS image directly from source URL to OpenStack. Otherwise, downloads image to local machine and uploads to OpenStack."
}
variable"floating_ip_pool_id"{
type = string
description = "The pool (network name) to use for floating IPs."