Add more context to server create exception output

This commit is contained in:
adamedx 2013-11-06 11:56:55 -08:00
Родитель a09a60dcf4
Коммит b83e63b9bf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -339,7 +339,7 @@ class Chef
fqdn = server.publicipaddress
wait_until_virtual_machine_ready()
rescue Exception => e
Chef::Log.error("Exception being rescued: #{e.to_s}")
Chef::Log.error("Failed to create the server -- exception being rescued: #{e.to_s}")
cleanup_and_exit(remove_hosted_service_on_failure, remove_storage_service_on_failure)
end