Bug #1321
bug in libfs shell script
Status: | Closed | Start date: | 06/28/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 3.6 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.6 |
Description
Dear Developers,
We found a bug in the libfs.sh shell script's fs_size function while testing the sunstone marketplace integration. The application can't determine the size of the image, because the case condition does not match to https links.
So the case condition should look like this: case $1 in
http://* | https://*)
Also it should be considered to use the --no-check-certificate option with wget to avoid other issues.
Associated revisions
bug #1321: Make use of https when registering images. Changed as proposed by SZTAKI LPDS
bug #1321: Make use of https when registering images. Changed as proposed by SZTAKI LPDS
(cherry picked from commit a62fd48e00a7ff43665ded28607fb9530b321d38)
History
#1 Updated by Ruben S. Montero about 9 years ago
- Status changed from New to Assigned
- Assignee set to Ruben S. Montero
- Target version set to Release 3.6
#2 Updated by Ruben S. Montero about 9 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Good catch, changed as proposed for 3.6 Final.
Thanks for the feedback!