diff options
Diffstat (limited to '')
-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 { |