Revision 2d8ed1fe

b/doc/design-2.0-commandline-parameters.rst
104 104

  
105 105
The generic format of the disk device option is:
106 106

  
107
  --disk $DEVNUM:[$OPTION=$VALUE][,$OPTION=VALUE]
107
  --disk $DEVNUM[:$OPTION=$VALUE][,$OPTION=VALUE]
108 108

  
109 109
:$DEVNUM: device number, unsigned integer, starting at 0,
110 110
:$OPTION: device option, string,
......
260 260
  to set, string
261 261
:$OPTION: cluster default option, string,
262 262
:$VALUE: cluster default option value, string.
263

  
b/doc/design-2.0-rapi-changes.rst
81 81

  
82 82
Resource representation
83 83
~~~~~~~~~~~~~~~~~~~~~~~
84

  
84 85
The key difference of REST approach from others API is instead having one URI
85 86
for all our requests, REST demand separate service by resources with unique
86 87
URI. Each of them should have limited amount of stateless and standard HTTP
......
110 111

  
111 112

  
112 113
Security
113
~~~~~~~~
114
--------
115

  
114 116
With the write functionality security becomes much bigger an issue.  The Ganeti
115 117
RAPI uses basic HTTP authentication on top of SSL connection to grant access to
116 118
an exported resource. The password stores locally in Apache-style .htpasswd

Also available in: Unified diff