Stable Keystone Driver Interfaces
Extended support for versioned driver classes to the rest of the backends based on the design of the initial support for catalog backend @ https://review.openstack.org/#/c/218481/ partially Implements bp stable-driver-interfaces Change-Id: I0078f6dc32932beb6db534ecf22b160097c5a090
This commit is contained in:
@@ -199,7 +199,7 @@ class Manager(manager.Manager):
|
||||
|
||||
|
||||
@six.add_metaclass(abc.ABCMeta)
|
||||
class Driver(object):
|
||||
class Oauth1DriverV8(object):
|
||||
"""Interface description for an OAuth1 driver."""
|
||||
|
||||
@abc.abstractmethod
|
||||
@@ -362,3 +362,6 @@ class Driver(object):
|
||||
|
||||
"""
|
||||
raise exception.NotImplemented() # pragma: no cover
|
||||
|
||||
|
||||
Driver = manager.create_legacy_driver(Oauth1DriverV8)
|
||||
|
||||
Reference in New Issue
Block a user