Merge duplicated renos of identity-clients
Before releasing Tempest 12.2.0, we found the duplicated renos on
http://docs.openstack.org/releasenotes/tempest/unreleased.html
That seems unreadable for users, so let's merge them into a single.
Change-Id: Id51ecebcbf56c5e0f62e3bd35e7d531f411904db
diff --git a/releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml b/releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml
index b8dcfce..3ec8b56 100644
--- a/releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml
+++ b/releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml
@@ -1,10 +1,13 @@
---
features:
- |
- Define identity service clients as libraries
+ Define identity service clients as libraries.
The following identity service clients are defined as library interface,
so the other projects can use these modules as stable libraries without
any maintenance changes.
* endpoints_client(v3)
* policies_client (v3)
+ * regions_client(v3)
+ * services_client(v3)
+ * projects_client(v3)
diff --git a/releasenotes/notes/add-new-identity-clients-as-library-3e6559d4bff3e776.yaml b/releasenotes/notes/add-new-identity-clients-as-library-3e6559d4bff3e776.yaml
deleted file mode 100644
index e000946..0000000
--- a/releasenotes/notes/add-new-identity-clients-as-library-3e6559d4bff3e776.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-features:
- - |
- Define identity service clients as libraries
- Add new service clients to the library interface so the other projects can use these modules as stable libraries without
- any maintenance changes.
-
- * regions_client(v3)
- * services_client(v3)
- * projects_client(v3)