From 41f86214a2441635f80b04c01362a3ef295c0976 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 21 Sep 2017 15:57:09 -0500 Subject: [PATCH] Live Migration sequence diagram Based on mriedem's hand-drawn version [1] (but not as pretty). [1] https://photos.google.com/share/AF1QipNpWVQKU8GK4_9wxVbiRJUqJnMzqPcBh6DvjVyBPIjjmi6ZU8r9TleQNo6pV1t9SA?key=NUl3OUFGYkRFTE8tMHhSX0lfc0Y1eEdoeHo4SUhn Co-Authored-By: Matt Riedemann Change-Id: I63046079cd3135b4b19c0c6745075f090d04e396 --- doc/source/conf.py | 4 ++++ doc/source/index.rst | 1 + test-requirements.txt | 1 + 3 files changed, 6 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 96bce6936..365ead270 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,6 +46,7 @@ extensions = ['sphinx.ext.autodoc', 'ext.versioned_notifications', 'ext.feature_matrix', 'sphinxcontrib.actdiag', + 'sphinxcontrib.seqdiag', ] # openstackdocstheme options @@ -62,6 +63,9 @@ sample_policy_basename = '_static/nova' actdiag_html_image_format = 'SVG' actdiag_antialias = True +seqdiag_html_image_format = 'SVG' +seqdiag_antialias = True + todo_include_todos = True # The suffix of source filenames. diff --git a/doc/source/index.rst b/doc/source/index.rst index f2b1fb7cb..77cc3886d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -261,6 +261,7 @@ looking parts of our architecture. These are collected below. reference/api-microversion-history.rst reference/gmr reference/i18n + reference/live-migration reference/notifications reference/policy-enforcement reference/rpc diff --git a/test-requirements.txt b/test-requirements.txt index e0947acd6..ee33a6adc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,6 +16,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD requests-mock>=1.1.0 # Apache-2.0 sphinx>=1.6.2 # BSD sphinxcontrib-actdiag>=0.8.5 # BSD +sphinxcontrib-seqdiag>=0.8.4 # BSD os-api-ref>=1.4.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0