From 4a73a6d9e9237db2f2238205d7e9977fef194907 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 6 Feb 2024 20:20:20 +0100 Subject: qwe --- src/c_exec.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/c_exec.go') diff --git a/src/c_exec.go b/src/c_exec.go index c62c8d5..ba93ec0 100644 --- a/src/c_exec.go +++ b/src/c_exec.go @@ -164,8 +164,8 @@ func c_format_openstack(host *HostNode, pass string) ([]string, []string) { "OS_USERNAME=" + host.User, "OS_PASSWORD=" + pass, "OS_AUTH_URL=" + host.Host, - "OS_USER_DOMAIN_ID=" + host.Stack.UserDomainId, - "OS_PROJECT_ID=" + host.Stack.ProjectId, + "OS_USER_DOMAIN_ID=" + host.Stack.UserDomainID, + "OS_PROJECT_ID=" + host.Stack.ProjectID, "OS_IDENTITY_API_VERSION=" + host.Stack.IdentityAPI, "OS_IMAGE_API_VERSION=" + host.Stack.ImageAPI, "OS_NETWORK_API_VERSION=" + host.Stack.NetworkAPI, -- cgit v1.2.3