yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06956
[Bug 1239603] Re: Bogus ERROR level debug spew when creating a new instance
** Also affects: nova/havana
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/1239603
Title:
Bogus ERROR level debug spew when creating a new instance
Status in OpenStack Compute (Nova):
Fix Released
Status in OpenStack Compute (nova) havana series:
New
Bug description:
Change-Id: Ifd41886b9bc7dff01cdf741a833946bed1bdddc implemented a
number of items required for auto_disk_config to be more than just
"True" or "False".
It appears that a logging statement used for debugging of the code has
been left behind:
1256 def _check_auto_disk_config(self, instance=None, image=None,
1257 **extra_instance_updates):
1258 auto_disk_config = extra_instance_updates.get("auto_disk_config")
1259 if auto_disk_config is None:
1260 return
1261 if not image and not instance:
1262 return
1263
1264 if image:
1265 image_props = image.get("properties", {})
1266 LOG.error(image_props)
This needs to be removed as it is causing false-positives to be picked up by our error-tracking software
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1239603/+subscriptions