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