diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-04-27 11:00:29 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-04-27 11:07:01 -0700 |
commit | 4c7a7bdf649a2580a308dda03f27f933cc6047b9 (patch) | |
tree | 39507d3cb7ae45767050091ca8450e16953e338c /tools | |
parent | ca5e89d1ed396e74d497aaeb3e41e37ee78305ab (diff) | |
download | ironic-4c7a7bdf649a2580a308dda03f27f933cc6047b9.tar.gz |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/states_to_dot.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/states_to_dot.py b/tools/states_to_dot.py index 4fa76fdcf..2104a095c 100755 --- a/tools/states_to_dot.py +++ b/tools/states_to_dot.py @@ -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 |