summaryrefslogtreecommitdiff
path: root/nova/db
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2017-04-07 16:54:13 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2017-04-07 16:54:13 -0400
commit3dfc844bc7e96b2946bba3e971012cc77e85b54a (patch)
tree42c3fa030523f9d6be84c3e4acef5794ce5ea3b5 /nova/db
parente41cde62ee0327cafa740242a9009cc105046985 (diff)
downloadnova-3dfc844bc7e96b2946bba3e971012cc77e85b54a.tar.gz
Remove dead db api code
This was missed in change Ie069def25a807e4699f635d83abe243a044b43f7. Change-Id: I24575db0609d6339ef3303887a25ccfbcf8d415a
Diffstat (limited to 'nova/db')
-rw-r--r--nova/db/api.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/db/api.py b/nova/db/api.py
index 4e06aa4e7e..ce5ef5e15b 100644
--- a/nova/db/api.py
+++ b/nova/db/api.py
@@ -2048,10 +2048,6 @@ def aggregate_uuids_online_data_migration(context, max_count):
return IMPL.aggregate_uuids_online_data_migration(context, max_count)
-def computenode_uuids_online_data_migration(context, max_count):
- return IMPL.computenode_uuids_online_data_migration(context, max_count)
-
-
####################