Re: [Openstack] [DevStack] Does Devstack support grizilly already?

2013-04-15 Thread Zhongyue Luo
Checkout a stable/grizzly branch on devstack and a ./stack.sh will setup all services on Grizzly. On Mon, Apr 15, 2013 at 5:19 PM, Filipe Manco wrote: > I've been testing grizzly with devstack and it works just fine. > > Filipe Manco > http://about.me/fmanco > > > 2013/4/15 HuYanrui > >> ** >>

Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread Zhongyue Luo
I remember solving this problem by adding the hostnames of all compute nodes to the /etc/hosts file where the vncproxy was running. But this was like a year ago I'm not sure if this would solve your problem. On Fri, Jan 25, 2013 at 9:23 AM, longeek wrote: > Hi, >I also get the same issuse,

Re: [Openstack] Problem running devstack / stack.sh

2013-01-22 Thread Zhongyue Luo
Malini, Hope this helps. I added this to my localrc to get a single node work behind a intel proxy. HOST_IP = localhost SERVICE_HOST = $HOST_IP IMAGE_HOST = $HOST_IP IDENTITY_HOST = $HOST_IP If you want to run a multi node devstack setup, you have to turn off all proxy envs. On Tue, Jan 22, 201

Re: [Openstack] best practices for merging common into specific projects

2012-08-02 Thread Zhongyue Luo
+1 On Fri, Aug 3, 2012 at 6:47 AM, Vishvananda Ishaya wrote: > > On Aug 2, 2012, at 1:05 PM, Eric Windisch wrote: > > > The scope of common is expanding. I believe it is time to seriously > consider a proper PTL. Preferably, before the PTL elections. > > +1 >

Re: [Openstack] 回复: 回复: 回复: [openstack] nova-compute always dead on RHEL6.1

2012-07-25 Thread Zhongyue Luo
It's really strange kombu fails to connect when qpid can. You should file a bug and maybe submit a patch? On Wed, Jul 25, 2012 at 2:53 PM, 延生 付 wrote: > Zhongyue, > > Thanks for your help. I changed the rpc_backend to qpid, and it works. > But not sure why kombu not working... :( > > Padraig, >

Re: [Openstack] Looking for an openstack developer job

2012-07-24 Thread Zhongyue Luo
Hey, Hengqing http://www.openstack.org/community/jobs/ See you at the APEC conference. Cheers, LZY On Tue, Jul 24, 2012 at 11:39 AM, Hengqing Hu wrote: > Hi, > > Sorry for the disturbance. > > This is Hengqing Hu from Shanghai, China, 29 years old, male, > looking for an openstack developer j

Re: [Openstack] When are hostnames okay and when are ip addresses required?

2012-06-28 Thread Zhongyue Luo
Shouldn't the options which requires hostname be *_hostname? I don't know if it's just me but "ip address" and "host" seem to be synonyms. On Fri, Jun 29, 2012 at 8:11 AM, Matt Joyce wrote: > https://review.openstack.org/9153 now as a review. > > > On Thu, Jun 28, 2012 at 5:08 PM, Nathanael Bu

[Openstack] [Quantum] Ordering of imports

2012-06-21 Thread Zhongyue Luo
Hi, stackers Recently I submitted a patch of re-ordered imports by full module path, as stated in HACKING.rst https://review.openstack.org/#/c/8666/ The full module path of a import is the absolute path of the module/object from its package root. Therefore, the order of the modules/objects from

Re: [Openstack] [Metering] how should it be done ? ( Was: schema and counter definitions)

2012-05-01 Thread Zhongyue Luo
+1 On Wed, May 2, 2012 at 6:28 AM, Loic Dachary wrote: > On 05/01/2012 09:57 PM, Andrew Clay Shafer wrote: > > I'm glad to see people championing the effort to implement metering. Is > there someway to refocus the enthusiasm for solving the metering problem > into engineering a general solution

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-23 Thread Zhongyue Luo
Brian, Dough isn't dependent on Horizon. Dough has a client that can be inserted anywhere to notify the start/end of using a resource. We inserted the client in horizon just to try out the many ways our billing system could be integrated with our existing deployment. We are planning to make a N

Re: [Openstack] Monitoring / Billing Architecture proposed

2012-04-22 Thread Zhongyue Luo
Hi, I'm the person who presented Dough. After my presentation there were lots of feedback from many people. The conclusion was that no matter how generic I tried to design Dough, the billing requirements of each company will vary if they have different metering specifications. Therefore a few co

Re: [Openstack] nova.conf query

2012-04-16 Thread Zhongyue Luo
Yaguang, I think you shoud type screen -x stack If -S, I believe a new stack screen session would start. Also I remember that devstack runs its services on the account you ran stack.sh by default in the recent versions. LZY On Mon, Apr 16, 2012 at 6:40 AM, heut2008 wrote: > devstack runs all

Re: [Openstack] [Openstack-operators] Health & Monitoring Blueprints

2012-04-12 Thread Zhongyue Luo
http://summit.openstack.org/sessions/view/68 I've submitted a proposal on a similar subject but got rejected :) Maybe because of redundancy. Looking forward to talking about this at the summit. Cheers, LZY On Thu, Apr 12, 2012 at 11:13 AM, Duncan McGreggor wrote: > On Wed, Apr 11, 2012 at 5:52

Re: [Openstack] Wish: Please rename all OpenStack packages to openstack-*

2012-02-22 Thread Zhongyue Luo
I thought you meant the python package name, my bad. On Wed, Feb 22, 2012 at 4:57 PM, Soren Hansen wrote: > 2012/2/22 Zhongyue Luo : > > Before we discuss whether the packages should be renamed or not, isn't it > > unorthodox to have a hyphen in a package name? > >

Re: [Openstack] Wish: Please rename all OpenStack packages to openstack-*

2012-02-22 Thread Zhongyue Luo
Exactly. It would be really ugly to import something like xxx-yyy-zzz. On Wed, Feb 22, 2012 at 3:24 PM, Alexey Eromenko wrote: > On Wed, Feb 22, 2012 at 9:21 AM, Zhongyue Luo wrote: > > Before we discuss whether the packages should be renamed or not, isn't it > > unorthodox

Re: [Openstack] Wish: Please rename all OpenStack packages to openstack-*

2012-02-21 Thread Zhongyue Luo
Before we discuss whether the packages should be renamed or not, isn't it unorthodox to have a hyphen in a package name? On Wed, Feb 22, 2012 at 9:58 AM, Alexey Eromenko wrote: > For convenience's sake, please rename all OpenStack packages to > openstack-* in Debian and Ubuntu > > openstack-nova

Re: [Openstack] ZeroMQ RPC Driver - FF-Exception request

2012-01-24 Thread Zhongyue Luo
I assume the messages will be delivered directly to the destination rather than piling up on a queue server? On Wed, Jan 25, 2012 at 10:49 AM, Duncan McGreggor wrote: > Under specific architectures, 0MQ can process millions of messages per > second vs. RabbitMQ's many thousands. > > RabbitMQ is a

[Openstack] COSUG 2012 slide

2012-01-08 Thread zhongyue luo
Hey Stackers. This is the slide that I presented yesterday at the China user group meetup in Shanghai. The 300+ people seemed to catch-up well through out the presentation. I hope this can also help people who just started learning Openstack in other areas too. https://github.com/lzyeval/talk-C

Re: [Openstack] Presence in Fosdem 2012

2012-01-05 Thread zhongyue luo
The China user group is having it's first developers conference in Shanghai this Sunday. http://openstack.topgeek.org/2012/ On Fri, Jan 6, 2012 at 3:29 AM, Stefano Maffulli wrote: > On 01/04/2012 11:41 AM, Thierry Carrez wrote: > > Yes, we'll be heavily present in the Open source Virtualization