diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-01-14 11:36:48 -0800 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-01-14 11:36:48 -0800 |
commit | d0713a6a2149274eeeef6fd22e7da4706a8190ec (patch) | |
tree | 51f06d449ccab1d05b56ef9df30941be4ecda906 | |
parent | 9f84aff45733788546464329ea05ade653dcd1d4 (diff) | |
download | nova-d0713a6a2149274eeeef6fd22e7da4706a8190ec.tar.gz nova-d0713a6a2149274eeeef6fd22e7da4706a8190ec.tar.xz nova-d0713a6a2149274eeeef6fd22e7da4706a8190ec.zip |
removed rpc in cloud
-rw-r--r-- | nova/api/ec2/cloud.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py index 4adcb7415..fb7e6a59f 100644 --- a/nova/api/ec2/cloud.py +++ b/nova/api/ec2/cloud.py @@ -37,7 +37,6 @@ from nova import exception from nova import flags from nova import log as logging from nova import network -from nova import rpc from nova import utils from nova import volume from nova.compute import instance_types |