Tuesday, 2015-12-15

*** salv-orl_ has joined #openstack-sdks00:02
*** salv-orlando has quit IRC00:05
*** salv-orl_ has quit IRC00:11
*** terrylhowe_ has joined #openstack-sdks00:17
*** terrylhowe has quit IRC00:17
*** terrylhowe_ is now known as terrylhowe00:17
*** steveortiz is now known as zz_steveortiz00:19
*** gildub has quit IRC00:25
*** devth has joined #openstack-sdks00:41
*** devth has quit IRC00:42
*** Qiming has joined #openstack-sdks00:42
*** devth_ has joined #openstack-sdks00:45
*** markvoelker has joined #openstack-sdks00:56
*** markvoelker has quit IRC01:01
*** Qiming has quit IRC01:04
*** openstack has joined #openstack-sdks01:09
openstackgerritxiexs proposed openstack/python-openstackclient: Refactor TestImageCreate with FakeImage class  https://review.openstack.org/25415001:30
*** markvoelker has joined #openstack-sdks01:37
*** Yanyanhu has joined #openstack-sdks01:50
xiexsstevelle,terrylhowe: hi, could you give me some tips for this patch (https://review.openstack.org/#/c/251646/),01:55
xiexsstevelle,terrylhowe: as it seems that there is a disagreement about the echo message.01:55
xiexsstevelle,terrylhowe: thanks in advance01:58
*** salv-orlando has joined #openstack-sdks02:15
*** devth has joined #openstack-sdks02:17
*** Qiming has joined #openstack-sdks02:18
*** devth_ has quit IRC02:20
*** devth has quit IRC02:22
*** salv-orlando has quit IRC02:22
*** salv-orlando has joined #openstack-sdks02:31
*** salv-orlando has quit IRC02:35
*** devth has joined #openstack-sdks02:37
*** devth has quit IRC02:40
*** devth has joined #openstack-sdks02:42
*** devth has joined #openstack-sdks02:43
*** woodster_ has quit IRC02:56
*** gildub has joined #openstack-sdks02:57
tangchenHi Qiming, Yanyanhu, are you around ?02:58
Qimingyes02:58
tangchenQiming, Yanyanhu: according to http://developer.openstack.org/api-ref-networking-v2-ext.html, creating a ha router is not supported, right ?02:59
Qimingem... it is beyond my knowledge domain03:00
tangchenQiming, Yanyanhu: It seems that neutronclient supports creating a ha router, but when I try to do so in osc, I got a 40003:00
Qimingha router?03:00
Qimingwhich api are you talking about?03:01
tangchenQiming: Oh, sorry. But https://review.openstack.org/#/c/256549/03:01
tangchenQiming: this patch adds three new properties to Router in SDK.03:01
Yanyanhuhi, tangchen, I'm also not familiar with this part...03:01
tangchenYanyanhu: all right, thx. :)03:01
Qimingtangchen, got it, reading03:01
Yanyanhulet me check it03:02
tangchenQiming, Yanyanhu: thx. please help to look at it. :)03:02
tangchenQiming, Yanyanhu: IIUC, I think I can pass 'ha' to create_router() as a property of **attrs. But according to http://developer.openstack.org/api-ref-networking-v2-ext.html , It seems that the create request does not support ha.03:04
tangchenQiming, Yanyanhu: This is what I'm a little confused.03:05
Qimingthen it could be a documentation problem03:05
Qimingapi is lagging behind code implementation?03:05
Yanyanhutangchen, I guess it is not allowed to create a router with specifying attributes like 'ha' and 'distributed'?03:05
tangchenQiming, Yanyanhu: distributed is OK, but ha is not OK.03:06
tangchenQiming, Yanyanhu: Maybe it is my mistake. I'm not sure now.03:06
Yanyanhuthese properties shown by router show just illustrate whether the router is a 'ha'/'distributed' router03:07
Yanyanhuoh03:07
Yanyanhuif so, probably doc mistake03:07
tangchenQiming, Yanyanhu: OK. I think I can check neutronclient for some reference. :)03:07
tangchenQiming, Yanyanhu: Thanks :)03:08
Qimingtangchen, neutronclient is the wrong place03:08
Qimingsdk invokes the REST interface directly03:08
tangchenQiming, Yanyanhu: neutron help router-create shows "  --ha {True,False}     Create a highly available router."03:09
Qimingwell... neutronclient may give you some hints on whether ha is supported and how it is injected into the router create request03:10
tangchenQiming, Yanyanhu: I think I can refer to it and see how it does it.03:10
tangchenyes03:10
tangchenQiming, Yanyanhu: BTW, the previous patch, is_ha is created by resource.prop(ha, ......). So, is_ha and ha are the same, right ?03:11
Yanyanhutangchen, I also referred to python-novaclient when I worked on related support in sdk :) But sometimes, it's inconsitent with the documentation...03:12
tangchenYanyanhu: yeah, I see. :)03:13
Yanyanhuyes, I think so03:13
Yanyanhu'ha' should be the keyname shown in api response03:13
tangchenQiming, Yanyanhu: Thanks. :)03:13
Yanyanhutangchen, you're welcome :)03:14
Qimingtangchen, when I do 'neutron router-create --debug test1 --ha True'03:23
QimingI'm getting this:03:24
Qimingcurl -g -i -X POST http://192.168.42.11:9696/v2.0/routers.json -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eea77a205457c673348d54708c6b4c1f7aca2e6c" -d '{"router": {"ha": "True", "name": "test1", "admin_state_up": true}}'03:24
Qimingthis proves that the API documentation is out of date03:24
tangchenQiming: Thanks. And I tried that neutron client is also able to create a ha router.03:27
tangchenQiming: Let's fix the doc. :)03:27
tangchenQiming, Yanyanhu: I found the problem. It was my mistake that I have only one l3 agent on my server. To create a ha router, I need at least two.......03:32
tangchenQiming, Yanyanhu: It is not the sdk problem.03:32
tangchenthx.:)03:32
*** pratikmallya has quit IRC03:36
*** terrylhowe has quit IRC03:49
*** david-lyle has quit IRC03:50
*** markvoelker has quit IRC03:52
*** devth has quit IRC03:54
*** david-lyle has joined #openstack-sdks03:58
*** krotscheck is now known as krotscheck_vaca04:00
*** david-lyle has quit IRC04:01
*** david-lyle has joined #openstack-sdks04:02
*** boris-42_ has quit IRC04:13
*** openstackstatus has quit IRC04:24
*** openstack has joined #openstack-sdks04:27
-wolfe.freenode.net- [freenode-info] channel flooding and no channel staff around to help? Please check with freenode support: http://freenode.net/faq.shtml#gettinghelp04:27
*** pratikmallya has joined #openstack-sdks04:36
*** salv-orl_ has joined #openstack-sdks04:37
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router delete" command using SDK  https://review.openstack.org/25703904:37
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router create" command using SDK  https://review.openstack.org/25703804:37
*** pratikmallya has quit IRC04:41
*** salv-orl_ has quit IRC04:41
*** markvoelker has joined #openstack-sdks04:53
*** markvoelker has quit IRC04:57
*** salv-orlando has joined #openstack-sdks05:37
*** salv-orlando has quit IRC05:40
*** dims has quit IRC05:41
openstackgerritMerged openstack/python-openstacksdk: Fix exceptions to catch for ignore_missing  https://review.openstack.org/25744305:50
*** rm_work has quit IRC05:59
openstackgerritMerged openstack/python-openstacksdk: Updated from global requirements  https://review.openstack.org/25652706:00
*** mfedosin has joined #openstack-sdks06:12
openstackgerritMerged openstack/python-openstacksdk: Replace 'value' arguments in image proxies  https://review.openstack.org/25758706:13
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router show" command using SDK  https://review.openstack.org/25735506:17
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router set" command using SDK  https://review.openstack.org/25735406:17
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router delete" command using SDK  https://review.openstack.org/25703906:17
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router create" command using SDK  https://review.openstack.org/25703806:17
tangchenHi stevemar, I just updated the "router create" patch. I removed the '--ha' support since I found we need some better error handling logic to support that.06:20
tangchenstevemar: Sorry you just gave a +2. I think you have to review it again. :)06:20
stevemartangchen: np at all06:20
*** rm_work has joined #openstack-sdks06:22
openstackgerritTang Chen proposed openstack/python-openstackclient: Netwrok: Improve no option test for "network create".  https://review.openstack.org/25768906:35
openstackgerritMerged openstack/python-openstackclient: Refactor TestImageDelete with FakeImage  https://review.openstack.org/25414806:39
openstackgerritTang Chen proposed openstack/python-openstackclient: Netwrok: Improve no option test for "network create".  https://review.openstack.org/25768906:40
stevemartangchen: let me know if you agree with the patch to make --image optional for rebuild :)06:50
tangchenI'm OK with that. But Dean seems have some comments that I have no time to handle today.06:52
*** markvoelker has joined #openstack-sdks06:54
tangchenstevemar: I'm OK with that. But Dean seems have some comments that I have no time to handle today.06:54
stevemartangchen: that's fine :) i just wanted to know if you were +1 or -1 for it :P06:55
stevemartangchen: dtroyer ALWAYS has comments :)06:55
*** dims has joined #openstack-sdks06:56
*** markvoelker has quit IRC06:58
tangchenstevemar: That patch is taken by me now. The latest version was posted by me. So I don't need to +1, I think. :)07:09
stevemartangchen: ah right07:10
stevemari forgot07:10
tangchenstevemar: :)07:10
xiexsstevemar: hi, there are some disagreement on the patch(https://review.openstack.org/#/c/251646/) between U and Dean, about the "echo message".07:16
xiexsstevemar: so could you give me some advice on what i should do next..07:17
xiexsstevemar: thanks.07:17
*** fzdarsky_ has joined #openstack-sdks07:19
*** dims has quit IRC07:26
*** pratikmallya has joined #openstack-sdks07:27
openstackgerritMerged openstack/python-openstackclient: Add multi deletion testcase for "openstack image delete"  https://review.openstack.org/25414907:37
stevemarxiexs: i replied as best i could!07:41
*** dims_ has joined #openstack-sdks07:45
xiexsstevemar: thank you very much. And this is a good opportunity to make a consistence of behaviour about these commands i think.07:51
stevemarxiexs: yep! i think we use 'command' more for 'show' for set commands07:52
xiexsstevemar: so let`s wait for Dean`s reply..07:52
stevemarwe might break people if we change it :(07:52
stevemarit'll be backwards incompatible07:52
xiexsstevemar: yes, i agree with U.07:52
stevemarif someone has in a script... "os set compute service blah blah" and grep's the output looking for an ID07:53
stevemarwe will break them hard07:53
*** jaypipes has joined #openstack-sdks07:53
xiexsstevemar:  em... the backward-compatible is really a dilemma. maybe with a new release?07:56
*** dims_ has quit IRC08:01
stevemarxiexs: not sure, that's dtroyer's problem, he's PTL :P08:08
stevemarxiexs: we list previous backwards incompatible changes here: http://docs.openstack.org/developer/python-openstackclient/backwards-incompatible.html08:09
stevemarxiexs: you can see #7 is similar: image set commands will no longer return the modified resource08:09
*** dims_ has joined #openstack-sdks08:09
xiexsstevemar: yes, i see, and it will be an evidence to prove that why using 'command' for this patch. i think Dean will agree with us :)08:17
*** dims_ has quit IRC08:41
*** mfedosin has quit IRC08:44
*** markvoelker has joined #openstack-sdks08:55
*** bunting has quit IRC08:56
*** bunting has joined #openstack-sdks08:56
*** markvoelker has quit IRC08:59
*** salv-orlando has joined #openstack-sdks09:19
*** dims has joined #openstack-sdks09:21
*** fzdarsky_ is now known as fzdarsky|afk09:26
*** fzdarsky|afk has quit IRC09:30
*** xiexs has quit IRC09:33
*** lhcheng has joined #openstack-sdks09:41
*** openstackgerrit has quit IRC09:47
*** openstackgerrit has joined #openstack-sdks09:48
*** e0ne has joined #openstack-sdks09:48
*** cdent has joined #openstack-sdks09:49
*** e0ne has quit IRC09:59
*** e0ne has joined #openstack-sdks10:00
*** Qiming has quit IRC10:10
*** miguelgrinberg has quit IRC10:20
*** openstackgerrit has quit IRC10:32
*** openstackgerrit has joined #openstack-sdks10:33
*** Yanyanhu has quit IRC10:43
*** gildub has quit IRC10:46
*** pratikmallya has quit IRC10:48
*** markvoelker has joined #openstack-sdks10:55
*** markvoelker has quit IRC11:00
*** Qiming has joined #openstack-sdks11:05
*** mfedosin has joined #openstack-sdks11:05
*** lhcheng_ has joined #openstack-sdks11:11
*** lhcheng has quit IRC11:13
*** dims has quit IRC11:15
*** lucas-dinner is now known as lucasagomes11:18
*** ig0r_ has quit IRC11:20
*** lhcheng_ has quit IRC11:20
*** lhcheng_ has joined #openstack-sdks11:21
*** salv-orlando has quit IRC11:22
*** lhcheng has joined #openstack-sdks11:22
*** salv-orlando has joined #openstack-sdks11:22
*** lhcheng_ has quit IRC11:25
*** fzdarsky|afk has joined #openstack-sdks11:33
*** fzdarsky|afk is now known as fzdarsky11:33
*** jaypipes has quit IRC11:35
*** jaypipes has joined #openstack-sdks11:58
*** salv-orl_ has joined #openstack-sdks12:03
*** jaypipes has quit IRC12:03
*** salv-orlando has quit IRC12:06
*** rtheis has joined #openstack-sdks12:17
*** dims has joined #openstack-sdks12:39
*** markvoelker has joined #openstack-sdks12:41
*** markvoelker has quit IRC12:46
*** salv-orl_ has quit IRC12:46
*** dims has quit IRC12:51
*** thrash|g0ne is now known as thrash13:03
*** markvoelker has joined #openstack-sdks13:04
*** terrylhowe has joined #openstack-sdks13:08
*** terrylhowe has quit IRC13:19
openstackgerritTang Chen proposed openstack/python-openstackclient: Network: Improve no option test for "network create".  https://review.openstack.org/25768913:22
*** petertr7_away has quit IRC13:23
*** petertr7_away has joined #openstack-sdks13:24
*** petertr7_away is now known as petertr713:24
*** e0ne has quit IRC13:34
*** whydidyoustealmy has joined #openstack-sdks13:35
*** shakamunyi has joined #openstack-sdks13:35
*** terrylhowe has joined #openstack-sdks13:35
*** e0ne has joined #openstack-sdks13:35
*** whydidyoustealmy is now known as superflyy13:36
*** petertr7 has quit IRC13:38
*** petertr7_away has joined #openstack-sdks13:43
*** petertr7_away is now known as petertr713:43
*** cdent_ has joined #openstack-sdks14:00
*** cdent has quit IRC14:02
*** cdent_ is now known as cdent14:02
*** e0ne has quit IRC14:12
*** zz_steveortiz is now known as steveortiz14:19
*** dims has joined #openstack-sdks14:34
*** Qiming has quit IRC14:40
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Replace 'value' arguments in network proxy  https://review.openstack.org/25793314:53
*** lucasagomes is now known as lucas-hungry14:56
*** alex_xu has quit IRC14:58
*** dims has quit IRC15:00
briancurtinterrylhowe: Qiming got that ignore change through, released at https://pypi.python.org/pypi/openstacksdk/0.7.315:03
terrylhowethanks briancurtin15:03
*** alex_xu has joined #openstack-sdks15:04
*** boris-42_ has joined #openstack-sdks15:12
*** e0ne has joined #openstack-sdks15:12
*** sigmavirus24_awa is now known as sigmavirus2415:14
*** bnemec has quit IRC15:25
*** pratikmallya has joined #openstack-sdks15:30
*** bnemec has joined #openstack-sdks15:32
*** pratikma_ has joined #openstack-sdks15:34
*** pratikmallya has quit IRC15:36
openstackgerritMerged openstack/python-openstackclient: Router: Add "router create" command using SDK  https://review.openstack.org/25703815:37
*** lucas-hungry is now known as lucasagomes15:40
openstackgerritMerged openstack/python-openstackclient: Router: Add "router delete" command using SDK  https://review.openstack.org/25703915:42
*** annegentle has joined #openstack-sdks15:47
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Replace 'value' arguments in network proxy  https://review.openstack.org/25793315:48
*** jose4183 has joined #openstack-sdks15:49
*** liangbo has joined #openstack-sdks15:56
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478216:10
*** liangbo has quit IRC16:20
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Replace 'value' arguments in object_store proxy  https://review.openstack.org/25800016:39
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router show" command using SDK  https://review.openstack.org/25735516:41
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router set" command using SDK  https://review.openstack.org/25735416:41
openstackgerritTang Chen proposed openstack/python-openstackclient: Network: Abstract get_body() out to be a private helper.  https://review.openstack.org/25712916:42
*** devth has joined #openstack-sdks16:49
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Replace 'value' arguments in orchestration proxy  https://review.openstack.org/25801016:58
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478216:59
*** david-lyle has quit IRC17:02
openstackgerritRichard Theis proposed openstack/python-openstacksdk: Add Port port_security_enabled property  https://review.openstack.org/25801417:04
openstackgerritRichard Theis proposed openstack/python-openstacksdk: Add Port port_security_enabled property  https://review.openstack.org/25801417:07
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Replace 'value' arguments in telemetry proxy  https://review.openstack.org/25801617:11
*** david-lyle has joined #openstack-sdks17:12
briancurtinrtheis: for things you are going to immediately propose a review in gerrit for, you can leave out the launchpad issue. we mainly use those to track what we want to do but haven’t gotten around to, or the few cases where a review has been proposed but we need to hold off on it and do other things first17:14
*** thrash is now known as thrash|f00dz17:16
rtheisbriancurtin: ok, thanks.  I'll be sure to follow your recommendation in the future.  Some projects usually want launchpad issues so I've gotten in the habit of doing that.17:18
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet List  https://review.openstack.org/8478217:18
*** e0ne has quit IRC17:19
briancurtinrtheis: you can do whatever you please - it’ll all work in the end - but with some of the really quick issues i probably won’t even get around to looking at the LP issue when i see the gerrit email come right behind it, so in the end it just means that you spent a few extra minutes on launchpad17:27
*** lhcheng_ has joined #openstack-sdks17:28
*** petertr7 is now known as petertr7_away17:30
*** devth_ has joined #openstack-sdks17:30
*** lhcheng has quit IRC17:31
*** devth__ has joined #openstack-sdks17:31
*** devth has quit IRC17:34
*** devth_ has quit IRC17:35
*** sigmavirus24 is now known as sigmavirus24_awa17:38
openstackgerritTang Chen proposed openstack/python-openstackclient: Router: Add "router set" command using SDK  https://review.openstack.org/25735417:39
*** markvoelker_ has joined #openstack-sdks17:40
*** markvoelker has quit IRC17:41
*** markvoelker_ has quit IRC17:47
*** markvoelker has joined #openstack-sdks17:49
*** lhcheng_ is now known as lhcheng17:59
*** e0ne has joined #openstack-sdks18:04
openstackgerritOpenStack Proposal Bot proposed openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/25804018:13
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Rename key_management to key_manager  https://review.openstack.org/25806118:17
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/25806518:17
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstacksdk: Updated from global requirements  https://review.openstack.org/25806618:17
*** mfedosin has quit IRC18:27
*** salv-orlando has joined #openstack-sdks18:31
*** sigmavirus24_awa is now known as sigmavirus2418:31
*** jose4183 has quit IRC18:34
openstackgerritMerged openstack/python-openstackclient: Removes MANIFEST.in as it is not needed explicitely by PBR  https://review.openstack.org/25718418:36
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Remove requests from requirements  https://review.openstack.org/25808118:38
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/25806518:44
*** dims has joined #openstack-sdks18:45
*** hitalia has joined #openstack-sdks18:51
briancurtinsdk meeting in 5 minutes over in #openstack-meeting-318:55
*** devth__ has quit IRC19:00
*** devth has joined #openstack-sdks19:02
*** pratikma_ has quit IRC19:18
*** pratikmallya has joined #openstack-sdks19:26
*** openstackgerrit has quit IRC19:32
*** openstackgerrit has joined #openstack-sdks19:33
*** e0ne has quit IRC19:34
*** e0ne_ has joined #openstack-sdks19:35
*** salv-orlando has quit IRC19:37
*** e0ne_ has quit IRC19:42
*** hitalia has quit IRC19:52
*** hitalia has joined #openstack-sdks19:59
*** pratikma_ has joined #openstack-sdks20:07
*** thrash|f00dz is now known as thrash|brb20:09
*** pratikmallya has quit IRC20:09
*** e0ne has joined #openstack-sdks20:13
*** hitalia has quit IRC20:14
*** e0ne_ has joined #openstack-sdks20:15
*** e0ne has quit IRC20:16
*** lucasagomes is now known as lucas-dinner20:17
*** mfedosin has joined #openstack-sdks20:23
*** hitalia has joined #openstack-sdks20:23
*** devth_ has joined #openstack-sdks20:34
*** devth has quit IRC20:34
*** lhcheng has quit IRC20:39
*** lhcheng has joined #openstack-sdks20:45
*** lhcheng has quit IRC20:46
*** e0ne_ has quit IRC20:59
openstackgerritMerged openstack/python-openstacksdk: Add Port port_security_enabled property  https://review.openstack.org/25801421:01
*** thrash|brb is now known as thrash21:07
*** sigmavirus24 is now known as sigmavirus24_awa21:17
*** sigmavirus24_awa is now known as sigmavirus2421:17
openstackgerritMerged openstack/python-openstacksdk: Replace 'value' arguments in object_store proxy  https://review.openstack.org/25800021:17
openstackgerritMerged openstack/python-openstacksdk: Replace 'value' arguments in orchestration proxy  https://review.openstack.org/25801021:18
openstackgerritMerged openstack/python-openstacksdk: Replace 'value' arguments in telemetry proxy  https://review.openstack.org/25801621:18
openstackgerritMerged openstack/python-openstacksdk: Replace 'value' arguments in network proxy  https://review.openstack.org/25793321:18
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstacksdk: Updated from global requirements  https://review.openstack.org/25806621:29
*** e0ne has joined #openstack-sdks21:30
openstackgerritMerged openstack/python-openstacksdk: Rename key_management to key_manager  https://review.openstack.org/25806121:36
*** devth_ has quit IRC21:38
*** mfedosin has quit IRC21:49
*** lhcheng has joined #openstack-sdks21:50
*** devth has joined #openstack-sdks21:52
*** petertr7_away is now known as petertr721:56
*** david-lyle has quit IRC21:58
*** david-lyle has joined #openstack-sdks22:00
*** cdent has quit IRC22:05
*** rtheis has quit IRC22:10
*** annegentle has quit IRC22:13
*** hitalia has quit IRC22:21
*** hitalia has joined #openstack-sdks22:22
*** salv-orlando has joined #openstack-sdks22:29
*** devth has quit IRC22:30
*** gildub has joined #openstack-sdks22:32
*** e0ne has quit IRC22:32
*** devth_ has joined #openstack-sdks22:33
openstackgerritBrian Curtin proposed openstack/keystoneauth: Provide a RFC 7231 compliant user agent string  https://review.openstack.org/25600222:38
openstackgerritBrian Curtin proposed openstack/keystoneauth: Provide a RFC 7231 compliant user agent string  https://review.openstack.org/25600222:45
*** dstanek has quit IRC22:56
*** dstanek has joined #openstack-sdks22:56
*** petertr7 is now known as petertr7_away22:59
*** david-lyle has quit IRC23:01
*** david-lyle has joined #openstack-sdks23:01
*** dstanek has quit IRC23:06
*** dstanek has joined #openstack-sdks23:07
*** sigmavirus24 is now known as sigmavirus24_awa23:15
*** e0ne has joined #openstack-sdks23:21
*** salv-orlando has quit IRC23:23
*** devth_ has quit IRC23:25
briancurtinterrylhowe: query params appear to work just fine as-is post-KSA change. we probably still need to do a better job of documenting them, but functionality-wise we’re ok23:25
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Support block_store types where IDs are taken  https://review.openstack.org/25609323:32
*** devth_ has joined #openstack-sdks23:32
*** david-lyle_ has joined #openstack-sdks23:33
*** david-lyle has quit IRC23:36
*** Qiming has joined #openstack-sdks23:39
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: cluster: Use typed props instead of *_id  https://review.openstack.org/25819223:40
openstackgerritMerged openstack/python-openstacksdk: Updated from global requirements  https://review.openstack.org/25806623:44
openstackgerritMerged openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/25804023:44
openstackgerritMerged openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/25806523:47
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Remove requests from requirements  https://review.openstack.org/25808123:47
openstackgerritMerged openstack/python-openstackclient: when fetching object store properties use lower()  https://review.openstack.org/25721823:47
*** gildub has quit IRC23:49
*** devth_ has quit IRC23:50
*** devth_ has joined #openstack-sdks23:56
*** chlong has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!