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