Skip to content

Instantly share code, notes, and snippets.

View prof-griffith's full-sized avatar

prof-griffith

View GitHub Profile
ubuntu@stack-2:/opt/stack/nova$ git diff
diff --git a/nova/objects/block_device.py b/nova/objects/block_device.py
index f6410f3..fbcc71e 100644
--- a/nova/objects/block_device.py
+++ b/nova/objects/block_device.py
@@ -445,7 +445,6 @@ class BlockDeviceMappingList(base.ObjectListBase, base.NovaObject):
return base.obj_make_list(
context, cls(), objects.BlockDeviceMapping, db_bdms or [])
-