commit 9f28727eb75e05e07bad51b6eecce667d09dfb65
Author: Matt Riedemann <email address hidden>
Date: Thu May 31 13:33:14 2018 -0400
Match ComputeNode.uuid to ironic node uuid in RT
When the ResourceTracker creates a new ComputeNode
record, when using the Ironic driver, we can use
the ironic node uuid to set the compute node uuid
which will then also get reflected as the compute
node resource provider uuid in Placement, which
will be a nice link between the three resources
which should be 1:1:1 with each other. This isn't
mandatory nor does it fix any bugs, but it will
be nice for debugging.
Reviewed: https:/ /review. openstack. org/571535 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=9f28727eb75 e05e07bad51b6ee cce667d09dfb65
Committed: https:/
Submitter: Zuul
Branch: master
commit 9f28727eb75e05e 07bad51b6eecce6 67d09dfb65
Author: Matt Riedemann <email address hidden>
Date: Thu May 31 13:33:14 2018 -0400
Match ComputeNode.uuid to ironic node uuid in RT
When the ResourceTracker creates a new ComputeNode
record, when using the Ironic driver, we can use
the ironic node uuid to set the compute node uuid
which will then also get reflected as the compute
node resource provider uuid in Placement, which
will be a nice link between the three resources
which should be 1:1:1 with each other. This isn't
mandatory nor does it fix any bugs, but it will
be nice for debugging.
Change-Id: Ia69fabce8e7fd7 de101e291fe133c 6f5f5f7056a
Related-Bug: #1771806