fuel-devops failed to install if system package python-libvirt installed.

Bug #1418593 reported by Dennis Dmitriev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Mike Scherbakov

Bug Description

After applying the patch https://review.openstack.org/#/c/130867/ , the following command failed with error:

pip install git+https://github.com/stackforge/fuel-devops.git --upgrade

Installation log: http://paste.openstack.org/show/167472/

It is caused because python-libvirt is already installed in the system:

(devops-venv)dis@srv09-kha:~$ dpkg -l | grep python-libvirt
ii python-libvirt 1.2.2-0ubuntu2 amd64 libvirt Python bindings

Tags: devops
Revision history for this message
Dennis Dmitriev (ddmitriev) wrote :

Issue has been resolved via installing the missing package (thanks Nastya Urlapova for the tip):

sudo apt-get install libvirt-dev

Revision history for this message
Dennis Dmitriev (ddmitriev) wrote :

Please update the documentation page http://docs.mirantis.com/fuel-dev/devops.html , "3.2. Installation".
The package 'libvirt-dev' should be added to the list:

sudo apt-get install git \
postgresql \
postgresql-server-dev-all \
libyaml-dev \
libffi-dev \
python-dev \
python-libvirt \
python-pip \
qemu-kvm \
qemu-utils \
libvirt-bin \
libvirt-dev \
ubuntu-vm-builder \
bridge-utils

Changed in fuel:
assignee: nobody → Fuel Documentation Team (fuel-docs)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-web (master)

Fix proposed to branch: master
Review: https://review.openstack.org/153273

Changed in fuel:
assignee: Fuel Documentation Team (fuel-docs) → Mike Scherbakov (mihgen)
status: New → In Progress
Revision history for this message
Mike Scherbakov (mihgen) wrote :

No sense to switch it to docs team if it takes a minute for a quick fix during the meeting

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/153273
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=d6c6d63600e3b36606be332b23a0c5490a00fbcf
Submitter: Jenkins
Branch: master

commit d6c6d63600e3b36606be332b23a0c5490a00fbcf
Author: Mike Scherbakov <email address hidden>
Date: Thu Feb 5 19:08:24 2015 +0300

    [docs] libvirt-dev is needed for fuel-devops

    Change-Id: I91a8e51ca9d1da4cfe0520563c9794b1b34f1c77
    Closes-Bug: #1418593

Changed in fuel:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.