Upgrade python-keystoneclient
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Mon, 7 Nov 2016 10:38:48 +0000 (12:38 +0200)
committerGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Mon, 7 Nov 2016 10:43:46 +0000 (12:43 +0200)
commit296c5c276c49477c8c2aa8642fadb07c06423de3
treed7f21b29cf82e3cf827fdafcd2f584fee226670b
parent82f18a401cee8c6f4a2395c6185052c2fcd0ba16
Upgrade python-keystoneclient

When running the os-odl_l2-bgpvpn-ha scenario I encountered the
following issue:

root@0a60c30641e7:~# . $creds
root@0a60c30641e7:~# neutron net-list
An auth plugin is required to fetch a token
root@0a60c30641e7:~# pip show python-keystoneclient
Name: python-keystoneclient
Version: 2.3.1
Summary: Client Library for OpenStack Identity
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Location: /usr/local/lib/python2.7/dist-packages
Requires: PrettyTable, stevedore, requests, six, oslo.i18n, oslo.utils,
oslo.config, pbr, oslo.serialization, keystoneauth1, iso8601,
debtcollector, positional

Upgrading the python-keystoneclient package resolves it.

Change-Id: I5b2564cc7980ef42df90ec454ea5b6dbc121b3de
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
docker/requirements.pip