Upgrade the notification engine rather than just install

Change-Id: Ib912be1544b25ef3e4991a06a310320dd9e4b95c
This commit is contained in:
Tim Kuhlman 2014-07-31 16:25:52 -06:00
parent 2dd0803846
commit c82c5dcf99
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ maintainer_email 'hpcs-mon@hp.com'
license 'All rights reserved'
description 'Installs/Configures monasca_notification'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.16'
version '0.1.17'
depends 'python'

View File

@ -10,7 +10,7 @@ include_recipe 'python'
end
python_pip 'monasca-notification' do
action :install
action :upgrade
end
group node[:monasca_notification][:group] do