Description of problem: I'm deploying the CFME appliance on a regular KVM host by using the Openstack image. After boot the console shows the following: You can browse to http://192.168.122.187/ or http://langen_us.utf-8/ Version-Release number of selected component (if applicable): cfme-rhos-5.5.0.9-2.x86_64.qcow2 How reproducible: 100% Steps to Reproduce: 1. Deploy the image on a KVM host 2. Boot VM 3. Check console output Actual results: You can browse to http://192.168.122.187/ or http://langen_us.utf-8/ ... langen_us login: Expected results: http://langen_us.utf-8/ is not a valid URL so it shouldn't be there. I'm not sure if 'langen_us' is expected to be present in the login prompt.
Created attachment 1089552 [details] console screenshot Attaching a console screenshot.
It looks that the hostname gets set to langen_us.utf-8 [root@langen_us ~]# hostname langen_us.utf-8 [root@langen_us ~]# hostname -f hostname: Name or service not known [root@langen_us ~]# cat /etc/hostname langen_us.utf-8
I see the issue here, but I'm not sure there is anything that we can do. We can either remove that part of the motd prompt which would (technically) resolve this issue or leave it for the case when the user has set up an externally resolvable hostname. Unfortunately there is no way for us to tell if the hostname we get from /etc/hostname is resolvable from the outside world so right now we print it unconditionally.