Deprecate glance APIs version config options

Glance v1 APIs are deprecated and v2 are current.
Tempest should tests only v2 APIs and by default v1
APIs are being disabled - I7f962a07317cdad917ee896d79e49ee18938d074

This commit deprecate the API version selection config options
so that we can switch to v2 only testing soon.

Change-Id: I6c4b92f0f2da2797efbb27e16061e6e325dda504
diff --git a/releasenotes/notes/deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml b/releasenotes/notes/deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml
new file mode 100644
index 0000000..788bc95
--- /dev/null
+++ b/releasenotes/notes/deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml
@@ -0,0 +1,10 @@
+---
+deprecations:
+  - |
+    Glance v1 APIs are deprecated and v2 are current.
+    Tempest should tests only v2 APIs.
+    Below API version selection config options
+    for glance have been deprecated and will be removed in future.
+
+    * CONF.image_feature_enabled.api_v2
+    * CONF.image_feature_enabled.api_v1