python: Correct arguments number for migrateSetMaxSpeed
The API definition accepts "flags" argument, however, the implementation ignores it, though "flags" is unused currently, we should expose it instead of hard coding, the API implementation inside hypervisor driver is responsible to check if the passed "flags" is valid.
Showing
想要评论请 注册 或 登录