From 374fe9ba9a1fc9c10eb6fa44a25b177f1e9ad96c Mon Sep 17 00:00:00 2001 From: fuqiao Date: Thu, 14 Sep 2017 10:08:10 +0800 Subject: Modify title and structure to fit release doc Modify title and structure to fit release doc JIRA: HA 30 Change-Id: I01ca0dadac011224eeaaf137f13760aaf7b82c23 Signed-off-by: fuqiao@chinamobile.com --- .../overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst | 13 +++---------- docs/development/overview/index.rst | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) (limited to 'docs/development/overview') diff --git a/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst b/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst index 7356f4c..b634a6b 100644 --- a/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst +++ b/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst @@ -1,13 +1,6 @@ Overview ===================================================================== -:author: Greg Waines -:organization: Wind River Systems -:organization: OPNFV - High Availability -:status: Draft - PROPOSAL -:date: April 2017 -:revision: 1.6 - :abstract: This document describes a set of new optional capabilities where the OpenStack Cloud messages into the Guest VMs in order to provide improved Availability of the hosted VMs. @@ -57,11 +50,11 @@ Messaging Layer The Host-to-Guest messaging APIs used by the services discussed in this document use a JSON-formatted application messaging layer - on top of a ‘virtio serial device’ between QEMU on the OpenStack Host + on top of a ‘virtio serial device�between QEMU on the OpenStack Host and the Guest VM. JSON formatting provides a simple, humanly readable messaging format which can be easily parsed and formatted using any high level programming language being used in the Guest VM (e.g. C/C++, - Python, Java, etc.). Use of the ‘virtio serial device’ provides a + Python, Java, etc.). Use of the ‘virtio serial device�provides a simple, direct communication channel between host and guest which is independent of the Guest’s L2/L3 networking. @@ -70,7 +63,7 @@ Messaging Layer Application JSON Message Layer: - the Base Layer provides the ability to multiplex different groups - of message types on top of a single ‘virtio serial device’ + of message types on top of a single ‘virtio serial device� e.g. + heartbeating and healthchecks, diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst index 8121574..1114613 100644 --- a/docs/development/overview/index.rst +++ b/docs/development/overview/index.rst @@ -6,7 +6,7 @@ ********************************************************************************* -Reach-thru Guest Monitoring and Services for High Availability (Work in Progress) +Reach-thru Guest Monitoring and Services for High Availability ********************************************************************************* .. toctree:: -- cgit 1.2.3-korg