From 1a4e4b17202e56ccab391d236c6ba1c7f2fb81b4 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Thu, 10 May 2012 12:59:06 +0200 Subject: [PATCH] NEWS: Style fixes - Quote where appropriate - Small wording changes Signed-off-by: Michael Hanselmann Reviewed-by: Iustin Pop --- NEWS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 7b4caa4..0b9d4e1 100644 --- a/NEWS +++ b/NEWS @@ -7,8 +7,9 @@ Version 2.6.0 beta1 *(unreleased)* -- Deprecated ``admin_up`` field. Instead, ``admin_state`` is introduced, - with 3 possible values -- ``up``, ``down`` and ``offline``. +- Deprecated ``admin_up`` instance field. Instead, ``admin_state`` is + introduced, with 3 possible values -- ``up``, ``down`` and + ``offline``. - Replaced ``--disks`` option of ``gnt-instance replace-disks`` with a more flexible ``--disk`` option. Now disk size and mode can be changed upon recreation. @@ -19,10 +20,10 @@ Version 2.6.0 beta1 :pyeval:`luxi.REQ_QUERY_GROUPS`, :pyeval:`luxi.REQ_QUERY_EXPORTS` and :pyeval:`luxi.REQ_QUERY_TAGS` are deprecated and will be removed in a future version. :pyeval:`luxi.REQ_QUERY` should be used instead. -- CertificateError now derives from GanetiApiError in the RAPI client. -- Deprecation warnings due to pycrypto/paramiko import in - tools/setup-ssh have been silenced, as usually they are safe; please - make sure to run an up-to-date paramiko version +- RAPI client: ``CertificateError`` now derives from ``GanetiApiError`` +- Deprecation warnings due to PyCrypto/paramiko import in + ``tools/setup-ssh`` have been silenced, as usually they are safe; + please make sure to run an up-to-date paramiko version - The QA scripts now depend on Python 2.5 or above -- 1.7.10.4