Public bug reported: For routed network for ironic, neutron (networking-baremetal) try to add 'host' to segment aggregate.
But the 'host' neutron way trying is 'ironic node uuid' which does not considered to be 'host' in nova side. As a result, neutron meets exception when it try to add 'host' to segment aggregate in (https://github.com/openstack/neutron/blob/master/neutron/services/segments/plugin.py#L253) Nova already consider ironic node as resource provider which same as 'host', we need some way to add 'ironic node' to aggregates. ** Affects: nova Importance: Undecided Status: New -- 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/1863038 Title: Nova need to consider ironic node as 'host' Status in OpenStack Compute (nova): New Bug description: For routed network for ironic, neutron (networking-baremetal) try to add 'host' to segment aggregate. But the 'host' neutron way trying is 'ironic node uuid' which does not considered to be 'host' in nova side. As a result, neutron meets exception when it try to add 'host' to segment aggregate in (https://github.com/openstack/neutron/blob/master/neutron/services/segments/plugin.py#L253) Nova already consider ironic node as resource provider which same as 'host', we need some way to add 'ironic node' to aggregates. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1863038/+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

