← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1473944] [NEW] login instance by vnc failled

 

You have been subscribed to a public bug:

  when i install openstack kilo with facter 2.4.4, i login my instance failure by vnc, because the configuration vncserver_proxyclient_address=SBCJ3TFG in nova.conf, SBCJ3TFG is my host name, but ping SBCJ3TFG will failed.
  [root@SBCJ3TFG manifests]# facter|grep fqdn
  fqdn => SBCJ3TFG
 
 i found the code in nova_compute.pp as follow:

if ($::fqdn == '' or $::fqdn =~ /localhost/) {
  # For cases where FQDNs have not been correctly set
  $vncproxy_server = choose_my_ip(hiera('HOST_LIST'))
} else {
  $vncproxy_server = $::fqdn
}
  and the comment in the code is not perfectly realized.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
login instance by vnc failled
https://bugs.launchpad.net/bugs/1473944
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).