Fix bullet formatting in RP custom-resource-classes spec

This makes the bulleted lists actually format properly.

Change-Id: I57ebc4a8ea9d623a7726166135576005573255d4
This commit is contained in:
Matt Riedemann 2016-11-21 20:13:07 -05:00
parent ced76bc2f0
commit 4ca1c02312
1 changed files with 8 additions and 8 deletions

View File

@ -182,9 +182,9 @@ pointing to the created resource class::
Location: /resource_classes/CUSTOM_BAREMETAL_GOLD
* A `400 Bad Request` response code will be returned if name is for a standard
resource class -- i.e. VCPU or MEMORY_MB.
resource class -- i.e. VCPU or MEMORY_MB.
* A `409 Conflict` response code will be returned if another resource class
exists with the provided name.
exists with the provided name.
`PUT /resource_classes/{name}`
******************************
@ -218,11 +218,11 @@ The response body is empty and the response code will be a `204 No Content`
upon successful name change.
* A `404 Not Found` response code will be returned if no such resource class
matching the name is found.
matching the name is found.
* A `400 Bad Request` response code will be returned if name is for a standard
resource class -- i.e. VCPU or MEMORY_MB.
resource class -- i.e. VCPU or MEMORY_MB.
* A `409 Conflict` response code will be returned if there is an existing
resource class with the same name.
resource class with the same name.
`DELETE /resource_classes/{name}`
*********************************
@ -237,11 +237,11 @@ The response body is empty and the response code will be a `204 No Content`
upon successful deletion.
* A `404 Not Found` response code will be returned if no such resource class
matching the name is found.
matching the name is found.
* A `400 Bad Request` response code will be returned if name is for a standard
resource class -- i.e. VCPU or MEMORY_MB.
resource class -- i.e. VCPU or MEMORY_MB.
* A `409 Conflict` response code will be returned if there are existing
inventories or allocations for the resource class.
inventories or allocations for the resource class.
Security impact
---------------