Pearl1594 opened a new pull request #85: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/85
Fixes: https://github.com/apache/cloudstack-cloudmonkey/issues/69 Use local profile, if present (in case of older versions of cloudmonkey) #### Test Performed: ``` go run cmk.go -p local Apache CloudStack 🐵 CloudMonkey 6.1.0 Report issues: https://github.com/apache/cloudstack-cloudmonkey/issues (local) 🐱 > ``` And the corresponding cmk config has only local profile: ``` cat .cmk/config prompt = 🐱 asyncblock = true timeout = 1800 output = json verifycert = true profile = local [local] url = http://localhost:8080/client/api username = admin password = password domain = / apikey = secretkey = ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org