Closed tzarski0 closed 3 years ago
The create_image_definition defines url as: url = self._base_url + "image_definitions/" + image_id This results in HTTP 405 error. The correct url should be: url = self._base_url + "image_definitions/"
create_image_definition will be removed soon. Use upload_image_definition instead.
The create_image_definition defines url as: url = self._base_url + "image_definitions/" + image_id This results in HTTP 405 error. The correct url should be: url = self._base_url + "image_definitions/"