Comment 19 for bug 2051604

Revision history for this message
Noel Ashford (nashford77) wrote :

One additional question, I also see this occuring and i dont use valid_interfaces in my config. How can this be corrected code wise ? Also has this code merged, i tried a newer code base recently hoping the change was in kolla 17.3.0 without. See Below.

root@5net:~# tail /var/log/kolla/octavia/octavia-api.log
2024-04-13 05:35:19.931 734 WARNING openstack [None req-67516d28-2888-43c4-85f6-e5e2d122d3b7 - e95c8c84b62e416daf03b91a9648962b - - default default] Disabling service 'image': Encountered an exception attempting to process config for project 'glance' (service type 'image'): no such option valid_interfaces in group [glance]: oslo_config.cfg.NoSuchOptError: no such option valid_interfaces in group [glance]
2024-04-13 05:38:09.270 736 WARNING openstack [None req-bbf790ca-b0cc-4149-a44b-4119972c69ec - e95c8c84b62e416daf03b91a9648962b - - default default] Disabling service 'block-storage': Encountered an exception attempting to process config for project 'cinder' (service type 'block-storage'): no such option valid_interfaces in group [cinder]: oslo_config.cfg.NoSuchOptError: no such option valid_interfaces in group [cinder]
2024-04-13 05:38:09.271 736 WARNING openstack [None req-bbf790ca-b0cc-4149-a44b-4119972c69ec - e95c8c84b62e416daf03b91a9648962b - - default default] Disabling service 'compute': Encountered an exception attempting to process config for project 'nova' (service type 'compute'): no such option valid_interfaces in group [nova]: oslo_config.cfg.NoSuchOptError: no such option valid_interfaces in group [nova]

Also, a more major concern is it is losing state when i reboot and all of the load balancers made by Kubernetes etc. go bad / pending / error after having been running. I tried to reboot their compute instance to no avail. I thought state was added some time back ?