*** stanchan has quit IRC | 00:05 | |
*** itisha has quit IRC | 01:13 | |
*** malini has joined #openstack-zaqar | 01:32 | |
*** Qiming_ has quit IRC | 01:39 | |
*** malini has quit IRC | 01:54 | |
*** Qiming has joined #openstack-zaqar | 02:00 | |
*** boris-42 has quit IRC | 03:59 | |
*** khushbu_ has joined #openstack-zaqar | 04:23 | |
*** madhuri_ has joined #openstack-zaqar | 04:25 | |
*** khushbu_ has quit IRC | 04:56 | |
*** stanchan has joined #openstack-zaqar | 05:14 | |
*** exploreshaifali has joined #openstack-zaqar | 05:56 | |
exploreshaifali | flwang: around? | 05:58 |
---|---|---|
*** diga has joined #openstack-zaqar | 05:59 | |
*** exploreshaifali has quit IRC | 06:07 | |
*** boris-42 has joined #openstack-zaqar | 07:07 | |
*** openstackgerrit has quit IRC | 07:46 | |
*** openstackgerrit has joined #openstack-zaqar | 07:46 | |
*** itisha has joined #openstack-zaqar | 07:47 | |
*** diga has quit IRC | 08:56 | |
*** exploreshaifali has joined #openstack-zaqar | 09:00 | |
*** diga has joined #openstack-zaqar | 09:45 | |
*** boris-42 has quit IRC | 09:49 | |
*** exploreshaifali has quit IRC | 09:54 | |
*** madhuri_ has quit IRC | 10:06 | |
*** diga has quit IRC | 10:41 | |
*** diga has joined #openstack-zaqar | 10:46 | |
*** akanksha_ has joined #openstack-zaqar | 10:48 | |
*** diga has quit IRC | 11:13 | |
*** exploreshaifali has joined #openstack-zaqar | 11:22 | |
*** malini has joined #openstack-zaqar | 12:01 | |
akanksha_ | vkmc, can you have look at the errors above? I am still unable to solve those. | 12:25 |
vkmc | akanksha_, run mongo manually in a separate shell | 12:26 |
vkmc | mongod --dbpath '/data/db' like this | 12:26 |
*** sriram has joined #openstack-zaqar | 13:03 | |
*** mpanetta has joined #openstack-zaqar | 13:24 | |
*** csoukup has joined #openstack-zaqar | 13:29 | |
*** ametts has joined #openstack-zaqar | 13:44 | |
*** stanchan has quit IRC | 13:48 | |
*** exploreshaifali has quit IRC | 14:03 | |
*** david-lyle has quit IRC | 14:11 | |
*** david-lyle has joined #openstack-zaqar | 14:13 | |
*** kgriffs is now known as kgriffs|afk | 14:15 | |
*** ametts has quit IRC | 14:28 | |
*** malini has quit IRC | 14:39 | |
*** kgriffs|afk is now known as kgriffs | 14:55 | |
*** kgriffs is now known as kgriffs|afk | 15:26 | |
*** kgriffs|afk is now known as kgriffs | 15:31 | |
*** stanchan has joined #openstack-zaqar | 16:00 | |
akanksha_ | I was trying out the examples in python-zaqarclient repo. This one gives me errors https://github.com/openstack/python-zaqarclient/blob/master/examples/simple.py. The errors are : http://paste.openstack.org/show/474901/. I am not sure if this is a bug in the example code or some error in my installation. | 16:03 |
akanksha_ | Can someone help me out? | 16:08 |
*** vipul has quit IRC | 16:27 | |
*** vipul has joined #openstack-zaqar | 16:28 | |
*** Qiming has quit IRC | 16:29 | |
*** ameade has quit IRC | 16:31 | |
*** ameade has joined #openstack-zaqar | 16:33 | |
*** stanchan has quit IRC | 16:52 | |
*** diga has joined #openstack-zaqar | 16:56 | |
akanksha_ | vkmc, around? | 17:29 |
vkmc | akanksha_, here | 17:49 |
vkmc | let me try what happens in my env with that example | 17:50 |
*** ametts has joined #openstack-zaqar | 17:50 | |
openstackgerrit | Ryan Brown proposed openstack/zaqar: The `subtype` formatting arg does not exist https://review.openstack.org/230053 | 18:05 |
akanksha_ | Hey, | 18:05 |
ryansb | \o | 18:05 |
akanksha_ | So I changed the conf file to the one genrated by tox -e genconfig and reran the server | 18:06 |
akanksha_ | Checking it out again now | 18:06 |
akanksha_ | The example still does not run | 18:08 |
akanksha_ | ryansb^ | 18:08 |
vkmc | ryansb, o/ | 18:09 |
ryansb | can you paste the log from the server? | 18:09 |
ryansb | (if there are errors) | 18:09 |
vkmc | seems akanksha_ is missing a header | 18:10 |
vkmc | akanksha_, try running the example keystone_auth.py | 18:14 |
vkmc | remember to update the data in the example | 18:14 |
vkmc | that is | 18:14 |
vkmc | URL = "http://your-url" | 18:15 |
vkmc | user = "admin" <- devstack user | 18:15 |
vkmc | pass = <admin-pass> | 18:15 |
akanksha_ | http://paste.openstack.org/show/475106/ | 18:15 |
akanksha_ | Not using devstack vkmc | 18:15 |
akanksha_ | no keystone_auth.py doesnt run as well. | 18:16 |
akanksha_ | I did think that was the error | 18:16 |
vkmc | so... no, if you haven't set it with devstack then you don't have keystone | 18:16 |
vkmc | still, in that log you are getting a different error | 18:17 |
vkmc | for oslo_log | 18:17 |
akanksha_ | Yeah vkmc. That error I get on running curl -i -X POST http://localhost:8888/v1/queues/samplequeue/messages -H "Content-type: application/json" -d '[{"ttl": 90, "body": {"fooo": "Bar"}}]' -H "Client-ID: 7f6fba3d-2ef4-42db-8173-e0348d27a270 | 18:20 |
vkmc | try | 18:21 |
vkmc | curl -i -X POST http://localhost:8888/v1.1/queues/samplequeue/messages -H "Content-type: application/json" -d '[{"ttl": 90, "body": {"fooo": "Bar"}}]' -H "Client-ID: 7f6fba3d-2ef4-42db-8173-e0348d27a270" -H "X-Project-ID: fe1901999640460d9e51eaffe32eaece" | 18:21 |
akanksha_ | http://paste.openstack.org/show/475108/ | 18:24 |
akanksha_ | 400 Bad request | 18:24 |
*** openstackgerrit has quit IRC | 18:31 | |
*** openstackgerrit has joined #openstack-zaqar | 18:31 | |
vkmc | akanksha_, I'm looking into it | 18:37 |
*** david-lyle has quit IRC | 19:18 | |
*** david-lyle has joined #openstack-zaqar | 19:27 | |
*** kgriffs is now known as kgriffs|afk | 20:36 | |
*** kgriffs|afk is now known as kgriffs | 20:36 | |
*** mpanetta_ has joined #openstack-zaqar | 20:42 | |
*** mpanetta_ has joined #openstack-zaqar | 20:43 | |
*** mpanetta_ has quit IRC | 20:43 | |
akanksha_ | vkmc, ping? | 20:52 |
akanksha_ | vkmc, a bug with the same problem as mine has been reported https://bugs.launchpad.net/python-zaqarclient/+bug/1494154 | 21:19 |
openstack | Launchpad bug 1494154 in Python client library for Zaqar "zaqarclient failing with error header X-PROJECT-ID was missing" [Undecided,Confirmed] | 21:19 |
*** sriram has quit IRC | 21:23 | |
*** ametts has quit IRC | 21:37 | |
*** boris-42 has joined #openstack-zaqar | 21:38 | |
openstackgerrit | Akanksha Srivastava proposed openstack/zaqar: Removes redundant debug option https://review.openstack.org/230158 | 21:43 |
*** david-lyle has quit IRC | 21:43 | |
openstackgerrit | Akanksha Srivastava proposed openstack/zaqar: Removes redundant debug option https://review.openstack.org/230158 | 21:45 |
*** njohnston is now known as nate_gone | 21:50 | |
*** mpanetta has quit IRC | 21:56 | |
*** david-lyle has joined #openstack-zaqar | 21:56 | |
*** achanda has joined #openstack-zaqar | 22:23 | |
*** csoukup has quit IRC | 22:37 | |
*** Qiming has joined #openstack-zaqar | 23:42 | |
*** achanda has quit IRC | 23:47 | |
*** achanda has joined #openstack-zaqar | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!