*** kiennt has joined #openstack-zun | 00:36 | |
*** zhurong has joined #openstack-zun | 00:39 | |
*** kiennt_ has joined #openstack-zun | 00:58 | |
*** kiennt_ has quit IRC | 00:59 | |
*** kiennt has quit IRC | 00:59 | |
*** kiennt has joined #openstack-zun | 00:59 | |
*** kiennt_ has joined #openstack-zun | 01:01 | |
*** kiennt_ has quit IRC | 01:01 | |
*** kiennt has quit IRC | 01:01 | |
*** kiennt has joined #openstack-zun | 01:01 | |
*** kiennt has quit IRC | 01:05 | |
*** kiennt has joined #openstack-zun | 01:05 | |
*** kiennt26 has joined #openstack-zun | 01:06 | |
*** kiennt has quit IRC | 01:06 | |
*** Shunli has joined #openstack-zun | 01:09 | |
*** kevzha01 has joined #openstack-zun | 01:10 | |
*** kevzha01 is now known as kevinz | 01:15 | |
*** kiennt26 has quit IRC | 01:19 | |
*** kiennt has joined #openstack-zun | 01:19 | |
*** hongbin has joined #openstack-zun | 01:22 | |
*** kiennt is now known as kiennt_AWAY | 01:36 | |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add capsule method delete https://review.openstack.org/484604 | 01:37 |
---|---|---|
*** caowei has joined #openstack-zun | 01:39 | |
*** hongbin_ has joined #openstack-zun | 01:45 | |
*** hongbin has quit IRC | 01:47 | |
*** gkadam has quit IRC | 01:59 | |
*** kiennt_AWAY is now known as kiennt | 02:20 | |
kevinz | hongbin_: ping | 03:02 |
hongbin_ | kevinz: sup | 03:03 |
kevinz | hongbin_: Good evening | 03:03 |
hongbin_ | :) | 03:03 |
kevinz | hongbin_: I have a wired question about this https://review.openstack.org/484604 | 03:03 |
kevinz | hongbin_: http://logs.openstack.org/04/484604/17/check/gate-zun-pep8-ubuntu-xenial/bd579cd/console.html#_2017-09-22_01_47_35_172528 | 03:04 |
kevinz | hongbin_: Jenkins say that pep8 error. | 03:04 |
kevinz | hongbin_: But actually I don't have ./zun/api/controllers/v1/containers.py:765:21: F821 undefined name '_get_container' in the patch | 03:04 |
hongbin_ | not sure just by looking | 03:06 |
hongbin_ | let me download the patch and run the tests | 03:06 |
kevinz | hongbin_: great, run the tox -epep8 local will pass the test | 03:07 |
*** edisonxiang has joined #openstack-zun | 03:07 | |
hongbin_ | kevinz: it looks i reproduced the error | 03:08 |
hongbin_ | kevinz: the error is on network_attach | 03:09 |
kevinz | hongbin_: ...strange...let me download it in a clear env | 03:09 |
hongbin_ | kevinz: i guess you don't get the master version somehow | 03:09 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add capsule method delete https://review.openstack.org/484604 | 03:12 |
kevinz | hongbin_: yeah maybe, I will rebase the patch to newest commit | 03:12 |
hongbin_ | kevinz: ok, an easy fix though | 03:13 |
*** gkadam has joined #openstack-zun | 03:13 | |
kevinz | hongbin_: THANKS and have a good night:-) | 03:13 |
hongbin_ | kevinz: thank you | 03:13 |
kevinz | hongbin_: Yeah I reproduce the error. Haha~ | 03:14 |
hongbin_ | :) | 03:14 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add capsule method delete https://review.openstack.org/484604 | 03:15 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add capsule method list https://review.openstack.org/484603 | 03:17 |
*** caowei has quit IRC | 03:47 | |
*** caowei has joined #openstack-zun | 03:48 | |
hongbin_ | folks, just a reminder that there is new repo to review now: https://review.openstack.org/#/q/project:openstack/zun-tempest-plugin | 03:48 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Use devstack gate to run tempest tests https://review.openstack.org/505808 | 03:58 |
*** hongbin_ has quit IRC | 03:58 | |
*** coolsvap has joined #openstack-zun | 04:15 | |
*** shu-mutou-AWAY is now known as shu-mutou | 04:22 | |
*** janki has joined #openstack-zun | 04:47 | |
*** kiennt has quit IRC | 04:53 | |
openstackgerrit | Merged openstack/python-zunclient master: Bring hostname option back https://review.openstack.org/503947 | 05:36 |
openstackgerrit | Merged openstack/python-zunclient master: TrivialFix: the format of the annotation https://review.openstack.org/504546 | 05:36 |
*** pksingh has joined #openstack-zun | 05:55 | |
pksingh | kevinz: hello | 05:55 |
kevinz | pksingh: Hi | 05:55 |
pksingh | kevinz: i was looking into https://review.openstack.org/#/c/484604/19/zun/compute/manager.py | 05:55 |
kevinz | pksingh: Thanks | 05:56 |
pksingh | kevinz: i had a question | 05:57 |
pksingh | let me paste it on paste.openstack.org | 05:57 |
kevinz | pksingh: OK | 05:57 |
pksingh | kevinz: http://paste.openstack.org/show/621686/ | 05:59 |
pksingh | kevinz: can we remove containers_num = len(capsule.containers_uuids) line | 05:59 |
pksingh | kevinz: indentation is wrong in paste :) | 06:00 |
kevinz | pksingh: Yeah I think we can | 06:00 |
kevinz | pksingh: That's a good comments I will address now. Thanks! | 06:01 |
pksingh | kevinz: there will always be atleast one container other than sandbox in capsule, right? | 06:01 |
kevinz | pksingh: Yes, at least one container | 06:02 |
pksingh | kevinz: then we can use containers_uuids[1:] | 06:03 |
pksingh | kevinz: thnx | 06:03 |
kevinz | pksingh: Yes. Thanks! | 06:03 |
openstackgerrit | Merged openstack/zun master: Remove SCREEN_LOGDIR from devstack setting https://review.openstack.org/506073 | 06:19 |
*** zhurong has quit IRC | 06:32 | |
*** pksingh has quit IRC | 06:34 | |
*** zhurong has joined #openstack-zun | 07:12 | |
openstackgerrit | Kien Nguyen proposed openstack/zun master: Fix Param and docstring doesn't match https://review.openstack.org/505964 | 07:20 |
*** egonzalez has joined #openstack-zun | 07:44 | |
*** harlowja has quit IRC | 08:06 | |
openstackgerrit | Rajat Sharma proposed openstack/zun master: Add default configuration files to data_files https://review.openstack.org/506559 | 08:08 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add capsule method delete https://review.openstack.org/484604 | 08:14 |
*** zsli_ has joined #openstack-zun | 08:17 | |
*** Shunli has quit IRC | 08:19 | |
*** zsli__ has joined #openstack-zun | 09:10 | |
*** zsli_ has quit IRC | 09:12 | |
openstackgerrit | feng.shengqin proposed openstack/zun master: Fix runtime is none https://review.openstack.org/506571 | 09:14 |
*** zsli__ has quit IRC | 09:29 | |
*** kevinz has quit IRC | 10:15 | |
*** caowei has quit IRC | 10:36 | |
*** caowei has joined #openstack-zun | 10:36 | |
*** zhurong has quit IRC | 10:39 | |
*** caowei has quit IRC | 10:45 | |
*** shu-mutou is now known as shu-mutou-AWAY | 10:47 | |
*** gkadam has quit IRC | 12:31 | |
*** catintheroof has joined #openstack-zun | 12:50 | |
*** nicolasbock has joined #openstack-zun | 13:04 | |
*** janki has quit IRC | 13:27 | |
*** coolsvap has quit IRC | 13:37 | |
*** kevinz has joined #openstack-zun | 14:07 | |
*** kevinz has quit IRC | 14:09 | |
*** kevinz has joined #openstack-zun | 14:09 | |
*** hongbin has joined #openstack-zun | 14:18 | |
*** catintheroof has quit IRC | 14:42 | |
*** kevinz has quit IRC | 15:14 | |
*** egonzalez has quit IRC | 15:25 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Use devstack gate to run tempest tests https://review.openstack.org/505808 | 15:37 |
openstackgerrit | Merged openstack/zun master: Add capsule method delete https://review.openstack.org/484604 | 16:17 |
openstackgerrit | Merged openstack/zun master: Fix runtime is none https://review.openstack.org/506571 | 16:23 |
openstackgerrit | Merged openstack/zun master: Updated from global requirements https://review.openstack.org/506650 | 16:23 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [DNM] Test split tempest plugin https://review.openstack.org/505470 | 16:33 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Use devstack gate to run tempest tests https://review.openstack.org/505808 | 17:08 |
*** hongbin has quit IRC | 18:11 | |
*** hongbin has joined #openstack-zun | 18:56 | |
*** hongbin_ has joined #openstack-zun | 19:55 | |
*** hongbin has quit IRC | 19:56 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Use devstack gate to run tempest tests https://review.openstack.org/505808 | 20:10 |
openstackgerrit | Merged openstack/zun-tempest-plugin master: Rename the namespace to zun_tempest_plugin https://review.openstack.org/505487 | 20:30 |
*** hongbin_ has quit IRC | 20:31 | |
*** hongbin has joined #openstack-zun | 20:32 | |
*** hongbin_ has joined #openstack-zun | 20:36 | |
*** hongbin has quit IRC | 20:38 | |
openstackgerrit | Hongbin Lu proposed openstack/zun-tempest-plugin master: The strategy to fix multi-node gate https://review.openstack.org/506773 | 20:39 |
openstackgerrit | Merged openstack/zun-tempest-plugin master: The strategy to fix multi-node gate https://review.openstack.org/506773 | 20:48 |
*** hongbin_ has quit IRC | 21:02 | |
*** hongbin has joined #openstack-zun | 21:02 | |
*** harlowja has joined #openstack-zun | 21:23 | |
openstackgerrit | Hongbin Lu proposed openstack/zun-tempest-plugin master: Remove dependency on Zun https://review.openstack.org/506782 | 21:30 |
openstackgerrit | Hongbin Lu proposed openstack/zun-tempest-plugin master: Remove dependency on Zun https://review.openstack.org/506782 | 21:31 |
openstackgerrit | Hongbin Lu proposed openstack/zun-tempest-plugin master: Remove dependency on Zun https://review.openstack.org/506782 | 21:46 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [DNM] Test split tempest plugin https://review.openstack.org/505470 | 21:47 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Use devstack gate to run tempest tests https://review.openstack.org/505808 | 22:01 |
hongbin | dims: ping | 22:09 |
hongbin | dims: i think etcd is already a base service, but somehow it is missing in the installation guide: https://docs.openstack.org/install-guide/ | 22:11 |
hongbin | dims: or the etcd installation guide is in somewhere else? | 22:13 |
*** hongbin_ has joined #openstack-zun | 22:32 | |
*** hongbin has quit IRC | 22:34 | |
openstackgerrit | Hongbin Lu proposed openstack/zun-tempest-plugin master: Remove dependency on Zun https://review.openstack.org/506782 | 22:49 |
*** catintheroof has joined #openstack-zun | 23:07 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Use devstack gate to run tempest tests https://review.openstack.org/505808 | 23:11 |
*** hongbin_ has quit IRC | 23:12 | |
*** hongbin has joined #openstack-zun | 23:12 | |
*** hongbin has quit IRC | 23:16 | |
*** catintheroof has quit IRC | 23:55 | |
*** kevzha01 has joined #openstack-zun | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!