From 0901ee1aea7af79c607008cb210e539866cea773 Mon Sep 17 00:00:00 2001 From: tarokkk <tarokkk@cloud.ik.bme.hu> Date: Fri, 8 Feb 2013 22:34:25 +0100 Subject: [PATCH] one: Fixed boot url to https --- one/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one/models.py b/one/models.py index 111c93a..eb6e040 100644 --- a/one/models.py +++ b/one/models.py @@ -402,7 +402,7 @@ class Instance(models.Model): "smbpw": escape(details.smb_password), "sshkey": escape(details.ssh_private_key), "neptun": escape(owner.username), - "booturl": "http://cloud.ik.bme.hu/b/%s/" % token, + "booturl": "https://cloud.ik.bme.hu/b/%s/" % token, "extra": extra} f.write(tpl) f.close() -- libgit2 0.26.0