** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => havana-2

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

Title:
  vm state notification should include instancen['node']

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  In havana release,  instance['host'] is not always the hypervisor
  where the instance reside in but using instance['node'] instead. So we
  should put instance['node'] as notification metrics.

  # This is not related to hostname, above.  It refers
  #  to the nova node.
  host = Column(String(255))  # , ForeignKey('hosts.id'))
  # To identify the "ComputeNode" which the instance resides in.
  # This equals to ComputeNode.hypervisor_hostname.
  node = Column(String(255))

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1181900/+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