[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:30:13 UTC 2013


The following commit has been merged in the master branch:
commit 22e2c26af2a6538cca97505a100079ddcf95457b
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Mon Feb 18 22:36:47 2013 -0800

    Use POST for euare requests, not GET

diff --git a/euca2ools/commands/euare/__init__.py b/euca2ools/commands/euare/__init__.py
index 5224231..df2405c 100644
--- a/euca2ools/commands/euare/__init__.py
+++ b/euca2ools/commands/euare/__init__.py
@@ -54,6 +54,8 @@ class Euare(requestbuilder.service.BaseService):
 
 class EuareRequest(Euca2oolsQueryRequest):
     SERVICE_CLASS = Euare
+    METHOD = 'POST'
+
     def parse_response(self, response):
         response_dict = Euca2oolsQueryRequest.parse_response(self, response)
         # EUARE responses enclose their useful data inside FooResponse

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list