You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/08/06 19:50:16 UTC

[libcloud] branch trunk updated: Add changelog entry for #1335.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ef5b26f  Add changelog entry for #1335.
ef5b26f is described below

commit ef5b26f35ca089e61a9b7242912e07fe1564db8d
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Aug 6 21:50:01 2019 +0200

    Add changelog entry for #1335.
---
 CHANGES.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index c5fff0b..76cca5d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -168,6 +168,12 @@ Compute
   (GITHUB-1320)
   [Miguel Caballer - @micafer]
 
+- [Softlayer] Fix a bug with driver incorrectly handling the value of
+  ``ex_hourly`` argument in the ``create_node()`` method which caused nodes
+  to always be created with hourly billing, even if this argument was set to
+  ``False``. (GITHUB-1334, GITHUB-1335)
+  [@r2ronoha]
+
 Storage
 ~~~~~~~