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


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

    Clean up wording

diff --git a/euca2ools/commands/elasticloadbalancing/createappcookiestickinesspolicy.py b/euca2ools/commands/elasticloadbalancing/createappcookiestickinesspolicy.py
index 1e12652..01b2a29 100644
--- a/euca2ools/commands/elasticloadbalancing/createappcookiestickinesspolicy.py
+++ b/euca2ools/commands/elasticloadbalancing/createappcookiestickinesspolicy.py
@@ -36,9 +36,9 @@ class CreateAppCookieStickinessPolicy(ELBRequest):
     DESCRIPTION = ('Create a new stickiness policy for a load balancer, '
                    'whereby the server application generates a cookie and '
                    'adds it to its responses.  The load balancer will then '
-                   'use this cookie to route requests to the same back end '
-                   'instance cookie.  This type of policy can only be '
-                   'associated with HTTP or HTTPS listeners')
+                   'use this cookie to route requests from each user to the '
+                   'same back end instance.  This type of policy can only be '
+                   'associated with HTTP or HTTPS listeners,')
     ARGS = [Arg('LoadBalancerName', metavar='ELB',
                 help='name of the load balancer to modify (required)'),
             # -c is for cookie.  That's good enough for me.

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list