You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image.allocate is missing parameter datastore which is required. (python-oca#25)
* Image.allocate is missing parameter datastore which is required.
Without this parameter, Image.allocate gives xmlrpclib.Fault: <Fault -501: 'Not enough parameters'>
* Add datastore parameter to test_image.py
0 commit comments