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


The following commit has been merged in the master branch:
commit 0179387e12ac0d7afb1f8bba9f73bb0728bb203c
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue May 7 16:44:20 2013 -0700

    Make euca-bundle-image respect EUCA_REGION

diff --git a/euca2ools/commands/bundle/bundleimage.py b/euca2ools/commands/bundle/bundleimage.py
index 615ae08..63782de 100644
--- a/euca2ools/commands/bundle/bundleimage.py
+++ b/euca2ools/commands/bundle/bundleimage.py
@@ -110,6 +110,7 @@ class BundleImage(BaseCommand, FileTransferProgressBarMixin):
     def configure(self):
         BaseCommand.configure(self)
         set_userregion(self.config, self.args.get('userregion'))
+        set_userregion(self.config, os.getenv('EUCA_REGION'))
 
         # Get creds
         add_bundle_creds(self.args, self.config)

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list