Revision 194775f5 man/ganeti-rapi.rst

b/man/ganeti-rapi.rst
9 9
Synopsis
10 10
--------
11 11

  
12
| **ganeti-rapi** [-d] [-f] [\--no-ssl] [-K *SSL_KEY_FILE*]
13
| [-C *SSL_CERT_FILE*] [\--require-authentication]
12
| **ganeti-rapi** [-d] [-f] [-p *PORT] [-b *ADDRESS*]
13
| [\--no-ssl] [-K *SSL_KEY_FILE*] [-C *SSL_CERT_FILE*]
14
| [\--require-authentication]
14 15

  
15 16
DESCRIPTION
16 17
-----------
......
25 26

  
26 27
The daemon will listen to the "ganeti-rapi" TCP port, as listed in the
27 28
system services database, or if not defined, to port 5080 by default.
29
The port can be overridded by passing the ``-p`` option. The ``-b``
30
option can be used to specify the address to bind to (defaults to
31
``0.0.0.0``).
28 32

  
29 33
See the *Ganeti remote API* documentation for further information.
30 34

  

Also available in: Unified diff