We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50ade0 commit 8070639Copy full SHA for 8070639
1 file changed
main.go
@@ -93,6 +93,7 @@ func ActivateContext(openstackConfig *OpenstackContextConfig, context OpenstackC
93
_ = os.Setenv("OS_USERNAME", context.OsUsername)
94
_ = os.Setenv("OS_PASSWORD", context.OsPassword)
95
_ = os.Setenv("OS_REGION_NAME", context.OsRegionName)
96
+ _ = os.Setenv("OS_IDENTITY_API_VERSION", "3")
97
path := getConfigPath()
98
openstackConfig.CurrentContext = context.Name
99
data, _ := yaml.Marshal(openstackConfig)
0 commit comments