How to Solve NameError: name 'objects' is not defined -- nova

Solution: Import the 'objects' module

# Add the following line to the top of your code
from nova import objects

 

For more information:
nova objects