F5Networks / f5-openstack-test

F5 Networks® common python modules for OpenStack tests
Apache License 2.0
2 stars 4 forks source link

Keystoneclient dependencies are incorrect for stable/newton branch #78

Closed pjbreaux closed 7 years ago

pjbreaux commented 7 years ago

@jlongstaf

Issues: Fixes #77

Problem: Based on the upper constraints file, the python-keystoneclient dependency in setup.py for newton should be 3.5.1, but it is currently 3.5.0 in stable/newton.

Analysis: Changed the keystone dependency to 3.5.1

Tests: Testing travis deployment on my local fork.

pjbreaux commented 7 years ago

Check out this travis build in my fork in the driver, which refers to this fork of f5-openstack-test. That is a successful test of this change.

https://travis-ci.org/pjbreaux/f5-openstack-lbaasv2-driver/builds/224204855