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

Solution: Import the 'base' module

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

 

For more information:
nova base