aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_lhosts.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-06 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-06 20:20:20 +0100
commit4a73a6d9e9237db2f2238205d7e9977fef194907 (patch)
treed6831201b7bf87d3da19ce59683d697ef19d73a3 /src/c_lhosts.go
parentux design (diff)
downloadhardflip-4a73a6d9e9237db2f2238205d7e9977fef194907.tar.gz
hardflip-4a73a6d9e9237db2f2238205d7e9977fef194907.tar.bz2
hardflip-4a73a6d9e9237db2f2238205d7e9977fef194907.tar.xz
hardflip-4a73a6d9e9237db2f2238205d7e9977fef194907.tar.zst
hardflip-4a73a6d9e9237db2f2238205d7e9977fef194907.zip
qwe
Diffstat (limited to '')
-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"`