Skip to content
Snippets Groups Projects
Unverified Commit 61da0555 authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Adding image visibility search

parent 75936630
No related branches found
No related tags found
1 merge request!77Adding image visibility search
content/cloud/advanced-features/images/img_vis.png

70.2 KiB

......@@ -56,6 +56,13 @@ For a more detailed explanation about CLI work with images, please refer to [htt
## Image visibility
In OpenStack there are 4 possible visibilities of a particular image: **public, private, shared, community**.
You can view these images via **CLI** or in **dashboard**.
In **dashboard** visit section *Images* and then you can search via listed image and/or set searching criteria in search bar. There is a parameter *Visibility* where you can specify visibility of image you are searching for. These visibility parameters are explained below.
![](images/img_vis.png)
### 1. Public images
**Public image** is an image visible and readable to everyone. Only OpenStack admins can modify them.
......@@ -92,7 +99,6 @@ Note that references to existing community images should use `<image-id>` instea
See [image visibility design upstream document](https://wiki.openstack.org/wiki/Glance-v2-community-image-visibility-design) for more details.
## Image sharing between projects
There are two ways sharing an OpenStack Glance image among projects, using `shared` or `community` image visibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment