yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13225
[Bug 1288582] Re: Rename DEVICE_OWNER_COMPUTE_PROBE to not start with compute
Reviewed: https://review.openstack.org/85499
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a5909c079f89f86bd6ca2c764c0c94c8707a555a
Submitter: Jenkins
Branch: milestone-proposed
commit a5909c079f89f86bd6ca2c764c0c94c8707a555a
Author: Aaron Rosen <aaronorosen@xxxxxxxxx>
Date: Mon Mar 31 11:03:48 2014 -0700
Only send notifications on uuid device_id's
Neutron assumes that all ports with the device_owner that start with
'compute:' are ports created by nova compute. Thus, when the debug agent
creates a port with device_owner = compute:probe the nova notifier
feature tells nova when this port is wired even though nova does not know
about it (doesn't really matter we just log an error). This patch adds a check
to make sure the device_id is a uuid as nova only uses uuids and the debug
agent uses the hostname for device_id.
Change-Id: I04e7195a1fb30bc37e1c0141315c053174f8722c
Closes-bug: #1288582
(cherry picked from commit 6b4fecb9de0aa80e66b31555001dca95d14c789f)
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1288582
Title:
Rename DEVICE_OWNER_COMPUTE_PROBE to not start with compute
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
Neutron assumes that all ports with the device_owner that start with
'compute' are ports created by nova compute. Thus, when the debug agent
creates a port with device_owner = compute:probe the nova callback
feature tells nova when this port is wired even though nova does not know
about (doesn't really matter we just log an error). This patch just renames
this device_owner to not start with compute to avoid this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1288582/+subscriptions
References