From d4d94804fc0602a589bc64f8e16c75ca067678ef Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Wed, 22 Nov 2017 11:47:21 +0900 Subject: [PATCH] Fix paths of images in the state-machine spec Change-Id: Ib1455e3e3af038e39814436c2c37662d9c0d7bc3 --- doc/source/specs/queens/state-machine.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/specs/queens/state-machine.rst b/doc/source/specs/queens/state-machine.rst index acef6afe..05f2cb43 100644 --- a/doc/source/specs/queens/state-machine.rst +++ b/doc/source/specs/queens/state-machine.rst @@ -75,7 +75,7 @@ Transitional statuses are as follows: because delete is the highest prioritized operation. e.g. when a lease hangs up in the STARTING status, delete should be allowed. -.. image:: ../../../images/lease_statuses.png +.. image:: ../../images/lease_statuses.png :width: 600 px Reservation statuses @@ -93,7 +93,7 @@ backward compatibility: * **error**: Unrecoverable failures happened to resources. -.. image:: ../../../images/reservation_statuses.png +.. image:: ../../images/reservation_statuses.png :width: 600 px Event statuses @@ -101,7 +101,7 @@ Event statuses Event statuses are not changed. -.. image:: ../../../images/event_statuses.png +.. image:: ../../images/event_statuses.png :width: 600 px Relationships between statuses