diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-11-07 12:38:48 +0200 |
---|---|---|
committer | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-11-07 12:43:46 +0200 |
commit | 296c5c276c49477c8c2aa8642fadb07c06423de3 (patch) | |
tree | d7f21b29cf82e3cf827fdafcd2f584fee226670b /docker/requirements.pip | |
parent | 82f18a401cee8c6f4a2395c6185052c2fcd0ba16 (diff) |
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>
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index 6c3a195fc..c3f77997c 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -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 |