python-openstackclient oslo.config requirements not satisfied by repo

Bug #1472670 reported by Miguel Alejandro Cantu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Invalid
Undecided
Unassigned

Bug Description

Getting these messages when trying to install from the 11.0.4 tag

failed: [infra2_utility_container-aa79d7df] => (item=python-openstackclient) => {"attempts": 5, "cmd": "/usr/local/bin/pip install python-openstackclient", "failed": true, "item": "python-openstackclient"}
msg: Task failed as maximum retries was encountered
failed: [infra3_utility_container-a7ec283d] => (item=python-openstackclient) => {"attempts": 5, "cmd": "/usr/local/bin/pip install python-openstackclient", "failed": true, "item": "python-openstackclient"}
msg: Task failed as maximum retries was encountered
failed: [infra1_utility_container-b7344b4d] => (item=python-openstackclient) => {"attempts": 5, "cmd": "/usr/local/bin/pip install python-openstackclient", "failed": true, "item": "python-openstackclient"}
msg: Task failed as maximum retries was encountered

Tried running that on the utility containers themselves, and got this message:

  Found link http://xx.xx.xx.xx:8181/os-releases/11.0.4/oslo.config-1.14.0-py2.py3-none-any.whl (from http:///xx.xx.xx.xx:8181/os-releases/11.0.4/), version: 1.14.0
  Could not find a version that satisfies the requirement oslo.config<1.10.0,>=1.9.3 (from python-openstackclient) (from versions: 1.14.0)

It looks like the repo holds oslo.config 1.14, but python-openstackclient requires a version less than 1.10.0
https://github.com/openstack/python-openstackclient/blob/stable/kilo/requirements.txt#L10

-Alex

tags: added: 11.0.4
Changed in openstack-ansible:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.