mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 00:05:17 -04:00
openstack: read credentials from clouds.yaml
This commit is contained in:
parent
d6d9ef437c
commit
6181381c66
17 changed files with 169 additions and 160 deletions
|
@ -48,26 +48,17 @@ variable "cloud" {
|
|||
description = "Cloud to use within the OpenStack \"clouds.yaml\" file. Optional. If not set, environment variables are used."
|
||||
}
|
||||
|
||||
variable "openstack_clouds_yaml_path" {
|
||||
type = string
|
||||
default = "~/.config/openstack/clouds.yaml"
|
||||
description = "Path to OpenStack clouds.yaml file"
|
||||
}
|
||||
|
||||
variable "floating_ip_pool_id" {
|
||||
type = string
|
||||
description = "Pool (network name) to use for floating IPs."
|
||||
}
|
||||
|
||||
variable "openstack_user_domain_name" {
|
||||
type = string
|
||||
description = "OpenStack user domain name."
|
||||
}
|
||||
|
||||
variable "openstack_username" {
|
||||
type = string
|
||||
description = "OpenStack user name."
|
||||
}
|
||||
|
||||
variable "openstack_password" {
|
||||
type = string
|
||||
description = "OpenStack password."
|
||||
}
|
||||
|
||||
# STACKIT-specific variables
|
||||
|
||||
variable "stackit_project_id" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue