From 3d658697ff9718eed3ca2e68430b389b8a61ca7c Mon Sep 17 00:00:00 2001 From: Gerald Kunzmann Date: Wed, 9 Dec 2015 15:47:42 +0100 Subject: Editorial fixes to requirement document Several editorial fixes in the requirement document that result in warning during the compilation. JIRA: PROMISE-60 Change-Id: I54ccaddede9740b6be6b3aeebaefd670cf2beddd --- docs/requirements/05-impl.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/requirements/05-impl.rst') diff --git a/docs/requirements/05-impl.rst b/docs/requirements/05-impl.rst index dd413ea..45ef449 100644 --- a/docs/requirements/05-impl.rst +++ b/docs/requirements/05-impl.rst @@ -13,8 +13,9 @@ ETSI NFV IFA Information Models Compute Flavor ^^^^^^^^^^^^^^ -A compute flavor includes information about number of virtual CPUs, size of virtual memory, -size of virtual storage, and virtual network interfaces [NFVIFA005]_ +A compute flavor includes information about number of virtual CPUs, size of +virtual memory, size of virtual storage, and virtual network interfaces +[NFVIFA005]_. .. figure:: images/computeflavor.png :name: computeflavor @@ -841,10 +842,10 @@ Request to update storage resource reservation POST /reservation/storage/update HTTP/1.1 Accept: application/json - { + { "startTime": "2015-09-20T23:00:00Z", "reservationId": "vvvv-wwww-xxxx" - } + } **Example response**: @@ -856,7 +857,7 @@ Request to update storage resource reservation { "reservationData": { "startTime": "2015-09-20T23:00:00Z", - "reservationStatus": "active", + "reservationStatus": "active", "reservationId": "vvvv-wwww-xxxx", "storagePoolReserved": { "storageSize": 10, -- cgit 1.2.3-korg