StaticScheduler has not attribute schedule
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Dr. Jens Harbott |
Bug Description
Hi,
When we are trying to use new StaticScheduler proposed in [0], it's failing, please check log error below :
BGP dynamic routing agent 2022-06-29 10:00:49 controller1
2022-06-29 10:07:06.160 25 INFO neutron.wsgi [-] 192.168.205.10 "GET / HTTP/1.1" status: 200 len: 232 time: 0.0052805
2022-06-29 10:07:10.276 34 WARNING neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:10.311 34 ERROR neutron.
2022-06-29 10:07:36.434 25 INFO neutron.wsgi [-] 192.168.205.10 "GET / HTTP/1.1" status: 200 len: 232 time: 0.0038111
[0] https:/
Could you please fix it ?
Thanks,
Kevko
Changed in neutron: | |
status: | New → Confirmed |
tags: | added: l3-bgp |
Changed in neutron: | |
status: | Confirmed → New |
importance: | Undecided → Medium |
Changed in neutron: | |
assignee: | nobody → Dr. Jens Harbott (j-harbott) |
Additional info how to reproduce bug :
2 Speakers
2 Dragents
Reproduce :
1.
Configure bgp_drscheduler _driver in neutron.conf (neutron-server) as below :
[DEFAULT] _driver = neutron_ dynamic_ routing. services. bgp.scheduler. bgp_dragent_ scheduler. StaticScheduler
bgp_drscheduler
2.
Add Speaker 1 -> dragent 1
Add Speaker 2 -> dragent 2
3.
Turn off speaker 2 for example.
3. Check neutron server log.