Hide Forgot
Description of problem: Migrate and stopmigrate functions are not available. And the generated code has the same function name for migrate, stopmigrate and activate functionalities in brockers.py How reproducible: Always Steps to Reproduce: 1) Build and run the latest ovirt engine 2) Update the credentials in src/codegen/main.py 3) run main.py. (This will generate the API) 4) search "migrate" in ovirtsdk/infrastructure/brokers.py Actual results: Function name and parameters will be same for migrate, stopmigrate and activate ex:- Expected results: it should have function names like migrate, stopmigrate and activate.
Timothy, generating an sdk is not something that user should do, you can report bugs only against official release of sdk (not against something that was not released yet)