Re: [openstack-dev] [requirements][kolla] new requirements change on upper-constraints.txt break horizon & neutron

2018-03-16 Thread Andreas Jaeger
On 2018-03-16 13:22, Jeffrey Zhang wrote: > kolla install openstack packages through master tarball file on kolla > master branch[0]. > > On stable branch, kolla install through neutron tag tarball. But i think > there will be also > some issue here. How about i want to install

Re: [openstack-dev] [requirements][kolla] new requirements change on upper-constraints.txt break horizon & neutron

2018-03-16 Thread Jeffrey Zhang
kolla install openstack packages through master tarball file on kolla master branch[0]. On stable branch, kolla install through neutron tag tarball. But i think there will be also some issue here. How about i want to install neutron-12.0.1.tar.gz, whereas neutron===12.0.0 exist in the

Re: [openstack-dev] [requirements][kolla] new requirements change on upper-constraints.txt break horizon & neutron

2018-03-16 Thread Thomas Morin
Hi Andreas, In the documentation for networking-bgpvpn, we suggest to install these packages with "pip install -c https://git.openstack.org/cgit/openstack/ requirements/plain/upper-constraints.txtt networking-bgpvpn=8.0.0" .In many cases this can work well enough for people wanting to try this

Re: [openstack-dev] [requirements][kolla] new requirements change on upper-constraints.txt break horizon & neutron

2018-03-16 Thread Andreas Jaeger
On 2018-03-16 11:42, Thomas Morin wrote: > This is related to the topic in "[horizon][neutron] tools/tox_install > changes - breakage with constraints". > > proposes to remove these projects from upper-constraints (for a > different reason) > https://review.openstack.org/#/c/552865 >

Re: [openstack-dev] [requirements][kolla] new requirements change on upper-constraints.txt break horizon & neutron

2018-03-16 Thread Jeffrey Zhang
thanks Thomas, i will move my question into that topics. anyone who are interesting this issue, please reply in "[horizon][neutron] tools/tox_install changes - breakage with constraints". On Fri, Mar 16, 2018 at 6:42 PM, Thomas Morin wrote: > This is related to the

Re: [openstack-dev] [requirements][kolla] new requirements change on upper-constraints.txt break horizon & neutron

2018-03-16 Thread Thomas Morin
This is related to the topic in "[horizon][neutron] tools/tox_install changes - breakage with constraints". proposes to remove these projects from upper-constraints (for a different reason)https://review.openstack.org/#/c/552865 that adds other projects to global-requirements, explicitly postpone

[openstack-dev] [requirements][kolla] new requirements change on upper-constraints.txt break horizon & neutron

2018-03-16 Thread Jeffrey Zhang
recently, a new patch is merged[0]. It adds neutron and horizon itself into upper-constraints.txt. But this will break installing horizon and neutron with upper-constraints.txt. Now it breaks the kolla's master branch patch. And have to remove the "horizon" and "neutron" in the files.