[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:31:21 UTC 2013


The following commit has been merged in the master branch:
commit 2430a6547c987c134f220325862632784fe00425
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Thu May 9 15:53:01 2013 -0700

    Make ReleaseAddress call EucalyptusRequest.configure
    
    Fixes TOOLS-329

diff --git a/euca2ools/commands/euca/releaseaddress.py b/euca2ools/commands/euca/releaseaddress.py
index a9a8c45..7da7a6d 100644
--- a/euca2ools/commands/euca/releaseaddress.py
+++ b/euca2ools/commands/euca/releaseaddress.py
@@ -42,6 +42,7 @@ class ReleaseAddress(EucalyptusRequest):
                 (required)''')]
 
     def configure(self):
+        EucalyptusRequest.configure(self)
         if (self.args.get('PublicIp') is not None and
             self.args.get('AllocationId') is not None):
             # Can't be both EC2 and VPC

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list