aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_lhosts.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-17 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-17 20:20:20 +0200
commit6079c093aeb5e814767f5002dd628a842686cc23 (patch)
tree78776adea94d7bec131ecba730afb845ee3b829a /src/c_lhosts.go
parentgreat (diff)
downloadhardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.gz
hardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.bz2
hardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.xz
hardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.zst
hardflip-6079c093aeb5e814767f5002dd628a842686cc23.zip
cool for now
Diffstat (limited to '')
-rw-r--r--src/c_lhosts.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go
index cb2279a..3510ee1 100644
--- a/src/c_lhosts.go
+++ b/src/c_lhosts.go
@@ -55,13 +55,13 @@ package main
type StackSettings struct {
UserDomainID string `yaml:"user_domain_id,omitempty"`
ProjectID string `yaml:"project_id,omitempty"`
+ RegionName string `yaml:"region_name,omitempty"`
+ EndpointType string `yaml:"endpoint_type,omitempty"`
+ Interface string `yaml:"interface,omitempty"`
IdentityAPI string `yaml:"identity_api_version,omitempty"`
ImageAPI string `yaml:"image_api_version,omitempty"`
NetworkAPI string `yaml:"network_api_version,omitempty"`
VolumeAPI string `yaml:"volume_api_version,omitempty"`
- RegionName string `yaml:"region_name,omitempty"`
- EndpointType string `yaml:"endpoint_type,omitempty"`
- Interface string `yaml:"interface,omitempty"`
}
type JumpSettings struct {