[Openstack-operators] Renaming a compute node
Tim Bell
Tim.Bell at cern.ch
Thu Sep 25 07:01:19 UTC 2014
> -----Original Message-----
> From: Mathieu Gagné [mailto:mgagne at iweb.com]
> Sent: 24 September 2014 01:28
> To: openstack-operators at lists.openstack.org
> Subject: [Openstack-operators] Renaming a compute node
>
> Hi guys,
>
> Lets say I wish to rename a compute node. How should I proceed?
>
> Is there someone will a script lying around for that purpose? =)
>
How about nova rename ? You'll need to do some work to get the VM hostname etc. changed though as I don't think cloud init will do all of this for you.
$ nova help rename
usage: nova rename <server> <name>
Rename a server.
Positional arguments:
<server> Name (old name) or ID of server.
<name> New name for the server.
Tim
> BTW, I found a bunch of values in the database but I'm confused: some refer to
> the hostname, others are the FQDN. I never figured what's the best practice:
> should everything refer to the FQDN or the hostname?
>
> --
> Mathieu
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
More information about the OpenStack-operators
mailing list