From 5081f315711dcdba531a1ca0a91765445f0564f6 Mon Sep 17 00:00:00 2001 From: Scott Seabolt Date: Tue, 14 Nov 2017 15:34:32 -0500 Subject: Update Release Notes and Guides Updated APPC Release Notes and API and Client Library Guides IssueId: APPC-101 Change-Id: I950eb93b337504b8ef1686ca06ecd2f77c74f245 Signed-off-by: Scott Seabolt --- docs/APPC LCM API Guide/APPC LCM API Guide.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/APPC LCM API Guide') diff --git a/docs/APPC LCM API Guide/APPC LCM API Guide.rst b/docs/APPC LCM API Guide/APPC LCM API Guide.rst index 916dd5978..ada587a2f 100644 --- a/docs/APPC LCM API Guide/APPC LCM API Guide.rst +++ b/docs/APPC LCM API Guide/APPC LCM API Guide.rst @@ -114,6 +114,10 @@ Table 1 Request / Response Message Fields | correlation- id | Correlation ID used for associating responses in APPC Client Library. Built as: - | Yes | +----------------------+----------------------------------------------------------------------------------------------------------------+---------------------+ | rpc-name | The target Remote Processing Call (RPC) name which should match the LCM command name. For example: configure | Yes | +| | | | +| | The convention for RPC names and the target URL is that multi-word command names should have a dash between | | +| | words, e.g., | | +| | /restconf/operations/appc-provider-lcm:config-modify | | +----------------------+----------------------------------------------------------------------------------------------------------------+---------------------+ | type | Message type: request, response or error | Yes | +----------------------+----------------------------------------------------------------------------------------------------------------+---------------------+ @@ -1039,7 +1043,7 @@ Migrate suspends the guest virtual machine, and moves an image of the guest virt The migrate action will leave the VM in the same Openstack state the VM had been in prior to the migrate action. If a VM was stopped before migration, a separate VM-level restart command would be needed to restart the VM after migration. -A successful Migrate action returns a success response and the new node identity in the response payload block. +A successful Migrate action returns a success response. A failed Migrate action returns a failure and the failure messages in the response payload block. -- cgit 1.2.3-korg