Hi guys, In my development environment I do things slightly differently, as I try not to use packaged software, since I might end up doing changes in both quantum and python-quantumclient (quantum relies on its code now). I just have both repositories and when launching quantum (or unit tests) I add python-quantumclient's home directory to the PYTHONPATH.
Frankly I'm not sure the packages linked by Sumit will still work after E-3, due to the client-server split. New packages should be available soon for most distros (I think they are already in debian unstable, not sure about Ubuntu precise and Fedora). Salvatore From: netstack-bounces+salvatore.orlando=eu.citrix....@lists.launchpad.net [mailto:netstack-bounces+salvatore.orlando=eu.citrix....@lists.launchpad.net] On Behalf Of Sumit Naiksatam (snaiksat) Sent: 02 February 2012 03:15 To: Edgar Magana (eperdomo); netstack@lists.launchpad.net Subject: Re: [Netstack] where did the common folder go? Hi Edgar, With the splitting of repos, I believe you will need the python-quantumclient package and the quantum-common packages: https://launchpad.net/ubuntu/+source/quantum/+index Per my understanding, there is a common git repo for the client and the common code: https://github.com/openstack/python-quantumclient Thanks, ~Sumit. From: netstack-bounces+snaiksat=cisco....@lists.launchpad.net [mailto:netstack-bounces+snaiksat=cisco....@lists.launchpad.net] On Behalf Of Edgar Magana (eperdomo) Sent: Wednesday, February 01, 2012 6:40 PM To: netstack@lists.launchpad.net Subject: [Netstack] where did the common folder go? Hi, I just cloned quantum from github and I am not able anymore of starting the quantum service: #quantum$ bin/quantum-server Traceback (most recent call last): File "bin/quantum-server", line 22, in <module> from quantum.server import main as server File "/home/eperdomo/openstack/quantum/quantum/server/__init__.py", line 36, in <module> from quantum import service File "/home/eperdomo/openstack/quantum/quantum/service.py", line 19, in <module> from quantum.common import config ImportError: No module named common I noticed that the commond folder is gone, si this part of the repo slit between the client and the server? It should be like that right? Thanks, Edgar
-- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp