summaryrefslogtreecommitdiff
path: root/nova/tests/functional/db/test_compute_node.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/functional/db/test_compute_node.py')
-rw-r--r--nova/tests/functional/db/test_compute_node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/functional/db/test_compute_node.py b/nova/tests/functional/db/test_compute_node.py
index 0c605121e4..1bca4eecf6 100644
--- a/nova/tests/functional/db/test_compute_node.py
+++ b/nova/tests/functional/db/test_compute_node.py
@@ -267,7 +267,7 @@ class ComputeNodeTestCase(test.TestCase):
self.assertEqual(res, (1, 1))
# the ratio is refreshed to CONF.initial_xxx_allocation_ratio
- # beacause CONF.xxx_allocation_ratio is None
+ # because CONF.xxx_allocation_ratio is None
cns = db.compute_node_get_all(self.context)
# the ratio is refreshed to CONF.xxx_allocation_ratio
for cn in cns: