summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-03-14 14:21:44 +0100
committerSoren Hansen <soren@linux2go.dk>2011-03-14 14:21:44 +0100
commit04838ee14d0ac6df0052fba465cdf7f765c66ae5 (patch)
treebbb4422e623d93da0a3c234cf75ef894934ee954 /tools
parentc8fc7ed48be84e3b39ab88c8c103fbe52b6718e1 (diff)
parent3fb5da952e041f88a29ad0b049c52236b84954e9 (diff)
Merge trunk
Diffstat (limited to 'tools')
-rwxr-xr-xtools/euca-get-ajax-console4
-rw-r--r--tools/pip-requires1
2 files changed, 3 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:
diff --git a/tools/pip-requires b/tools/pip-requires
index 3587df644..3c9047e04 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -10,6 +10,7 @@ boto==1.9b
carrot==0.10.5
eventlet==0.9.12
lockfile==0.8
+python-novaclient==2.3
python-daemon==1.5.5
python-gflags==1.3
redis==2.0.0