@@ -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.

### 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.