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)
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

index 6c3a195..c3f7799 100644 (file)
@@ -11,7 +11,7 @@ pyyaml==3.10
 gitpython==1.0.1
 python-openstackclient==2.3.0
 python-ceilometerclient==1.5.1
-python-keystoneclient==2.3.1
+python-keystoneclient==3.6.0
 python-neutronclient==4.1.1
 virtualenv==1.11.4
 pexpect==4.0