[Openstack] A question on Unique ID for instance in Compute v2.0 api

2013-03-22 Thread Zhiqiang Zhao
Hi Experts, Is the id the same as uuid for vms? I've checked it when I use qume to lauch vms. Dmidecode in vm console: [root@10-0-0-6 ~]# ./dmidecode -t system # dmidecode 2.10 SMBIOS 2.4 present. System Information Manufacturer: OpenStack Foundation Product Name: OpenStack

[Openstack] [OpenStack][Glance] Failure in Glance install: 'NoneType' object has no attribute 'method'

2013-02-24 Thread Zhiqiang Zhao
Hi, I'm a new beginner. I'm trying to learn devstack installation step by step. I set essex/stable braches. But always failure in glance install. Log file shows as following: File /usr/local/lib/python2.7/dist-packages/eventlet/wsgi.py, line 383, in handle_one_response result =

Re: [Openstack] [OpenStack][Glance] Failure in Glance install: 'NoneType' object has no attribute 'method'

2013-02-24 Thread Zhiqiang Zhao
Do some one know this? I need to install Essex this week. At 2013-02-24 22:32:47,Zhiqiang Zhao dreamerhe...@126.com wrote: Hi, I'm a new beginner. I'm trying to learn devstack installation step by step. I set essex/stable braches. But always failure in glance install. Log file shows

[Openstack] [OpenStack] Is it possible to get instances' credentials using rest api?

2013-02-21 Thread Zhiqiang Zhao
Hi All, After launching instances for projects on Dashboard GUI, is it possible to get their' credentials using rest api? I know we can get servers but what about creds(ssh or telnet)? Thank you! ___ Mailing list: https://launchpad.net/~openstack

[Openstack] [OpenStack] About API Key Extension

2013-02-19 Thread Zhiqiang Zhao
Hi experts, I've installed openstack with devStack. The problem is can I get some existing implementation and try to patch it with my openstack? I notice that RackSpace has already implement it. Link as following:

Re: [Openstack] [OpenStack] About API Key Extension

2013-02-19 Thread Zhiqiang Zhao
Sorry for misunderstand. I need to patch API Key for my own openstack. That's the point. Thank you! Best Regards! Henry At 2013-02-20 12:48:33,Zhiqiang Zhao dreamerhe...@126.com wrote: Hi experts, I've installed openstack with devStack. The problem is can I get some existing

[Openstack] Issue about get all instance servers using admin token

2013-01-08 Thread Zhiqiang Zhao
Hi experts, I'm using openstack rest admin api recently. I notice that we can use admin token to get all tenants id. And now I want to use admin token to get all projects details(like servers). But according to nova REST api, we need to get all project tokens firstly. for example: GET