Use keystonemiddleware package

keystonemiddleware package will be used instead of deprecated
keystoneclient.middleware module to authorize requests with
keystone auth_token

Update python-keystoneclient to match version in our repos

Change-Id: Ib6025a5d243c76995ca1efac16d5d5025241f81c
Implements: blueprint access-control-master-node-improvments
Related-Bug: #1383616
Depends: I32848ccd2279c1467818e1ff9e1a19becc9f7ae7
This commit is contained in:
Sebastian Kalinowski 2014-10-21 09:45:40 +02:00
parent f47fd1d66a
commit 9c6fadca27
3 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,7 @@ auth_enable = False
[keystone_authtoken]
#
# Options defined in keystoneclient.middleware.auth_token
# Options defined in keystonemiddleware.auth_token
#
# Prefix to prepend at the beginning of the path. Deprecated,
@ -141,4 +141,4 @@ auth_enable = False
# binding is needed to be allowed. Finally the name of a
# binding method that must be present in tokens. (string
# value)
#enforce_token_bind=permissive
#enforce_token_bind=permissive

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from keystoneclient.middleware import auth_token
from keystonemiddleware import auth_token
from oslo.config import cfg

View File

@ -1,7 +1,7 @@
oslo.config>=1.1.1
python-cinderclient>=1.0.7
python-ceilometerclient>=1.0.9
python-keystoneclient>=0.4.2
python-keystoneclient>=0.11
python-novaclient>=2.17.0
python-heatclient>=0.2.9
python-saharaclient>=0.6.0
@ -17,3 +17,4 @@ gevent==0.13.8
pecan>=0.3.0,<0.6.0
psycopg2>=2.5.1
stevedore>=0.10
keystonemiddleware>=1.2.0