** Project changed: openstack-community => nova

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

Title:
  login instance by vnc failled

Status in OpenStack Compute (nova):
  New

Bug description:
    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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1473944/+subscriptions

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