Fix "Line limited to a maximum of 79 characters"

The py27 job was not executed
when Id7ed89a24ff6e2fd7ab4eee5b117cb6b6c763c44 was merged.

So fix the maximum length of the line.

Change-Id: I9953a8576942d394b91152a5fe221683d1057fb9
Closes-Bug: #1732581
This commit is contained in:
Takashi NATSUME 2017-11-16 12:38:41 +09:00
parent e90de8bdfa
commit 4398180139
1 changed files with 4 additions and 3 deletions

View File

@ -58,9 +58,10 @@ include those fields.
Similarly, because the response to a ``GET /allocation_candidates`` includes
an `allocation_requests` property that includes a series of JSON objects that
are designed to be opaquely sent as bodies in ``PUT /allocations/{consumer_uuid}``
the format of that response will be updated in the same microversion to reflect
the dict-based format. See example below.
are designed to be opaquely sent as bodies in
``PUT /allocations/{consumer_uuid}``, the format of that response will be
updated in the same microversion to reflect the dict-based format.
See example below.
Alternatives
------------