From d443d80035861f6f8441713c0bd0bcd08a1f73ef Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Tue, 27 Jan 2015 08:14:41 -0500 Subject: [PATCH] Update apiclient.auth oslo-incubator module Changes - * deprecate apiclient package Change-Id: Ibdb97023977db36f89570344b731e5ad4028cc43 --- saharaclient/openstack/common/apiclient/auth.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/saharaclient/openstack/common/apiclient/auth.py b/saharaclient/openstack/common/apiclient/auth.py index afe53935..d27450cd 100644 --- a/saharaclient/openstack/common/apiclient/auth.py +++ b/saharaclient/openstack/common/apiclient/auth.py @@ -17,6 +17,19 @@ # E0202: An attribute inherited from %s hide this method # pylint: disable=E0202 +######################################################################## +# +# THIS MODULE IS DEPRECATED +# +# Please refer to +# https://etherpad.openstack.org/p/kilo-saharaclient-library-proposals for +# the discussion leading to this deprecation. +# +# We recommend checking out the python-openstacksdk project +# (https://launchpad.net/python-openstacksdk) instead. +# +######################################################################## + import abc import argparse import os