diff options
| author | Alexander Bashmakov <alexander.bashmakov@intel.com> | 2016-10-31 17:28:40 +0000 |
|---|---|---|
| committer | Alexander Bashmakov <alexander.bashmakov@intel.com> | 2016-11-10 22:55:33 +0000 |
| commit | 20ab7b82016991f9b706be895c4bac09e0bce4d6 (patch) | |
| tree | 90051b348ed52b2cbef318c3d9be8e6bdea85ffa /glanceclient/v2/image_schema.py | |
| parent | 5eba376eed36beb42be43abd9eb38eda03bffa4f (diff) | |
| download | python-glanceclient-20ab7b82016991f9b706be895c4bac09e0bce4d6.tar.gz | |
Add support for community images
This patch adds support for community images retrieval and
creation in the Glance client.
Depends-On: I94bc7708b291ce37319539e27b3e88c9a17e1a9f
Change-Id: I81e83eab5a9d30643c354f0cb6df425cf7a7bae3
Diffstat (limited to 'glanceclient/v2/image_schema.py')
| -rw-r--r-- | glanceclient/v2/image_schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v2/image_schema.py b/glanceclient/v2/image_schema.py index d31f0f5..143eac4 100644 --- a/glanceclient/v2/image_schema.py +++ b/glanceclient/v2/image_schema.py @@ -152,7 +152,7 @@ _BASE_SCHEMA = { "is_base": False }, "visibility": { - "enum": ["public", "private"], + "enum": ["public", "private", "community", "shared"], "type": "string", "description": "Scope of image accessibility" }, |
