From 04eeeb3856024735eefbed7084f0882e2a0e8b78 Mon Sep 17 00:00:00 2001 From: Markus Zoeller Date: Wed, 10 Jun 2015 19:19:07 +0200 Subject: [PATCH] devref: virtual machine states and transitions The diagrams were hard to read and update. Replaced them with simplified diagrams and tables. I used the content as is. I looks inconsistent to me, but should now be easier to change. Partially implements: blueprint devref-refresh-liberty Change-Id: I707e1a6ab69ef44448b66e8be007307b5d73eb06 --- doc/source/conf.py | 1 + test-requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 14612595c..9911921ad 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -35,6 +35,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.graphviz', 'oslosphinx', "ext.support_matrix", + 'sphinxcontrib.seqdiag', ] todo_include_todos = True diff --git a/test-requirements.txt b/test-requirements.txt index d560ead9c..147dc7b8f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,6 +16,7 @@ python-ironicclient>=0.6.0 python-subunit>=0.0.18 requests-mock>=0.6.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +sphinxcontrib-seqdiag oslosphinx>=2.5.0 # Apache-2.0 oslotest>=1.5.1 # Apache-2.0 testrepository>=0.0.18