version20 では、以下のコマンドのみで hostnameの変更ができます
hostnamectl set-hostname newNameHere
version 18 以降は、Hostname の変更をする場合、手順が必要となりました
/etc/cloud/cloud.cfg
のpreserve_hostname
をtrueにするpreserve_hostname: true
hostnamectl
からhostnameを変更hostnamectl set-hostname yourhostname