Drop identity v2 api tests
These tests can be removed now, because the identity v2 API was removed
from Keystone during Queens cycle and Queens is no longer supported
by current master of tempest.
This also deprecates the related options so that we can drop these
options later.
Change-Id: I0be2273890cecaa26da37624c185c1bd367b2acf
diff --git a/releasenotes/notes/remove-identity-v2-tests-369b3fa190f624da.yaml b/releasenotes/notes/remove-identity-v2-tests-369b3fa190f624da.yaml
new file mode 100644
index 0000000..d927a68
--- /dev/null
+++ b/releasenotes/notes/remove-identity-v2-tests-369b3fa190f624da.yaml
@@ -0,0 +1,23 @@
+---
+upgrade:
+ - |
+ Tests for identity v2 API have been removed.
+
+deprecations:
+ - |
+ The following options have been formally deprecated. These options were
+ used to test identity v2 API which was removed during Queens cycle.
+ The tests for identity v2 API were removed from tempest and these options
+ have no effect.
+
+ - ``[identity] uri``
+ - ``[identity] v2_admin_endpoint_type``
+ - ``[identity] v2_public_endpoint_type``
+ - ``[identity-feature-enabled] api_v2_admin``
+
+ - |
+ The following options have been deprecated because only identity v3 API
+ is used.
+
+ - ``[identity] auth_version``
+ - ``[identity-feature-enabled] api_v3``