changed ssh key description, changes for either ssh-key or password to be optional

This commit is contained in:
Mukta 2013-05-15 14:31:31 +05:30
Родитель d01e8ae00a 54145e90a7
Коммит da9b855464
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@ class Azure
unless @connection.storageaccounts.exists(params[:storage_account])
@connection.storageaccounts.create(params)
end
if params[:ssh_key]
if params[:ssh_key]
params[:fingerprint] = @connection.certificates.create(params)
end
params['deploy_name'] = find(params[:hosted_service_name])