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

Solution: Import the 'cells' module

# Add the following line to the top of your code
from nova.conf import cells

 

For more information:
nova cells