diff options
author | Joe <rbo@gmx.us> | 2024-04-17 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-17 20:20:20 +0200 |
commit | 6079c093aeb5e814767f5002dd628a842686cc23 (patch) | |
tree | 78776adea94d7bec131ecba730afb845ee3b829a /src/c_lhosts.go | |
parent | great (diff) | |
download | hardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.gz hardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.bz2 hardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.xz hardflip-6079c093aeb5e814767f5002dd628a842686cc23.tar.zst hardflip-6079c093aeb5e814767f5002dd628a842686cc23.zip |
cool for now
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r-- | src/c_lhosts.go | 6 |
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 { |