Correct the class name of the V9 LDAP role driver

In the recent change to create a V9 role driver
(https://review.openstack.org/#/c/247805/) the renaming to V9
was missed for the LDAP driver (the SQL driver was correct).

This patch fixes the LDAP driver class name.

Partially Implements: blueprint implied-roles

Change-Id: I49efeedaa5c163c4434dacc3c3467497d9fffca2
This commit is contained in:
Henry Nash 2015-12-27 14:57:48 +00:00
parent 6d7e9e4037
commit 255b317ffd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ from keystone.identity.backends import ldap as ldap_identity
CONF = cfg.CONF
class Role(assignment.RoleDriverV8):
class Role(assignment.RoleDriverV9):
@versionutils.deprecated(
versionutils.deprecated.MITAKA,
what='ldap role',