<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I am disabling ceilometer on my OpenStack Ocata cloud.</div><div><br></div><div>As fas as I understand, besides stopping the ceilometer services, I can also apply the following changes to nova.conf on the compute nodes:  </div><div><br></div><div>instance_usage_audit = True --> false
<br>notify_on_state_change = vm_and_task_state --> None<br></div><div><br></div><div><br></div><div>I have a problem with the latter change:</div><div><br></div><div><div># grep ^notify_on_state_change /etc/nova/nova.conf</div><div>notify_on_state_change=None</div></div><div><br></div><div>but in the nova log:</div><div><br></div><div>2019-01-21 08:31:48.246 6349 ERROR nova ConfigFileValueError: Value for option notify_on_state_change is not valid: Valid values are [None, vm_state, vm_and_task_state], but found 'None'</div><div><br></div><div><br></div><div>I have also tried setting </div><div><br></div><div>notify_on_state_change=<None><br></div><div><br></div><div><br></div><div>but it complains that it is not a valid value</div><div><br></div><div>I can simply comment that line, but I am afraid there is a problem somewhere</div><div><br></div><div>Thanks, Massimo</div><div><br></div></div></div></div></div>