summaryrefslogtreecommitdiff
path: root/glanceclient/v2/namespace_schema.py
Commit message (Collapse)AuthorAgeFilesLines
* Ship the default metadata schema in the clientwangxiyuan2016-03-241-0/+243
Now the help message of namespace and resource_type are wrong, we could see a <unavailable> error when try to get the help information, such as "glance help md-namespace-create". See the patch[1] to get more information. the patch[1] added image schema, but the metadata schema are needed as well. This patch adds the current metadata schema into client, so that help text can't be rendered when there schema is not available in the system. [1]: https://review.openstack.org/#/c/209536/3 Change-Id: I2ab94d8768114a7e5c475310ba094af653627658 Closes-Bug: #1536430