aboutsummaryrefslogtreecommitdiff
path: root/etc/describe-regions.fln
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-06 16:04:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-06 16:07:22 +0200
commit141a22cb7bb918a08698785f860a902ea4448b5c (patch)
tree2d092c6cadd49301da86dd95fea140990132b42b /etc/describe-regions.fln
parent033b6994c89bb28788c5525df2f10b19b694a4c7 (diff)
downloadeclat-141a22cb7bb918a08698785f860a902ea4448b5c.tar.gz
eclat-141a22cb7bb918a08698785f860a902ea4448b5c.tar.bz2
Implement the describe-regions command.
* TODO: Update. * doc/Makefile.am: Add new files. * doc/eclat-describe-availability-zones.1: Mention describe-regions. * doc/eclat-describe-regions.1: New file. * doc/tmpl.1: Fix time-stamp-start setting. * etc/Makefile.am: Add new files. * etc/describe-regions.fln: New file. * src/Makefile.am: Add new files. * src/dscrregs.c: New file. * src/eclat.c: Register describe-regions. * src/eclat.h (eclat_describe_regions): New proto.
Diffstat (limited to 'etc/describe-regions.fln')
-rw-r--r--etc/describe-regions.fln21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/describe-regions.fln b/etc/describe-regions.fln
new file mode 100644
index 0000000..bbe7328
--- /dev/null
+++ b/etc/describe-regions.fln
@@ -0,0 +1,21 @@
+/* This file is part of Eclat.
+ Copyright (C) 2012 Sergey Poznyakoff.
+
+ Eclat is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ Eclat is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
+
+if (.DescribeRegionsResponse) {
+ for (var in .DescribeRegionsResponse.regionInfo.item) {
+ print(var.regionName,"\t",var.regionEndpoint,"\n");
+ }
+}

Return to:

Send suggestions and report system problems to the System administrator.