diff options
| author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-10-13 22:18:01 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-10-13 22:18:01 -0700 |
| commit | 14e956b2319821ef9d6f595347e4057413f2c0ee (patch) | |
| tree | 9f927f506fd8c9a24a1a04b11edbe72ee5b2ef07 /nova/api | |
| parent | 68e716cbb2901e8f54291aacdcf4f2dc1d0a47ff (diff) | |
cleaned up most of the issues
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index 26b72afac..8c41944d2 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -26,7 +26,7 @@ from nova import utils from nova import wsgi from nova import context from nova.api import cloud -from nova.api.rackspace import faults +from nova.api.openstack import faults from nova.compute import instance_types from nova.compute import power_state import nova.api.openstack |
