Re: [Openstack] [client] Hacking on the client

2012-05-16 Thread Lorin Hochstein
I have to admit that I had never heard of "python setup.py develop" until today, when you mentioned it (and Doug Hellmann mentioned it in passing here: https://review.openstack.org/#/c/7506/1/README.rst). That' just what I was looking for. Take care, Lorin -- Lorin Hochstein Lead Architect - C

Re: [Openstack] [client] Hacking on the client

2012-05-16 Thread Matt Joyce
I actually just use a devstack install inside of a vm and do a full setup.py install with all the dependencies. Then if I need to i rebuild or rebuild the vm. I shell scripted some direct to libvirt stuff to make it just fire up at will from scratch if needed or just restart the vm. -Matt On W

Re: [Openstack] [client] Hacking on the client

2012-05-16 Thread Vishvananda Ishaya
can't you use python setup.py develop? That is the general way of setting stuff up in dev mode. Vish On May 16, 2012, at 9:12 AM, Lorin Hochstein wrote: > If I want to hack on python-openstackclient, how should I set things up so I > don't need to install the egg to run it? I know how to insta