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