stable/newton devstack installation is failing on ubuntu 14.04.6
Hi, I am trying to install stable/newton devstack on Ubuntu 14.04.6 and getting below error:- 2019-05-20 05:21:05.321 | full installdeps: -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint..., -r/opt/stack/tempest/requirements.txt 2019-05-20 05:21:06.347 | 2019-05-20 05:21:06.347 | =================================== log end ==================================== 2019-05-20 05:21:06.347 | ERROR: could not install deps [-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint..., -r/opt/stack/tempest/requirements.txt]; v = InvocationError(u'/opt/stack/tempest/.tox/tempest/bin/pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint... -r/opt/stack/tempest/requirements.txt', 2) 2019-05-20 05:21:06.347 | ___________________________________ summary ____________________________________ 2019-05-20 05:21:06.347 | ERROR: full: could not install deps [-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint..., -r/opt/stack/tempest/requirements.txt]; v = InvocationError(u'/opt/stack/tempest/.tox/tempest/bin/pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint... -r/opt/stack/tempest/requirements.txt', 2) SSLError: hostname 'git.openstack.org' doesn't match either of 'developer.openstack.org', 'www.developer.openstack.org' You are using pip version 8.1.2, however version 19.1.1 is available. Please let me know if other details are required. Thanks, Arshad Alam Ansari
On 2019-05-27 11:40:37 +0000 (+0000), Ansari, Arshad wrote: [...]
SSLError: hostname 'git.openstack.org' doesn't match either of 'developer.openstack.org', 'www.developer.openstack.org' [...]
The old https://git.openstack.org/ service moved to https://opendev.org/ as of 2019-04-20. Compatibility redirects are provided at the old name but are on a shared IP address so a client supporting SNI (IETF RFC 3546 section 3.1 "Server Name Indication") is required to see the correct hostname on the redirect. SNI is ~16 years old now (RFC 3546 is circa June 2003), but a number of HTTPS libraries took a while to catch up so may still not support it on some older platforms. We can look into moving this vhost to a dedicated server/IP address or to be the default vhost on the current address, but backporting any of the master branch fixes for updating to the new URL would be another option if the Python interpreter and/or pip can't be upgraded to use SNI. -- Jeremy Stanley
On 5/27/2019 6:40 AM, Ansari, Arshad wrote:
I am trying to install stable/newton devstack on Ubuntu 14.04.6 and getting below error:-
2019-05-20 05:21:05.321 | full installdeps: -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint..., -r/opt/stack/tempest/requirements.txt
2019-05-20 05:21:06.347 |
2019-05-20 05:21:06.347 | =================================== log end ====================================
2019-05-20 05:21:06.347 | ERROR: could not install deps [-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint..., -r/opt/stack/tempest/requirements.txt]; v = InvocationError(u'/opt/stack/tempest/.tox/tempest/bin/pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint... -r/opt/stack/tempest/requirements.txt', 2)
2019-05-20 05:21:06.347 | ___________________________________ summary ____________________________________
2019-05-20 05:21:06.347 | ERROR: full: could not install deps [-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint..., -r/opt/stack/tempest/requirements.txt]; v = InvocationError(u'/opt/stack/tempest/.tox/tempest/bin/pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraint... -r/opt/stack/tempest/requirements.txt', 2)
SSLError: hostname 'git.openstack.org' doesn't match either of 'developer.openstack.org', 'www.developer.openstack.org'
You are using pip version 8.1.2, however version 19.1.1 is available.
Please let me know if other details are required.
This is probably due to the opendev rename that happened a few weeks ago. I'm surprised there is still a stable/newton branch open for devstack since most if not all of the other service projects that devstack relies on have already end of life'd the stable/newton branch, so I would expect the devstack newton branch should also be end of life. -- Thanks, Matt
On 2019-05-30 08:11:12 -0500 (-0500), Matt Riedemann wrote:
On 5/27/2019 6:40 AM, Ansari, Arshad wrote:
I am trying to install stable/newton devstack on Ubuntu 14.04.6 and getting below error:- [...] This is probably due to the opendev rename that happened a few weeks ago. I'm surprised there is still a stable/newton branch open for devstack since most if not all of the other service projects that devstack relies on have already end of life'd the stable/newton branch, so I would expect the devstack newton branch should also be end of life.
Also it warrants pointing out that Ubuntu 14.04 is past end of support from Canonical. As far as I know, versions of Ubuntu still considered supported can do SNI and will not exhibit this bug. -- Jeremy Stanley
participants (3)
-
Ansari, Arshad
-
Jeremy Stanley
-
Matt Riedemann