Fix docs warnings in extra_dhcp_opts spec

Change-Id: I6d5b2b8eeaaaf65d49975a1c245c2c2cfbf2e3a2
This commit is contained in:
Omer Anson 2017-08-22 17:51:29 +03:00
parent d5b409a40d
commit a6f4cecaea
1 changed files with 5 additions and 5 deletions

View File

@ -91,7 +91,7 @@ Execution workflow:
{
"dhcp_params":{
"opts" : {"67": "testfile.1"},
"siaddr" : "192.168.0.100
"siaddr" : "192.168.0.100"
}
}
@ -106,9 +106,9 @@ Execution workflow:
References
==========
.. [#] https://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt\_.html
.. [#] https://tools.ietf.org/html/rfc2131
.. [#] https://tools.ietf.org/html/rfc2132
.. [#] https://github.com/openstack/dragonflow/blob/master/doc/source/distributed_dhcp.rst
.. [1] https://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt\_.html
.. [2] https://tools.ietf.org/html/rfc2131
.. [3] https://tools.ietf.org/html/rfc2132
.. [4] https://github.com/openstack/dragonflow/blob/master/doc/source/distributed_dhcp.rst