Add perl-XML-XPath install in devstack scripts 61/17361/1
authorFlavio Fernandes <ffernand@redhat.com>
Mon, 30 Mar 2015 15:25:21 +0000 (11:25 -0400)
committerFlavio Fernandes <ffernand@redhat.com>
Mon, 30 Mar 2015 15:25:21 +0000 (11:25 -0400)
Change-Id: I811110d173a00d109bfd2f203900c64ecafd42a2
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
jenkins-scripts/devstack.sh

index 0abd2be31e064e26ac618ba12ad51a8cfcc9eaab..ef75eb3af58052cd96f7ff80510ee51b6730c7b0 100755 (executable)
@@ -5,6 +5,9 @@ wget http://copr.fedoraproject.org/coprs/tykeal/odl-updates/repo/epel-7/tykeal-o
 
 yum clean all
 
+# Install xpath
+yum install -y perl-XML-XPath
+
 yum update -y python-six
 
 # make sure we don't require tty for sudo operations