diff options
author | Joe <rbo@gmx.us> | 2024-02-06 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-06 20:20:20 +0100 |
commit | 4a73a6d9e9237db2f2238205d7e9977fef194907 (patch) | |
tree | d6831201b7bf87d3da19ce59683d697ef19d73a3 /src/c_lhosts.go | |
parent | ux design (diff) | |
download | hardflip-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.go | 4 |
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"` |