Fix for new keystoneclient requirements
Change-Id: I88939df1f1fda8eae18ae74227bd38a3f4b64cff
This commit is contained in:
@@ -5,6 +5,6 @@ maintainer 'HP_Cloud_Monitoring'
|
|||||||
maintainer_email 'hpcs-mon@hp.com'
|
maintainer_email 'hpcs-mon@hp.com'
|
||||||
description 'Installs/Configures mon-agent components'
|
description 'Installs/Configures mon-agent components'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version '1.1.1'
|
version '1.1.2'
|
||||||
depends 'python'
|
depends 'python'
|
||||||
recipe 'mon_api::default', 'Default'
|
recipe 'mon_api::default', 'Default'
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
include_recipe 'python'
|
include_recipe 'python'
|
||||||
|
|
||||||
# Pre-reqs that when installed by os package avoid compilation by pip
|
# 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
|
package pkg_name do
|
||||||
action :install
|
action :install
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user