Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Timur Sufiev
Hello, Akihiro Thanks for the advice (and sorry for not very timely response)! I've added last stable/havana release to the test-requirements, and received some new error from the Jenknins' side: [1]. At first I thought that the problem is caused by the reverse order of settings modules inclusion

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Timur Sufiev
Hello, Paul Thank you for the reply (and sorry for not timely response from my side)! Are you passing external sources to pip the way Akihiro described in this thread? Or are you using some custom install script that installs package dependencies in its own way? I'm asking because I've tried the

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Akihiro Motoki
According to the failure log, you seem to try to install 2012.2.4 (== Folsom). I don't think this is the intended version you want to use. Please check it. http://logs.openstack.org/25/68125/16/check/gate-murano-dashboard-python26/8ebc940/console.html.gz#_2014-03-24_11_08_50_917 2014-03-24

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Timur Sufiev
Thank you, that was the actual cause of the error. I got the wrong year, my fault. On Mon, Mar 31, 2014 at 3:55 PM, Akihiro Motoki amot...@gmail.com wrote: According to the failure log, you seem to try to install 2012.2.4 (== Folsom). I don't think this is the intended version you want to use.

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-20 Thread Paul Belanger
On Mon, Mar 17, 2014 at 5:22 AM, Timur Sufiev tsuf...@mirantis.com wrote: It depends on openstack_dashboard, namely on openstack_dashboard.settings. So it is fine from Murano's point of view to have openstack_dashboard published on PyPi. Many thanks for considering my request :). We are

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-20 Thread Akihiro Motoki
As a workaround you can use tarball in requirements.txt (or test-requirements.txt). Each versions of Horizon/openstack_dashboard is available at http://tarballs.openstack.org/horizon/. Each tarball is generated every time corresponding branch or tag is updated. If you would like to use horizon I-3

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-17 Thread Akihiro Motoki
Does muranodashboard depend on only horizon or require openstack_dashboard too? I think we can publish openstack_dashboard (including horizon) even if horizon and openstack_dashboard are not separeted. Once we separate them successfully, we can publish horizon module and add dependency on horizon

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-17 Thread Timur Sufiev
It depends on openstack_dashboard, namely on openstack_dashboard.settings. So it is fine from Murano's point of view to have openstack_dashboard published on PyPi. Many thanks for considering my request :). On Mon, Mar 17, 2014 at 12:19 PM, Akihiro Motoki mot...@da.jp.nec.com wrote: Does

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-13 Thread Matthias Runge
On Thu, Mar 13, 2014 at 01:10:06PM +0400, Timur Sufiev wrote: Recently I've discovered (and it was really surprising for me) that horizon package isn't published on PyPi (see http://paste.openstack.org/show/73348/). The reason why I needed to install horizon this way is that it is desirable