summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKei Masumoto <masumotok@nttdata.co.jp>2011-03-10 15:23:13 +0900
committerKei Masumoto <masumotok@nttdata.co.jp>2011-03-10 15:23:13 +0900
commit0dcd68077183c6cce60075a35be36f5c0764925b (patch)
treebda1a01e86bce51cbab70e10dbe284e28e6f8190 /tools
parentb75ab789194f1ced801b1d68ae8cc54051716414 (diff)
parent144fa5082108f306595c5314f40d7e87cb577278 (diff)
merged to trunk rev781
Diffstat (limited to 'tools')
-rwxr-xr-xtools/euca-get-ajax-console4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/euca-get-ajax-console b/tools/euca-get-ajax-console
index 37060e74f..e407dd566 100755
--- a/tools/euca-get-ajax-console
+++ b/tools/euca-get-ajax-console
@@ -35,7 +35,7 @@ if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')):
import boto
import nova
from boto.ec2.connection import EC2Connection
-from euca2ools import Euca2ool, InstanceValidationError, Util, ConnectionFailed
+from euca2ools import Euca2ool, InstanceValidationError, Util
usage_string = """
Retrieves a url to an ajax console terminal
@@ -147,7 +147,7 @@ def main():
try:
euca_conn = euca.make_connection()
- except ConnectionFailed, e:
+ except Exception, e:
print e.message
sys.exit(1)
try: