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


The following commit has been merged in the master branch:
commit f5745102324e9bf91aeb4849c8c6254eeacad844
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Oct 10 14:54:09 2012 -0700

    Improve AssociateAddress help output

diff --git a/euca2ools/commands/euca/associateaddress.py b/euca2ools/commands/euca/associateaddress.py
index bbba6ab..f361e34 100644
--- a/euca2ools/commands/euca/associateaddress.py
+++ b/euca2ools/commands/euca/associateaddress.py
@@ -32,7 +32,7 @@ from requestbuilder import Arg
 from . import EucalyptusRequest
 
 class AssociateAddress(EucalyptusRequest):
-    Description = 'Associate an instance with a public IP address'
+    Description = 'Associate an elastic IP address with a running instance'
     Args = [Arg('-i', '--instance', dest='InstanceId', metavar='INSTANCE',
                 required=True, help='instance to associate the address with'),
             Arg('PublicIp', metavar='ADDRESS', help='IP address to associate')]

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list