Merge "fix package 'parted' not found Closes-bug: #1392131" into dev/experimental

This commit is contained in:
Jenkins 2014-11-21 01:26:32 +00:00 committed by Gerrit Code Review
commit 7fee12db99
1 changed files with 4 additions and 0 deletions

View File

@ -190,6 +190,10 @@ when 'cinder.volume.drivers.lvm.LVMISCSIDriver'
action :upgrade
end
package 'parted' do
action :install
end
openstack_block_storage_volume node['openstack']['block-storage']['volume']['disk'] do
action :create_partition
end