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

Solution: Import the 'admin_password' module

# Add the following line to the top of your code
from nova.policies import admin_password

 

For more information:
nova admin_password