[node-patches] Change in ovirt-node[master]: Add --no-check-certificate to local_boot_trigger
mburns at redhat.com
mburns at redhat.com
Wed Nov 14 12:21:04 UTC 2012
Michael Burns has uploaded a new change for review.
Change subject: Add --no-check-certificate to local_boot_trigger
......................................................................
Add --no-check-certificate to local_boot_trigger
Some provisioning systems are available only over https. To handle
this, we should run wget with --no-check-certificate.
rhbz#875061
Change-Id: I9c71dd116dd1dcd5bd14268c75e211d828c9ae67
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M scripts/local_boot_trigger.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/37/9237/1
diff --git a/scripts/local_boot_trigger.sh b/scripts/local_boot_trigger.sh
index e9244c1..66d34b1 100644
--- a/scripts/local_boot_trigger.sh
+++ b/scripts/local_boot_trigger.sh
@@ -21,6 +21,6 @@
if [ -n "$trigger_url" ]; then
trigger_url=$(echo $trigger_url | sed -e "s/@HOSTNAME@/$(hostname)/")
- wget "$trigger_url" -O /dev/null
+ wget --no-check-certificate "$trigger_url" -O /dev/null
fi
--
To view, visit http://gerrit.ovirt.org/9237
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c71dd116dd1dcd5bd14268c75e211d828c9ae67
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list