Sign in
apache
/
cloudstack-ec2stack
/
53200c2e3011e2bccf6c6f029ef2d421d00a045f
/
.
/
ec2stack
/
templates
/
password.xml
blob: 570fbf7dcc43b2142388fe9fa0eff65ece64660d [
file
]
{% extends "response.xml" %}
{% block response_content %}
<instanceId>
{{ response.instanceid }}
</instanceId>
<passwordData>
{{ response.encryptedpassword }}
</passwordData>
{% endblock %}