*** bobh has joined #openstack-sdks | 00:41 | |
*** hongbin has quit IRC | 00:54 | |
*** john-davidge has joined #openstack-sdks | 01:06 | |
*** john-davidge has quit IRC | 01:10 | |
*** bobh has quit IRC | 01:27 | |
*** bobh has joined #openstack-sdks | 01:28 | |
*** bobh has quit IRC | 01:35 | |
*** Guest99180 has joined #openstack-sdks | 01:49 | |
*** Guest99180 has quit IRC | 02:00 | |
*** reedip_afk is now known as reedip | 02:20 | |
*** dave-mccowan has quit IRC | 02:31 | |
*** yanyanhu has joined #openstack-sdks | 02:36 | |
*** yanyanhu has quit IRC | 02:39 | |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient master: Make block-device-mapping more stable and clear https://review.openstack.org/438141 | 02:44 |
---|---|---|
openstackgerrit | Rui Chen proposed openstack/python-openstackclient master: Replace "Display Name" by "Name" in volume list https://review.openstack.org/423081 | 02:44 |
*** xiaoruiguo has joined #openstack-sdks | 03:05 | |
*** john-davidge has joined #openstack-sdks | 03:06 | |
*** xiaoruiguo has quit IRC | 03:08 | |
*** john-davidge has quit IRC | 03:11 | |
*** xiaoruiguo has joined #openstack-sdks | 03:11 | |
*** reedip has quit IRC | 03:21 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311 | 05:02 |
openstackgerrit | Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311 | 05:07 |
*** john-davidge has joined #openstack-sdks | 05:07 | |
*** reedip has joined #openstack-sdks | 05:08 | |
*** john-davidge has quit IRC | 05:11 | |
reedip | RuiChen: yiur patch https://review.openstack.org/#/c/449879 wont help OSC till the new lib is released, right? | 05:30 |
reedip | RuiChen : I have reopened https://review.openstack.org/#/c/447938/9 to allow merge of https://review.openstack.org/#/c/383025/73 | 05:34 |
RuiChen | sorry, reedip , I'm in a meeting, I will take a look later | 06:22 |
*** gouthamr has quit IRC | 06:28 | |
RuiChen | reedip: I'm back, yes, need a new openstacksdk version to ship the change | 06:34 |
RuiChen | reedip: I prefer to remove the floating ip cache, then use a internal method to support getting floating ip by both uuid and address | 06:35 |
RuiChen | reedip: then switch to new openstacksdk version when it's ready | 06:36 |
*** sigmavirus has quit IRC | 06:52 | |
*** sigmavirus has joined #openstack-sdks | 06:53 | |
*** sigmavirus is now known as Guest74869 | 06:54 | |
*** john-davidge has joined #openstack-sdks | 07:08 | |
*** john-davidge has quit IRC | 07:13 | |
*** ZZelle has joined #openstack-sdks | 08:02 | |
*** ZZelle has quit IRC | 08:04 | |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient master: Add help commands withouth auth in functional https://review.openstack.org/452407 | 08:05 |
*** john-davidge has joined #openstack-sdks | 08:09 | |
*** john-davidge has quit IRC | 08:13 | |
reedip | RuiChen : Didnt get u | 08:25 |
RuiChen | reedip: I means don't use ip_cache in _find_floating_ip() at all, I can push a patch as reference, if you don't mind | 08:44 |
reedip | u mean in the function definition? | 08:45 |
RuiChen | all related part in floating_ip.py | 08:46 |
*** reedip has quit IRC | 08:50 | |
*** reedip has joined #openstack-sdks | 09:02 | |
reedip | RuiChen: u mean in the function definition? | 09:03 |
*** xiaoruiguo has quit IRC | 09:05 | |
RuiChen | reedip: I remove all the cache related code now | 09:10 |
reedip | oh , I also did the same :D | 09:10 |
RuiChen | reedip: you're updating the patch? | 09:12 |
reedip | RuiChen : Can you check this oatch ? | 09:12 |
openstackgerrit | Reedip proposed openstack/python-openstackclient master: Structure FindFloatingIP() to work without ip_cache https://review.openstack.org/447938 | 09:12 |
reedip | If you see anything different then please update it | 09:12 |
RuiChen | ah, of course | 09:12 |
reedip | sorry for the rework...but your idea struck me :) | 09:12 |
reedip | Thanks :) | 09:14 |
RuiChen | reedip: thank you work hard for this patch, my English is bad, it might make you confused :( | 09:16 |
reedip | RuiChen : I think the Functional Test case needs to be changed | 09:16 |
reedip | RuiChen : Python is not dependent on English ! :D | 09:17 |
RuiChen | reedip: good point :-) | 09:17 |
reedip | Let me know if anything needs to be changed | 09:19 |
RuiChen | reedip: the current implement is same with I wish, thank you | 09:20 |
reedip | RuiChen : Okay great, awaiting your +1 once Jenkins finishes troubling me :D | 09:21 |
RuiChen | seems jenkins is recovered now, can't get log in the morning today | 09:23 |
reedip | FUnctional test case may be damaged, checking that :) | 09:24 |
RuiChen | reedip: hmmm, still can't get jenkins job log, 404 not found | 09:29 |
RuiChen | reedip: there are a pep8 error in patch http://status.openstack.org/zuul/ | 09:30 |
reedip | Checking and fixing :) | 09:30 |
RuiChen | +1 for https://review.openstack.org/447938 | 09:36 |
*** jkilpatr has quit IRC | 09:42 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient master: Structure FindFloatingIP() to work without ip_cache https://review.openstack.org/447938 | 09:52 |
openstackgerrit | Reedip proposed openstack/python-openstackclient master: Structure FindFloatingIP() to work without ip_cache https://review.openstack.org/447938 | 09:53 |
*** john-davidge has joined #openstack-sdks | 10:09 | |
*** john-davidge has quit IRC | 10:14 | |
*** e0ne has joined #openstack-sdks | 10:27 | |
*** john-davidge has joined #openstack-sdks | 10:50 | |
*** e0ne has quit IRC | 11:05 | |
*** john-davidge has quit IRC | 11:41 | |
*** jkilpatr has joined #openstack-sdks | 12:06 | |
*** ssbarnea has quit IRC | 12:25 | |
*** ssbarnea has joined #openstack-sdks | 12:26 | |
*** ssbarnea has quit IRC | 12:26 | |
*** ssbarnea has joined #openstack-sdks | 12:32 | |
*** yanyanhu has joined #openstack-sdks | 12:55 | |
*** yanyanhu has quit IRC | 12:59 | |
*** ChanServ changes topic to "#openstack-sdks" | 13:27 | |
-openstackstatus- NOTICE: The http://logs.openstack.org/ site is back in operation; previous logs as well as any uploaded during the outage should be available again; jobs which failed with POST_FAILURE can also be safely rechecked. | 13:27 | |
*** john-davidge has joined #openstack-sdks | 13:53 | |
*** john-davidge has quit IRC | 13:57 | |
*** bobh has joined #openstack-sdks | 14:09 | |
*** e0ne has joined #openstack-sdks | 14:24 | |
*** e0ne has quit IRC | 14:25 | |
*** e0ne_ has joined #openstack-sdks | 14:26 | |
*** jkilpatr has quit IRC | 14:46 | |
*** jkilpatr has joined #openstack-sdks | 14:47 | |
*** e0ne_ has quit IRC | 15:15 | |
*** reedip has quit IRC | 15:22 | |
openstackgerrit | Cedric Brandily proposed openstack/python-openstackclient master: Enable to specify which fixed-ip to add to a vm. https://review.openstack.org/452235 | 16:15 |
*** ssbarnea has quit IRC | 16:46 | |
*** ssbarnea has joined #openstack-sdks | 16:46 | |
*** ssbarnea has quit IRC | 16:47 | |
*** ssbarnea has joined #openstack-sdks | 16:49 | |
*** john-davidge has joined #openstack-sdks | 16:53 | |
*** john-davidge has quit IRC | 16:58 | |
*** e0ne has joined #openstack-sdks | 17:40 | |
*** shu-mutou-AWAY has quit IRC | 17:53 | |
*** e0ne has quit IRC | 17:56 | |
*** e0ne has joined #openstack-sdks | 17:57 | |
*** prg3 has quit IRC | 17:58 | |
*** prg3 has joined #openstack-sdks | 18:01 | |
*** e0ne has quit IRC | 18:01 | |
*** e0ne has joined #openstack-sdks | 18:02 | |
*** e0ne has quit IRC | 18:02 | |
*** e0ne has joined #openstack-sdks | 18:03 | |
*** e0ne has quit IRC | 18:03 | |
*** e0ne has joined #openstack-sdks | 18:03 | |
*** e0ne has joined #openstack-sdks | 18:04 | |
*** e0ne has joined #openstack-sdks | 18:05 | |
*** e0ne has quit IRC | 18:05 | |
*** bobh has quit IRC | 18:15 | |
*** bobh has joined #openstack-sdks | 18:40 | |
*** bobh has quit IRC | 18:48 | |
*** reedip has joined #openstack-sdks | 19:01 | |
*** gouthamr has joined #openstack-sdks | 19:06 | |
*** john-davidge has joined #openstack-sdks | 19:20 | |
*** bobh has joined #openstack-sdks | 19:24 | |
*** john-davidge has quit IRC | 19:25 | |
openstackgerrit | Merged openstack/python-openstackclient master: doc: Remove local fork of apidoc https://review.openstack.org/447589 | 21:07 |
openstackgerrit | Merged openstack/python-openstackclient master: doc: Correct Sphinx warnings https://review.openstack.org/447590 | 21:08 |
openstackgerrit | Merged openstack/python-openstackclient master: Use Sphinx 1.5 warning-is-error https://review.openstack.org/446629 | 21:18 |
*** gouthamr has quit IRC | 21:29 | |
*** john-davidge has joined #openstack-sdks | 21:47 | |
*** john-davidge has quit IRC | 21:52 | |
*** prg3 has quit IRC | 22:40 | |
*** prg3 has joined #openstack-sdks | 22:42 | |
*** bobh has quit IRC | 22:45 | |
*** ssbarnea has quit IRC | 22:52 | |
*** ssbarnea has joined #openstack-sdks | 22:53 | |
*** ssbarnea has joined #openstack-sdks | 22:55 | |
*** prg3 has quit IRC | 23:06 | |
*** prg3 has joined #openstack-sdks | 23:08 | |
*** gouthamr has joined #openstack-sdks | 23:15 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!