Editorial fixes to requirement document 45/4845/10
authorGerald Kunzmann <kunzmann@docomolab-euro.com>
Wed, 9 Dec 2015 14:47:42 +0000 (15:47 +0100)
committerGerald Kunzmann <kunzmann@docomolab-euro.com>
Fri, 18 Dec 2015 15:06:18 +0000 (16:06 +0100)
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
docs/requirements/07-schemas.rst

index dd413ea..45ef449 100644 (file)
@@ -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,
index fdcd249..64d87f3 100644 (file)
@@ -34,9 +34,9 @@ ANNEX A: PROMISE YANG SCHEMA BASED ON YANGFORGE
       container usage { description 'Conceptual container that should be extended';
                         config false; }
       container reserved { description 'Conceptual container that should be extended';
-                        config false; }
+                           config false; }
       container available { description 'Conceptual container that should be extended';
-                       config false; }
+                            config false; }
     }
   }