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

Solution: Import the 'cache' module

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

 

For more information:
nova cache