Bug 1219590

Summary: RHEL 7.1 Vagrant box for VirtualBox contains a libvirt images
Product: Container Development Kit (CDK) Reporter: Thomas Qvarnström <tqvarnst>
Component: distributionAssignee: Langdon White <langdon>
Status: CLOSED DUPLICATE QA Contact: Lukáš Zachar <lzachar>
Severity: high Docs Contact: Brian (bex) Exelbierd <bexelbie>
Priority: unspecified    
Version: 1.0CC: bgollahe, jgreguske, kanderso, mguerett
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-07 18:11:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Thomas Qvarnström 2015-05-07 17:48:19 UTC
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:

Comment 1 Langdon White 2015-05-07 18:11:06 UTC

*** This bug has been marked as a duplicate of bug 1208293 ***