Comment 3 for bug 1991076

Revision history for this message
chandan kumar (chkumar246) wrote :

After holding the node.
```
[zuul@node-0003090102 openstack]$ cd requirements/
[zuul@node-0003090102 requirements]$ git branch
* master
  stable/newton
  stable/pike
  stable/queens
  stable/rocky
  stable/stein
  stable/train
  stable/ussuri
  stable/victoria
  stable/wallaby
  stable/xena
  stable/yoga
[zuul@node-0003090102 requirements]$ pwd
/home/zuul/src/opendev.org/openstack/requirements
[zuul@node-0003090102 requirements]$

[zuul@node-0003090102 tmp]$ python3 -m venv reproducer
[zuul@node-0003090102 tmp]$ source reproducer/bin/activate
(reproducer) [zuul@node-0003090102 tmp]$ pip install python-openstackclient -c ~/src/opendev.org/openstack/requirements/upper-constraints.txt
Ignoring pkgutil-resolve-name: markers 'python_version == "3.8"' don't match your environment
Ignoring backports.zoneinfo: markers 'python_version == "3.8"' don't match your environment
Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment
Collecting python-openstackclient===6.0.0 (from -c /home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt (line 471))
  Could not find a version that satisfies the requirement python-openstackclient===6.0.0 (from -c /home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt (line 471)) (from versions: 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.9.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.5.0, 2.6.0, 3.0.0, 3.0.1, 3.1.0, 3.2.0, 3.2.1, 3.3.0, 3.4.0, 3.4.1, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.8.1, 3.8.2, 3.9.0, 3.10.0, 3.11.0, 3.12.0, 3.12.1, 3.12.2, 3.13.0, 3.14.0, 3.14.1, 3.14.2, 3.14.3, 3.15.0, 3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.17.0, 3.18.0, 3.18.1, 3.19.0, 4.0.0, 4.0.1, 4.0.2, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.3.1, 5.4.0, 5.5.0, 5.5.1, 5.6.0, 5.7.0, 5.8.0)
No matching distribution found for python-openstackclient===6.0.0 (from -c /home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt (line 471))
You are using pip version 9.0.3, however version 22.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(reproducer) [zuul@node-0003090102 tmp]$
```

and after checking out stable/wallaby in openstack/requirements project
```
(reproducer) [zuul@node-0003090102 tmp]$ cd ~/src/opendev.org/openstack/requirements/
(reproducer) [zuul@node-0003090102 requirements]$ git checkout stable/wallaby
Switched to branch 'stable/wallaby'
(reproducer) [zuul@node-0003090102 requirements]$ pip install python-openstackclient -c ~/src/opendev.org/openstack/requirements/upper-constraints.txt
Ignoring scipy: markers 'python_version == "3.8"' don't match your environment
Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment
Ignoring numpy: markers 'python_version == "3.8"' don't match your environment
Collecting python-openstackclient===5.5.1 (from -c /home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt (line 463))
  Downloading http://mirror.regionone.ibm-bm2-nodepool.rdoproject.org/pypifiles/packages/fb/21/e3de4025d87da0dcc0441c9acc37079880669f42c733b6a965a94e1161f8/python_openstackclient-5.5.1-py3-none-any.whl (929kB)
    100% |████████████████████████████████| 931kB 110.2MB/s
```