Remove some deprecated auth and identity options
Below options are deprecated on 2015, in 87fc7e9ac0efa9fbe883d4f9375c06a94396b75d
and c786213f95132df27b439c397c88ca2cb0d69390,
so it's safe to delete them now.
* identity.endpoint_type
* auth.tenant_isolation_domain_name
Change-Id: I64b389032472447aa3a3d38e081f9a2b000847be
diff --git a/releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml b/releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml
new file mode 100644
index 0000000..fa21afd
--- /dev/null
+++ b/releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml
@@ -0,0 +1,8 @@
+upgrade:
+ - |
+ Remove deprecated config option ``endpoint_type`` from
+ ``identity`` group. Use ``v2_public_endpoint_type`` from
+ ``identity`` group instead.
+ Remove deprecated config option ``tenant_isolation_domain_name``
+ from ``auth`` group. Use ``default_credentials_domain_name`` from
+ ``auth`` group instead.