summaryrefslogtreecommitdiffstats
path: root/nova/consoleauth
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2013-03-01 10:24:00 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2013-03-01 10:24:00 -0800
commit0f3fb0a1ba14072863d7b725d0b1a89d9566ac5a (patch)
tree0b272285d8e67a01588eb50082c0713baad3a107 /nova/consoleauth
parent2fc561a942b8afedbee7c8c3db644ee8af67c01c (diff)
downloadnova-0f3fb0a1ba14072863d7b725d0b1a89d9566ac5a.tar.gz
nova-0f3fb0a1ba14072863d7b725d0b1a89d9566ac5a.tar.xz
nova-0f3fb0a1ba14072863d7b725d0b1a89d9566ac5a.zip
Switch to using memorycache from oslo.
Change-Id: I11ee70b36f06bc4a45b5ff207e53a331891a6bfa
Diffstat (limited to 'nova/consoleauth')
-rw-r--r--nova/consoleauth/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/consoleauth/manager.py b/nova/consoleauth/manager.py
index f346444d8..fe5bfd861 100644
--- a/nova/consoleauth/manager.py
+++ b/nova/consoleauth/manager.py
@@ -22,12 +22,12 @@ import time
from oslo.config import cfg
-from nova.common import memorycache
from nova.compute import rpcapi as compute_rpcapi
from nova.conductor import api as conductor_api
from nova import manager
from nova.openstack.common import jsonutils
from nova.openstack.common import log as logging
+from nova.openstack.common import memorycache
LOG = logging.getLogger(__name__)