Revision 553cb5f7 doc/rapi.rst

b/doc/rapi.rst
196 196
        constants.ISPEC_DISK_SIZE,
197 197
        constants.ISPEC_DISK_COUNT,
198 198
        constants.ISPEC_CPU_COUNT,
199
        constants.ISPEC_NIC_COUNT]))
199
        constants.ISPEC_NIC_COUNT,
200
        constants.ISPEC_SPINDLE_USE]))
200 201

  
201 202
.. |ispec-min| replace:: :pyeval:`constants.ISPECS_MIN`
202 203
.. |ispec-max| replace:: :pyeval:`constants.ISPECS_MAX`
......
217 218
    The numbers of cpus used
218 219
  :pyeval:`constants.ISPEC_NIC_COUNT`
219 220
    The numbers of nics used
221
  :pyeval:`constants.ISPEC_SPINDLE_USE`
222
    The numbers of virtual disk spindles used by this instance. They are
223
    not real, but useful for account the spindle usage on the residing
224
    node.
220 225
:pyeval:`constants.IPOLICY_DTS`
221 226
  A `list` of disk templates allowed for instances using this policy
222 227
:pyeval:`constants.IPOLICY_VCPU_RATIO`

Also available in: Unified diff