[pkg-eucalyptus-commits] [euca2ools] 03/41: Make DescribeAddresses pass filters properly

Charles Plessy plessy at alioth.debian.org
Sat Oct 12 03:24:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

plessy pushed a commit to branch master
in repository euca2ools.

commit 65eabbe08a85c199d33988c9192aab5e8fe71d8c
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Jul 5 13:56:29 2013 -0700

    Make DescribeAddresses pass filters properly
    
    Fixes TOOLS-350
---
 euca2ools/commands/euca/describeaddresses.py |    1 -
 1 file changed, 1 deletion(-)

diff --git a/euca2ools/commands/euca/describeaddresses.py b/euca2ools/commands/euca/describeaddresses.py
index fd6ed67..e5d9bb3 100644
--- a/euca2ools/commands/euca/describeaddresses.py
+++ b/euca2ools/commands/euca/describeaddresses.py
@@ -51,7 +51,6 @@ class DescribeAddresses(EucalyptusRequest):
         alloc_ids = set(addr for addr in self.args.get('address', [])
                         if addr.startswith('eipalloc-'))
         public_ips = set(self.args.get('address', [])) - alloc_ids
-        self.params = {}
         if alloc_ids:
             self.params['AllocationId'] = list(sorted(alloc_ids))
         if public_ips:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-eucalyptus/euca2ools.git



More information about the pkg-eucalyptus-commits mailing list