Bug 1219590 - RHEL 7.1 Vagrant box for VirtualBox contains a libvirt images
Summary: RHEL 7.1 Vagrant box for VirtualBox contains a libvirt images
Keywords:
Status: CLOSED DUPLICATE of bug 1208293
Alias: None
Product: Container Development Kit (CDK)
Classification: Red Hat
Component: distribution
Version: 1.0
Hardware: x86_64
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Langdon White
QA Contact: Lukáš Zachar
Brian (bex) Exelbierd
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-07 17:48 UTC by Thomas Qvarnström
Modified: 2015-05-07 18:11 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-07 18:11:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.