Re: [Openstack] Glance and Nova image-list problems (folsom)

2013-03-25 Thread gtt116
Hi Trevor, Are you use the admin user? or some user whose role is 'admin'? If you use a admin user, nova image-list would show all image in the system. 于 2013年03月23日 02:38, tr...@cs.drexel.edu 写道: > Hey, > > So glance and nova are returning different results when it comes to images > and snapshot

[Openstack] [Heat]Multi heat-engine?

2013-03-19 Thread gtt116
Hi, all Can I running more than one heat-engine for failover or expanding the scale? If I can, is the periodic watcher task will conflict with other heat-engine? Thanks in advance for the answers. -- best regards, gtt ___ Mailing list: https://laun

Re: [Openstack] [quantum] LBaas work with nova-network

2013-03-04 Thread gtt116
Aaron, Thanks very much! best regards, gtt 于 2013年03月05日 14:17, Aaron Rosen 写道: > No, you'll need to switch over to quantum to use this. Quantum, > implements the same use case as nova-network FlatDHCP via the provider > extension. > > Aaron > > On Mon, Mar 4, 2013

[Openstack] [quantum] LBaas work with nova-network

2013-03-04 Thread gtt116
Hi all, I want to play LBaas from quantum, but I was used nova-network FlatDHCP to setup network. So can I continue to use nova-network, and setup an LBaas? -- best regards, gtt ___ Mailing list: https://launchpad.net/~openstack Post to : opens

Re: [Openstack] deal with booting lots of instance simultaneously

2013-02-19 Thread gtt116
mailto:diego.parri...@stackops.com> | +34 649 94 43 29 > | skype:diegoparrilla* > * <http://www.stackops.com/> > * > > > > * > > > > On Tue, Feb 19, 2013 at 9:35 AM, gtt116 <mailto:gtt...@126.com>> wrote: > > Hi all, >

[Openstack] deal with booting lots of instance simultaneously

2013-02-19 Thread gtt116
Hi all, When create lots of instance simultaneously, there will be lots of instance in ERROR state. And most of them are caused by network rpc request timeout. This result is not so graceful. I think it will be better if scheduler keep a queue of creating request. when he find all the hosts are b

Re: [Openstack] cannot restart the instance

2013-02-17 Thread gtt116
Hi, 小盆儿 which version of openstack you used? I think you need this patch (https://review.openstack.org/#/c/14496/) to get the real exception. 于 2012年12月31日 16:39, 小盆儿 写道: > hey guys~ > > I just shutoff one of my instance . > but when I try to start it ,I got the errors like below: > > 2012-12-31

Re: [Openstack] snapshots, backups of running VMs and compute node recovery

2012-11-14 Thread gtt116
Hi, After delete all instance and recreate them, their fixed-ip and uuid will change. I don't think the way is good enough to end user. If we can rebuild instance with same uuid and fixed-ip, etc to another host will be good. - Tian 于 2012年11月13日 17:02, Édouard Thuleau 写道: > Hi Jānis, > > Yes,

Re: [Openstack] howto rescue an instance from a dead host

2012-11-05 Thread gtt116
Thomas, Thanks very much for your help! 于 2012年11月05日 17:15, Thomas Kärgel 写道: > Hi gtt, > > Am 05.11.2012 07:53, schrieb gtt116: >> Hi all, >> >> Any way to rescure an instance when its host is dead. >> Although that teminate and boot a new one is a choice, bu

[Openstack] howto rescue an instance from a dead host

2012-11-04 Thread gtt116
Hi all, Any way to rescure an instance when its host is dead. Although that teminate and boot a new one is a choice, but is there any way to keep the instance's fixed-ips, UUID, floating-ips, etc? I think resize, migrate and live-migrate may not work. -- best regards, gtt ___

Re: [Openstack] OpenStack + Instances stuck in build state

2012-11-02 Thread gtt116
AAAsW&part=3&sign=60c3836dd681649c0d3944ca809788c8&time=1351674393&uid=gtt116%40126.com> preview <http://preview.mail.126.com/preview?mid=1tbi7xdZGU0vPODElAAAsW&part=3&sign=60c3836dd681649c0d3944ca809788c8&time=1351674393&uid=gtt116%40126.com> __

Re: [Openstack] How to install Cloud Init on the Image

2012-11-02 Thread gtt116
If you are using Ubuntu, you can just # sudo apt-get install cloud-init there some wiki about heat, and how to install cloud-init. https://github.com/heat-api/heat/wiki best regards, gtt ? 2012?10?31? 02:30, AK Sathiya ??: All, I would like to install the cloud init on the custom image that i

[Openstack] how to get 'availability zone' of an instance?

2012-10-25 Thread gtt116
I look around by using `nova show` and using the REST api, but can not find the 'availability zone' field. Can any one tell me how to get it ? Thanks! -gtt ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net U

[Openstack] how to deal with failed compute node

2012-10-17 Thread gtt116
Hi guys, Today, when terminate an instance, nova-api will check whether nova-compute service is alive. If nova-compute is dead, nova-api just delete the instance from the database, but do not release the fixed-ip, floating-ip, volumes, etc. If the failed nova-compute start again, it will foun