Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pure remote server for importing appliance #1590

Closed
5 tasks done
julien-duponchelle opened this issue Oct 20, 2016 · 3 comments
Closed
5 tasks done

Support pure remote server for importing appliance #1590

julien-duponchelle opened this issue Oct 20, 2016 · 3 comments
Assignees
Milestone

Comments

@julien-duponchelle
Copy link
Contributor

julien-duponchelle commented Oct 20, 2016

Actually the import of appliance is mostly an operation of the gui taking advantage of direct access to the file system. But this doesn't work when your controller is remote.

Step to solve the issue:

  • Pass to Image object in the gui the emulator type (qemu, iou...)
  • And an endpoint for uploading images to a compute
  • In the GUI use this endpoint instead of direct copy of the file
  • Get the list of remote images and images in the Downloads directory in the appliance wizard
  • Repare OVA support because we will break it as usual

Will solve #827

@julien-duponchelle
Copy link
Contributor Author

The endpoint already exists we use it in the image manager

@julien-duponchelle
Copy link
Contributor Author

I opened an issue about OVA support #1591 not sure that we really need to put effort on it. It's probably not use.

@julien-duponchelle
Copy link
Contributor Author

Ok will be in alpha2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant