[Openstack] debug glance with pydev in eclipse

2016-01-18 Thread
hello,guys,I want to debug the glance code with pydev in eclipse,but i don't know how to do,can anybody help me? ps:I debug horizon successfully in eclipse,the entrance of the dubug is manage.py,so where is the entry of the glance code. ___ Mailing list:

[Openstack] how to find the code of consumer in rabbitmq?

2016-02-16 Thread
hello,guys,now I want to know the the process of start a new instance,and I find the code in nova/conductor/rpcapi.py, cctxt = self.client.prepare(version=version) cctxt.cast(context, 'build_instances', **kw) I know the code do a cast method,send the message to exchange,but which is the exchange