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  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. 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 11:08:50.917 |   Running setup.py install for horizon-2012.2.4
>
> Thanks,
> Akihiro
>
> On Mon, Mar 31, 2014 at 6:05 PM, Timur Sufiev  wrote:
>> 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 (and almost renounced the idea of change [2]), but
>> today read the code and traceback again and realized that this error
>> happens even before muranodashboard settings come into play! So now it
>> seems to me that there are some inherent problems with horizon package
>> installation with pip even if the source different from the PyPi is
>> used. Is that a known issue or am I doing something wrong?
>>
>> [1] 
>> http://logs.openstack.org/25/68125/16/check/gate-murano-dashboard-python26/8ebc940/console.html.gz#_2014-03-24_11_08_50_923
>> [2] https://review.openstack.org/#/c/68125/
>>
>> On Thu, Mar 20, 2014 at 9:50 PM, Akihiro Motoki  wrote:
>>> 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 as a requirement, please add the
>>> following line to your requirements.txt:
>>>
>>> http://tarballs.openstack.org/horizon/horizon-2014.1.b3.tar.gz
>>>
>>> Thanks,
>>> Akihiro
>>>
>>> On Fri, Mar 21, 2014 at 2:22 AM, Paul Belanger
>>>  wrote:
 On Mon, Mar 17, 2014 at 5:22 AM, Timur Sufiev  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 having this issue too, for now we have worked around it with
 pip switches allowing to download from an external source, but
 hopefully we'll get horizon and openstack_dashboard split out in the
 near future.

 Like you, we've built a dashboard atop of horizon, mostly because of
 the existing keystone integration.  Everything else we do is external
 to OpenStack.

 --
 Paul Belanger | PolyBeacon, Inc.
 Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
 Github: https://github.com/pabelanger | Twitter: 
 https://twitter.com/pabelanger

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>> ___
>>> OpenStack-dev mailing list
>>> OpenStack-dev@lists.openstack.org
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>>
>> --
>> Timur Sufiev
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Timur Sufiev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 11:08:50.917 |   Running setup.py install for horizon-2012.2.4

Thanks,
Akihiro

On Mon, Mar 31, 2014 at 6:05 PM, Timur Sufiev  wrote:
> 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 (and almost renounced the idea of change [2]), but
> today read the code and traceback again and realized that this error
> happens even before muranodashboard settings come into play! So now it
> seems to me that there are some inherent problems with horizon package
> installation with pip even if the source different from the PyPi is
> used. Is that a known issue or am I doing something wrong?
>
> [1] 
> http://logs.openstack.org/25/68125/16/check/gate-murano-dashboard-python26/8ebc940/console.html.gz#_2014-03-24_11_08_50_923
> [2] https://review.openstack.org/#/c/68125/
>
> On Thu, Mar 20, 2014 at 9:50 PM, Akihiro Motoki  wrote:
>> 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 as a requirement, please add the
>> following line to your requirements.txt:
>>
>> http://tarballs.openstack.org/horizon/horizon-2014.1.b3.tar.gz
>>
>> Thanks,
>> Akihiro
>>
>> On Fri, Mar 21, 2014 at 2:22 AM, Paul Belanger
>>  wrote:
>>> On Mon, Mar 17, 2014 at 5:22 AM, Timur Sufiev  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 having this issue too, for now we have worked around it with
>>> pip switches allowing to download from an external source, but
>>> hopefully we'll get horizon and openstack_dashboard split out in the
>>> near future.
>>>
>>> Like you, we've built a dashboard atop of horizon, mostly because of
>>> the existing keystone integration.  Everything else we do is external
>>> to OpenStack.
>>>
>>> --
>>> Paul Belanger | PolyBeacon, Inc.
>>> Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
>>> Github: https://github.com/pabelanger | Twitter: 
>>> https://twitter.com/pabelanger
>>>
>>> ___
>>> OpenStack-dev mailing list
>>> OpenStack-dev@lists.openstack.org
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
> --
> Timur Sufiev
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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

2014-03-31 Thread Akihiro Motoki
Hi,

I am not sure what is the root cause, but before I post my comment I
checked the following
(with Horizon Icehouse-3 and Havana update 3) and it worked as expected.

$ virtualenv test
$ cat requirements.txt
pbr>=0.6,<1.0
http://tarballs.openstack.org/horizon/horizon-2014.1.b3.tar.gz
$ source test/bin/activate
$ pip install -r requirements.txt

Thanks,
Akihiro


On Mon, Mar 31, 2014 at 6:05 PM, Timur Sufiev  wrote:
> 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 (and almost renounced the idea of change [2]), but
> today read the code and traceback again and realized that this error
> happens even before muranodashboard settings come into play! So now it
> seems to me that there are some inherent problems with horizon package
> installation with pip even if the source different from the PyPi is
> used. Is that a known issue or am I doing something wrong?
>
> [1] 
> http://logs.openstack.org/25/68125/16/check/gate-murano-dashboard-python26/8ebc940/console.html.gz#_2014-03-24_11_08_50_923
> [2] https://review.openstack.org/#/c/68125/
>
> On Thu, Mar 20, 2014 at 9:50 PM, Akihiro Motoki  wrote:
>> 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 as a requirement, please add the
>> following line to your requirements.txt:
>>
>> http://tarballs.openstack.org/horizon/horizon-2014.1.b3.tar.gz
>>
>> Thanks,
>> Akihiro
>>
>> On Fri, Mar 21, 2014 at 2:22 AM, Paul Belanger
>>  wrote:
>>> On Mon, Mar 17, 2014 at 5:22 AM, Timur Sufiev  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 having this issue too, for now we have worked around it with
>>> pip switches allowing to download from an external source, but
>>> hopefully we'll get horizon and openstack_dashboard split out in the
>>> near future.
>>>
>>> Like you, we've built a dashboard atop of horizon, mostly because of
>>> the existing keystone integration.  Everything else we do is external
>>> to OpenStack.
>>>
>>> --
>>> Paul Belanger | PolyBeacon, Inc.
>>> Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
>>> Github: https://github.com/pabelanger | Twitter: 
>>> https://twitter.com/pabelanger
>>>
>>> ___
>>> OpenStack-dev mailing list
>>> OpenStack-dev@lists.openstack.org
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
> --
> Timur Sufiev
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 solution suggested by Akihiro and it didn't go
smoothly.

On Thu, Mar 20, 2014 at 9:22 PM, Paul Belanger
 wrote:
> On Mon, Mar 17, 2014 at 5:22 AM, Timur Sufiev  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 having this issue too, for now we have worked around it with
> pip switches allowing to download from an external source, but
> hopefully we'll get horizon and openstack_dashboard split out in the
> near future.
>
> Like you, we've built a dashboard atop of horizon, mostly because of
> the existing keystone integration.  Everything else we do is external
> to OpenStack.
>
> --
> Paul Belanger | PolyBeacon, Inc.
> Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
> Github: https://github.com/pabelanger | Twitter: 
> https://twitter.com/pabelanger
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Timur Sufiev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 (and almost renounced the idea of change [2]), but
today read the code and traceback again and realized that this error
happens even before muranodashboard settings come into play! So now it
seems to me that there are some inherent problems with horizon package
installation with pip even if the source different from the PyPi is
used. Is that a known issue or am I doing something wrong?

[1] 
http://logs.openstack.org/25/68125/16/check/gate-murano-dashboard-python26/8ebc940/console.html.gz#_2014-03-24_11_08_50_923
[2] https://review.openstack.org/#/c/68125/

On Thu, Mar 20, 2014 at 9:50 PM, Akihiro Motoki  wrote:
> 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 as a requirement, please add the
> following line to your requirements.txt:
>
> http://tarballs.openstack.org/horizon/horizon-2014.1.b3.tar.gz
>
> Thanks,
> Akihiro
>
> On Fri, Mar 21, 2014 at 2:22 AM, Paul Belanger
>  wrote:
>> On Mon, Mar 17, 2014 at 5:22 AM, Timur Sufiev  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 having this issue too, for now we have worked around it with
>> pip switches allowing to download from an external source, but
>> hopefully we'll get horizon and openstack_dashboard split out in the
>> near future.
>>
>> Like you, we've built a dashboard atop of horizon, mostly because of
>> the existing keystone integration.  Everything else we do is external
>> to OpenStack.
>>
>> --
>> Paul Belanger | PolyBeacon, Inc.
>> Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
>> Github: https://github.com/pabelanger | Twitter: 
>> https://twitter.com/pabelanger
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Timur Sufiev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 as a requirement, please add the
following line to your requirements.txt:

http://tarballs.openstack.org/horizon/horizon-2014.1.b3.tar.gz

Thanks,
Akihiro

On Fri, Mar 21, 2014 at 2:22 AM, Paul Belanger
 wrote:
> On Mon, Mar 17, 2014 at 5:22 AM, Timur Sufiev  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 having this issue too, for now we have worked around it with
> pip switches allowing to download from an external source, but
> hopefully we'll get horizon and openstack_dashboard split out in the
> near future.
>
> Like you, we've built a dashboard atop of horizon, mostly because of
> the existing keystone integration.  Everything else we do is external
> to OpenStack.
>
> --
> Paul Belanger | PolyBeacon, Inc.
> Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
> Github: https://github.com/pabelanger | Twitter: 
> https://twitter.com/pabelanger
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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  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 having this issue too, for now we have worked around it with
pip switches allowing to download from an external source, but
hopefully we'll get horizon and openstack_dashboard split out in the
near future.

Like you, we've built a dashboard atop of horizon, mostly because of
the existing keystone integration.  Everything else we do is external
to OpenStack.

-- 
Paul Belanger | PolyBeacon, Inc.
Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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  wrote:
> 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 to openstack_dashboard module.
> Am I missing somothing?
>
> Another point we need to consider is that Horizon includes
> a lot of Javascirpt files and it fits PyPI.
>
> Thanks,
> Akihiro
>
> (2014/03/17 15:12), Timur Sufiev wrote:
>> Is there any chance of having horizon distribution in its current
>> state (i.e., with openstack_dashboard and other 3rd-party stuff) on
>> PyPi? Because the 'next' milestone assigned to this blueprint suggests
>> (at least to me) that the separation is not going to happen soon :).
>>
>> On Thu, Mar 13, 2014 at 1:40 PM, Matthias Runge  wrote:
>>> 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 for muranodashboard
 unittests to have horizon in the test environment (and it currently
 seems not possible).
>>>
>>> I'd expect this to change, when horizon and OpenStack Dashboard
>>> are finally separated. I agree, it makes sense to have something
>>> comparable to the package now called horizon on PyPi.
>>>
>>> https://blueprints.launchpad.net/horizon/+spec/separate-horizon-from-dashboard
>>> --
>>> Matthias Runge 
>>>
>>> ___
>>> OpenStack-dev mailing list
>>> OpenStack-dev@lists.openstack.org
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Timur Sufiev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 to openstack_dashboard module.
Am I missing somothing?

Another point we need to consider is that Horizon includes
a lot of Javascirpt files and it fits PyPI.

Thanks,
Akihiro

(2014/03/17 15:12), Timur Sufiev wrote:
> Is there any chance of having horizon distribution in its current
> state (i.e., with openstack_dashboard and other 3rd-party stuff) on
> PyPi? Because the 'next' milestone assigned to this blueprint suggests
> (at least to me) that the separation is not going to happen soon :).
>
> On Thu, Mar 13, 2014 at 1:40 PM, Matthias Runge  wrote:
>> 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 for muranodashboard
>>> unittests to have horizon in the test environment (and it currently
>>> seems not possible).
>>
>> I'd expect this to change, when horizon and OpenStack Dashboard
>> are finally separated. I agree, it makes sense to have something
>> comparable to the package now called horizon on PyPi.
>>
>> https://blueprints.launchpad.net/horizon/+spec/separate-horizon-from-dashboard
>> --
>> Matthias Runge 
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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

2014-03-16 Thread Timur Sufiev
Is there any chance of having horizon distribution in its current
state (i.e., with openstack_dashboard and other 3rd-party stuff) on
PyPi? Because the 'next' milestone assigned to this blueprint suggests
(at least to me) that the separation is not going to happen soon :).

On Thu, Mar 13, 2014 at 1:40 PM, Matthias Runge  wrote:
> 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 for muranodashboard
>> unittests to have horizon in the test environment (and it currently
>> seems not possible).
>
> I'd expect this to change, when horizon and OpenStack Dashboard
> are finally separated. I agree, it makes sense to have something
> comparable to the package now called horizon on PyPi.
>
> https://blueprints.launchpad.net/horizon/+spec/separate-horizon-from-dashboard
> --
> Matthias Runge 
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Timur Sufiev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 for muranodashboard
> unittests to have horizon in the test environment (and it currently
> seems not possible).

I'd expect this to change, when horizon and OpenStack Dashboard
are finally separated. I agree, it makes sense to have something
comparable to the package now called horizon on PyPi.

https://blueprints.launchpad.net/horizon/+spec/separate-horizon-from-dashboard
-- 
Matthias Runge 

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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

2014-03-13 Thread Timur Sufiev
Hello!

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 for muranodashboard
unittests to have horizon in the test environment (and it currently
seems not possible).

Could you please give me a clue why horizon distribution is missing at PyPi?

-- 
Timur Sufiev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev