From 936f3c594e80cc819378949cded405be94d09ec0 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 29 Oct 2009 11:09:19 +0100 Subject: [PATCH] Update NEWS Add rapi_users changes, rearrange a bit and one wording change. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7404d10d0..355c49199 100644 --- a/NEWS +++ b/NEWS @@ -68,11 +68,15 @@ Details ``--verbose`` to restore previous behaviour) - Added UUIDs to the main config entities (cluster, nodes, instances) - Added support for OS variants +- Added support for hashed passwords in the Ganeti remote API users file + (``rapi_users``) +- Added option to specify maximum timeout on instance shutdown +- Added ``--no-ssh-init`` option to ``gnt-cluster init`` - Added more unittests - Fixed critical bug in ganeti-masterd startup - Pass ``INSTANCE_REINSTALL`` variable to OS installation script when reinstalling an instance -- Converted to Sphinx (http://sphinx.pocoo.org/) for documentation +- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation - Many documentation updates - Distribute hypervisor files on ``gnt-cluster redist-conf`` - ``gnt-instance reinstall`` can now reinstall multiple instances @@ -84,8 +88,6 @@ Details - Match instance and node names case insensitively - Reimplemented bash completion script to be more complete - Improved burnin -- Added option to specify maximum timeout on instance shutdown -- Added ``--no-ssh-init`` option to ``gnt-cluster init`` Version 2.0.4 -- GitLab