1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Merge branch 'patch-1' of https://github.com/davidk01/one into davidk01-patch-1

This commit is contained in:
Javi Fontan 2015-05-19 17:37:13 +02:00
commit 71545018d9

View File

@ -143,6 +143,8 @@ module OpenNebula
else
@one_endpoint = "http://localhost:2633/RPC2"
end
@one_endpoint.rstrip!
@async = !options[:sync]