Fix ironic gate

The ironic gate is looking for libvirt.pc on the host but it
is no longer installed. This PS adds the packages back.

Change-Id: I6f0c97f3715d39d4d1215bebc38cf8d1dc080582
This commit is contained in:
Kevin Fox 2017-10-04 12:43:57 -07:00
parent b4f242f53e
commit 3c8340e8eb
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ config="$1"
#
# Ironic client related commands
#
sudo yum install -y libvirt-devel || sudo apt-get install -y libvirt-dev || true
pip install -U python-ironicclient
pip install -U python-ironic-inspector-client
sudo pip install libvirt-python