[config-ref] fix IP options at heat tables

Change-Id: I41d1cda80e5b9a106af3f308be2b616f2903b1e8
This commit is contained in:
KATO Tomoyuki 2016-10-14 10:13:35 +09:00
parent 0be2e81941
commit c0dc724f72
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
* - ``backlog`` = ``4096``
- (Integer) Number of backlog requests to configure the socket with.
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
- (IP) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8004``
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``

View File

@ -27,7 +27,7 @@
* - ``backlog`` = ``4096``
- (Integer) Number of backlog requests to configure the socket with.
* - ``bind_host`` = ``0.0.0.0``
- (Unknown) Address to bind the server. Useful when selecting a particular network interface.
- (IP) Address to bind the server. Useful when selecting a particular network interface.
* - ``bind_port`` = ``8000``
- (Port number) The port on which the server will listen.
* - ``cert_file`` = ``None``