cloudstack/utils
Marcus Sorensen 9df5c18850 CLOUDSTACK-5843
For some reason the mgmt server is required to have access to the template
being registered in order to check its size against resource limits
during registration. This is bad, but worse, it's a sync call, so this
call can hang for up to the default HTTP connection timeout.

Reducing http timeout as a quick workaround, but this check needs to
1) be removed or 2) done later or 3)registerTemplate needs to be async
and 4) moved off the mgmt server (ssvm is the only thing that needs access to
template url).
2014-01-10 17:57:10 -07:00
..
bindir fixing utils license header 2012-06-06 23:06:02 -04:00
certs Update fail-safe keystore with RSA private key 2011-07-25 18:55:16 -07:00
conf reverting a local change 2013-07-18 16:22:08 +05:30
src CLOUDSTACK-5843 2014-01-10 17:57:10 -07:00
test compare null to non-null or not-empty-string 2014-01-02 21:24:32 +01:00
pom.xml Merge remote-tracking branch 'origin/spring-modularization' 2013-10-23 11:14:42 -07:00