Today marks the release of Wakame-vdc 16.1. This version includes
the following changes:
* `Added` More bash completion for mussel commands. Specifically
alarm, *ip_pool*, *ip_handle*, *dc_network*, *host_node*, *volume*,
*network_vif* and *instance_show_password*.
* `Added` A new WebAPI endpoint to delete an instance's Windows
password. 'DELETE instances/i-xxxxx/password'.
* `Added` A Mussel command to decrypt the password of Windows
instances.
* `Changed` Improved the Windows machine image build scripts to make
it easier to go straight from "git clone" to a building a fresh
Windows machine image.
* `Changed` Improved the way integration with OpenVNet is handled.
Wakame-vdc will no longer take part in OpenVNet's 0mq traffic and
instead make requests to OpenVNet's Web API like any other client
would.
* `Removed` A configuration option to automatically delete an
instance's Windows password the first time it's queried from the
API. Passwords can now be manually deleted instead.
* `Fixed` A bug in wakame-init for Ubuntu where the instance's IP
address didn't get set if the network got started before metadata
drive was mounted.
* `Fixed` A critical bug in the *PipedRules* host node scheduler
that caused it to crash when used.
* `Fixed` A race condition that could make collector crash and
restart when restarting td-agent.
* `Fixed` A minor race condition that could some times cause an
unexpected (but still valid) IP address to be assigned when
scheduling new instances.
To update from Wakame-vdc 16.0, you will have to make one minor
change to hva.conf.
Open `/etc/wakame-vdc/hva.conf` in a text editor and delete the
following lines.
```
# Decides what resource monitor will be used.
config.enabled_feature_resource_monitor = false
```
Deleting those lines and doing a simple `yum update` will bring you
up to Wakame-vdc 16.1.
To do a fresh installation, please refer to our
installation guide.
~The Axsh development team
http://axsh.jp
http://wakame-vdc.org
https://github.com/axsh/wakame-vdc