Upgrade the notification engine rather than just install
Change-Id: Ib912be1544b25ef3e4991a06a310320dd9e4b95c
This commit is contained in:
parent
2dd0803846
commit
c82c5dcf99
@ -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'
|
||||
|
@ -10,7 +10,7 @@ include_recipe 'python'
|
||||
end
|
||||
|
||||
python_pip 'monasca-notification' do
|
||||
action :install
|
||||
action :upgrade
|
||||
end
|
||||
|
||||
group node[:monasca_notification][:group] do
|
||||
|
Loading…
Reference in New Issue
Block a user