Fixed provisioning type key

Change-Id: Iffbb63dd4a31c50d67046d4b42cacba7ea240cf9
This commit is contained in:
Adrian Moreno 2015-12-09 18:38:56 +01:00
parent fd376a8e2c
commit 945752be81
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ verify_server_certificate=False
} ->
exec { "Create Cinder volume type extra specs for \'${volume_type}\'":
command => "bash -c 'source /root/openrc; cinder type-key ${volume_type} set sio:pd_name=${plugin_settings['protection_domain']} sio:provisioning_type=thin sio:sp_name=${plugin_settings['storage_pool_1']}'",
command => "bash -c 'source /root/openrc; cinder type-key ${volume_type} set sio:pd_name=${plugin_settings['protection_domain']} sio:provisioning=thin sio:sp_name=${plugin_settings['storage_pool_1']}'",
path => ['/usr/bin', '/bin'],
onlyif => "bash -c 'source /root/openrc; cinder type-list |grep -q \" ${volume_type} \"'",
}