Fix for new keystoneclient requirements

Change-Id: I88939df1f1fda8eae18ae74227bd38a3f4b64cff
This commit is contained in:
Tim Kuhlman 2014-07-25 11:46:17 -06:00
parent f7fe1e5744
commit 0058373a3d
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ maintainer 'HP_Cloud_Monitoring'
maintainer_email 'hpcs-mon@hp.com'
description 'Installs/Configures mon-agent components'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.1.1'
version '1.1.2'
depends 'python'
recipe 'mon_api::default', 'Default'

View File

@ -3,7 +3,7 @@
include_recipe 'python'
# Pre-reqs that when installed by os package avoid compilation by pip
%w[python-pymongo python-yaml supervisor sysstat].each do |pkg_name|
%w[python-pymongo python-yaml supervisor sysstat libxml2-dev libxslt1-dev].each do |pkg_name|
package pkg_name do
action :install
end