*** stevemar has quit IRC | 00:02 | |
*** salv-orl_ has quit IRC | 00:09 | |
meteorfox | dtroyer: maybe similar to Google's gcloud, we could add new flags. like --boot-disk-type=<local,volume> --boot-disk-size=<size_GB> --boot-disk-auto-delete=<default:False> --boot-device-name=<vda> all optional obviously. so the whole command miight look like "openstack server create --image 'ubuntu' --flavor m1.medium --boot-disk-type=volume | 00:12 |
---|---|---|
meteorfox | --boot-disk-auto-delete" These will only work for new boot disks, for attaching and booting from existing volumes they can use the current --block-device-mapping option | 00:12 |
meteorfox | then if the --image was either an actuall image or snapshot then we use that to create the volume | 00:13 |
*** markvoelker has joined #openstack-sdks | 00:15 | |
*** gildub has joined #openstack-sdks | 00:17 | |
*** markvoelker_ has joined #openstack-sdks | 00:22 | |
*** annegentle has quit IRC | 00:24 | |
*** markvoelker has quit IRC | 00:25 | |
*** lhcheng has quit IRC | 00:25 | |
meteorfox | dtroyer: I rather have the multiple flags, than the cryptic block device mapping formats where they leave the options blanks, like vda::::0, and you are never sure if you are missing or have an extra colon, or what was the order and format for each of them | 00:26 |
openstackgerrit | Merged openstack/os-client-config: Change network info indication to a generic list https://review.openstack.org/299663 | 00:30 |
dtroyer | meteorfox: that's exactly what I was thinking, and yeah, if it's only for boot devices that should work | 00:30 |
*** Qiming has quit IRC | 00:34 | |
*** gildub has quit IRC | 00:41 | |
*** gildub has joined #openstack-sdks | 00:41 | |
*** annegentle has joined #openstack-sdks | 00:45 | |
*** annegentle has quit IRC | 00:49 | |
*** stevemar has joined #openstack-sdks | 00:58 | |
*** jamielennox is now known as jamielennox|away | 01:01 | |
*** stevemar has quit IRC | 01:03 | |
*** lhcheng has joined #openstack-sdks | 01:19 | |
*** annegentle has joined #openstack-sdks | 01:24 | |
*** lhcheng_ has joined #openstack-sdks | 01:27 | |
*** annegentle has quit IRC | 01:29 | |
*** lhcheng has quit IRC | 01:29 | |
*** thrash is now known as thrash|g0ne | 01:36 | |
*** stevemar has joined #openstack-sdks | 01:39 | |
*** Qiming has joined #openstack-sdks | 01:47 | |
*** yanyanhu has joined #openstack-sdks | 01:47 | |
*** yanyanhu has quit IRC | 01:57 | |
*** yanyanhu has joined #openstack-sdks | 01:58 | |
*** salv-orlando has joined #openstack-sdks | 02:21 | |
*** markvoelker_ has quit IRC | 02:31 | |
*** salv-orlando has quit IRC | 02:32 | |
reedip | dtroyer, tangchen : In case u r around, the patch has been updated to fix a Test Case VVV | 02:32 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Follow Boolean Option rule https://review.openstack.org/296166 | 02:32 |
*** markvoelker_ has joined #openstack-sdks | 02:32 | |
*** markvoel_ has joined #openstack-sdks | 02:36 | |
*** salv-orlando has joined #openstack-sdks | 02:36 | |
*** markvoelker_ has quit IRC | 02:40 | |
*** lhcheng has joined #openstack-sdks | 02:42 | |
*** lhcheng_ has quit IRC | 02:45 | |
openstackgerrit | Merged openstack/python-openstackclient: Add fixed keypair create functional test https://review.openstack.org/296703 | 02:47 |
*** salv-orlando has quit IRC | 02:52 | |
*** gouthamr has quit IRC | 02:55 | |
*** markvoelker has joined #openstack-sdks | 03:01 | |
*** markvoelker_ has joined #openstack-sdks | 03:04 | |
*** markvoel_ has quit IRC | 03:04 | |
*** yanyanhu has quit IRC | 03:05 | |
*** yanyanhu has joined #openstack-sdks | 03:06 | |
*** markvoelker has quit IRC | 03:08 | |
*** tangchen has joined #openstack-sdks | 03:21 | |
*** bryan_att_ has joined #openstack-sdks | 03:26 | |
*** keekz_ has joined #openstack-sdks | 03:30 | |
*** krotscheck has joined #openstack-sdks | 03:30 | |
*** scottda_ has joined #openstack-sdks | 03:31 | |
*** bryan_att has quit IRC | 03:32 | |
*** keekz has quit IRC | 03:32 | |
*** krotscheck_dcm has quit IRC | 03:32 | |
*** scottda has quit IRC | 03:32 | |
*** peterstac_ has joined #openstack-sdks | 03:33 | |
*** peterstac has quit IRC | 03:33 | |
*** peterstac_ is now known as peterstac | 03:33 | |
*** bryan_att_ is now known as bryan_att | 03:33 | |
*** scottda_ is now known as scottda | 03:34 | |
reedip | _RuiChen: ping | 03:38 |
*** lhcheng has quit IRC | 03:40 | |
_RuiChen | reedip: hi | 03:44 |
reedip | hi _RuiChen | 03:45 |
reedip | I saw your comments on https://review.openstack.org/#/c/296166/4/openstackclient/network/v2/router.py | 03:45 |
reedip | Just wanted a quick discussion, if you have time | 03:45 |
reedip | or I can list it here and you can check whenever possible | 03:45 |
_RuiChen | both ok, I have time now | 03:46 |
reedip | Ok, so you mentioned a code in Line #60 in https://review.openstack.org/#/c/296166/4/openstackclient/network/v2/router.py | 03:47 |
reedip | Please note : centralized option is not present in CreateRouter | 03:48 |
reedip | therefore , either we need to check if centralized is in parsed_Args, or we move the check for centralized out of this function into UpdateRouter. | 03:48 |
reedip | that is why I wrote the code in L#60 | 03:48 |
_RuiChen | hmmm, let me check again | 03:48 |
reedip | sure... | 03:49 |
*** salv-orlando has joined #openstack-sdks | 03:52 | |
_RuiChen | I got your point, _get_attrs() is used in create and set command both, you need to distinguish the difference | 03:52 |
reedip | yup | 03:54 |
reedip | so either I move the centralized check , out of _get_attrs or continue with the current code | 03:54 |
*** salv-orlando has quit IRC | 03:55 | |
_RuiChen | I will remove my -1, but I suggest refactor the logic or add some comments to do some clarification | 03:56 |
reedip | _RuiChen : Yes, I am changing the logic for distributed, which you gave in Line#253 | 03:56 |
reedip | and it would impact the "if" condition in line#62 | 03:56 |
reedip | I will write a short line in Line#60 for --centralized | 03:57 |
reedip | Thanks | 03:57 |
_RuiChen | reedip: cool :-) | 03:57 |
reedip | maybe you can keep your -1, as your comment about distributed was agreed upon | 03:57 |
_RuiChen | reedip: i will add some comments FYI | 04:00 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Follow Boolean Option rule https://review.openstack.org/296166 | 04:02 |
reedip | _RuiChen okay, but my new PS is here :) ^^^ | 04:02 |
_RuiChen | reedip: yep, thank you :) | 04:03 |
*** tangchen has quit IRC | 04:04 | |
*** salv-orlando has joined #openstack-sdks | 04:19 | |
*** markvoelker_ has quit IRC | 04:21 | |
*** salv-orlando has quit IRC | 04:23 | |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Add --project to "subnet pool create" https://review.openstack.org/296214 | 04:31 |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Add --address-scope option "subnet pool create/set" https://review.openstack.org/297063 | 04:31 |
*** nikhil has quit IRC | 05:13 | |
*** nikhil has joined #openstack-sdks | 05:14 | |
*** salv-orlando has joined #openstack-sdks | 05:23 | |
*** salv-orlando has quit IRC | 05:28 | |
*** annegentle has joined #openstack-sdks | 05:29 | |
*** annegentle has quit IRC | 05:34 | |
*** e0ne has joined #openstack-sdks | 05:56 | |
*** e0ne has quit IRC | 06:24 | |
*** annegentle has joined #openstack-sdks | 06:30 | |
*** fzdarsky|afk has joined #openstack-sdks | 06:31 | |
*** annegentle has quit IRC | 06:35 | |
*** fzdarsky|afk has quit IRC | 06:36 | |
*** fzdarsky|afk has joined #openstack-sdks | 06:45 | |
*** salv-orlando has joined #openstack-sdks | 06:48 | |
*** salv-orlando has quit IRC | 06:51 | |
*** e0ne has joined #openstack-sdks | 07:15 | |
*** e0ne has quit IRC | 07:18 | |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient: Add "server group create" command https://review.openstack.org/298166 | 07:19 |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient: Add "server group delete" command https://review.openstack.org/298574 | 07:19 |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient: Add "server group list" command https://review.openstack.org/299194 | 07:19 |
*** annegentle has joined #openstack-sdks | 07:31 | |
*** stevemar has quit IRC | 07:33 | |
*** annegentle has quit IRC | 07:35 | |
*** annegentle has joined #openstack-sdks | 07:52 | |
*** annegentle has quit IRC | 07:56 | |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient: Add "server group show" command https://review.openstack.org/299798 | 08:05 |
openstackgerrit | Merged openstack/keystoneauth: Examples for migration from keystoneclient https://review.openstack.org/297764 | 08:05 |
*** salv-orlando has joined #openstack-sdks | 08:07 | |
*** salv-orlando has quit IRC | 08:09 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add default value to pool-prefix in Subnet-pool https://review.openstack.org/299805 | 08:23 |
*** kromanenko has joined #openstack-sdks | 08:25 | |
*** e0ne has joined #openstack-sdks | 08:28 | |
*** e0ne has quit IRC | 08:29 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add default value to pool-prefix in Subnet-pool https://review.openstack.org/299805 | 08:30 |
*** stevemar has joined #openstack-sdks | 08:33 | |
*** e0ne has joined #openstack-sdks | 08:34 | |
*** e0ne has quit IRC | 08:35 | |
*** stevemar has quit IRC | 08:39 | |
*** gildub has quit IRC | 08:43 | |
* sheel looking for review on https://review.openstack.org/#/c/295660/ | 08:59 | |
* sheel and https://review.openstack.org/#/c/293661/ | 09:00 | |
*** eliqiao has quit IRC | 09:19 | |
*** salv-orlando has joined #openstack-sdks | 09:23 | |
*** e0ne has joined #openstack-sdks | 09:30 | |
*** e0ne has quit IRC | 09:37 | |
*** salv-orlando has quit IRC | 09:39 | |
*** e0ne has joined #openstack-sdks | 09:42 | |
*** Qiming has quit IRC | 09:52 | |
*** yanyanhu has quit IRC | 09:54 | |
*** yanyanhu has joined #openstack-sdks | 09:55 | |
*** yanyanhu has quit IRC | 09:55 | |
*** cdent has joined #openstack-sdks | 10:01 | |
*** eliqiao has joined #openstack-sdks | 10:01 | |
*** sdague has joined #openstack-sdks | 10:03 | |
*** e0ne has quit IRC | 10:15 | |
*** fzdarsky|afk has quit IRC | 10:17 | |
*** e0ne has joined #openstack-sdks | 10:17 | |
*** e0ne has quit IRC | 10:20 | |
*** e0ne has joined #openstack-sdks | 10:21 | |
*** e0ne has quit IRC | 10:22 | |
*** e0ne has joined #openstack-sdks | 10:23 | |
*** e0ne has quit IRC | 10:24 | |
*** stevemar has joined #openstack-sdks | 10:35 | |
*** stevemar has quit IRC | 10:39 | |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Add .gitreview file https://review.openstack.org/299522 | 10:45 |
*** gouthamr has joined #openstack-sdks | 10:48 | |
*** Qiming has joined #openstack-sdks | 10:49 | |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Add .gitreview file https://review.openstack.org/299522 | 10:50 |
*** salv-orlando has joined #openstack-sdks | 10:51 | |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Add .gitreview file https://review.openstack.org/299522 | 10:55 |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Enable gerrit and gate testing https://review.openstack.org/299522 | 11:04 |
*** cdent has quit IRC | 11:11 | |
*** Kevin_Zheng has quit IRC | 11:12 | |
*** cdent has joined #openstack-sdks | 11:14 | |
*** e0ne has joined #openstack-sdks | 11:17 | |
*** gouthamr has quit IRC | 11:18 | |
*** e0ne has quit IRC | 11:18 | |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Enable gerrit, gitreview and gate testing https://review.openstack.org/299522 | 11:19 |
*** dstanek has quit IRC | 11:22 | |
*** redrobot has quit IRC | 11:22 | |
*** dhellmann has quit IRC | 11:22 | |
*** electrichead has joined #openstack-sdks | 11:22 | |
*** dhellmann_ has joined #openstack-sdks | 11:22 | |
*** e0ne has joined #openstack-sdks | 11:23 | |
*** dstanek has joined #openstack-sdks | 11:23 | |
*** annegentle has joined #openstack-sdks | 11:25 | |
*** e0ne has quit IRC | 11:26 | |
*** dhellmann_ is now known as dhellmann | 11:26 | |
*** annegentle has quit IRC | 11:29 | |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Enable gerrit, gitreview and gate testing https://review.openstack.org/299522 | 11:31 |
* cdent apparently has no idea what he's doing | 11:31 | |
*** rtheis has joined #openstack-sdks | 11:33 | |
*** e0ne has joined #openstack-sdks | 11:35 | |
cdent | ah, finally, elmiko, sdague: I finally got that ^ correct to pass tests, can you make it go please? | 11:38 |
*** e0ne has quit IRC | 11:41 | |
*** thrash|g0ne is now known as thrash | 11:48 | |
*** e0ne has joined #openstack-sdks | 11:59 | |
*** e0ne has quit IRC | 12:00 | |
*** annegentle has joined #openstack-sdks | 12:00 | |
*** annegentle has quit IRC | 12:05 | |
*** sdague_ has joined #openstack-sdks | 12:11 | |
*** e0ne has joined #openstack-sdks | 12:11 | |
*** e0ne has quit IRC | 12:13 | |
*** gouthamr has joined #openstack-sdks | 12:14 | |
*** annegentle has joined #openstack-sdks | 12:21 | |
*** annegentle has quit IRC | 12:26 | |
openstackgerrit | Richard Theis proposed openstack/python-openstackclient: Doc: Add missing command objects https://review.openstack.org/297660 | 12:28 |
*** annegentle has joined #openstack-sdks | 12:32 | |
*** stevemar has joined #openstack-sdks | 12:36 | |
*** annegentle has quit IRC | 12:37 | |
*** stevemar has quit IRC | 12:40 | |
*** annegentle has joined #openstack-sdks | 12:43 | |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Fix folded header checks for WebOb https://review.openstack.org/299904 | 12:47 |
*** e0ne has joined #openstack-sdks | 12:50 | |
*** e0ne has quit IRC | 12:51 | |
elmiko | cdent: done | 12:54 |
cdent | danke | 12:54 |
*** sdague_ has quit IRC | 12:57 | |
elmiko | cdent: looking at the webob review, i'm a little confused. i thought the idea behind m-p was to be agnostic with regards to framework, you just pass in a dict, but this seems to enshrine webob behavior in the fold_headers. am i missing something? | 12:57 |
cdent | webob is a pita | 12:58 |
cdent | it keeps its headers in an object which maps between the raw environ value as what you would ask for for a normal header | 12:58 |
cdent | and we don't want to change that | 12:58 |
cdent | we want to be able to use the dict interface on whatever is passed in | 12:59 |
elmiko | right | 12:59 |
cdent | so since webob.headers.EnvironHeaders behaves like a dict (has keys) then fold_headers should just return it and not attempt to fold | 12:59 |
elmiko | shouldn't that fold_headers also keep the clause about returning a dict? | 12:59 |
cdent | if hastattr(headers, 'keys') is true it quacks like a dict | 13:00 |
elmiko | what if a normal dict is passed in though? does that work too? | 13:00 |
elmiko | oh, duh | 13:00 |
elmiko | nvm | 13:00 |
cdent | the isinstance call is redundant if checking for 'keys()' | 13:00 |
elmiko | sorry, reviewing too early in the am.... | 13:01 |
elmiko | yea, i'm a moron | 13:01 |
cdent | I think the term you're looking for is "detail oriented" | 13:01 |
cdent | far more positive | 13:01 |
elmiko | haha | 13:01 |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Fix folded header checks for WebOb https://review.openstack.org/299904 | 13:03 |
*** salv-orlando has quit IRC | 13:18 | |
*** salv-orlando has joined #openstack-sdks | 13:19 | |
*** cleong has joined #openstack-sdks | 13:22 | |
*** salv-orl_ has joined #openstack-sdks | 13:24 | |
*** salv-orlando has quit IRC | 13:26 | |
*** knikolla has joined #openstack-sdks | 13:32 | |
*** e0ne has joined #openstack-sdks | 13:32 | |
*** stevemar has joined #openstack-sdks | 13:36 | |
*** salv-orl_ has quit IRC | 13:38 | |
*** stevemar has quit IRC | 13:41 | |
*** salv-orlando has joined #openstack-sdks | 13:43 | |
*** cdent has quit IRC | 13:45 | |
*** cdent has joined #openstack-sdks | 13:46 | |
*** e0ne has quit IRC | 13:52 | |
*** salv-orlando has quit IRC | 13:52 | |
*** e0ne has joined #openstack-sdks | 13:54 | |
*** e0ne has quit IRC | 13:56 | |
openstackgerrit | Richard Theis proposed openstack/python-openstackclient: Devref: Options with Multiple Values https://review.openstack.org/297718 | 13:56 |
*** salv-orlando has joined #openstack-sdks | 14:02 | |
*** cdent_ has joined #openstack-sdks | 14:03 | |
*** cdent has quit IRC | 14:03 | |
*** cdent_ has quit IRC | 14:04 | |
*** cdent has joined #openstack-sdks | 14:04 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:05 | |
*** singhj has joined #openstack-sdks | 14:07 | |
*** keekz_ is now known as keekz | 14:07 | |
*** sdague has quit IRC | 14:08 | |
*** sdague has joined #openstack-sdks | 14:08 | |
*** cdent has quit IRC | 14:09 | |
*** singhj has quit IRC | 14:11 | |
*** singhj has joined #openstack-sdks | 14:12 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 14:14 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:15 | |
*** singhj has quit IRC | 14:17 | |
*** cdent has joined #openstack-sdks | 14:19 | |
*** cdent has quit IRC | 14:20 | |
*** cdent has joined #openstack-sdks | 14:24 | |
*** e0ne has joined #openstack-sdks | 14:29 | |
*** e0ne has quit IRC | 14:29 | |
*** singhj has joined #openstack-sdks | 14:31 | |
*** singhj has quit IRC | 14:35 | |
*** e0ne has joined #openstack-sdks | 14:45 | |
*** fzdarsky has joined #openstack-sdks | 14:47 | |
*** singhj has joined #openstack-sdks | 15:01 | |
*** e0ne has quit IRC | 15:01 | |
openstackgerrit | Matthew Edmonds proposed openstack/cliff: Update --max-width help https://review.openstack.org/300020 | 15:03 |
reedip__ | rtheis : Is it ok if I take up the bugs you mentioned in https://review.openstack.org/#/c/297718/? | 15:06 |
rtheis | reedip__: go for it | 15:06 |
*** electrichead is now known as redrobot | 15:06 | |
*** stevemar has joined #openstack-sdks | 15:06 | |
reedip__ | rtheis: thanks// | 15:06 |
rtheis | thank you | 15:07 |
*** salv-orlando has quit IRC | 15:11 | |
*** Qiming has quit IRC | 15:24 | |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-openstackclient: Update keypair tests https://review.openstack.org/297272 | 15:28 |
*** markvoelker has joined #openstack-sdks | 15:37 | |
kromanenko | Hi! I see new test patch for fixed keypairs contains same method name "test_keypair_create" as test in my patch. Which way for resolving merge conflict will be correct? Should i merge them together and rename new test into something like "test_fixed_keypair_create"? | 15:37 |
*** e0ne has joined #openstack-sdks | 15:37 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 15:38 | |
dtroyer | kromanenko: (without looking) I think you are talking about my test for —public-key? | 15:39 |
kromanenko | yes | 15:39 |
dtroyer | it might be best to make them two tests if they are not doing the same thing | 15:39 |
*** e0ne has quit IRC | 15:40 | |
*** markvoelker has quit IRC | 15:40 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:40 | |
*** markvoelker_ has joined #openstack-sdks | 15:41 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 15:41 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:41 | |
kromanenko | dtroyer: thanks, i have invited you to reviewers and i will upload update for patch soon | 15:43 |
*** tobe has joined #openstack-sdks | 15:43 | |
*** e0ne has joined #openstack-sdks | 15:44 | |
*** e0ne has quit IRC | 15:46 | |
*** e0ne has joined #openstack-sdks | 15:47 | |
*** tobe has quit IRC | 15:48 | |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-openstackclient: Update keypair tests https://review.openstack.org/297272 | 15:50 |
*** markvoelker_ has quit IRC | 15:50 | |
*** markvoelker has joined #openstack-sdks | 15:51 | |
*** markvoelker has quit IRC | 15:55 | |
*** jaypipes has joined #openstack-sdks | 15:55 | |
*** markvoelker has joined #openstack-sdks | 15:56 | |
*** markvoelker_ has joined #openstack-sdks | 15:57 | |
*** e0ne has quit IRC | 15:58 | |
*** singhj has quit IRC | 16:00 | |
*** markvoelker has quit IRC | 16:01 | |
*** salv-orlando has joined #openstack-sdks | 16:08 | |
*** singhj has joined #openstack-sdks | 16:10 | |
*** e0ne has joined #openstack-sdks | 16:11 | |
*** singhj has quit IRC | 16:14 | |
*** cdent has quit IRC | 16:22 | |
*** cdent has joined #openstack-sdks | 16:23 | |
kromanenko | dtroyer: i have done it. I checked it on my devstack, and let's wait for experimental job results. I`ll glad to receive reviews :) | 16:23 |
*** singhj has joined #openstack-sdks | 16:30 | |
*** e0ne has quit IRC | 16:32 | |
*** cdent has quit IRC | 16:41 | |
*** kromanenko_ has joined #openstack-sdks | 16:43 | |
*** cdent has joined #openstack-sdks | 16:43 | |
*** e0ne has joined #openstack-sdks | 16:47 | |
*** e0ne has quit IRC | 16:50 | |
*** kromanenko_ has quit IRC | 16:53 | |
*** kromanenko has quit IRC | 16:53 | |
openstackgerrit | Matthew Edmonds proposed openstack/python-openstackclient: Don't mask authorization errors https://review.openstack.org/241902 | 16:57 |
openstackgerrit | Merged openstack/microversion-parse: Enable gerrit, gitreview and gate testing https://review.openstack.org/299522 | 17:03 |
openstackgerrit | Merged openstack/microversion-parse: Fix folded header checks for WebOb https://review.openstack.org/299904 | 17:03 |
openstackgerrit | Chris Dent proposed openstack/microversion-parse: Include README.rst content on doc index https://review.openstack.org/300101 | 17:07 |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:17 | |
*** singhj has quit IRC | 17:19 | |
openstackgerrit | Merged openstack/microversion-parse: Include README.rst content on doc index https://review.openstack.org/300101 | 17:26 |
sheel | rtheis: hey | 17:36 |
*** sdague has quit IRC | 17:36 | |
sheel | rtheis: regarding one comment, are you expecting raising CommandError for if result > 0: raise CommandError | 17:37 |
sheel | rtheis: on https://review.openstack.org/#/c/293661/10/openstackclient/volume/v2/volume_type.py | 17:38 |
*** sdague has joined #openstack-sdks | 17:38 | |
*** dims_ has quit IRC | 17:39 | |
*** dims has joined #openstack-sdks | 17:40 | |
*** singhj has joined #openstack-sdks | 17:41 | |
openstackgerrit | Sheel Rana proposed openstack/python-openstackclient: Add support for setting volume-type-access https://review.openstack.org/293661 | 17:41 |
rtheis | sheel: yes, a non-zero return code is needed when the command is complete | 17:42 |
sheel | rtheis: done | 17:43 |
sheel | rtheis: thanks | 17:43 |
rtheis | yw | 17:43 |
sheel | :) | 17:43 |
*** lhcheng has joined #openstack-sdks | 17:44 | |
openstackgerrit | Merged openstack/python-openstackclient: Add --project to "subnet pool create" https://review.openstack.org/296214 | 17:45 |
-openstackstatus- NOTICE: Job failures for missing traceroute packages are in the process of being fixed now, ETA 30 minutes to effectiveness for new jobs | 17:49 | |
openstackgerrit | Sheel Rana proposed openstack/python-openstackclient: Add support for setting volume-type-access https://review.openstack.org/293661 | 17:56 |
*** lhcheng has quit IRC | 18:01 | |
*** lhcheng has joined #openstack-sdks | 18:03 | |
*** lhcheng has joined #openstack-sdks | 18:04 | |
*** lhcheng has quit IRC | 18:07 | |
*** rtheis has quit IRC | 18:08 | |
*** rtheis has joined #openstack-sdks | 18:09 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:20 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:22 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:24 | |
*** dims_ has joined #openstack-sdks | 18:24 | |
*** dims has quit IRC | 18:24 | |
*** salv-orlando has quit IRC | 18:26 | |
*** cdent has quit IRC | 18:38 | |
*** annegentle has quit IRC | 18:40 | |
*** annegentle has joined #openstack-sdks | 18:40 | |
sheel | dtroyer: hey, meeting time | 19:00 |
*** terrylhowe has joined #openstack-sdks | 19:03 | |
*** openstackgerrit has quit IRC | 19:03 | |
*** openstackgerrit has joined #openstack-sdks | 19:04 | |
*** annegentle has quit IRC | 19:04 | |
*** annegentle has joined #openstack-sdks | 19:05 | |
*** cdent has joined #openstack-sdks | 19:10 | |
*** lhcheng has joined #openstack-sdks | 19:13 | |
*** annegentle has quit IRC | 19:14 | |
*** annegentle has joined #openstack-sdks | 19:24 | |
*** jamielennox|away is now known as jamielennox | 19:26 | |
*** fzdarsky has quit IRC | 19:45 | |
-openstackstatus- NOTICE: Any jobs which erroneously failed on missing traceroute packages should be safe to recheck now | 19:55 | |
*** salv-orlando has joined #openstack-sdks | 20:08 | |
*** stevemar has quit IRC | 20:33 | |
*** stevemar has joined #openstack-sdks | 20:33 | |
*** cleong has quit IRC | 20:34 | |
*** stevemar_ has joined #openstack-sdks | 20:56 | |
*** knikolla has quit IRC | 20:56 | |
*** stevemar has quit IRC | 20:56 | |
*** cdent has quit IRC | 21:08 | |
*** rtheis has quit IRC | 21:21 | |
*** singhj has quit IRC | 21:24 | |
*** knikolla has joined #openstack-sdks | 21:28 | |
*** singhj has joined #openstack-sdks | 21:38 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:56 | |
*** amotoki has joined #openstack-sdks | 22:01 | |
*** gouthamr has quit IRC | 22:07 | |
*** singhj has quit IRC | 22:10 | |
*** erlon has quit IRC | 22:17 | |
*** annegentle has quit IRC | 22:18 | |
*** annegentle has joined #openstack-sdks | 22:20 | |
*** singhj has joined #openstack-sdks | 22:24 | |
*** singhj has quit IRC | 22:29 | |
*** annegentle has quit IRC | 22:41 | |
*** annegentle has joined #openstack-sdks | 22:42 | |
*** sdague has quit IRC | 22:50 | |
*** annegentle has quit IRC | 22:53 | |
*** kfox1111_ is now known as kfox1111 | 23:08 | |
*** knikolla has quit IRC | 23:10 | |
*** annegentle has joined #openstack-sdks | 23:10 | |
*** salv-orlando has quit IRC | 23:11 | |
*** amotoki has quit IRC | 23:13 | |
*** annegentle has quit IRC | 23:26 | |
*** reedip__ has quit IRC | 23:27 | |
*** gouthamr has joined #openstack-sdks | 23:50 | |
*** knikolla has joined #openstack-sdks | 23:53 | |
*** Qiming has joined #openstack-sdks | 23:58 | |
*** lhcheng has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!