Comment 6 for bug 1192786

Revision history for this message
li,chen (chen-li) wrote :

I have the same WARNING in quantum-server.log.
And I checked code, find out the reason of the warning is because in quantum.scheduler.dhcp_agent_scheduler:

            if dhcp_agents:

                LOG.debug(_('Network %s is hosted already'),
                          network['id'])
                return

Why quantum-server try to scheduler a network that is already hosted ???