Commit 6c1ecdc2 by Őry Máté

change ip to dns name of store in ctx template

parent 63d848c6
...@@ -288,7 +288,7 @@ class Instance(models.Model): ...@@ -288,7 +288,7 @@ class Instance(models.Model):
<SMBPW>%(smbpw)s</SMBPW> <SMBPW>%(smbpw)s</SMBPW>
<SSHPRIV>%(sshkey)s</SSHPRIV> <SSHPRIV>%(sshkey)s</SSHPRIV>
<BOOTURL>%(booturl)s</BOOTURL> <BOOTURL>%(booturl)s</BOOTURL>
<SERVER>152.66.243.73</SERVER> <SERVER>store.cloud.ik.bme.hu</SERVER>
</CONTEXT> </CONTEXT>
</COMPUTE>""" % {"name": u"%s %d" % (owner.username, inst.id), </COMPUTE>""" % {"name": u"%s %d" % (owner.username, inst.id),
"instance": template.instance_type, "instance": template.instance_type,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment