<div dir="ltr">Thanks a lot !<div>Cheers, Massimo</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 21, 2019 at 10:49 AM Balázs Gibizer <<a href="mailto:balazs.gibizer@ericsson.com">balazs.gibizer@ericsson.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Mon, Jan 21, 2019 at 8:42 AM, Massimo Sgaravatto <br>
<<a href="mailto:massimo.sgaravatto@gmail.com" target="_blank">massimo.sgaravatto@gmail.com</a>> wrote:<br>
> I am disabling ceilometer on my OpenStack Ocata cloud.<br>
> <br>
> As fas as I understand, besides stopping the ceilometer services, I <br>
> can also apply the following changes to nova.conf on the compute <br>
> nodes:<br>
> <br>
> instance_usage_audit = True --> false<br>
> notify_on_state_change = vm_and_task_state --> None<br>
> <br>
> <br>
> I have a problem with the latter change:<br>
> <br>
> # grep ^notify_on_state_change /etc/nova/nova.conf<br>
> notify_on_state_change=None<br>
> <br>
> but in the nova log:<br>
> <br>
> 2019-01-21 08:31:48.246 6349 ERROR nova ConfigFileValueError: Value <br>
> for option notify_on_state_change is not valid: Valid values are <br>
> [None, vm_state, vm_and_task_state], but found 'None'<br>
> <br>
> <br>
> I have also tried setting<br>
> <br>
> notify_on_state_change=<None><br>
> <br>
> <br>
> but it complains that it is not a valid value<br>
> <br>
> I can simply comment that line, but I am afraid there is a problem <br>
> somewhere<br>
<br>
If you want to turn off all the notification sending from Nova, then I <br>
suggest to add the following [1] to the nova.conf:<br>
    [oslo_messaging_notifications]<br>
<br>
    driver = noop<br>
<br>
<br>
I verified in a devstack that if you not specify the <br>
notify_on_state_change attribute in the config file then it properly <br>
defaults to None. I think there is no way to specify the None value <br>
othervise in the config file.<br>
<br>
Cheers,<br>
gibi<br>
[1] <br>
<a href="https://docs.openstack.org/oslo.messaging/latest/configuration/opts.html#oslo_messaging_notifications.driver" rel="noreferrer" target="_blank">https://docs.openstack.org/oslo.messaging/latest/configuration/opts.html#oslo_messaging_notifications.driver</a><br>
<br>
> <br>
> Thanks, Massimo<br>
> <br>
<br>
</blockquote></div>