Revision 1a4e4b17 NEWS

b/NEWS
7 7

  
8 8
*(unreleased)*
9 9

  
10
- Deprecated ``admin_up`` field. Instead, ``admin_state`` is introduced,
11
  with 3 possible values -- ``up``, ``down`` and ``offline``.
10
- Deprecated ``admin_up`` instance field. Instead, ``admin_state`` is
11
  introduced, with 3 possible values -- ``up``, ``down`` and
12
  ``offline``.
12 13
- Replaced ``--disks`` option of ``gnt-instance replace-disks`` with a
13 14
  more flexible ``--disk`` option. Now disk size and mode can be changed
14 15
  upon recreation.
......
19 20
  :pyeval:`luxi.REQ_QUERY_GROUPS`, :pyeval:`luxi.REQ_QUERY_EXPORTS` and
20 21
  :pyeval:`luxi.REQ_QUERY_TAGS` are deprecated and will be removed in a
21 22
  future version. :pyeval:`luxi.REQ_QUERY` should be used instead.
22
- CertificateError now derives from GanetiApiError in the RAPI client.
23
- Deprecation warnings due to pycrypto/paramiko import in
24
  tools/setup-ssh have been silenced, as usually they are safe; please
25
  make sure to run an up-to-date paramiko version
23
- RAPI client: ``CertificateError`` now derives from ``GanetiApiError``
24
- Deprecation warnings due to PyCrypto/paramiko import in
25
  ``tools/setup-ssh`` have been silenced, as usually they are safe;
26
  please make sure to run an up-to-date paramiko version
26 27
- The QA scripts now depend on Python 2.5 or above
27 28

  
28 29

  

Also available in: Unified diff