From 14e956b2319821ef9d6f595347e4057413f2c0ee Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 13 Oct 2010 22:18:01 -0700 Subject: cleaned up most of the issues --- nova/api/openstack/servers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/api') 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 -- cgit