sureshanaparti commented on code in PR #161:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/161#discussion_r2065936280
##########
config/config.go:
##########
@@ -282,6 +284,9 @@ func saveConfig(cfg *Config) *Config {
core.AutoComplete = true
core.Output = JSON
}
+ if !conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") { {
+ core.PostRequest = false
+ }
Review Comment:
@kevin-lii seems some confusion here, core here is not reflected from the
defaultCoreConfig(), and core.PostRequest is false by default. possible to
check the conf section has _postrequest_ key and it's value is true, to set
core.PostRequest = true? Are you able to verify the GET & POST calls with this
change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]