rhtyd commented on issue #4295: URL: https://github.com/apache/cloudstack/issues/4295#issuecomment-684540701
@rvalle does it work for you if you use the GUI? In cmk, could it be the quote issue - in your example I see `domainsuffix='*.svm.vdc.test"` which must be written as `domainsuffix="*.svm.vdc.test"` or `domainsuffix=*.svm.vdc.test`. You may debug what is sent to the management server by running `set debug true` in cmk and then run the API. ---------------------------------------------------------------- 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]
