aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r--src/c_lhosts.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go
index 026b65a..869b0f9 100644
--- a/src/c_lhosts.go
+++ b/src/c_lhosts.go
@@ -53,8 +53,8 @@ package main
type StackSettings struct {
- UserDomainId string `yaml:"user_domain_id"`
- ProjectId string `yaml:"project_id"`
+ UserDomainID string `yaml:"user_domain_id"`
+ ProjectID string `yaml:"project_id"`
IdentityAPI string `yaml:"identity_api_version"`
ImageAPI string `yaml:"image_api_version"`
NetworkAPI string `yaml:"network_api_version"`