by default analytics-api listens at 0.0.0.0:8081 -- both methods should have 
worked without any config change..

You should look at what's the listen ip using
netstat -anp | grep 8081..

regards,
-
Raj

On Apr 29, 2015, at 7:08 AM, Martin Gerhard Loschwitz <m.loschw...@syseleven.de>
 wrote:

> Folks,
> 
> I see this when trying to query the analytics-api IP address:
> 
> cloud14# curl 77.247.XXX.XXX:8081/analytics/tables
> curl: (52) Empty reply from server
> 
> But when I reconfigure the API to listen on 127.0.0.1 and query that one, I 
> get:
> 
> cloud14# curl 127.0.0.1:8081/analytics/tables
> [{"href": "http://127.0.0.1:8081/analytics/table/MessageTable";, "type": 
> "LOG", "name": "MessageTable"} ...
> 
> What's going on here, and how do I fix the issue?
> 
> Best regards
> Martin
> 
> —
> Martin Gerhard Loschwitz
> OpenStack DACH e.V.
> Neuköllner Str. 306
> D-12357 Berlin
> 
> T: +49 1511 9305928
> W: http://www.openstack-dach.org/
> 
> _______________________________________________
> Dev mailing list
> Dev@lists.opencontrail.org
> http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Dev mailing list
Dev@lists.opencontrail.org
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Reply via email to