← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1671847] Re: Incorrect set deprecated flag for notify_on_state_change

 

Yeah we confirmed that the code is setting deprecated_group='default'
which doesn't error but doesn't do the passthrough for DEFAULT. This is
a bug on a few options that were moved between groups in ocata, so we
should fix all of them in the same patch.

** Summary changed:

- Incorect set deprecated flag for notify_on_state_change
+ Incorrect set deprecated flag for notify_on_state_change

** Changed in: nova
       Status: New => Confirmed

** Changed in: nova
   Importance: Undecided => High

** Tags added: config

** Also affects: nova/ocata
   Importance: Undecided
       Status: New

** Changed in: nova/ocata
       Status: New => Confirmed

** Changed in: nova/ocata
   Importance: Undecided => High

** Changed in: nova
     Assignee: (unassigned) => Ionuț Bîru (ionut-3)

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

Title:
  Incorrect set deprecated flag for notify_on_state_change

Status in OpenStack Compute (nova):
  In Progress
Status in OpenStack Compute (nova) ocata series:
  Confirmed

Bug description:
  grep notify_on_state_change /var/log/nova/nova-api-os-compute.log
  2017-03-10 16:26:51.974 13421 DEBUG oslo_service.service [req-f7d5880a-5c31-491b-b821-45666eddc10a - - - - -] notifications.notify_on_state_change = None log_opt_values /openstack/venvs/nova-15.0.0/lib/python2.7/site-packages/oslo_config/cfg.py:2744
  2017-03-10 16:30:19.035 13435 DEBUG oslo_service.service [req-8c2f196d-5cac-430c-8194-1cc560e73636 - - - - -] notifications.notify_on_state_change = None log_opt_values /openstack/venvs/nova-15.0.0/lib/python2.7/site-packages/oslo_config/cfg.py:2744
  2017-03-10 16:34:34.418 13510 DEBUG oslo_service.service [req-310dc3b3-db07-4290-acec-f758d246452b - - - - -] notifications.notify_on_state_change = vm_and_task_state log_opt_values /openstack/venvs/nova-15.0.0/lib/python2.7/site-packages/oslo_config/cfg.py:2744

  No warning return. The 3rd line has the correct value after setting in
  [notifications] section.

  I'll submit the patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1671847/+subscriptions


References