Remove keystone.common.ldap
Was deprecated in favor of keystone.identity.backends.ldap.common Change-Id: I73dddd539b41d089ed48546ff1fb114d5ebbbed2 Implements: bp removed-as-of-pike
This commit is contained in:
parent
eed29f236e
commit
cd642d2d4e
@ -1,26 +0,0 @@
|
|||||||
# Copyright 2012 OpenStack Foundation
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
||||||
# not use this file except in compliance with the License. You may obtain
|
|
||||||
# a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
# License for the specific language governing permissions and limitations
|
|
||||||
# under the License.
|
|
||||||
|
|
||||||
from oslo_log import versionutils
|
|
||||||
|
|
||||||
|
|
||||||
versionutils.deprecated(
|
|
||||||
what='keystone.common.ldap',
|
|
||||||
as_of=versionutils.deprecated.NEWTON,
|
|
||||||
remove_in=+2,
|
|
||||||
in_favor_of='keystone.identity.backends.ldap.common')
|
|
||||||
|
|
||||||
# NOTE(notmorgan): This is maintained for compatibility in case outside
|
|
||||||
# developers are relying on this location.
|
|
||||||
from keystone.identity.backends.ldap.common import * # noqa
|
|
@ -1,26 +0,0 @@
|
|||||||
# Copyright 2012 OpenStack Foundation
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
||||||
# not use this file except in compliance with the License. You may obtain
|
|
||||||
# a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
# License for the specific language governing permissions and limitations
|
|
||||||
# under the License.
|
|
||||||
|
|
||||||
from oslo_log import versionutils
|
|
||||||
|
|
||||||
|
|
||||||
versionutils.deprecated(
|
|
||||||
what='keystone.common.ldap.core',
|
|
||||||
as_of=versionutils.deprecated.NEWTON,
|
|
||||||
remove_in=+2,
|
|
||||||
in_favor_of='keystone.identity.backends.ldap.common')
|
|
||||||
|
|
||||||
# NOTE(notmorgan): This is maintained for compatibility in case outside
|
|
||||||
# developers are relying on this location.
|
|
||||||
from keystone.identity.backends.ldap.common import * # noqa
|
|
@ -1,26 +0,0 @@
|
|||||||
# Copyright (C) 2011 OpenStack Foundation
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
from oslo_log import versionutils
|
|
||||||
|
|
||||||
|
|
||||||
versionutils.deprecated(
|
|
||||||
what='keystone.common.ldap.models',
|
|
||||||
as_of=versionutils.deprecated.NEWTON,
|
|
||||||
remove_in=+2,
|
|
||||||
in_favor_of='keystone.identity.backends.ldap.models')
|
|
||||||
|
|
||||||
# NOTE(notmorgan): This is maintained for compatibility in case outside
|
|
||||||
# developers are relying on this location.
|
|
||||||
from keystone.identity.backends.ldap.models import * # noqa
|
|
@ -26,3 +26,8 @@ other:
|
|||||||
value set to "true" in the user's ``options`` attribute (e.g.
|
value set to "true" in the user's ``options`` attribute (e.g.
|
||||||
``user['options']['ignore_password_expiry'] = True``) with a user update
|
``user['options']['ignore_password_expiry'] = True``) with a user update
|
||||||
call.
|
call.
|
||||||
|
- >
|
||||||
|
[`blueprint removed-as-of-pike <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-pike>`_]
|
||||||
|
The ``keystone.common.ldap`` module was removed from the code tree. It was
|
||||||
|
deprecated in the Newton release in favor of using
|
||||||
|
``keystone.identity.backends.ldap.common`` which has the same functionality.
|
||||||
|
Loading…
Reference in New Issue
Block a user