diff --git a/openstack_catalog/templates/index.html b/openstack_catalog/templates/index.html index 253a122..690df35 100644 --- a/openstack_catalog/templates/index.html +++ b/openstack_catalog/templates/index.html @@ -396,6 +396,9 @@
License ${license}
{{/if}} {{/if}} + {{if cloud_user}} +
Cloud User ${cloud_user}
+ {{/if}}
Description: ${description}
{{if hash }}
Hash: ${hash}
diff --git a/openstack_catalog/web/static/assets.schema.yaml b/openstack_catalog/web/static/assets.schema.yaml index d4d1cc0..afd5327 100644 --- a/openstack_catalog/web/static/assets.schema.yaml +++ b/openstack_catalog/web/static/assets.schema.yaml @@ -118,6 +118,8 @@ license_url: type: string pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)$" + cloud_user: + type: string attributes: type: object additionalProperties: true @@ -266,4 +268,4 @@ items: type: number minItems: 3 - maxItems: 3 \ No newline at end of file + maxItems: 3