Description of problem: When downloading RHEL 7.1 Vagrant box for VirtualBox from access.redhat.com it actually contains a libvirt image and not VirtualBox image. Version-Release number of selected component (if applicable): v. 1.0.0 for x86_64 How reproducible: Steps to Reproduce: 1. Download rhel-server-virtualbox-7.1-0.x86_64.box from https://access.redhat.com/downloads/content/293/ver=1/rhel---7/1.0.0/x86_64/product-downloads 2. Install the box using Vagrant $vagrant box add --name rhel-server-7 ~/Downloads/rhel-server-virtualbox-7.1-0.x86_64.box 3. List installed boxes and the box installed is a libvirt $ vagrant box list Actual results: $ vagrant box list rhel-server-7 (libvirt, 0) Expected results: $ vagrant box list rhel-server-7 (virtualbox, 0) Additional info:
*** This bug has been marked as a duplicate of bug 1208293 ***