Add a venv that can generate/write/update the states diagram
Instead of requiring manual understanding of how to generate the states diagram, add an explicit virtualenv that can be used to create and generate that docs diagram (and replace the existing file with it). Change-Id: I1738da9bf08bfda9b9be01489e8456569a31709e
This commit is contained in:
parent
ca5e89d1ed
commit
4c7a7bdf64
@ -22,8 +22,6 @@ top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
||||
os.pardir))
|
||||
sys.path.insert(0, top_dir)
|
||||
|
||||
# To get this installed you may have to follow:
|
||||
# https://code.google.com/p/pydot/issues/detail?id=93 (until fixed).
|
||||
import pydot
|
||||
|
||||
from ironic.common import states
|
||||
|
Loading…
Reference in New Issue
Block a user