Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

template-upload branch off master

Introduction

Cloudstack Currently CloudStack accepts only urls to add URL's to register a template/volume. If the user has a downloaded template/volume available, he user has to host it either on dropbox etc. or run apache server so as to get downloadable url.  It is desirable to be able upload a volume or template directly through standard we browser.

This feature enables the user users to directly upload the template/volume to cloudstack and CloudStack and eliminates the dependency on an external http server. This will be a complementary functionality and users can continue to register template/volume with URL as well.

use cases

  1. A user, who wants to upload a template and launch a vm with it on cludstack
  2. A user, who want to upload a volume and attach it to a vm on cloudstack

...