Fix for new keystoneclient requirements
Change-Id: I88939df1f1fda8eae18ae74227bd38a3f4b64cff
This commit is contained in:
parent
f7fe1e5744
commit
0058373a3d
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user