[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:05 UTC 2013
The following commit has been merged in the master branch:
commit 0fc40eb93448f5ea8f0558466abd70a12393f5b5
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date: Wed Apr 17 13:42:30 2013 -0700
Minor cleanup
diff --git a/euca2ools/commands/bundle/bundleimage.py b/euca2ools/commands/bundle/bundleimage.py
index 1824ba2..7515e70 100644
--- a/euca2ools/commands/bundle/bundleimage.py
+++ b/euca2ools/commands/bundle/bundleimage.py
@@ -233,7 +233,7 @@ class BundleImage(BaseCommand):
def print_result(self, result):
for part_filename in result[0]:
print 'Wrote', part_filename
- print 'Wrote', result[1] # manifest
+ print 'Wrote manifest', result[1] # manifest
def process_userregion(self, userregion):
if '@' in userregion:
diff --git a/euca2ools/commands/bundle/uploadbundle.py b/euca2ools/commands/bundle/uploadbundle.py
index 4fc7b5a..6fa5921 100644
--- a/euca2ools/commands/bundle/uploadbundle.py
+++ b/euca2ools/commands/bundle/uploadbundle.py
@@ -77,6 +77,7 @@ class UploadBundle(BaseCommand):
def configure(self):
BaseCommand.configure(self)
+ ## FIXME
if self.args.get('userregion'):
self.process_userregion(self.args['userregion'])
--
managing cloud instances for Eucalyptus
More information about the pkg-eucalyptus-commits
mailing list