[config-ref] fix IP options at heat tables
Change-Id: I41d1cda80e5b9a106af3f308be2b616f2903b1e8
This commit is contained in:
parent
0be2e81941
commit
c0dc724f72
@ -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``
|
||||
|
@ -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``
|
||||
|
Loading…
x
Reference in New Issue
Block a user