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:
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