Clean up code and support pithos-hosted images
* Drop "custom" image format type. The same functionality is provided by network-hosted images. * Images with id that starts with "http:", "https:", "ftp:", "ftps:" are considered to be network hosted and are downloaded via cURL. * Images with id that starts with "pithos:" are considered to be pithos-hosted. * Support for pithos and network hosted images is disabled by default. You may enable it when configuring the project using --enable-pithos-backend and --enable-network-backend respectively.
Showing
- snf-image-host/Makefile.am 15 additions, 1 deletionsnf-image-host/Makefile.am
- snf-image-host/common.sh.in 29 additions, 3 deletionssnf-image-host/common.sh.in
- snf-image-host/configure.ac 31 additions, 10 deletionssnf-image-host/configure.ac
- snf-image-host/create 25 additions, 18 deletionssnf-image-host/create
- snf-image-host/defaults 6 additions, 0 deletionssnf-image-host/defaults
Loading
Please register or sign in to comment