synergiator commented on issue #73: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/73#issuecomment-775062040
OK here is what has happened: it was not same file, and there is a catch and possible error source: * the error above can be triggered if the config file is there but corrupted in some way * in my case, using direct test session I had a default config file which was ok * the CI/CD environment has a manually crafted paste-in config file which is created with `\r` line endings. These were read by `cs` but CloudMonkey assumes the variables for credentials are not present. `cat` on config file in direct session: b'[PROFILE_NAME]\n#comment.. `cat` in indirect session -> error b'[PROFILE_NAME]\r url = https:.... ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
