Comment 2 for bug 1705967

Revision history for this message
Liping Mao (limao) wrote :

Hi Hyunsun Moon,

I find one thing strange for me:

When docker libnetwork call kuryr-libnetwork IpamDriver.RequestAddress, you can see the debug log, the Address is null, Options are None:
2017-08-07 07:11:09.630 13 DEBUG kuryr_libnetwork.controllers [-] Received JSON data {u'Address': u'', u'Options': None, u'PoolID': u'644aca38-1334-4e47-964d-7d38f1ef1263'} for /IpamDriver.RequestAddress ipam_request_address /usr/lib/python2.7/site-packages/kuryr_libnetwork/controllers.py:1513

This is unexpected in kuryr-libnetwork. Let me double check why we have this kind of call from libnetwork.

Regards,
Liping Mao