*** harlowja has joined #openstack-zun | 00:29 | |
*** shu-mutou-AFK is now known as shu-mutou | 00:43 | |
*** yanyanhu has joined #openstack-zun | 00:48 | |
openstackgerrit | Eli Qiao proposed openstack/zun: Add tempest case to test container operaton https://review.openstack.org/363378 | 00:49 |
---|---|---|
openstackgerrit | Eli Qiao proposed openstack/zun: Functional: Add post_test_hook https://review.openstack.org/363412 | 00:51 |
*** openstack has joined #openstack-zun | 01:45 | |
*** Wenzhi has joined #openstack-zun | 02:06 | |
*** Wenzhi_ has joined #openstack-zun | 02:38 | |
*** Wenzhi has quit IRC | 02:38 | |
*** yuanying has quit IRC | 02:47 | |
eliqiao | anyone can give help on tempest testing on gate? I mean https://review.openstack.org/363412 | 02:51 |
openstackgerrit | Eli Qiao proposed openstack/zun: WIP Functional: Add post_test_hook https://review.openstack.org/363412 | 03:45 |
*** shubhams has joined #openstack-zun | 03:48 | |
*** yuanying has joined #openstack-zun | 03:51 | |
*** GB21 has joined #openstack-zun | 04:05 | |
*** sudipto has joined #openstack-zun | 04:07 | |
*** sudipto_ has joined #openstack-zun | 04:07 | |
*** sudipto has quit IRC | 04:29 | |
*** sudipto_ has quit IRC | 04:29 | |
*** hieulq has quit IRC | 04:35 | |
*** GB21 has quit IRC | 04:35 | |
*** hieulq has joined #openstack-zun | 04:35 | |
*** janki has joined #openstack-zun | 04:38 | |
*** GB21 has joined #openstack-zun | 04:51 | |
*** mfedosin has joined #openstack-zun | 04:55 | |
*** chandankumar has joined #openstack-zun | 05:05 | |
*** sudipto has joined #openstack-zun | 05:06 | |
*** sudipto_ has joined #openstack-zun | 05:06 | |
*** tbh has joined #openstack-zun | 05:11 | |
*** GB21 has quit IRC | 05:14 | |
*** mfedosin has quit IRC | 05:15 | |
*** GB21 has joined #openstack-zun | 05:27 | |
openstackgerrit | Eli Qiao proposed openstack/zun: WIP Functional: Add post_test_hook https://review.openstack.org/363412 | 05:52 |
*** chandankumar has quit IRC | 06:41 | |
*** mikelk has joined #openstack-zun | 06:46 | |
*** tbh has quit IRC | 06:52 | |
*** chandankumar has joined #openstack-zun | 07:02 | |
*** shu-mutou has quit IRC | 07:21 | |
*** adisky has joined #openstack-zun | 07:21 | |
openstackgerrit | Wenzhi Yu proposed openstack/zun: Set up etcd in devstack https://review.openstack.org/365552 | 07:28 |
*** openstackgerrit has quit IRC | 07:33 | |
*** openstackgerrit has joined #openstack-zun | 07:34 | |
*** chandankumar is now known as chandankumar|lun | 07:40 | |
*** chandankumar|lun is now known as chandankumar | 08:02 | |
*** chandankumar has quit IRC | 08:31 | |
*** chandankumar has joined #openstack-zun | 08:37 | |
openstackgerrit | Merged openstack/zun: Add tempest case to test container operaton https://review.openstack.org/363378 | 09:12 |
*** mfedosin has joined #openstack-zun | 09:45 | |
*** GB21 has quit IRC | 10:05 | |
*** GB21 has joined #openstack-zun | 10:11 | |
*** yanyanhu has quit IRC | 10:12 | |
*** sudipto has quit IRC | 10:52 | |
*** sudipto_ has quit IRC | 10:52 | |
*** Wenzhi_ has quit IRC | 11:49 | |
*** GB21 has quit IRC | 12:36 | |
*** janki has quit IRC | 13:58 | |
*** hongbin has joined #openstack-zun | 14:03 | |
*** janki has joined #openstack-zun | 14:37 | |
*** adisky has quit IRC | 15:21 | |
*** mikelk has quit IRC | 15:35 | |
*** chandankumar has quit IRC | 15:55 | |
*** janki has quit IRC | 15:56 | |
*** janki has joined #openstack-zun | 15:58 | |
*** janki has quit IRC | 16:28 | |
*** sudipto has joined #openstack-zun | 17:16 | |
*** sudipto_ has joined #openstack-zun | 17:16 | |
*** sudipto_ has quit IRC | 17:37 | |
*** sudipto has quit IRC | 17:37 | |
*** mfedosin has quit IRC | 18:41 | |
openstackgerrit | Hongbin Lu proposed openstack/zun: [WIP] Zun container networking spec https://review.openstack.org/365754 | 20:21 |
openstackgerrit | Hongbin Lu proposed openstack/zun: Add more parameters for container create https://review.openstack.org/358378 | 20:42 |
*** harlowja_ has joined #openstack-zun | 20:59 | |
*** harlowja has quit IRC | 21:00 | |
*** tbh has joined #openstack-zun | 21:16 | |
tbh | hongbin, ping | 21:18 |
hongbin | tbh: hey | 21:18 |
tbh | hongbin, this line seems wrong https://github.com/openstack/python-zunclient/blob/master/zunclient/v1/containers.py#L113 | 21:19 |
tbh | hongbin, for container-start it sends request like /v1/containers/container1/start instead of /v1/containers/start/container1 | 21:20 |
hongbin | tbh: yes that is correct behavior I think | 21:20 |
hongbin | tbh: it didn't work? | 21:21 |
tbh | hongbin, with the current code, I got "Start for container container1 failed: Method Not Allowed" | 21:21 |
tbh | hongbin, and it worked with "self._path() + action+ '/'+id" | 21:21 |
hongbin | tbh: have you pulled the latest version of openstack/zun and openstack/python-zunclient ? | 21:22 |
tbh | hongbin, yes | 21:22 |
hongbin | tbh: it works for me, but let me look into it carefully | 21:22 |
hongbin | tbh: https://github.com/openstack/python-zunclient/blob/master/zunclient/v1/containers.py#L113 | 21:24 |
hongbin | tbh: it is self._path(id) + action | 21:24 |
tbh | yes | 21:24 |
hongbin | tbh: so it matches the server, which seems to be correct. | 21:25 |
hongbin | tbh: your error seems to be caused by different issue | 21:25 |
hongbin | tbh: what is the command you starts a container? | 21:27 |
tbh | hongbin, I just changed the path, it works with /v1/containers/<action>/<param> instead of /v1/containers/<param>/<action> | 21:27 |
tbh | hongbin, zun --debug container-start container1 | 21:28 |
hongbin | tbh: contaienr-start is the old command | 21:28 |
tbh | hongbin, and another issue is in the server side | 21:28 |
hongbin | tbh: zun start is the new command | 21:29 |
hongbin | tbh: https://github.com/openstack/zun/blob/master/doc/source/dev/quickstart.rst#using-the-service | 21:29 |
tbh | hongbin, oh zunclient has old version | 21:31 |
tbh | hongbin,yup, thanks! | 21:33 |
hongbin | np | 21:34 |
*** tbh has quit IRC | 21:42 | |
*** harlowja has joined #openstack-zun | 22:18 | |
*** harlowja_ has quit IRC | 22:22 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!