<div dir="ltr">That would explain it, thanks Jay.<div class="gmail_extra"><br clear="all"><div><span style="font-family:arial,sans-serif;font-size:16px"><strong>Steve</strong></span><br></div>
<br><br><div class="gmail_quote">On Tue, Jul 30, 2013 at 4:33 PM, Jay Pipes <span dir="ltr"><<a href="mailto:jaypipes@gmail.com" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=jaypipes@gmail.com&cc=&bcc=&su=&body=','_blank');return false;">jaypipes@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 07/30/2013 02:28 PM, Steve Dainard wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've started the process of bringing openstack.<br>
<br>
I've just brought up keystone and glance and cannot see a list of all<br>
images on in the service.<br>
<br>
I can successfully add a image to glance, and get the individual image<br>
details:<br>
<br>
[root@openstack-controller mnt]# glance image-show<br>
a831385e-dadf-4d8c-b40e-<u></u>aaacb0547e77<br>
+------------------+----------<u></u>----------------------------+<br>
| Property         | Value                                |<br>
+------------------+----------<u></u>----------------------------+<br>
| checksum         | bb00dcd7db1a4b44cd7bbaa1e0a7e6<u></u>a6     |<br>
| container_format | bare                                 |<br>
| created_at       | 2013-07-30T16:09:20                  |<br>
| deleted          | False                                |<br>
| disk_format      | qcow2                                |<br>
| id               | a831385e-dadf-4d8c-b40e-<u></u>aaacb0547e77 |<br>
| is_public        | False                                |<br>
| min_disk         | 0                                    |<br>
| min_ram          | 0                                    |<br>
| name             | Windows 2008R2 x64                   |<br>
| protected        | False                                |<br>
| size             | 2995314688                           |<br>
| status           | active                               |<br>
| updated_at       | 2013-07-30T16:10:26                  |<br>
+------------------+----------<u></u>----------------------------+<br>
<br>
But I cannot list existing images:<br>
<br>
[root@openstack-controller mnt]# glance image-list<br>
</blockquote>
<br></div></div>
glance image-list only lists public images or images that your tenant owns. The image above is marked as not public (is_public == False), which is why it isn't showing up.<br>
<br>
To get it to show up, simply pass the --visibility=private flag to glance image-list.<br>
<br>
Best,<br>
-jay<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
______________________________<u></u>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=openstack@lists.openstack.org&cc=&bcc=&su=&body=','_blank');return false;">openstack@lists.openstack.org</a><br>

Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack</a><br>
</div></div></blockquote></div><br></div></div>