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
commit 62e8d5a4fcffe00030e295d111c5a04cad063388 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 14:43:13 2023 +0200 Add changelog entry for #1877. --- CHANGES.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 72e5c34e4..ef2312375 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,13 +7,17 @@ Changes in Apache Libcloud in development Compute ~~~~~~~ -Remove obsolete compute driver where the provider is either dead or not -offering those services anymore: Bluebox, bsnlcloud, Cloudwatt, Enomaly, -ElasticHosts, ElasticStack, GoGrid, Gridspot, HostVirtual, Joyent, Med-1, -Nephoscale, 1on1, ProfitBricks, ServerLove, SkaliCloud, Softlayer, Voxel. +- Remove obsolete compute driver where the provider is either dead or not + offering those services anymore: Bluebox, bsnlcloud, Cloudwatt, Enomaly, + ElasticHosts, ElasticStack, GoGrid, Gridspot, HostVirtual, Joyent, Med-1, + Nephoscale, 1on1, ProfitBricks, ServerLove, SkaliCloud, Softlayer, Voxel. -(GITHUB-1743, GITHUB-1852) -[Anthony Monthe - @ZuluPro, Tomaz Muraus - @Kami] + (GITHUB-1743, GITHUB-1852) + [Anthony Monthe - @ZuluPro, Tomaz Muraus - @Kami] + +- [Outscale] Fix ``list_nodes()`` and ``list_volumes()`` method. + (GITHUB-1877) + [Matthias Gatto - @outscale-mgo] Storage ~~~~~~~