Sign in
apache
/
cloudstack-ec2stack
/
0152984063159b33fd34aae4dc98d7dba16844aa
/
.
/
ec2stack
/
templates
/
image_attribute.xml
blob: f36e740fd6b3b4c5a316f543ba9337e91a39ef27 [
file
] [
log
] [
blame
]
{% extends "response.xml" %}
{% block response_content %}
<imageId>
{{ id }}
</imageId>
<{{ attribute }}>
<value>
{{ value }}
</value>
</{{ attribute }}>
{% endblock %}