Have you set your environment variable?
make some file likes:
#nano -w creds
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin_pass
export OS_AUTH_URL="http://192.168.1.1:5000/v2.0/";

then load it
#source creds

hope that helps
On 7/31/2013 1:28 AM, Steve Dainard wrote:
I've started the process of bringing openstack.

I've just brought up keystone and glance and cannot see a list of all images on in the service.

I can successfully add a image to glance, and get the individual image details:

[root@openstack-controller mnt]# glance image-show a831385e-dadf-4d8c-b40e-aaacb0547e77
+------------------+--------------------------------------+
| Property         | Value  |
+------------------+--------------------------------------+
| checksum         | bb00dcd7db1a4b44cd7bbaa1e0a7e6a6 |
| container_format | bare |
| created_at       | 2013-07-30T16:09:20  |
| deleted          | False  |
| disk_format      | qcow2  |
| id               | a831385e-dadf-4d8c-b40e-aaacb0547e77 |
| is_public        | False  |
| min_disk         | 0  |
| min_ram          | 0  |
| name             | Windows 2008R2 x64 |
| protected        | False  |
| size             | 2995314688 |
| status           | active |
| updated_at       | 2013-07-30T16:10:26  |
+------------------+--------------------------------------+

But I cannot list existing images:

[root@openstack-controller mnt]# glance image-list

[root@openstack-controller mnt]#



Any ideas what might be wrong here?





*Steve*


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


--
Regards,
Mahardhika Gilang

*PT. Andalabs Technology *
Gedung Gravira
Jl. Cideng Barat no. 54
Jakarta Pusat 10150

HP : 0852 139 55861
Email : mahardika.gil...@andalabs.com
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to