[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.1-1_experimental1-51-g95835b7

Garrett Holmstrom gholms at fedoraproject.org
Thu Jan 3 11:06:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 33605b374f5b62f88b4c925a50cc9c5ddc822b04
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Thu Aug 2 15:28:56 2012 -0700

    Update README, etc.
    
    Fixes TOOLS-110

diff --git a/COPYING b/COPYING
index 65dfb4d..3f5e330 100644
--- a/COPYING
+++ b/COPYING
@@ -1,29 +1,24 @@
- Software License Agreement (BSD License)
-
- Copyright (c) 2009, Eucalyptus Systems, Inc.
- All rights reserved.
-
- Redistribution and use of this software in source and binary forms, with or
- without modification, are permitted provided that the following conditions
- are met:
-
-   Redistributions of source code must retain the above
-   copyright notice, this list of conditions and the
-   following disclaimer.
-
-   Redistributions in binary form must reproduce the above
-   copyright notice, this list of conditions and the
-   following disclaimer in the documentation and/or other
-   materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
+# Copyright 2009-2012 Eucalyptus Systems, Inc.
+#
+# Redistribution and use of this software in source and binary forms,
+# with or without modification, are permitted provided that the following
+# conditions are met:
+#
+#   Redistributions of source code must retain the above copyright notice,
+#   this list of conditions and the following disclaimer.
+#
+#   Redistributions in binary form must reproduce the above copyright
+#   notice, this list of conditions and the following disclaimer in the
+#   documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/README b/README
index b37f17c..c169dc8 100644
--- a/README
+++ b/README
@@ -1,28 +1,32 @@
-Euca2ools: Command-line tools for interacting with Amazon EC2 and S3
-           API-compatible Web services using the REST/Query API.
+Euca2ools: Command-line tools for interacting with Amazon EC2, IAM, and
+           S3 API-compatible Web services using the REST/Query API.
 
-Euca2ools are command-line tools for interacting with Web services that
-export a REST/Query-based API compatible with Amazon EC2 and S3 services.
-The tools can be used with both Amazon's services and with installations
-of the Eucalyptus open-source cloud-computing infrastructure.  The tools
-were inspired by command-line tools distributed by Amazon (api-tools and
-ami-tools) and largely accept the same options and environment variables.
-However, these tools were implemented from scratch in Python, relying on
-the Boto AWS library and M2Crypto toolkit.
+Euca2ools are command-line tools for interacting with Web services
+that export a REST/Query-based API compatible with Amazon EC2, IAM,
+and S3 services.  The tools can be used with both Amazon's services
+and with installations of the Eucalyptus open-source cloud-computing
+infrastructure.  The tools were inspired by command-line tools distributed
+by Amazon (api-tools and ami-tools) and largely accept the same options
+and environment variables.  However, these tools were implemented from
+scratch in Python, relying on the Boto AWS library and M2Crypto toolkit.
 
-Here is the summary of the tasks that can be accomplished with these tools:
+Here is the summary of the tasks that can be accomplished with these
+tools:
 
 - Query of availability zones (i.e. clusters in Eucalyptus)
 - SSH key management (add, list, delete)
 - VM control (start, list, stop, reboot)
 - Security group management (firewall configuration)
-- Volume and snapshot management (attach, list, detach, create, bundle, delete)
+- Volume and snapshot management (attach, list, detach, create, bundle,
+  delete)
 - Image management (bundle, upload, register, list, deregister)
 - IP address management (allocate, associate, list, release)
 - Console output retrieval
 
-Please, consult the INSTALL file for instructions on installation
-and running the tools.  COPYING file covers the legal matters, such
-as the license.  For more information, please see:
+Please, consult the INSTALL file for instructions on installation and
+running the tools.  COPYING file covers the legal matters, such as
+the license.  For more information, please see:
 
-Euca2ools: http://open.eucalyptus.com/wiki/Documentation
+Documentation: http://www.eucalyptus.com/eucalyptus-cloud/documentation
+Source code: http://downloads.eucalyptus.com/software/euca2ools/
+             https://github.com/eucalyptus/euca2ools
diff --git a/setup.py b/setup.py
index 9de9bf8..89433ab 100644
--- a/setup.py
+++ b/setup.py
@@ -199,7 +199,7 @@ setup(name = "euca2ools",
                   "euca2ools.commands.eustore"],
       license = 'BSD (Simplified)',
       platforms = 'Posix; MacOS X; Windows',
-      classifiers = ['Development Status :: 4 - Beta',
+      classifiers = ['Development Status :: 5 - Production/Stable',
                      'Intended Audience :: Users',
                      'License :: OSI Approved :: Simplified BSD License',
                      'Operating System :: OS Independent',

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list