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).

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to