Revision a194dc28 doc/rapi.rst

b/doc/rapi.rst
185 185
                                     constants.ISPECS_MAX,
186 186
                                     constants.ISPECS_STD,
187 187
                                     constants.IPOLICY_DTS,
188
                                     constants.IPOLICY_VCPU_RATIO])
188
                                     constants.IPOLICY_VCPU_RATIO,
189
                                     constants.IPOLICY_SPINDLE_RATIO])
189 190

  
190 191

  
191 192
.. pyassert::
......
220 221
  A `list` of disk templates allowed for instances using this policy
221 222
:pyeval:`constants.IPOLICY_VCPU_RATIO`
222 223
  Maximum ratio of virtual to physical CPUs (`float`)
224
:pyeval:`constants.IPOLICY_SPINDLE_RATIO`
225
  Maximum ratio of instances to their node's ``spindle_count`` (`float`)
223 226

  
224 227
Usage examples
225 228
--------------

Also available in: Unified diff