commit | c59270760a9e44f4c1f2c37bc3a1bb6222cc19b6 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Fri Sep 02 18:25:15 2016 -0700 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Fri Sep 02 18:25:15 2016 -0700 |
tree | 74d9147f92b392b20f783583e4ccf65d24a42518 | |
parent | db5012b6281abf3f764fad910017806371f30dd3 [diff] [blame] |
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)