Description of problem: running the latest version of instack-build-images on rhel-guest-image-7.1-20150203.1.x86_64.qcow2 would fails, because this image does not contain wget. Version-Release number of selected component (if applicable): instack-undercloud-0.0.0-post1734.el7.centos.noarch How reproducible: always Steps to Reproduce: 1. export DIB_LOCAL_IMAGE=rhel-guest-image-7.1-20150203.1.x86_64.qcow2 2. . stackrc 3. run the script Actual results: wget command not found Expected results: script continues to build Additional info: Said qcow2 has no wget but does have curl. Adding wget manually to the image solved this specific issue.
It still doesn't have wget but curl does what is required. Suggest closing this NOTABUG.