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


The following commit has been merged in the master branch:
commit 753f432ba15c92eaecc058c5aa73ceb8c1552e94
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Apr 12 18:54:41 2013 -0700

    Make euwatch-getstats -n mandatory

diff --git a/euca2ools/commands/monitoring/getmetricstatistics.py b/euca2ools/commands/monitoring/getmetricstatistics.py
index fa90307..459ac35 100644
--- a/euca2ools/commands/monitoring/getmetricstatistics.py
+++ b/euca2ools/commands/monitoring/getmetricstatistics.py
@@ -42,7 +42,7 @@ class GetMetricStatistics(CloudWatchRequest, TabifyingCommand):
     DESCRIPTION = "Show a metric's statistics"
     ARGS = [Arg('MetricName', metavar='METRIC',
                 help='name of the metric to get statistics for (required)'),
-            Arg('-n', '--namespace', dest='Namespace',
+            Arg('-n', '--namespace', dest='Namespace', required=True,
                 help="the metric's namespace (required)"),
             Arg('-s', '--statistics', dest='Statistics.member', required=True,
                 metavar='STAT1,STAT2,...', type=delimited_list(','),

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list