summaryrefslogtreecommitdiff
path: root/oslotest
diff options
context:
space:
mode:
Diffstat (limited to 'oslotest')
-rw-r--r--oslotest/functional.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/oslotest/functional.py b/oslotest/functional.py
index 32448a6..3a9c3ab 100644
--- a/oslotest/functional.py
+++ b/oslotest/functional.py
@@ -13,9 +13,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from debtcollector import removals
import os_client_config
+removals.removed_module("oslotest.functional",
+ version="2.9.0", removal_version="3.0",
+ message="oslotest.functional will be removed.")
+
+
def _get_openstack_auth(openstack_config, cloud_name, override_name):
try:
cloud_config = openstack_config.get_one_cloud(cloud_name)