root@controller:~# glance --os-image-api-version 2 image-show 51c0aa31-b659-4af9-842e-7cbfae6452ff
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | d82d4e728a0eec372d151fd67ae4da39 |
| container_format | bare |
| created_at | 2015-06-12T06:25:36Z |
| disk_format | qcow2 |
| id | 51c0aa31-b659-4af9-842e-7cbfae6452ff |
| min_disk | 0 |
| min_ram | 0 |
| name | test_CentOS 6.6_x86_64 |
| owner | 3fdf67182adc4458a36b6dcdc77bce93 |
| protected | False |
| size | 4616290304 |
| status | active |
| tags | [] |
| updated_at | 2015-06-12T06:27:45Z |
| virtual_size | None |
| visibility | public |
+------------------+--------------------------------------+
root@controller:~# vim /etc/glance/glance-api.conf
[DEFAULT]
enable_v2_api = True
show_multiple_locations = True
location_strategy = location_order
root@controller:~# glance --os-image-api-version 2 image-show 51c0aa31-b659-4af9-842e-7cbfae6452ff
+------------------+----------------------------------------------------------------------------------+
| Property | Value |
+------------------+----------------------------------------------------------------------------------+
| checksum | d82d4e728a0eec372d151fd67ae4da39 |
| container_format | bare |
| created_at | 2015-06-12T06:25:36Z |
| disk_format | qcow2 |
| id | 51c0aa31-b659-4af9-842e-7cbfae6452ff |
| locations | [{"url": "file:///var/lib/glance/images/51c0aa31-b659-4af9-842e-7cbfae6452ff", |
| | "metadata": {}}] |
| min_disk | 0 |
| min_ram | 0 |
| name | test_CentOS 6.6_x86_64 |
| owner | 3fdf67182adc4458a36b6dcdc77bce93 |
| protected | False |
| size | 4616290304 |
| status | active |
| tags | [] |
| updated_at | 2015-06-12T06:27:45Z |
| virtual_size | None |
| visibility | public |
+------------------+----------------------------------------------------------------------------------+