Activity log for bug #1457443

Date Who What changed Old value New value Message
2015-05-21 11:42:26 Martin Gerhard Loschwitz bug added bug
2015-05-21 11:42:26 Martin Gerhard Loschwitz attachment added Patch to fix the issue https://bugs.launchpad.net/bugs/1457443/+attachment/4401652/+files/contrail-api.patch
2015-05-21 11:46:59 Martin Gerhard Loschwitz summary API servers uses the ifmap server ip to bind to API servers reports wrong IP to discovery
2015-05-21 11:47:00 Martin Gerhard Loschwitz description The Contrail API will currently use the IP address that is configured in contrail-api.conf as IP address to listen to. The corresponding lines in vnc_cfg_api_server.py are: 'ip-address': self._args.ifmap_server_ip, and 'ip-address': self._args.ifmap_server_ip, This is obviously a TYPO, as there is a separate parameter available to specifiy the listen IP for the API, which is, however, currently not used for that purpose. The Contrail API will currently use the IP address that is configured in contrail-api.conf as IP address to report to the discovery service. The corresponding lines in vnc_cfg_api_server.py are: 'ip-address': self._args.ifmap_server_ip, and 'ip-address': self._args.ifmap_server_ip, This is obviously a TYPO, as there is a separate parameter available to specifiy the listen IP for the API, which is, however, currently not used for that purpose.
2016-11-02 18:59:00 Sachin Bansal tags config