fix package 'parted' not found

Closes-bug: #1392131

Change-Id: I594695cbb8633d66118cb78551e0baa7fd532844
This commit is contained in:
grace.yu 2014-11-20 12:00:53 -08:00
parent dd3256e188
commit 8d2e2fd44e
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