wido commented on a change in pull request #2074: CLOUDSTACK-9899 Url
validation disabling
URL: https://github.com/apache/cloudstack/pull/2074#discussion_r134205947
##########
File path: server/src/com/cloud/storage/VolumeApiServiceImpl.java
##########
@@ -257,6 +257,10 @@
static final ConfigKey<Long> VmJobCheckInterval = new
ConfigKey<Long>("Advanced", Long.class, "vm.job.check.interval", "3000",
"Interval in milliseconds to check if the job is complete", false);
+ static final ConfigKey<Boolean> VolumeUrlCheck = new
ConfigKey<Boolean>("Advanced", Boolean.class, "volume.url.check", "true",
+ "Check the url for a volume before downloading it from the
management server. Set to flase when you managment has no internet access.",
Review comment:
Typo, flase instead of false
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services