You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2017/09/27 04:13:52 UTC

libcloud git commit: Fix recent changes formatting and linked issues

Repository: libcloud
Updated Branches:
  refs/heads/trunk d8be2d472 -> 4d5934230


Fix recent changes formatting and linked issues


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4d593423
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4d593423
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4d593423

Branch: refs/heads/trunk
Commit: 4d59342302c8ffd8e09e9e03f7f73e5bf618bfb0
Parents: d8be2d4
Author: Quentin Pradet <qu...@apache.org>
Authored: Wed Sep 27 08:13:21 2017 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Wed Sep 27 08:13:21 2017 +0400

----------------------------------------------------------------------
 CHANGES.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4d593423/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index ea472eb..ab64c0e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,7 +7,7 @@ Changes in Apach Libcloud in development
 Compute
 ~~~~~~~
 
-- New driver for UpCloud (GITHUB-1102)
+- New driver for UpCloud (LIBCLOUD-938, GITHUB-1102)
   [Mika Lackman, Ilari Mäkelä]
 
 - [EC2] Add new x1.16xlarge and x1e.32xlarge instance type. (GITHUB-1101)
@@ -19,7 +19,8 @@ Compute
 - Update ProfitBricks driver and add support for the new API v4. (GITHUB-1103)
   [Nurfet Becirevic]
 
-- [GCE] Support GCE node labels. (GITHUB-1115) [@maxlip]
+- [GCE] Support GCE node labels. (LIBCLOUD-934, GITHUB-1115)
+  [@maxlip]
 
 - [GCE] Fix `GCEList` pagination. (GITHUB-1095)
   [Yap Sok Ann]