Allow VMware import to specify target storage class
awels opened this issue · 1 comments
awels commented
Currently there is no way for the user to specify which storage class they want the imported image to go into. I am assuming its going into the 'default' storage class, but as we now allow users to specify which storage class in the import from URL path, I think we need to add it to the VMware import as well.
The import from URL path PR that implements specifying the storage class: #29
awels commented
@pkliczewski I think you are working on that particular path?