Re: [Openstack] quantum error (essex-2)

2011-12-27 Thread Jay Pipes
2011/12/21 darkfower :
> hi, bard:
>
>    no , i exec quantum-server of the quantum-e2 version, but i see quantum
> is stable/diablo in the horizon/openstack-dashboard/tools/src/quantum.
>
>   why ?

Because interdependencies between projects is HARD :) Basically,
Horizon is choosing to code its interfaces to Quantum based on the
Diablo/stable branch of Quantum, to avoid any possible problems with
trying to keep Horizon updated to the latest Quantum API changes. We
do a similar thing in Glance for Keystone (see our pip-requires. we
have a specific changeset/SHA1 hash of Keystone that we target in
order to have some level of sanity in our development environments).

After E3, when projects start to focus less on features and have a
more stable trunk (stable in regards to API changes), then you will
see projects update their pip-requires to point to more recent
versions of dependent OpenStack projects.

Cheers!
-jay

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum error (essex-2)

2011-12-20 Thread darkfower
hi, bard:

   no , i exec quantum-server of the quantum-e2 version, but i see quantum
is stable/diablo in the horizon/openstack-dashboard/tools/src/quantum.

  why ?


2011/12/21 Brad Hall 

> Are you sure you're not mixing versions here?  It souds like something in
> your
> python path has gone wrong.
>
> (why is python looking in /opt/horizon/... when you're starting
> quantum-server?)
>
> On Wed, Dec 21, 2011 at 12:18:33PM +0800, darkfower wrote:
> > hi brad,
> >
> >  The inside of the horizon pip-requires wrote -e git+
> > https://github.com/openstack/quantum.git@stable/diablo#egg=quantum
> >
> >   But github. Com openstack project quantum of the use of master,when
> boot
> > quantum-server,error as flollow:
> >
> > Got: ImportError(" >
> '/opt/horizon-2012.1/openstack-dashboard/tools/src/quantum/quantum/api/__init__.pyc'>
> > has no 'APIRouterV11' attribute",)
> >
> > 2011/12/21 Brad Hall :
> > > Hi darkfower,
> > >
> > > Currently you have to do python setup_x.py develop where x corresponds
> > > to the package you want to do that for (server, client, common, etc).
> > > This will be changing soon (I've got a patchset for review that
> > > converts our setup.py into a real one).
> > >
> > > Thanks,
> > > Brad
> > >
> > > On Tue, Dec 20, 2011 at 5:26 PM, darkfower  wrote:
> > >> hi, everybody
> > >>
> > >>   when i exec python setup.py develop in the quantum dir , error as
> > follow :
> > >>
> > >>Checking for virtual-env and easy_install
> > >>   done.
> > >>   Command 'develop' not found
> > >>
> > >>
> > >>
> > >>   can i help me ?
> > >>
> > >> ___
> > >> Mailing list: https://launchpad.net/~openstack
> > >> Post to : openstack@lists.launchpad.net
> > >> Unsubscribe : https://launchpad.net/~openstack
> > >> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum error (essex-2)

2011-12-20 Thread Brad Hall
Are you sure you're not mixing versions here?  It souds like something in your
python path has gone wrong.

(why is python looking in /opt/horizon/... when you're starting
quantum-server?)

On Wed, Dec 21, 2011 at 12:18:33PM +0800, darkfower wrote:
> hi brad,
> 
>  The inside of the horizon pip-requires wrote -e git+
> https://github.com/openstack/quantum.git@stable/diablo#egg=quantum
> 
>   But github. Com openstack project quantum of the use of master,when boot
> quantum-server,error as flollow:
> 
> Got: ImportError(" '/opt/horizon-2012.1/openstack-dashboard/tools/src/quantum/quantum/api/__init__.pyc'>
> has no 'APIRouterV11' attribute",)
> 
> 2011/12/21 Brad Hall :
> > Hi darkfower,
> >
> > Currently you have to do python setup_x.py develop where x corresponds
> > to the package you want to do that for (server, client, common, etc).
> > This will be changing soon (I've got a patchset for review that
> > converts our setup.py into a real one).
> >
> > Thanks,
> > Brad
> >
> > On Tue, Dec 20, 2011 at 5:26 PM, darkfower  wrote:
> >> hi, everybody
> >>
> >>   when i exec python setup.py develop in the quantum dir , error as
> follow :
> >>
> >>Checking for virtual-env and easy_install
> >>   done.
> >>   Command 'develop' not found
> >>
> >>
> >>
> >>   can i help me ?
> >>
> >> ___
> >> Mailing list: https://launchpad.net/~openstack
> >> Post to : openstack@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~openstack
> >> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum error (essex-2)

2011-12-20 Thread darkfower
hi brad,

 The inside of the horizon pip-requires wrote -e git+
https://github.com/openstack/quantum.git@stable/diablo#egg=quantum

  But github. Com openstack project quantum of the use of master,when boot
quantum-server,error as flollow:

Got: ImportError("
has no 'APIRouterV11' attribute",)

2011/12/21 Brad Hall :
> Hi darkfower,
>
> Currently you have to do python setup_x.py develop where x corresponds
> to the package you want to do that for (server, client, common, etc).
> This will be changing soon (I've got a patchset for review that
> converts our setup.py into a real one).
>
> Thanks,
> Brad
>
> On Tue, Dec 20, 2011 at 5:26 PM, darkfower  wrote:
>> hi, everybody
>>
>>   when i exec python setup.py develop in the quantum dir , error as
follow :
>>
>>Checking for virtual-env and easy_install
>>   done.
>>   Command 'develop' not found
>>
>>
>>
>>   can i help me ?
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum error (essex-2)

2011-12-20 Thread Brad Hall
Hi darkfower,

Currently you have to do python setup_x.py develop where x corresponds
to the package you want to do that for (server, client, common, etc).
This will be changing soon (I've got a patchset for review that
converts our setup.py into a real one).

Thanks,
Brad

On Tue, Dec 20, 2011 at 5:26 PM, darkfower  wrote:
> hi, everybody
>
>   when i exec python setup.py develop in the quantum dir , error as follow :
>
>    Checking for virtual-env and easy_install
>   done.
>   Command 'develop' not found
>
>
>
>   can i help me ?
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] quantum error (essex-2)

2011-12-20 Thread darkfower
hi, everybody

   when i exec python setup.py develop in the quantum dir , error as follow :

Checking for virtual-env and easy_install
   done.
   Command 'develop' not found



   can i help me ?

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp