How to change the domain name for internal host in openstack?
When i try to look for my hostname of cic's or compute's it gives output: root@cic-0-1:~# hostname cic-0-1.domain.tld root@compute-0-2:~# hostname compute-0-2.domain.tld or, root@compute-0-2:~# nslookup compute-0-2 Server: 190.108.10.1 Address: 190.108.10.1#53
Name: compute-0-2.domain.tld Address: 190.108.10.130
I don't want "domain.tld" to be there i want something else, lets say "open.tld" i want. Where to do that changes so that this dns_domain name(domain.tld) is changed and reflects as per my choice?