*** shu-mutou has joined #senlin | 00:14 | |
*** zzxwill has joined #senlin | 01:19 | |
*** zzxwill_ has joined #senlin | 01:19 | |
*** yanyanhu has joined #senlin | 01:30 | |
*** elynn has joined #senlin | 01:59 | |
*** elynn has quit IRC | 02:03 | |
*** elynn has joined #senlin | 02:04 | |
openstackgerrit | Merged openstack/senlin: Updated from global requirements https://review.openstack.org/336246 | 02:22 |
---|---|---|
*** yuanying_ has quit IRC | 02:52 | |
*** zzxwill_ has quit IRC | 03:17 | |
*** zzxwill has quit IRC | 03:17 | |
*** zzxwill_ has joined #senlin | 03:25 | |
*** zzxwill has joined #senlin | 03:25 | |
*** Qiming has quit IRC | 03:28 | |
*** chenfei has quit IRC | 03:28 | |
*** chenfei has joined #senlin | 03:30 | |
*** Qiming has joined #senlin | 03:32 | |
*** zzxwill_ has quit IRC | 03:35 | |
*** zzxwill_ has joined #senlin | 03:36 | |
*** Liuqing has joined #senlin | 03:39 | |
Liuqing | HI Qiming & yanyanhu, i have use the latest devstack to deploy senlin in new server, it will raise error while use senlin node-list -o "created_at:desc" if we have nodes | 03:44 |
Liuqing | BUG: https://bugs.launchpad.net/senlin/+bug/1594352 | 03:44 |
openstack | Launchpad bug 1594352 in senlin "could not list node sorted by "created_at:desc" " [Undecided,New] | 03:44 |
yanyanhu | Liuqing, so without filter, it works correctly? | 03:44 |
Liuqing | yep | 03:45 |
yanyanhu | ok, let me test it again locally | 03:45 |
Liuqing | thanks yanyanhu. | 03:46 |
yanyanhu | Liuqing, my pleasure :) | 03:46 |
yanyanhu | hi, Liuqing, the error didn't happen in my local env... | 03:47 |
yanyanhu | hi, elynn , around? | 03:48 |
elynn | Hi yanyanhu | 03:48 |
yanyanhu | could you please test this in your environment | 03:48 |
Liuqing | while i run `senlin node-list`, it will call api twice , 1. /v1/nodes?global_project=False 2./v1/nodes?global_project=False&limit=1&marker=1740a229-db8d-4092-aa98-7a1f10b4fd30, it will raise error in the second api call | 03:48 |
elynn | yanyanhu, will do it now. | 03:48 |
yanyanhu | oh, let me add debug option | 03:48 |
yanyanhu | thanks | 03:48 |
elynn | need to update senlin to latest codes. | 03:49 |
Liuqing | i have used the latest senlin on the new server | 03:49 |
*** yuanying has joined #senlin | 03:50 | |
yanyanhu | hi, Liuqing, just saw one API request from client side | 03:51 |
yanyanhu | using --debug option | 03:51 |
yanyanhu | weird, maybe some packages version is different | 03:51 |
Liuqing | if the node list is empty , it works well, but raise error if we have at least one node | 03:51 |
yanyanhu | umm... | 03:51 |
*** zzxwill has quit IRC | 03:52 | |
*** zzxwill_ has quit IRC | 03:52 | |
yanyanhu | so based on the API request you listed, the "created_at:desc" option was not handled correctly | 03:52 |
Liuqing | i will paste my debug log | 03:52 |
yanyanhu | since related parameter didn't appear in api request | 03:52 |
yanyanhu | Liuqing, thanks, that will be helpful | 03:53 |
Liuqing | http://paste.openstack.org/show/524376/ | 03:53 |
Liuqing | that's it yanyanhu | 03:53 |
elynn | It works for me, don't see any errors | 03:53 |
elynn | But from the logs | 03:53 |
elynn | I think the 'created_at' column of some of the nodes in liuqing 's environment are 'None' | 03:54 |
yanyanhu | Liuqing, than is the same as in my env | 03:55 |
yanyanhu | elynn, oh, that's possible | 03:55 |
Liuqing | elynn, it really | 03:56 |
Liuqing | thanks elynn yanyanhu. | 03:56 |
elynn | I think we might need to exclude None value when using sort parameter. Still consider it as a bug though. | 03:57 |
Liuqing | while i created node failed, the node miss created_at attr, | 03:57 |
yanyanhu | Liuqing, you're welcome | 03:58 |
Liuqing | :-) | 03:58 |
yanyanhu | elynn, yes, I think so, may need a fix here | 03:58 |
Liuqing | how to fix? add `created_at` if we create node failed? | 03:59 |
Liuqing | or thought from elynn? | 03:59 |
elynn | I'm not sure yet, need some time to look into the codes. | 04:00 |
yanyanhu | Liuqing, have add this information in bug report. Will think about it as well | 04:00 |
*** elynn has quit IRC | 04:24 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin: Updated from global requirements https://review.openstack.org/336362 | 04:25 |
*** zzxwill has joined #senlin | 04:35 | |
*** zzxwill_ has joined #senlin | 04:35 | |
*** zzxwill has quit IRC | 04:47 | |
*** zzxwill_ has quit IRC | 04:48 | |
*** elynn has joined #senlin | 05:03 | |
*** zzxwill_ has joined #senlin | 05:06 | |
*** zzxwill has joined #senlin | 05:06 | |
*** elynn has quit IRC | 05:08 | |
*** elynn has joined #senlin | 05:08 | |
*** zzxwill has quit IRC | 05:28 | |
*** zzxwill_ has quit IRC | 05:28 | |
*** zzxwill has joined #senlin | 05:31 | |
*** zzxwill_ has joined #senlin | 05:31 | |
*** Liuqing has quit IRC | 05:38 | |
*** Liuqing has joined #senlin | 05:39 | |
*** yuanying has quit IRC | 06:01 | |
*** yuanying has joined #senlin | 06:02 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin: Imported Translations from Zanata https://review.openstack.org/336375 | 06:03 |
*** yuanying has quit IRC | 06:05 | |
*** yuanying has joined #senlin | 06:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-senlinclient: Imported Translations from Zanata https://review.openstack.org/333773 | 06:48 |
*** elynn has quit IRC | 06:59 | |
*** yuanying has quit IRC | 07:05 | |
*** yuanying has joined #senlin | 07:08 | |
*** openstackgerrit has quit IRC | 07:33 | |
*** openstackgerrit has joined #senlin | 07:34 | |
*** ChanServ sets mode: +v openstackgerrit | 07:34 | |
*** openstackgerrit has quit IRC | 08:18 | |
*** openstackgerrit has joined #senlin | 08:19 | |
*** ChanServ sets mode: +v openstackgerrit | 08:19 | |
*** yanyanhu has quit IRC | 08:37 | |
*** shu-mutou has quit IRC | 09:28 | |
openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard: Enable pagination in node table https://review.openstack.org/336489 | 10:56 |
*** elynn has joined #senlin | 11:05 | |
*** Liuqing has quit IRC | 11:26 | |
*** R_lixh_ has quit IRC | 11:26 | |
*** elynn has quit IRC | 11:37 | |
*** Liuqing has joined #senlin | 13:36 | |
*** Liuqing has quit IRC | 14:02 | |
*** elynn has joined #senlin | 14:03 | |
*** Liuqing has joined #senlin | 14:06 | |
*** Drago has joined #senlin | 14:18 | |
*** Drago has quit IRC | 14:19 | |
*** Drago has joined #senlin | 14:19 | |
openstackgerrit | Merged openstack/senlin-dashboard: Enable pagination in node table https://review.openstack.org/336489 | 14:48 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin-dashboard: Updated from global requirements https://review.openstack.org/333705 | 16:00 |
openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard: Enable eslint and karma test(Javascript test) https://review.openstack.org/336666 | 16:57 |
openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard: Enable eslint and karma test(Javascript test) https://review.openstack.org/336666 | 16:58 |
openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard: Enable eslint and karma test(Javascript test) https://review.openstack.org/336666 | 17:36 |
*** zzxwill has quit IRC | 17:40 | |
*** zzxwill_ has quit IRC | 17:40 | |
*** elynn has quit IRC | 17:41 | |
openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard: Enable eslint and karma test(Javascript test) https://review.openstack.org/336666 | 17:59 |
openstackgerrit | Liuqing Jing proposed openstack/senlin-dashboard: Enable eslint and karma test(Javascript test) https://review.openstack.org/336666 | 18:05 |
*** Liuqing has quit IRC | 18:26 | |
*** Drago1 has joined #senlin | 19:41 | |
*** Drago has quit IRC | 19:42 | |
-openstackstatus- NOTICE: The infrastructure team is taking Gerrit offline for maintenance beginning shortly after 20:00 UTC to upgrade the Zuul and static.openstack.org servers. We aim to have it back online around 22:00 UTC. | 19:54 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenance until approximately 22:00 UTC | 20:08 | |
*** ChanServ changes topic to "Gerrit is offline for maintenance until approximately 22:00 UTC" | 20:08 | |
*** Drago1 has quit IRC | 21:24 | |
*** Drago has joined #senlin | 21:25 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!