[3/3] libcloud git commit: Update CHANGES for #1138

2017-10-31 Thread erjohnso
Update CHANGES for #1138

Closes #1138


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

Branch: refs/heads/trunk
Commit: 5aa717271ad8c9cda6244c054840d1730c463520
Parents: 42285f8
Author: Eric Johnson 
Authored: Tue Oct 31 15:54:32 2017 +
Committer: Eric Johnson 
Committed: Tue Oct 31 15:54:32 2017 +

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5aa71727/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index a325741..529d595 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,6 +13,9 @@ Common
 Compute
 ~~~
 
+- [GCE] Allow adding labels to images (GITHUB-1138)
+  [Katriel Traum, Eric Johnson]
+
 - [GCE] Allow adding license strings to images (GITHUB-1136)
   [Katriel Traum, Eric Johnson]
 



[5/5] libcloud git commit: Update CHANGES for #1136

2017-10-19 Thread erjohnso
Update CHANGES for #1136

Closes #1136


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

Branch: refs/heads/trunk
Commit: 5e1972e481f5184df42c67367fbec48f0aca2d1a
Parents: 1851e7b
Author: Eric Johnson 
Authored: Thu Oct 19 15:40:19 2017 +
Committer: Eric Johnson 
Committed: Thu Oct 19 15:40:19 2017 +

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5e1972e4/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index bbb3ad8..0e56950 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,6 +13,9 @@ Common
 Compute
 ~~~
 
+- [GCE] Allow adding license strings to images (GITHUB-1136)
+  [Katriel Traum, Eric Johnson]
+
 - [UpCloud] New driver for UpCloud (LIBCLOUD-938, GITHUB-1102)
   [Mika Lackman, Ilari Mäkelä]
 



[1/2] libcloud git commit: update changes

2017-05-03 Thread anthonyshaw
Repository: libcloud
Updated Branches:
  refs/heads/trunk 4de84f6ba -> a421668d1


update changes


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

Branch: refs/heads/trunk
Commit: 74c6ae5a09ce6591ed466b2d717765c462971447
Parents: 4de84f6
Author: Anthony Shaw 
Authored: Thu May 4 10:16:07 2017 +1000
Committer: Anthony Shaw 
Committed: Thu May 4 10:16:07 2017 +1000

--
 CHANGES.rst | 7 +++
 1 file changed, 7 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/74c6ae5a/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index d47ea9c..e0e6ebd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,9 @@ Changes in current version of Apache Libcloud
 Common
 ~~
 
+- Use PyTest as the unit testing runner
+  (Anthony Shaw)
+
 - Use of LXML is now disabled by defalt, use libcloud.utils.py3.DEFAULT_LXML = 
True to reenable. LXML has compatibility 
   issues with a number of drivers and etree is a standard package
   [GITHUB-1038]
@@ -15,6 +18,10 @@ Common
 Compute
 ~~~
 
+- [EC2] Add i3 instance types for AWS
+  [GITHUB-1038]
+  (Stephen Mullins)
+
 - [VULTR] Extend extra dict of Vultr sizes to include additional fields 
(plan_type and available_locations)
   [GITHUB-1044]
   (Francisco Ros)



[1/3] libcloud git commit: update changes for new 2.0.0rc2 release vote

2017-04-07 Thread anthonyshaw
Repository: libcloud
Updated Branches:
  refs/heads/trunk c7cce02db -> ac9518cec
Updated Tags:  refs/tags/v2.0.0rc2 [created] b9a263ad7


update changes for new 2.0.0rc2 release vote


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

Branch: refs/heads/trunk
Commit: e8811363be79f0d8d1264bac593cd16bc8a664d3
Parents: f6aaee2
Author: Anthony Shaw 
Authored: Thu Apr 6 19:31:13 2017 +1000
Committer: Anthony Shaw 
Committed: Thu Apr 6 19:31:13 2017 +1000

--
 CHANGES.rst | 25 ++---
 1 file changed, 10 insertions(+), 15 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e8811363/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index f2b1c5f..add92a7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,12 +1,16 @@
 Changelog
 =
 
-Changes in latest version of Apache Libcloud
-
+Changes in Apache Libcloud 2.0.0rc2
+---
 
 Common
 ~~
 
+- Fix LIBCLOUD_DEBUG trying to decompress already decompressed responses
+  [LIBCLOUD-910]
+  (Anthony Shaw)
+
 - Added an integration test API and a test suite for validating functionality
   without mocking any libcloud subsystems
   [GITHUB-970]
@@ -16,19 +20,6 @@ Common
   [GITHUB-1026]
   (Anthony Shaw)
 
-Compute
-~~~
-
-- Outscale SAS doc improvements and logo update
-  [GITHUB-950]
-  (Javier M Mellid)
-
-Changes in Apache Libcloud 2.0.0rc2

-
-Common
-~~
-
 - Fix CertificateConnection not correctly signing requests in 2.0rc1, impacted
   Azure classic driver, OpenStack and Docker driver
   [GITHUB-1015]
@@ -45,6 +36,10 @@ Common
 Compute
 ~~~
 
+- Outscale SAS doc improvements and logo update
+  [GITHUB-950]
+  (Javier M Mellid)
+
 - [GCE] Allow preemptible instances to be created
   [GITHUB-954]
   (John Baublitz)



[2/2] libcloud git commit: update changes

2016-10-13 Thread erjohnso
update changes


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

Branch: refs/heads/trunk
Commit: 94ab917f12975478d8a316351ddb5d2f5c5234ab
Parents: 3214ce0
Author: Eric Johnson 
Authored: Thu Oct 13 15:38:41 2016 +
Committer: Eric Johnson 
Committed: Thu Oct 13 15:38:41 2016 +

--
 CHANGES.rst | 7 +++
 1 file changed, 7 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/94ab917f/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 9d834c0..17f42d6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -16,6 +16,13 @@ Compute
   (GITHUB-856
   [Tom Melendez]
 
+Storage
+~~~
+
+- [GCS] Fixed some google_storage.py URL cleaning
+  (GITHUB-901)
+  [Scott Crunkleton]
+
 Changes in Apache Libcloud 1.3.0
 
 



[4/4] libcloud git commit: update changes

2016-10-13 Thread erjohnso
update changes


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

Branch: refs/heads/trunk
Commit: c873a0d34a8188fd5e2475023f1b26fb063ef51e
Parents: cffd964
Author: Eric Johnson 
Authored: Thu Oct 13 15:13:59 2016 +
Committer: Eric Johnson 
Committed: Thu Oct 13 15:13:59 2016 +

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/c873a0d3/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 38fd531..9d834c0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,6 +12,10 @@ Compute
   (GITHUB-897)
   [Anthony Monthe]
 
+- [GCE] Support for HTTP(S) proxies with BackendServices
+  (GITHUB-856
+  [Tom Melendez]
+
 Changes in Apache Libcloud 1.3.0
 
 



[2/4] libcloud git commit: update changes

2016-10-10 Thread anthonyshaw
update changes


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

Branch: refs/heads/trunk
Commit: 6beab4cfd4333aaa0d5b1a9e48f2c7843ca0a957
Parents: 4d11ec2
Author: Anthony Shaw 
Authored: Mon Oct 10 20:47:46 2016 +1100
Committer: Anthony Shaw 
Committed: Mon Oct 10 20:47:46 2016 +1100

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6beab4cf/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index f94040e..aadefbe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,10 @@ General
 Compute
 ~~~
 
+- Added edit firewall functionality to Dimension Data driver
+  (GITHUB-893)
+  [Samuel Chong]
+
 - Bugfix - Fixed listing nodes issue in Python 3
   (LIBCLOUD-858, GITHUB-894)
   [Fahri Cihan Demirci]



[6/6] libcloud git commit: update changes for #807

2016-06-23 Thread anthonyshaw
update changes for #807


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

Branch: refs/heads/trunk
Commit: 20c924bf1ba67322edd3404016babe6c0e45a62c
Parents: f1c2361
Author: Anthony Shaw 
Authored: Fri Jun 24 14:17:03 2016 +1000
Committer: Anthony Shaw 
Committed: Fri Jun 24 14:17:03 2016 +1000

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/20c924bf/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 1e27a32..faa4f22 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,10 @@ Changes with current version of Apache Libcloud
 Compute
 ~~~
 
+- Add block storage support to DigitalOcean node driver
+  (GITHUB-807)
+  [Adam Wolfe Gordon]
+
 - Add SASL auth support to libvirt driver
   (GITHUB-809)
   [Katana-Steel]



[4/4] libcloud git commit: update changes for #809

2016-06-23 Thread anthonyshaw
update changes for #809


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

Branch: refs/heads/trunk
Commit: 74a2ce762b43c3911e7c3a8069db1b0e247bbf4a
Parents: 00b70ef
Author: Anthony Shaw 
Authored: Fri Jun 24 14:09:04 2016 +1000
Committer: Anthony Shaw 
Committed: Fri Jun 24 14:09:04 2016 +1000

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/74a2ce76/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 94cab51..1e27a32 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,10 @@ Changes with current version of Apache Libcloud
 Compute
 ~~~
 
+- Add SASL auth support to libvirt driver
+  (GITHUB-809)
+  [Katana-Steel]
+
 - Allow VIPs in Dimension Data driver to bind to any port
   (GITHUB-818)
   [Mark Maglana]



[8/8] libcloud git commit: update changes for #816

2016-06-23 Thread anthonyshaw
update changes for #816


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

Branch: refs/heads/trunk
Commit: a60e070a0126026ab57b30b969ee869b73089f10
Parents: 4005559
Author: Anthony Shaw 
Authored: Fri Jun 24 13:54:08 2016 +1000
Committer: Anthony Shaw 
Committed: Fri Jun 24 13:54:08 2016 +1000

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a60e070a/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 4605cad..94cab51 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,10 @@ Compute
   (GITHUB-818)
   [Mark Maglana]
 
+- Add support for deleting security group in Aliyun ECS driver
+  (GITHUB-816)
+  [Heng Wu]
+
 
 Changes with Apache Libcloud in 1.0.0
 -



[3/3] libcloud git commit: update changes for #818

2016-06-23 Thread anthonyshaw
update changes for #818


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

Branch: refs/heads/trunk
Commit: 8b8e13382c1bde3aa544aa9e6c9992104894d9bc
Parents: 2d9f438
Author: Anthony Shaw 
Authored: Fri Jun 24 13:48:15 2016 +1000
Committer: Anthony Shaw 
Committed: Fri Jun 24 13:48:15 2016 +1000

--
 CHANGES.rst | 11 +++
 1 file changed, 11 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8b8e1338/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 781788f..4605cad 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,17 @@
 Changelog
 =
 
+Changes with current version of Apache Libcloud
+---
+
+Compute
+~~~
+
+- Allow VIPs in Dimension Data driver to bind to any port
+  (GITHUB-818)
+  [Mark Maglana]
+
+
 Changes with Apache Libcloud in 1.0.0
 -
 



libcloud git commit: update changes for #725

2016-03-22 Thread anthonyshaw
Repository: libcloud
Updated Branches:
  refs/heads/trunk ac4a8c1b0 -> fec8af6a4


update changes for #725


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

Branch: refs/heads/trunk
Commit: fec8af6a4d43ef45eafa3631fb1a91ff33a6440e
Parents: ac4a8c1
Author: anthony-shaw 
Authored: Tue Mar 22 20:58:23 2016 +1100
Committer: anthony-shaw 
Committed: Tue Mar 22 20:58:23 2016 +1100

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/fec8af6a/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index c79163d..32b9c81 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -32,6 +32,10 @@ General
 Compute
 ~~~
 
+- [openstack] when creating floating IPs, added pool_id as an optional argument
+  (GITHUB-725)
+  [marko-p]
+
 - [google compute] Added setMachineType method to allow for changing sizes of 
instances
   (GITHUB-721)
   [Eric Johnson]



[17/17] libcloud git commit: Update changes for PR 710

2016-03-21 Thread anthonyshaw
Update changes for PR 710


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

Branch: refs/heads/trunk
Commit: 1a057c9c284994f97b178b3cdca30bf329a725e7
Parents: 4806a6a
Author: anthony-shaw 
Authored: Mon Mar 21 21:22:52 2016 +1100
Committer: anthony-shaw 
Committed: Mon Mar 21 21:22:52 2016 +1100

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a057c9c/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 1cc9377..c79163d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -119,6 +119,10 @@ Loadbalancer
 DNS
 
 
+- Added NSOne driver
+  [Oltjano Terpollari]
+  (GITHUB-710)
+
 - Fix a bug in the GoDaddy driver - make sure ``host`` attribute on the
   connection class is correctly set to the hostname.
   [Tomaz Muraus]



libcloud git commit: Update CHANGES for #701

2016-02-12 Thread anthonyshaw
Repository: libcloud
Updated Branches:
  refs/heads/trunk e2c8c0dd0 -> 23abf8c93


Update CHANGES for #701


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

Branch: refs/heads/trunk
Commit: 23abf8c93bda2985e6b44a422fff4a5eed6b22ac
Parents: e2c8c0d
Author: anthony-shaw 
Authored: Sat Feb 13 07:13:01 2016 +1100
Committer: anthony-shaw 
Committed: Sat Feb 13 07:13:01 2016 +1100

--
 CHANGES.rst | 9 +
 1 file changed, 9 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/23abf8c9/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index bfa405c..27ce811 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -28,6 +28,15 @@ General
 Compute
 ~~~
 
+- Deprecated IBM SCE, HP Helion, OpSource, Ninefold and CloudFrames drivers, 
removed
+  driver code and tests.
+  (GITHUB-701, LIBCLOUD-801)
+  [Anthony Shaw]
+
+- Introduced error messages (`libcloud.compute.deprecated`) for deprecated 
drivers
+  (GITHUB-701, LIBCLOUD-801)
+  [Anthony Shaw]
+
 - New Compute drivers- BSNL, Indosat, Med-1, NTT-America, Internet Solutions
   (GITHUB-700)
   [Anthony Shaw]



libcloud git commit: Update CHANGES to start dev flow again

2015-10-30 Thread erjohnso
Repository: libcloud
Updated Branches:
  refs/heads/trunk 4fadb5631 -> 4b75a8109


Update CHANGES to start dev flow again


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

Branch: refs/heads/trunk
Commit: 4b75a81092eb2f922ef7d501881b9ca0629d3c56
Parents: 4fadb56
Author: Eric Johnson 
Authored: Fri Oct 30 15:24:19 2015 +
Committer: Eric Johnson 
Committed: Fri Oct 30 15:24:19 2015 +

--
 CHANGES.rst | 18 ++
 1 file changed, 18 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4b75a810/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 75342fd..b872c1c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,24 @@
 Changelog
 =
 
+Changes with Apache Libcloud in development
+---
+
+General
+~~~
+
+Compute
+~~~
+
+Storage
+~~~
+
+Loadbalancer
+
+
+DNS
+~~~
+
 Changes with Apache Libcloud 0.19.0
 ---
 



[52/52] [abbrv] libcloud git commit: Update changes.

2015-04-06 Thread tomaz
Update changes.

Closes #305
Closes #499


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

Branch: refs/heads/trunk
Commit: 1bef1648315277d9230903ee35a3e999f229fcae
Parents: 2e0c237
Author: Tomaz Muraus to...@apache.org
Authored: Mon Apr 6 01:39:17 2015 +0200
Committer: Tomaz Muraus to...@apache.org
Committed: Mon Apr 6 11:50:21 2015 +0200

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1bef1648/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 09bc432..0d91e82 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -141,6 +141,10 @@ Compute
   (GITHUB-490)
   [Tomaz Muraus]
 
+- Add new driver for Microsft Azure Virtual Machines service.
+  (LIBCLOUD-556, GITHUB-305, GITHUB-499)
+  [Michael Bennett, davidcrossland, Richard Conway, Matt Baldwin, Tomaz Muraus]
+
 Storage
 ~~~
 



[4/4] libcloud git commit: Update changes.

2015-02-28 Thread tomaz
Update changes.


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

Branch: refs/heads/trunk
Commit: b5902a106f3089c15fa740cd5e75e591d604611c
Parents: 55ebfd1
Author: Tomaz Muraus to...@apache.org
Authored: Sat Feb 28 22:39:31 2015 +0100
Committer: Tomaz Muraus to...@apache.org
Committed: Sat Feb 28 22:39:31 2015 +0100

--
 CHANGES.rst | 9 +
 1 file changed, 9 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b5902a10/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 094af05..156abca 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -54,6 +54,15 @@ DNS
   (GITHUB-460)
   [Vanč Levstik]
 
+- Correctly handle MX records priority in the Route53 driver.
+  (GITHUB-469)
+  [Vanč Levstik]
+
+- Allow user to create an A record which points directly to the domain zone
+  name in the Route53 driver.
+  (GITHUB-469)
+  [Vanč Levstik]
+
 Changes with Apache Libcloud 0.17.0
 ---
 



git commit: Update CHANGES file with GITHUB-327

2014-06-27 Thread sebgoa
Repository: libcloud
Updated Branches:
  refs/heads/trunk 997946761 - b9f9254a3


Update CHANGES file with GITHUB-327


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

Branch: refs/heads/trunk
Commit: b9f9254a3e3bcb687288082137a1244876c247f2
Parents: 9979467
Author: Sebastien Goasguen run...@gmail.com
Authored: Fri Jun 27 13:38:10 2014 +0200
Committer: Sebastien Goasguen run...@gmail.com
Committed: Fri Jun 27 13:38:10 2014 +0200

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b9f9254a/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index c4df822..902463f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,10 @@ Changes with Apache Libcloud in development
 Compute
 ~~~
 
+- Add network_association_id to ex_list_public_ips and CloudstackAddress object
+  (GITHUB-327)
+  [Roeland Kuipers]
+
 - Allow user to limit a list of subnets which are returned by passing
   ``subnet_ids`` and ``filters`` argument to the ``ex_list_subnets``
   method in the EC2 driver.



git commit: Update CHANGES file to reflect fix of LIBCLOUD-566

2014-05-26 Thread sebgoa
Repository: libcloud
Updated Branches:
  refs/heads/trunk 60b817681 - 1f34dd144


Update CHANGES file to reflect fix of LIBCLOUD-566


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

Branch: refs/heads/trunk
Commit: 1f34dd14404d05208120cb1b18dc522129a7496f
Parents: 60b8176
Author: Sebastien Goasguen run...@gmail.com
Authored: Mon May 26 18:22:23 2014 +0200
Committer: Sebastien Goasguen run...@gmail.com
Committed: Mon May 26 18:22:23 2014 +0200

--
 CHANGES.rst | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1f34dd14/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 47ff16a..8be428f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,6 +22,10 @@ General
 Compute
 ~~~
 
+- Fix create_key_pair method which was not returning private key. 
+  (LIBCLOUD-566)
+  [Sebastien Goasguen]
+
 - Map Stopped node state in the CloudStack driver to NodeState.STOPPED
   instead of NodeState.TERMINATED, Stopping to NodeState.PENDING instead of
   NodeState.TERMINATED and Expunging to NodeState.PENDING instead of



git commit: Update CHANGES.

2014-04-26 Thread tomaz
Repository: libcloud
Updated Branches:
  refs/heads/trunk 71fffcbc7 - 8c331063e


Update CHANGES.


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

Branch: refs/heads/trunk
Commit: 8c331063e2e313ec07d6608f4d35401cca69cbbe
Parents: 71fffcb
Author: Tomaz Muraus to...@apache.org
Authored: Sat Apr 26 17:32:21 2014 +0200
Committer: Tomaz Muraus to...@apache.org
Committed: Sat Apr 26 17:32:21 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8c331063/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 35466b8..7150322 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -91,6 +91,11 @@ Compute
   (GITHUB-280)
   [RoelVanNyen]
 
+- Allow user to specify target tags using target_tags attribute when creating
+  a firewall rule in the GCE driver.
+  (GITHUB-278)
+  [zerthimon]
+
 Load Balancer
 ~