summaryrefslogtreecommitdiff
path: root/nova/scheduler/weights/ram.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/scheduler/weights/ram.py')
-rw-r--r--nova/scheduler/weights/ram.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/scheduler/weights/ram.py b/nova/scheduler/weights/ram.py
index ea4cfab38e..3fc15fbdf1 100644
--- a/nova/scheduler/weights/ram.py
+++ b/nova/scheduler/weights/ram.py
@@ -20,9 +20,9 @@ stacking, you can set the 'ram_weight_multiplier' option to a negative
number and the weighing has the opposite effect of the default.
"""
-from nova.openstack.common import cfg
-from nova.scheduler import weights
+from oslo.config import cfg
+from nova.scheduler import weights
ram_weight_opts = [
cfg.FloatOpt('ram_weight_multiplier',