*** sdague has joined #openstack-sdks | 00:02 | |
openstackgerrit | Merged openstack/python-openstackclient: Use image client for images instead of compute https://review.openstack.org/424688 | 00:12 |
---|---|---|
*** shu-mutou-AWAY is now known as shu-mutou | 00:17 | |
*** hongbin has quit IRC | 00:22 | |
*** prg3 has quit IRC | 00:26 | |
*** prg3 has joined #openstack-sdks | 00:31 | |
*** hoangcx has joined #openstack-sdks | 00:39 | |
*** amotoki has joined #openstack-sdks | 00:49 | |
*** bobh has joined #openstack-sdks | 00:51 | |
*** bobh has joined #openstack-sdks | 00:51 | |
*** bobh has quit IRC | 00:51 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/423277 | 00:55 |
*** sdague has quit IRC | 01:01 | |
*** namnh has joined #openstack-sdks | 01:06 | |
*** abhiraut has quit IRC | 01:24 | |
*** bobh has joined #openstack-sdks | 01:37 | |
*** john-davidge has joined #openstack-sdks | 01:48 | |
*** kevo has quit IRC | 01:48 | |
*** john-davidge has quit IRC | 01:52 | |
*** bobh has quit IRC | 01:57 | |
*** bobh has joined #openstack-sdks | 02:14 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add server test for image and flavor lookups https://review.openstack.org/424901 | 02:34 |
*** fzdarsky_ has joined #openstack-sdks | 02:39 | |
*** gildub has quit IRC | 02:42 | |
*** fzdarsky has quit IRC | 02:42 | |
*** ramishra has left #openstack-sdks | 02:47 | |
*** john-davidge has joined #openstack-sdks | 03:48 | |
*** john-davidge has quit IRC | 03:53 | |
openstackgerrit | Merged openstack/python-openstacksdk: Remove discover from test-requirements https://review.openstack.org/416118 | 03:57 |
reedip | amotoki : ping | 04:01 |
amotoki | reedip: pong | 04:03 |
reedip | stevemar : everything fine , or is there a fire with the release of 0.9.13 | 04:03 |
reedip | amotoki: I had a question regarding your comment in https://review.openstack.org/#/c/356263/ | 04:03 |
stevemar | reedip: getting it fixed :) | 04:04 |
reedip | >> The possible way is to change --dhcp-options to take two parameters (nargs=2): --dhcp-option <opt-name> <opt-value>. | 04:04 |
reedip | stevemar : lemme know if I can help | 04:04 |
amotoki | reedip: ? | 04:05 |
reedip | amotoki : I am not sure about how you wanted the dhcp options to be handled | 04:05 |
reedip | amotoki : you stated --dhcp options can take 2 parameters (nargs = 2 ) | 04:06 |
amotoki | reedip: in the case of dhcp option, a value can vary and it can contain even a comma. | 04:06 |
reedip | amotoki : ok | 04:07 |
reedip | amotoki : so the value needs to be handled specially | 04:07 |
amotoki | reedip: parsing strdict now depends on a comma, and the current value format forces a special parsing. | 04:08 |
reedip | i mean the value parameter of dhcp-options | 04:08 |
amotoki | reedip: if the option takes two parameters (name and value), such parsing is no longer needed. | 04:08 |
amotoki | reedip: yes. the format of the value of dhcp-option is NOW opt_name=XXX,opt_value=YYY | 04:09 |
amotoki | reedip: this format needs parsing. | 04:09 |
amotoki | reedip: if we have two option, parsing is no longer needed. does it make sense? | 04:09 |
reedip | amotoki : oh , so that means --dhcp-options can have [name] , [opt-name,opt-value], [ip-version] | 04:10 |
reedip | amotoki : is that correct? | 04:10 |
amotoki | reedip: ah... I totally forget ip-version.... | 04:11 |
amotoki | reedip: if we always have two parameters, it can be simple, but ip-version is optional, so it would be complicated. | 04:12 |
reedip | amotoki : then is it opt_name,opt_value,ip_version ? | 04:12 |
amotoki | reedip: my idea does not seem to work | 04:12 |
amotoki | reedip: yeah. that looks better | 04:12 |
amotoki | that means 'opt_name,opt_value,ip_version' | 04:12 |
reedip | amotoki : yes, but the classless route would have a comma separated value in the opt_value | 04:13 |
reedip | amotoki : so we cannot use the default strdict option, and need to create one for ourselves | 04:13 |
amotoki | reedip: yes. so we need more handling for a value with comma(s) | 04:14 |
reedip | amotoki : okay, got it | 04:14 |
reedip | let me work on it, thanks a lot for your time :) | 04:14 |
amotoki | reedip: np. | 04:14 |
amotoki | reedip: did you see neutronclient patch which tackles this problem? | 04:14 |
reedip | amotoki : not completely. But I need to relook at it because I think the changes would be applicable for the Library level of NeutronClient | 04:15 |
amotoki | reedip: the proposed code in neutronclient is not beautiful but works. | 04:17 |
reedip | amotoki : :) I guess you stated it correctly | 04:17 |
amotoki | reedip: one more thing. | 04:17 |
reedip | amotoki : yes | 04:18 |
amotoki | reedip: in https://review.openstack.org/#/c/356263/, you changes the original author in the commit message. | 04:18 |
amotoki | reedip: if there is no special reason like you wrote it from scratch, the original author should be kept. | 04:18 |
amotoki | and you can add youself as Co-Authored-By. | 04:19 |
reedip | amotoki : understood, will do that . I wanted to release the patch so did not see the commit message changed | 04:19 |
amotoki | reedip: you can check more details of commit messages by 'git show --format=fuller' | 04:20 |
reedip | amotoki : ok, will try with this command :) | 04:20 |
*** bobh has quit IRC | 04:25 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: change assert_show_fields to not fail on new fields https://review.openstack.org/424433 | 04:26 |
reedip | amotoki : ping, one query | 04:55 |
amotoki | reedip: hey | 04:55 |
reedip | amotoki : just asking , is it necessary to have the separator for classless route as ',' or can we use ';'? Example : value="169.254.169.254/32;40.40.40.5" | 04:56 |
reedip | amotoki : just a query | 04:56 |
amotoki | reedip: not sure | 05:02 |
reedip | amotoki : hmm, maybe I would ask it once ,but anyways, let me fix the current issue. Actually , we can use ";" as a separator, but needs to be confirmed with openstackclient members | 05:03 |
reedip | RuiChen, dtroyer, stevemar, ankur-gupta-f1 : suggestions requested to use ";" as a separator in https://review.openstack.org/#/c/356263/ | 05:04 |
reedip | in the value of dhcp-options | 05:04 |
amotoki | reedip: The specified value is passed down to neutron underlying dhcp server (like dnsmasq) and I think a string with comma like 169.254.169.254/32,20.20.20.1 is what we actually set. | 05:05 |
amotoki | reedip: so the bug author of https://bugs.launchpad.net/python-neutronclient/+bug/1605421 just wants to pass it as opt-value. | 05:05 |
openstack | Launchpad bug 1605421 in python-neutronclient "Unable to add classless-static-route in extra_dhcp_opt extension" [Medium,In progress] - Assigned to Shih-Hao Li (shihli) | 05:05 |
amotoki | reedip: it depends on a situation. | 05:06 |
reedip | amotoki : we can change it later after parsing | 05:06 |
*** jamielennox is now known as jamielennox|away | 05:06 | |
amotoki | reedip: but it depends on a situation and IMHO OSC should not assume such backend behavior | 05:06 |
amotoki | reedip: some other use cases may want to use a semi-colon. | 05:06 |
reedip | amotoki : hmm | 05:06 |
reedip | amotoki: okay, makes sense . The RFC which handles classless static routes doesnt state any descriptor to separate the routes, that depends on the implementation. Neutron has implemeneted it in a specific way. OSC can handle it, but yes there may be a use case for ; | 05:08 |
amotoki | reedip: what we need to address is to allow users to pass (opt_name = classless-static-route, opt_value = 169.254.169.254/32,20.20.20.1) | 05:08 |
amotoki | reedip: what kind of formatting is used is up to OSC side. | 05:08 |
amotoki | double-quote escaping is okay. special parsing for comma is okay. it is up to OSC. | 05:09 |
reedip | amotoki : ok, lets see what others have to say. I will however go forward the fix for MultiKeyValue pair for now. | 05:11 |
reedip | amotoki: thanks for your help :) | 05:11 |
openstackgerrit | Merged openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/423277 | 05:28 |
*** john-davidge has joined #openstack-sdks | 05:49 | |
*** john-davidge has quit IRC | 05:54 | |
*** kevo has joined #openstack-sdks | 05:58 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263 | 06:24 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263 | 06:25 |
*** noama has joined #openstack-sdks | 06:37 | |
*** hoangcx_ has joined #openstack-sdks | 06:57 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263 | 06:57 |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient: Rework port functional tests on json output format https://review.openstack.org/423970 | 06:58 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263 | 07:00 |
*** hoangcx has quit IRC | 07:00 | |
*** namnh has quit IRC | 07:06 | |
*** adriant has quit IRC | 07:19 | |
openstackgerrit | harishchandra proposed openstack/python-openstackclient: Correctly format the empty fields of "openstack network show" o/p. https://review.openstack.org/424733 | 07:22 |
*** john-davidge has joined #openstack-sdks | 07:35 | |
*** john-davidge has quit IRC | 07:40 | |
*** hoangcx has joined #openstack-sdks | 07:46 | |
*** e0ne has joined #openstack-sdks | 07:48 | |
*** hoangcx_ has quit IRC | 07:48 | |
openstackgerrit | harishchandra proposed openstack/python-openstackclient: Correctly format the empty fields of "openstack network show" o/p. https://review.openstack.org/424733 | 07:53 |
*** e0ne has quit IRC | 07:57 | |
*** e0ne has joined #openstack-sdks | 08:01 | |
*** shu-mutou is now known as shu-mutou-AFK | 08:22 | |
*** ralonsoh has joined #openstack-sdks | 08:24 | |
*** e0ne has quit IRC | 08:30 | |
*** Matias has quit IRC | 08:33 | |
*** Matias has joined #openstack-sdks | 08:36 | |
*** john-davidge has joined #openstack-sdks | 08:36 | |
*** Matias has quit IRC | 08:41 | |
*** amotoki has quit IRC | 08:47 | |
* RuiChen jump into one week vacation of Spring Festival, happy OSC new year \o/ | 08:53 | |
*** Matias has joined #openstack-sdks | 08:55 | |
reedip | RuiChen : have a great vacation :) | 08:59 |
*** hoangcx has quit IRC | 09:00 | |
*** kevo has quit IRC | 09:09 | |
*** Serlex has joined #openstack-sdks | 09:10 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263 | 09:11 |
*** lucas-afk is now known as lucasagomes | 09:27 | |
*** annp has joined #openstack-sdks | 09:45 | |
*** fzdarsky_ is now known as fzdarsky|afk | 09:50 | |
*** e0ne has joined #openstack-sdks | 09:52 | |
*** fzdarsky|afk has quit IRC | 09:55 | |
openstackgerrit | harishchandra proposed openstack/python-openstackclient: Correctly format the empty fields of "openstack network show" o/p. https://review.openstack.org/424733 | 10:01 |
*** annp has quit IRC | 10:03 | |
openstackgerrit | harishchandra proposed openstack/python-openstackclient: Correctly format the empty fields of "openstack network show" o/p. https://review.openstack.org/424733 | 10:12 |
*** openstackgerrit has quit IRC | 10:17 | |
*** openstackgerrit has joined #openstack-sdks | 10:18 | |
openstackgerrit | harishchandra proposed openstack/python-openstackclient: Correctly format the empty fields of "openstack network show" o/p. https://review.openstack.org/424733 | 10:18 |
*** amotoki has joined #openstack-sdks | 10:19 | |
*** cdent has joined #openstack-sdks | 10:31 | |
*** aarefiev_afk is now known as aarefiev | 10:32 | |
*** dfflanders has quit IRC | 10:59 | |
*** RuiChen has quit IRC | 11:17 | |
*** lucasagomes is now known as lucas-hungry | 12:01 | |
*** fzdarsky has joined #openstack-sdks | 12:10 | |
*** d0ugal has quit IRC | 12:10 | |
*** reedip_ has joined #openstack-sdks | 12:11 | |
stevemar | dtroyer: looks like we're short rui and huanxuan -- chinese new year :) | 12:13 |
*** d0ugal has joined #openstack-sdks | 12:19 | |
dtroyer | stevemar: timing! | 12:37 |
stevemar | :) | 12:38 |
reedip_ | :) | 12:45 |
reedip_ | Yeah, RuiChen seemed pretty happy in the afternoon | 12:45 |
-openstackstatus- NOTICE: Gerrit is going to be restarted due to slow performance | 12:47 | |
-openstackstatus- NOTICE: Gerrit has been successfully restarted | 12:50 | |
stevemar | reedip_: its been a busy week, i don't blame him :P | 12:53 |
stevemar | reedip_: i'll be very happy in about 48 hours | 12:53 |
reedip_ | heheheh :) | 12:53 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: change assert_show_fields to not fail on new fields https://review.openstack.org/424433 | 12:56 |
*** lucas-hungry is now known as lucasagomes | 13:00 | |
*** bobh has joined #openstack-sdks | 13:01 | |
*** bobh has quit IRC | 13:01 | |
*** bobh has joined #openstack-sdks | 13:01 | |
*** bobh has quit IRC | 13:36 | |
Cagelin | ping | 13:55 |
Cagelin | Can anyone shine some light on the availability of OpenAPI spec files for (at least) keystone and maybe nova, glance and neutron? I'm wondering if there's an ETA available for when we could use this to generate client API's to use in our company. | 13:56 |
Cagelin | (I just stumbled across this: https://www.openstack.org/videos/video/openapi-as-a-standard-a-new-way-forward-for-api-documentation-design-and-tool) | 13:56 |
openstackgerrit | Merged openstack/js-openstack-lib: Add flavorList to Openstack wrapper https://review.openstack.org/406612 | 13:58 |
*** bobh has joined #openstack-sdks | 14:11 | |
*** cleong has joined #openstack-sdks | 14:15 | |
*** sdague has joined #openstack-sdks | 14:15 | |
*** gouthamr has joined #openstack-sdks | 14:31 | |
*** bobh has quit IRC | 14:31 | |
*** fguillot has joined #openstack-sdks | 14:33 | |
*** hongbin has joined #openstack-sdks | 14:55 | |
*** sdague has quit IRC | 15:12 | |
*** markvoelker has quit IRC | 15:31 | |
*** markvoelker has joined #openstack-sdks | 15:32 | |
*** bobh has joined #openstack-sdks | 15:32 | |
*** markvoelker has quit IRC | 15:36 | |
*** bobh has quit IRC | 15:37 | |
dtroyer | stevemar: https://review.openstack.org/#/c/424847/ should be ready to go now, andrey has removed his -1 and novalcient seems to be good | 15:39 |
dtroyer | stevemar: also, do you want https://review.openstack.org/#/c/424433/ for stable? | 15:56 |
*** sdague has joined #openstack-sdks | 16:03 | |
openstackgerrit | Justin A Wilson proposed openstack/python-openstackclient: Add support for Cinder API 3.3 into OSC https://review.openstack.org/421585 | 16:10 |
openstackgerrit | Justin A Wilson proposed openstack/python-openstackclient: Add support for Cinder API 3.3 into OSC https://review.openstack.org/421585 | 16:14 |
*** markvoelker has joined #openstack-sdks | 16:17 | |
*** markvoelker_ has joined #openstack-sdks | 16:18 | |
*** markvoelker has quit IRC | 16:22 | |
*** annegentle has joined #openstack-sdks | 16:29 | |
*** ankur-gupta-f2 has joined #openstack-sdks | 16:32 | |
*** bobh has joined #openstack-sdks | 16:33 | |
*** bobh has quit IRC | 16:38 | |
openstackgerrit | Justin A Wilson proposed openstack/python-openstackclient: Add support for Cinder API 3.3 into OSC https://review.openstack.org/421585 | 16:43 |
openstackgerrit | Samuel Pilla proposed openstack/python-openstackclient: Adds domain specification for SetUser https://review.openstack.org/425276 | 16:44 |
openstackgerrit | Justin A Wilson proposed openstack/python-openstackclient: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585 | 16:47 |
openstackgerrit | Samuel Pilla proposed openstack/python-openstackclient: Adds domain specification for SetUser https://review.openstack.org/425276 | 16:55 |
*** markvoelker_ has quit IRC | 16:59 | |
*** markvoelker has joined #openstack-sdks | 16:59 | |
*** Serlex has left #openstack-sdks | 17:02 | |
*** markvoelker has quit IRC | 17:03 | |
openstackgerrit | Colleen Murphy proposed openstack/python-openstackclient: Fix 'mapping set' return value https://review.openstack.org/425293 | 17:12 |
stevemar | dtroyer: umm | 17:20 |
stevemar | dtroyer: i'm having trouble with https://review.openstack.org/#/c/424433/ | 17:21 |
*** reedip_ has quit IRC | 17:23 | |
stevemar | dtroyer: the "user show" command will have new fields from keystone server | 17:24 |
stevemar | i was trying to fix our tests to not choke when the server adds new fields | 17:24 |
stevemar | but i'm so scatterbrained right now | 17:25 |
*** fzdarsky is now known as fzdarsky|afk | 17:27 | |
stevemar | dtroyer: easy +2/+A https://review.openstack.org/#/c/425293/ -- we had output for a 'set' command | 17:30 |
*** bobh has joined #openstack-sdks | 17:34 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add server_boot_from_volume() test https://review.openstack.org/425312 | 17:35 |
*** kevo has joined #openstack-sdks | 17:36 | |
dtroyer | stevemar: ^^^ is a preamble to https://review.openstack.org/#/c/407111/ and was the only way I could convince myself that we weren't breaking things | 17:36 |
dtroyer | which I am still not quite certain of | 17:37 |
*** aarefiev is now known as aarefiev_afk | 17:37 | |
*** bobh has quit IRC | 17:38 | |
dtroyer | stevemar: do you want https://review.openstack.org/#/c/424433/ for stable/ocata? | 17:39 |
openstackgerrit | Sindhu Devale proposed openstack/python-openstackclient: OSC Quota List https://review.openstack.org/379813 | 17:47 |
*** lucasagomes is now known as lucas-afk | 17:54 | |
*** ralonsoh has quit IRC | 17:58 | |
*** cdent has quit IRC | 17:59 | |
stevemar | dtroyer: i do, cause we're going to merge stuff into keystone in the next 24 hours that'll break the osc gate without it :) | 18:00 |
dtroyer | ah, ok. I'll have a closer look when I finish up the block-device-mapping bits and some lunch | 18:03 |
*** sdague has quit IRC | 18:03 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Switch server create to block_device_mapping_v2 https://review.openstack.org/407111 | 18:04 |
*** e0ne has quit IRC | 18:18 | |
*** cdent has joined #openstack-sdks | 18:21 | |
*** abhiraut has joined #openstack-sdks | 18:30 | |
*** bobh has joined #openstack-sdks | 18:34 | |
*** bobh has quit IRC | 18:39 | |
*** Shrews has quit IRC | 18:46 | |
*** Shrews has joined #openstack-sdks | 18:47 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Support "--no-property" option in volume snapshot set https://review.openstack.org/416182 | 18:57 |
*** sdague has joined #openstack-sdks | 19:00 | |
*** sshank_ has quit IRC | 19:00 | |
*** sshank has joined #openstack-sdks | 19:02 | |
*** cdent has quit IRC | 19:03 | |
*** abhiraut has quit IRC | 19:08 | |
*** abhiraut has joined #openstack-sdks | 19:09 | |
*** abhiraut has quit IRC | 19:18 | |
*** abhiraut has joined #openstack-sdks | 19:26 | |
*** sdague has quit IRC | 19:26 | |
*** sdague has joined #openstack-sdks | 19:27 | |
*** abhiraut has quit IRC | 19:27 | |
*** abhiraut has joined #openstack-sdks | 19:35 | |
*** e0ne has joined #openstack-sdks | 19:39 | |
*** e0ne has quit IRC | 19:55 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add server_boot_from_volume() test https://review.openstack.org/425312 | 19:56 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Switch server create to block_device_mapping_v2 https://review.openstack.org/407111 | 19:57 |
stevemar | dtroyer: please send me a list of patches you want me to push/look at :) | 19:57 |
dtroyer | stevemar: I've finished my look through the queue, the two at the top are my only blockers: https://review.openstack.org/425312 and https://review.openstack.org/407111 | 19:58 |
dtroyer | https://review.openstack.org/#/c/408654/ and https://review.openstack.org/#/c/378058/ are probably OK but not blocking | 19:59 |
dtroyer | I would love your opinion on my last comment in https://review.openstack.org/356219, I'm may want to change my suggestion | 19:59 |
dtroyer | that's it. I'm running to the courthouse for car tags, back in an hour or so | 20:00 |
stevemar | see ya | 20:03 |
*** sdague has quit IRC | 20:06 | |
*** abhiraut has quit IRC | 20:11 | |
*** john-davidge has quit IRC | 20:12 | |
*** abhiraut has joined #openstack-sdks | 20:14 | |
*** e0ne has joined #openstack-sdks | 20:17 | |
*** sdague has joined #openstack-sdks | 20:18 | |
*** abhiraut has quit IRC | 20:24 | |
*** e0ne has quit IRC | 20:28 | |
*** e0ne has joined #openstack-sdks | 20:32 | |
*** e0ne has quit IRC | 20:40 | |
*** jamielennox|away has quit IRC | 20:46 | |
*** adriant has joined #openstack-sdks | 20:51 | |
*** sdague has quit IRC | 20:53 | |
*** sdague has joined #openstack-sdks | 20:54 | |
*** jamielennox|away has joined #openstack-sdks | 20:56 | |
*** jamielennox|away is now known as jamielennox | 20:56 | |
*** abhiraut has joined #openstack-sdks | 21:08 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: change assert_show_fields to not fail on new fields https://review.openstack.org/424433 | 21:09 |
*** john-davidge has joined #openstack-sdks | 21:13 | |
stevemar | dtroyer: this should work now, finally, https://review.openstack.org/#/c/424433/6 | 21:16 |
stevemar | dtroyer: i will refactor those to -f json format ASAP | 21:16 |
*** john-davidge has quit IRC | 21:18 | |
*** erlon has quit IRC | 21:20 | |
dtroyer | Heh, I can't run any identity functional tests against my shiny new Newton DevStack 'cause it doesn't have V2.0 or v3 in the auth URL | 21:20 |
dtroyer | wait, that's not it... | 21:21 |
dtroyer | ah, it assumes its getting it from OS_AUTH_URL | 21:21 |
*** erlon has joined #openstack-sdks | 21:23 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Fix Identity functional tests to not require OS_AUTH_URL https://review.openstack.org/425421 | 21:27 |
dtroyer | There, ^^^'s the ticket | 21:27 |
dtroyer | stevemar: wow, that got ripe on the vine: https://review.openstack.org/#/c/405122/ | 21:31 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add options to "server list" command https://review.openstack.org/405122 | 21:31 |
openstackgerrit | Gage Hugo proposed openstack/keystoneauth: Fix ClientException message property not set properly https://review.openstack.org/285757 | 21:37 |
*** abhiraut has quit IRC | 21:47 | |
*** abhiraut has joined #openstack-sdks | 21:50 | |
stevemar | dtroyer: ah the server list one | 21:53 |
stevemar | that slipped through somehow | 21:53 |
*** cleong has quit IRC | 21:57 | |
stevemar | dtroyer: gonna punt it through? | 21:58 |
dtroyer | I think so | 21:59 |
dtroyer | I'm looking for simple-ish things that would just pile up during the freeze | 21:59 |
dtroyer | whatever gets merged by the time we need to release will make it :) | 22:00 |
*** sdague has quit IRC | 22:02 | |
*** fguillot has quit IRC | 22:04 | |
*** abhiraut has quit IRC | 22:08 | |
stevemar | dtroyer: your call on the block-device-mapper thing | 22:14 |
stevemar | i don't know nova like you do :P | 22:14 |
dtroyer | I think we should do it, it's been half-done since I wrote it originally. My concern was in breaking things and I think I've convinced myself that this doesn't do that | 22:14 |
dtroyer | my worry was mostly around how the —block-device-mapping arguemtns are formatted, and that isn't part of the change | 22:15 |
dtroyer | just fixing our assumption of 'vda' as the boot device name. boot_index is absolutely the right thing | 22:15 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Adds domain specification for SetUser https://review.openstack.org/425276 | 22:16 |
stevemar | dtroyer: ^ should be ready now | 22:16 |
stevemar | dtroyer: ++ | 22:16 |
stevemar | dtroyer: right, that was my concern (the --block-device-mapping syntax) but that's not really our realm | 22:17 |
stevemar | so does https://review.openstack.org/#/c/408654/3 | 22:17 |
stevemar | dtroyer: punted allowed_address through | 22:19 |
dtroyer | kk | 22:19 |
dtroyer | I wasn't stuck on it hard enough to block | 22:19 |
*** gouthamr has quit IRC | 22:24 | |
openstackgerrit | Merged openstack/python-openstackclient: Remove the fixed set of choices for network_type https://review.openstack.org/421598 | 22:26 |
openstackgerrit | Merged openstack/python-openstackclient: Fix 'mapping set' return value https://review.openstack.org/425293 | 22:27 |
openstackgerrit | Merged openstack/python-openstackclient: Add --project and --project-domain option to "volume snapshot list" https://review.openstack.org/417410 | 22:27 |
dtroyer | stevemar: another for the good-to-have list when you get a chance: https://review.openstack.org/391331 | 22:32 |
dtroyer | gimmie a network! | 22:32 |
*** annegentle has quit IRC | 22:34 | |
*** abhiraut has joined #openstack-sdks | 22:44 | |
stevemar | ohhh | 22:45 |
stevemar | i had been avoiding tht one | 22:45 |
openstackgerrit | Sindhu Devale proposed openstack/python-openstackclient: OSC Quota List https://review.openstack.org/379813 | 22:51 |
dtroyer | stevemar: if you dont have time thats fine… it needs some understanding, and I wouldnt mind huanxuan's blessing too | 22:53 |
stevemar | dtroyer: switching gears to network meter: https://review.openstack.org/#/c/378058/15/doc/source/command-objects/network-meter-rule.rst | 22:54 |
stevemar | is --remote-ip-prefix required? why is it not in [] ? | 22:54 |
dtroyer | ya, its required | 22:55 |
stevemar | dtroyer: no set command? | 22:56 |
*** abhiraut has quit IRC | 22:57 | |
dtroyer | I guess not…honestly I had not noticed | 22:57 |
stevemar | dtroyer: no biggie | 22:58 |
stevemar | probably no set command | 22:58 |
stevemar | dtroyer: i really hope the SDK requirements patch doesn't get -2'ed from zuul | 23:00 |
dtroyer | the failures I've seen today laready feel 'odd', but that may still be residue from whatever it was overnight that gummed up the works | 23:02 |
sindhu | dtroyer: ping? | 23:02 |
dtroyer | sindhu: hey | 23:02 |
stevemar | dtroyer: well the integrated queue is 70 deep... http://status.openstack.org/zuul/ | 23:02 |
sindhu | dtroyer: any conclusion on this one: https://review.openstack.org/#/c/383025/ ?? | 23:03 |
dtroyer | stevemar: but things like this puzzle me: http://logs.openstack.org/19/356219/20/gate/gate-osc-dsvm-functional-ubuntu-xenial/6d01f4f/ | 23:03 |
stevemar | dtroyer: i'll look at https://review.openstack.org/#/c/391331/ after #dadops is done | 23:04 |
*** abhiraut has joined #openstack-sdks | 23:05 | |
*** abhiraut has quit IRC | 23:06 | |
dtroyer | sindhu: we are not just "moving over neutronclient commands" without evaluating their structure and making them fit OSC. I will not have time to dig into this particular issue until next week sometime to answer those questions myself. That is my suggestion for structuring the commands being implemented. | 23:07 |
sindhu | dtroyer: Ok cool ... thanks for taking a look. Will ping you again next week. | 23:10 |
dtroyer | it would be helpful (speed things up) to have answers to those questions | 23:10 |
openstackgerrit | Merged openstack/python-openstackclient: change assert_show_fields to not fail on new fields https://review.openstack.org/424433 | 23:13 |
*** john-davidge has joined #openstack-sdks | 23:14 | |
*** abhiraut has joined #openstack-sdks | 23:16 | |
*** john-davidge has quit IRC | 23:18 | |
*** abhiraut has quit IRC | 23:26 | |
*** abhiraut has joined #openstack-sdks | 23:28 | |
*** thingee has quit IRC | 23:31 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Support "--no-property" option in volume snapshot set https://review.openstack.org/416182 | 23:33 |
*** abhiraut has quit IRC | 23:34 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!