{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block ng_controller %}hzNamespaceResourceTypeFormController{% endblock %} {% block form_name %}manageResourceTypesForm{% endblock %} {% block form_validation %}novalidate{% endblock %} {% block modal-body %}
{% trans "Namespaces can be associated to different resource types. This makes the properties in the namespace visible in the 'Update Metadata' action for that type of resource." %}
{% trans "Additionally, some resource types may require a prefix to be used when applying the metadata. In certain cases, the prefix may differ between the resource type (for example, flavor vs image)." %}
{% trans "Example: The prefix 'hw:' is added to OS::Nova::Flavor for the Virtual CPU Topology namespace so that the properties will be prefixed with 'hw:' when applied to flavors." %}
{% trans "Do not use a colon ':' with OS::Glance::Images. This resource type does not support the use of colons." %}