Merge "Trivial: fix a format issue in api history docs"

This commit is contained in:
Zuul 2019-05-13 07:57:52 +00:00 committed by Gerrit Code Review
commit 79a28c3c3f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ user documentation.
Add a new attribute 'nets' to the request to create a container.
Users can use this attribute to specify one or multiple networks for
the container. Each network could specify the neutron network, neutron
port, or a v4/v6 IP address. For examples:
port, or a v4/v6 IP address. For examples::
[{'port': '1234567'}]
[{'v4-fixed-ip': '127.0.0.1'}]