10346: Fix formatting on container_request page.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 15 Nov 2016 17:27:27 +0000 (12:27 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 15 Nov 2016 17:27:27 +0000 (12:27 -0500)
doc/api/methods/container_requests.html.textile.liquid

index 6ebc6853bee248ff959a00f5418b8c4789d2fa75..304226d5de59af541906b975b2b4cd2313e2290e 100644 (file)
@@ -43,9 +43,7 @@ table(table table-bordered table-condensed).
 |priority|integer|Higher value means spend more resources on this container_request, i.e., go ahead of other queued containers, bring up more nodes etc.|Priority 0 means a container should not be run on behalf of this request. Clients are expected to submit container requests with zero priority in order to prevew the container that will be used to satisfy it. Priority can be null if and only if state!="Committed".|
 |expires_at|datetime|After this time, priority is considered to be zero.|Not yet implemented.|
 |use_existing|boolean|If possible, use an existing (non-failed) container to satisfy the request instead of creating a new one.|Default is true|
-@true@
-@false@|
-|filters|string|Additional constraints for satisfying the container_request, given in the same form as the filters parameter accepted by the container_requests.list API.||
+|filters|string|Additional constraints for satisfying the container_request, given in the same form as the filters parameter accepted by the container_requests.list API.|
 
 h2(#mount_types). {% include 'mount_types' %}