<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks for suggestion, but changes in <font size="2"><span style="font-size:11pt">/etc/cloud/cloud.cfg</span></font> are reverted during VM rebuild, so this is probably not the solution for or issue.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Kamil<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Thomas Goirand <zigo@debian.org><br>
<b>Sent:</b> Tuesday, December 7, 2021 11:53 AM<br>
<b>To:</b> Kamil Madáč <kamil.madac@slovenskoit.sk>; openstack-discuss <openstack-discuss@lists.openstack.org><br>
<b>Subject:</b> Re: [nova] How to update OS-EXT-SRV-ATTR:hostname</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 12/7/21 11:20 AM, Kamil Madáč wrote:<br>
> Hello,<br>
> <br>
> I would like to ask, how to update OS-EXT-SRV-ATTR:hostname via<br>
> openstack CLI? We changed hostnames on bunch of instances, but metadata<br>
> service still serves old hostname which causes that every future rebuild<br>
> of instance reverts hostname (`hostname` command in instance console)<br>
> back to old one.<br>
> <br>
> Kamil Madáč<br>
> /Slovensko IT a.s./<br>
<br>
Looks like what you want to do is disable cloud-init editing of your VM<br>
hostname. This is done simply by cloud-init to stop doing this. Simply<br>
edit /etc/cloud/cloud.cfg and set:<br>
<br>
preserve_hostname: true<br>
<br>
or remove any cloud-init module from the "cloud_init_modules:" list.<br>
Simply remove the lines containing:<br>
- set_hostname<br>
- update_hostname<br>
- update_etc_hosts<br>
<br>
I hope this helps,<br>
<br>
Cheers,<br>
<br>
Thomas Goirand (zigo)<br>
</div>
</span></font></div>
</body>
</html>