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


The following commit has been merged in the master branch:
commit fae9dbeae3b8fa4a753e57dc40335d8b851419e3
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sun Mar 31 19:18:57 2013 -0700

    Minor cleanup

diff --git a/euca2ools/commands/elasticloadbalancing/attachloadbalancertosubnets.py b/euca2ools/commands/elasticloadbalancing/attachloadbalancertosubnets.py
index efa8d57..b3b2bcf 100644
--- a/euca2ools/commands/elasticloadbalancing/attachloadbalancertosubnets.py
+++ b/euca2ools/commands/elasticloadbalancing/attachloadbalancertosubnets.py
@@ -45,4 +45,4 @@ class AttachLoadBalancerToSubnets(ELBRequest, TabifyingCommand):
     LIST_TAGS = ['Subnets']
 
     def print_result(self, result):
-        print self.tabify(('SUBNETS', ','.join(result.get('Subnets', []))))
+        print self.tabify(('SUBNETS', ', '.join(result.get('Subnets', []))))
diff --git a/euca2ools/commands/elasticloadbalancing/configurehealthcheck.py b/euca2ools/commands/elasticloadbalancing/configurehealthcheck.py
index 032e454..ae62d51 100644
--- a/euca2ools/commands/elasticloadbalancing/configurehealthcheck.py
+++ b/euca2ools/commands/elasticloadbalancing/configurehealthcheck.py
@@ -28,7 +28,6 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 
-from euca2ools.commands.argtypes import delimited_list
 from euca2ools.commands.elasticloadbalancing import ELBRequest
 from requestbuilder import Arg
 from requestbuilder.mixins import TabifyingCommand

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list