*** salv-orl_ has quit IRC | 00:05 | |
*** bobh has joined #openstack-sdks | 00:07 | |
*** bobh has quit IRC | 00:24 | |
*** bobh has joined #openstack-sdks | 00:27 | |
*** hongbin_ has quit IRC | 00:30 | |
*** briancurtin has joined #openstack-sdks | 00:35 | |
*** adriant has joined #openstack-sdks | 00:36 | |
*** bobh has quit IRC | 00:43 | |
*** electrichead is now known as rerobot | 00:45 | |
*** hoangcx has joined #openstack-sdks | 00:49 | |
*** david-lyle has quit IRC | 01:06 | |
*** yanyanhu has joined #openstack-sdks | 01:31 | |
*** john-davidge has joined #openstack-sdks | 01:51 | |
*** john-davidge has quit IRC | 01:56 | |
*** huanxuan has joined #openstack-sdks | 01:56 | |
*** sdague_ has quit IRC | 01:57 | |
*** reedip_ has joined #openstack-sdks | 02:04 | |
reedip_ | sindhu : you there ? | 02:07 |
---|---|---|
reedip_ | sindhu: you may want to first remove the external network interface from the router before deleting the port ( swap Line#240 and#241 in https://review.openstack.org/#/c/383025/29/openstackclient/tests/functional/network/v2/test_floating_ip.py ) | 02:08 |
*** Klumben has joined #openstack-sdks | 02:13 | |
openstackgerrit | gengchc2 proposed openstack/js-openstack-lib master: Use https instead of http for git.openstack.org https://review.openstack.org/429983 | 02:18 |
*** sdague has joined #openstack-sdks | 02:55 | |
*** reedip_ has quit IRC | 03:02 | |
*** david-lyle has joined #openstack-sdks | 03:13 | |
*** sdague has quit IRC | 03:13 | |
*** gouthamr has quit IRC | 03:26 | |
*** sdague has joined #openstack-sdks | 03:54 | |
sindhu | reedip: hey, but line #240 is deleting the floating ip right? | 04:06 |
*** gildub has quit IRC | 04:08 | |
sindhu | reedip: also, I checked locally: doing router unset --external-gateway itself deletes the external network port attached to the router | 04:10 |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient master: Rework port functional tests on json output format https://review.openstack.org/423970 | 04:12 |
*** john-davidge has joined #openstack-sdks | 04:18 | |
*** john-davidge has quit IRC | 04:23 | |
*** gildub has joined #openstack-sdks | 04:41 | |
reedip | sindhu : checking it out, will respond in some tme | 05:00 |
sindhu | reedip: sure | 05:00 |
*** Daviey has quit IRC | 05:11 | |
*** markvoelker_ has quit IRC | 05:28 | |
*** markvoelker has joined #openstack-sdks | 05:28 | |
*** markvoelker has quit IRC | 05:33 | |
*** salv-orlando has joined #openstack-sdks | 05:39 | |
*** david-lyle has quit IRC | 05:40 | |
*** salv-orlando has quit IRC | 05:44 | |
*** adriant has quit IRC | 06:28 | |
*** markvoelker has joined #openstack-sdks | 06:28 | |
*** markvoelker has quit IRC | 06:33 | |
openstackgerrit | Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087 | 06:39 |
*** salv-orlando has joined #openstack-sdks | 06:40 | |
*** salv-orlando has quit IRC | 06:44 | |
*** john-davidge has joined #openstack-sdks | 06:46 | |
*** john-davidge has quit IRC | 06:50 | |
*** gildub has quit IRC | 06:53 | |
*** salv-orlando has joined #openstack-sdks | 07:11 | |
*** markvoelker has joined #openstack-sdks | 07:29 | |
*** markvoelker has quit IRC | 07:35 | |
*** salv-orl_ has joined #openstack-sdks | 07:49 | |
*** salv-orlando has quit IRC | 07:52 | |
*** fzdarsky has joined #openstack-sdks | 07:59 | |
*** jamielennox is now known as jamielennox|away | 07:59 | |
*** jamielennox|away is now known as jamielennox | 08:06 | |
*** salv-orlando has joined #openstack-sdks | 08:15 | |
*** salv-orl_ has quit IRC | 08:21 | |
*** Serlex has joined #openstack-sdks | 08:27 | |
*** markvoelker has joined #openstack-sdks | 08:32 | |
*** markvoelker has quit IRC | 08:38 | |
*** gildub has joined #openstack-sdks | 08:47 | |
*** salv-orlando has quit IRC | 09:04 | |
*** salv-orlando has joined #openstack-sdks | 09:07 | |
openstackgerrit | zhiyong.dai proposed openstack/python-openstackclient master: Functional test for server group https://review.openstack.org/430134 | 09:10 |
*** huanxuan has quit IRC | 09:20 | |
*** huanxuan has joined #openstack-sdks | 09:20 | |
*** Daviey has joined #openstack-sdks | 09:22 | |
*** lucas-afk is now known as lucasagomes | 09:29 | |
*** markvoelker has joined #openstack-sdks | 09:34 | |
*** markvoelker has quit IRC | 09:40 | |
*** john-davidge has joined #openstack-sdks | 09:53 | |
*** yanyanhu has quit IRC | 09:54 | |
*** gildub has quit IRC | 10:01 | |
*** hoangcx has quit IRC | 10:08 | |
reedip | sindhu : I have been putting some print statements in your patch, and modified the cleanup as well to identify the issue | 10:19 |
*** salv-orl_ has joined #openstack-sdks | 10:19 | |
reedip | sindhu : problem is that I am unable to use the "floating ip set port " CLI even after using your patch ( seems some issue with setup.cfg in registering the commands) | 10:20 |
*** salv-orlando has quit IRC | 10:21 | |
*** markvoelker has joined #openstack-sdks | 10:37 | |
*** markvoelker has quit IRC | 10:43 | |
reedip | sindhu : this seems to work for your patch | 10:45 |
reedip | self.openstack('floating ip unset port ' + fp_ip) | 10:45 |
reedip | self.openstack('floating ip delete ' + fp_ip) | 10:45 |
reedip | self.openstack('router unset --external-gateway ' | 10:45 |
reedip | + self.ROUTER) | 10:45 |
reedip | self.openstack('router remove port ' + self.ROUTER | 10:45 |
reedip | + ' ' + port_id) | 10:45 |
reedip | self.addCleanup(self.openstack, 'router delete ' + self.ROUTER) | 10:45 |
reedip | I tested it, and got functional commands succeeded | 10:45 |
*** huanxuan has quit IRC | 10:50 | |
*** cdent has joined #openstack-sdks | 10:51 | |
*** gildub has joined #openstack-sdks | 10:52 | |
*** fzdarsky is now known as fzdarsky|lunch | 11:19 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025 | 11:25 |
openstackgerrit | zhiyong.dai proposed openstack/python-openstackclient master: Add choices for option '--policy' https://review.openstack.org/430209 | 11:34 |
*** markvoelker has joined #openstack-sdks | 11:39 | |
*** markvoelker has quit IRC | 11:46 | |
*** salv-orl_ has quit IRC | 11:47 | |
*** salv-orlando has joined #openstack-sdks | 11:48 | |
*** purplerbot has quit IRC | 12:15 | |
*** jmccarthy has joined #openstack-sdks | 12:15 | |
*** purplerbot has joined #openstack-sdks | 12:15 | |
jmccarthy | Hiya, should Keystoneclient v3 work in Mitaka, I mean should the "grant()" method which is defined in /usr/lib/python2.7/site-packages/keystoneclient/v3/roles.py be usable ? | 12:16 |
*** lucasagomes is now known as lucas-hungry | 12:18 | |
*** cdent has quit IRC | 12:30 | |
*** sdague_ has joined #openstack-sdks | 12:32 | |
*** markvoelker has joined #openstack-sdks | 12:41 | |
*** markvoelker has quit IRC | 12:48 | |
*** sdague has quit IRC | 12:52 | |
*** bobh has joined #openstack-sdks | 13:02 | |
*** bobh has quit IRC | 13:02 | |
*** bobh has joined #openstack-sdks | 13:02 | |
*** salv-orlando has quit IRC | 13:09 | |
*** chlong has joined #openstack-sdks | 13:14 | |
briancurtin | try the keystone channel | 13:14 |
*** fzdarsky|lunch is now known as fzdarsky | 13:17 | |
*** lucas-hungry is now known as lucasagomes | 13:20 | |
*** jmccarthy has left #openstack-sdks | 13:22 | |
*** bobh has quit IRC | 13:22 | |
*** ralonsoh has joined #openstack-sdks | 13:23 | |
*** hoangcx has joined #openstack-sdks | 13:36 | |
*** gildub has quit IRC | 13:38 | |
*** markvoelker has joined #openstack-sdks | 13:44 | |
*** amotoki has joined #openstack-sdks | 13:44 | |
*** markvoelker has quit IRC | 13:50 | |
*** salv-orlando has joined #openstack-sdks | 13:50 | |
openstackgerrit | Hugh Saunders proposed openstack/python-openstackclient master: Add helpful message for malformed --nic arg https://review.openstack.org/430266 | 14:12 |
openstackgerrit | Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025 | 14:18 |
sindhu | reedip: yes it is working .... so like u said first the external-gateway had to be unset and then remove port from router :) | 14:19 |
sindhu | reedip: thank you for looking into this :) | 14:20 |
*** markvoelker has joined #openstack-sdks | 14:46 | |
*** gouthamr has joined #openstack-sdks | 14:47 | |
*** markvoelker has quit IRC | 14:52 | |
*** david-lyle has joined #openstack-sdks | 15:08 | |
*** david-lyle has quit IRC | 15:10 | |
*** david-lyle has joined #openstack-sdks | 15:11 | |
*** reedip_1 has joined #openstack-sdks | 15:11 | |
*** cdent has joined #openstack-sdks | 15:14 | |
*** david-lyle has quit IRC | 15:16 | |
*** reedip_1 has quit IRC | 15:16 | |
*** sdague_ is now known as sdague | 15:17 | |
*** hongbin has joined #openstack-sdks | 15:21 | |
*** gouthamr has quit IRC | 15:22 | |
*** hoangcx has quit IRC | 15:24 | |
*** gouthamr has joined #openstack-sdks | 15:29 | |
*** gouthamr has quit IRC | 15:30 | |
*** john-davidge has quit IRC | 15:34 | |
*** john-davidge has joined #openstack-sdks | 15:35 | |
*** john-davidge has quit IRC | 15:39 | |
*** salv-orlando has quit IRC | 15:46 | |
*** markvoelker has joined #openstack-sdks | 15:49 | |
openstackgerrit | Hugh Saunders proposed openstack/python-openstackclient master: Add helpful message for malformed --nic arg https://review.openstack.org/430266 | 15:51 |
*** david-lyle has joined #openstack-sdks | 15:53 | |
*** markvoelker has quit IRC | 15:55 | |
*** salv-orlando has joined #openstack-sdks | 16:04 | |
*** reedip_ has joined #openstack-sdks | 16:08 | |
*** markvoelker has joined #openstack-sdks | 16:13 | |
*** markvoelker has quit IRC | 16:14 | |
*** markvoelker has joined #openstack-sdks | 16:14 | |
*** openstackgerrit has quit IRC | 16:35 | |
reedip | sindhu : np , glad to help :) | 16:39 |
sindhu | reedip: :) | 16:52 |
*** john-davidge has joined #openstack-sdks | 16:56 | |
*** openstackgerrit has joined #openstack-sdks | 16:58 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/python-openstacksdk master: Add new parameter "is_default" to Network QoS policy. https://review.openstack.org/430363 | 16:58 |
*** reedip_ has quit IRC | 17:31 | |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk master: Adjust some proxy method names in cluster https://review.openstack.org/427898 | 17:42 |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk master: Adjust some proxy method names in bare_metal https://review.openstack.org/430385 | 17:42 |
*** ralonsoh has quit IRC | 18:00 | |
*** gouthamr has joined #openstack-sdks | 18:02 | |
*** lucasagomes is now known as lucas-afk | 18:02 | |
*** john-davidge has quit IRC | 18:08 | |
*** gouthamr has quit IRC | 18:35 | |
*** prg3 has quit IRC | 18:52 | |
*** prg3 has joined #openstack-sdks | 18:56 | |
*** bobh has joined #openstack-sdks | 18:57 | |
*** bobh has quit IRC | 19:01 | |
openstackgerrit | Merged openstack/python-openstackclient master: Fix "module list --all" failed https://review.openstack.org/429246 | 19:24 |
*** gouthamr has joined #openstack-sdks | 19:41 | |
*** gouthamr has quit IRC | 19:41 | |
*** salv-orl_ has joined #openstack-sdks | 19:50 | |
*** salv-orlando has quit IRC | 19:52 | |
*** salv-orl_ has quit IRC | 20:04 | |
*** annegentle has joined #openstack-sdks | 20:10 | |
*** john-davidge has joined #openstack-sdks | 20:20 | |
*** john-davidge has quit IRC | 20:25 | |
*** reedip_ has joined #openstack-sdks | 20:32 | |
*** reedip_ has quit IRC | 20:35 | |
*** amotoki has quit IRC | 20:51 | |
*** rtheis has joined #openstack-sdks | 20:53 | |
*** rtheis has quit IRC | 20:53 | |
*** gildub has joined #openstack-sdks | 21:06 | |
*** gildub has quit IRC | 21:21 | |
*** gouthamr has joined #openstack-sdks | 21:21 | |
*** cdent has quit IRC | 21:36 | |
openstackgerrit | Ankur proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC https://review.openstack.org/385729 | 21:37 |
*** salv-orlando has joined #openstack-sdks | 21:37 | |
*** jamielennox is now known as jamielennox|away | 21:42 | |
*** salv-orlando has quit IRC | 21:42 | |
*** gouthamr has quit IRC | 21:45 | |
*** salv-orlando has joined #openstack-sdks | 21:50 | |
*** fguillot has quit IRC | 21:56 | |
*** adriant has joined #openstack-sdks | 22:27 | |
*** jamielennox|away is now known as jamielennox | 22:42 | |
*** gouthamr has joined #openstack-sdks | 22:45 | |
*** sdague has quit IRC | 23:12 | |
*** Serlex has quit IRC | 23:17 | |
*** john-davidge has joined #openstack-sdks | 23:21 | |
*** john-davidge has quit IRC | 23:26 | |
*** gildub has joined #openstack-sdks | 23:30 | |
*** reedip_ has joined #openstack-sdks | 23:35 | |
*** reedip_ has quit IRC | 23:37 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!