Thursday, 2016-04-21

*** Qiming has quit IRC00:09
reedipRuiChen: need your response to my comment in https://review.openstack.org/#/c/307556/5 :)00:17
openstackgerritReedip proposed openstack/python-openstackclient: Add VLAN Transparent option to ``osc network``  https://review.openstack.org/30755600:22
openstackgerritReedip proposed openstack/python-openstackclient: Add VLAN Transparent option to ``osc network``  https://review.openstack.org/30755600:25
*** salv-orlando has joined #openstack-sdks00:26
*** jamielennox|away is now known as jamielennox00:28
*** salv-orlando has quit IRC00:33
*** thrash|g0ne has quit IRC00:38
*** eliqiao_ has quit IRC00:39
*** reedip_ has quit IRC00:39
*** eliqiao has joined #openstack-sdks00:41
*** jamielennox is now known as jamielennox|away00:49
*** jamielennox|away is now known as jamielennox00:51
*** reedip_ has joined #openstack-sdks00:52
openstackgerritBrad Behle proposed openstack/python-openstackclient: Add new share and default parms to subnet pool cmds  https://review.openstack.org/30754001:13
*** Qiming has joined #openstack-sdks01:19
RuiChenreedip: got it01:19
*** thrash has joined #openstack-sdks01:35
*** thrash has quit IRC01:35
*** thrash has joined #openstack-sdks01:35
*** gildub has joined #openstack-sdks01:39
RuiChenreedip: I do some clarification in https://review.openstack.org/#/c/307556/01:42
reedipokay RuiChen01:43
openstackgerritReedip proposed openstack/python-openstackclient: Add VLAN Transparent option to ``osc network``  https://review.openstack.org/30755601:48
reedipstevemar: Awake? If so , I need your point of view on https://review.openstack.org/#/c/307556/5/openstackclient/network/v2/network.py ( the first comment about devref on Line#99)01:48
*** salv-orlando has joined #openstack-sdks01:49
stevemarreedip: howdy01:50
reedipstevemar: just fighting a losing battle  :P01:51
stevemarreedip: i guess if the option is a mutex you should use if/elif01:52
reedipstevemar: Ideally yeah, but the catch comes when the DEFAULT value is NONE01:52
stevemarwhich, it is: vlan_transparent_grp = parser.add_mutually_exclusive_group01:52
stevemarhmm01:52
reedipstevemar: if both options have a default none value, then if user does not specify either, the if/elif would still work but having 2 ifs are better in that case01:53
reedipelif actually serves the purpose of if, just helps to skip if the first if is executed01:53
reedipand as the mutually_exclusive_group is already doing an if-else clause, so half of our work is done01:54
stevemarreedip: devref is just that, a reference :)01:55
stevemari wouldn't worry too much about this01:55
reedipstevemar: I would, because the -1 is being given on following it point to point and others also agree to it . Its great that reviewers are following it, but its just that some freedom should also be given to the developer01:56
*** yanyanhu has joined #openstack-sdks01:56
stevemarreedip: seems like rui chen is OK with things now :)01:57
reedipdevref is there to stop any mishaps from happening, and thats why we should follow it01:57
reedipyes, but I would prefer discussing it in tomorrow's meeting once, because there are a lot more reviewers who may point out to this thing01:57
reedipconvincing everyone individually would a pain point :)01:58
stevemargood call02:01
stevemarreedip: did you catch this thread: http://lists.openstack.org/pipermail/openstack-dev/2016-April/092546.html02:02
dtroyerI just saw this go by re the 'if not options are specified' bit…02:02
dtroyerthat's why we do the mutex booleans the way we do (—enable|—disable), so if both are false/None, no option was specified on the command line02:03
reedipstevemar: nice , I just brushed it up now, will read it in depth a bit later02:04
reedipdtroyer: but we can safely use elif, cant we?02:05
*** salv-orlando has quit IRC02:05
reedipdtroyer: the mutually exclusive group allows only one boolean argument to be present, so using 2 ifs is more like a redundant check02:05
dtroyerhow do you know if neither is present?02:06
reedipelif would still work, wont it?02:06
dtroyermy point is that using just two bare if statements is clearer02:06
dtroyerdon't get too clever02:06
reedipmine is that I can save that one cycle :)02:06
reedipI am not wrong, I am just different :)02:07
dtroyersure, and in this case that might work.02:07
dtroyerbut my way always works, even if it is a but more verbose02:07
dtroyerthat's why I prefer to have them all work that way, otherwise we're always having to sort out which way to do it02:07
reedipdtroyer: I agree that your way always works, my point is that let the developer also use his/her own brain, than just a simple copy-paste :)02:08
dtroyerI don't disagree02:09
reedipthats why I changed my code to 2 ifs but still want to ask this out02:09
reedipbut you dont agree either :)02:09
dtroyerhowever, I've also had to go back and fix it when the dev does a c-n-p and doesn't think it through, or more importantly doesn't understand the API well enough to know what it requires02:09
reedipdtroyer: exactly , absolutely right02:10
dtroyerI'm pushing toward the safest code to deal with the inconsistent aPIs that we have, for multiple deveopers to all understand02:10
reedipdtroyer: but new ideas can be cultivated , and if a new developer who copy-pastes reviews a code which hnadles the things a bit differently, it would be a learning experience as well, isnt it?02:11
reediprest , you are the boss :)02:11
dtroyerall true, but not the best approach in a distributed community project like this02:12
dtroyerif you get too clever and innovative, you lose people02:12
dtroyerfor example, it took me longer than I care to admit to understand how the descriptors in ClientManager worked, and why.02:12
dtroyer dhellmann did that and I learned a lot, but not everyone gets them02:13
reediphmm, I cannot disagree with this fact that using multiple designs in the same code base can actually feel like cracking open the skull....02:15
openstackgerritTang Chen proposed openstack/python-openstackclient: Format external gateway info output  https://review.openstack.org/30762902:16
reedipI would , still weigh my opinion that minuscule degree of freedom can be given if the code looks good enough ( like in this case of if and elif ) . but again, thats IMHO02:17
tangchenreedip, stevemar, dtroyer, Rui Chen: Hi guys, I'll start my journey to Austin tomorrow. Nanjing->Beijing->San Francisco->Austin. So I'm afraid I cannot help to review the patches for some days. Looking forward to the meetup in Austin. :)02:27
stevemartangchen: zomg so many flights02:27
reedipPack some lunch tangchen , you seem to be travelling for more than 30 hrs02:27
reedipand have a safe journey ! :)02:28
tangchenreedip, stevemar: Nanjing->Beijing is by train. And I'll stay in Beijing for one day. :) So don't worry. Thank you very much.02:29
stevemartangchen: that's slightly better :)02:29
dtroyertangchen: safe travels…see you in Austin02:31
stevemardtroyer: any ideas on improving slowness?02:31
stevemari wouldn't mind tinkering on that02:31
dtroyergetting ksc out of everything except Identity CRUD is #102:34
dtroyerThen I want to prove that oslo.config is NOT the next rpoblem I think it is02:34
dtroyerthen I want to lay out a profiling harness to get everyone on the same page for talking about this02:35
dtroyerusing year old info isn't helping us02:35
stevemardtroyer: i don't have experience profiling things, any suggestions on how to start with osc?02:39
stevemardtroyer: also, i do think the plugin loading is taking time02:39
stevemarand loading python (which has limited options for fixing this issue)02:40
dtroyerthe plugin scan does take time02:40
dtroyerhaving 10 loaded is going to hurt02:40
dtroyerI was using boris' profimp for static import analysis, that's the place to start I think02:40
dtroyerlast fall it was still KSC with over half of the startup overhead02:41
dtroyerKSa will be better (especially without loading lxml!) but I think oslo.config hurts still02:41
stevemarprofimp eh02:47
stevemari'll look02:47
reediptangchen, RuiChen: Updated the patch vv02:49
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from ports  https://review.openstack.org/30253002:49
stevemardtroyer: also, our liberty branch is broken: https://review.openstack.org/#/c/271932/ :(02:50
*** lhcheng has quit IRC02:50
stevemar(that patch ^ actually fixes the unit tests)02:51
stevemarthis one shows that functional and unit tests are broken: https://review.openstack.org/#/c/258337/02:51
RuiChentangchen: have a nice trip :-)03:05
RuiChenreedip: I will review the new patch once I have time  https://review.openstack.org/30253003:06
*** salv-orlando has joined #openstack-sdks03:06
reedipYeah sure, take your time03:06
reedipI will just update 3 more till then :P03:07
*** salv-orlando has quit IRC03:10
*** jamielennox is now known as jamielennox|away03:21
*** salv-orlando has joined #openstack-sdks03:23
*** salv-orlando has quit IRC03:29
*** lhcheng has joined #openstack-sdks03:30
*** amotoki has joined #openstack-sdks03:42
*** singhj has joined #openstack-sdks03:51
*** tangchen has quit IRC03:52
*** amotoki has quit IRC04:01
*** singhj has quit IRC04:05
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from Subnets  https://review.openstack.org/30623604:07
*** bapalm has quit IRC04:10
*** amotoki has joined #openstack-sdks04:11
reedipdtroyer, stevemar, tangchen, RuiChen: If you have time please weigh in your options on  https://review.openstack.org/#/c/308201/ as well04:11
reedipthanks in advance :)04:11
*** bapalm has joined #openstack-sdks04:12
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from ports  https://review.openstack.org/30253004:22
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from Routers  https://review.openstack.org/30567804:23
*** salv-orlando has joined #openstack-sdks04:28
*** salv-orlando has quit IRC04:37
*** salv-orlando has joined #openstack-sdks04:58
*** sheel has joined #openstack-sdks04:59
*** salv-orlando has quit IRC05:02
*** salv-orlando has joined #openstack-sdks05:07
*** jaosorior has joined #openstack-sdks05:07
*** e0ne has joined #openstack-sdks05:23
*** lhcheng_ has joined #openstack-sdks05:23
openstackgerritQiming Teng proposed openstack/python-openstackclient: Add commands of clustering service to doc  https://review.openstack.org/30875205:24
*** lhcheng has quit IRC05:26
openstackgerritDinesh Bhor proposed openstack/python-openstacksdk: Enable check for E226  https://review.openstack.org/30875605:54
stevemardtroyer: so, i think i narrowed down the gate issue for stable/liberty, looks like 2 patches had to be combined: https://review.openstack.org/#/c/271932/06:23
*** lhcheng has joined #openstack-sdks06:25
*** lhcheng_ has quit IRC06:29
stevemardtroyer: yeah, it's looking good, jenkins is finally happy. please take a look at https://review.openstack.org/#/c/271932/ when you get a chance06:44
stevemardtroyer: the gate has been failing since jan 15 :(06:45
stevemarerrr jan 406:45
stevemarwe're lucky mriedem hasn't unleashed the hounds06:46
openstackgerritRui Chen proposed openstack/python-openstackclient: Fix server group document issue  https://review.openstack.org/30878606:52
*** gildub_ has joined #openstack-sdks06:56
RuiChenhi reedip stevemar : the patch fix server group document issue you mention ^^06:56
*** e0ne has quit IRC07:01
*** gildub has quit IRC07:03
*** gildub_ has quit IRC07:04
*** gildub has joined #openstack-sdks07:04
stevemarRuiChen: +A07:05
*** e0ne has joined #openstack-sdks07:07
RuiChenstevemar: thank you :-)07:07
*** e0ne has quit IRC07:32
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from ports  https://review.openstack.org/30253007:46
reedipRuiChen : m nt a core , so +1 :P07:49
RuiChenreedip: cool :-)07:50
*** hogepodge has quit IRC07:52
*** hogepodge has joined #openstack-sdks07:54
*** jaosorior has quit IRC08:22
*** lhcheng has quit IRC08:26
*** markvoelker has quit IRC08:27
*** jaosorior has joined #openstack-sdks08:30
openstackgerritMerged openstack/python-openstackclient: Fix server group document issue  https://review.openstack.org/30878608:53
*** amotoki has quit IRC09:02
*** kromanenko has joined #openstack-sdks09:05
*** gildub has quit IRC09:17
*** markvoelker has joined #openstack-sdks09:27
*** markvoelker has quit IRC09:32
*** cdent has joined #openstack-sdks09:38
*** amotoki has joined #openstack-sdks09:59
*** e0ne has joined #openstack-sdks10:12
*** nikhil has quit IRC10:14
*** nikhil has joined #openstack-sdks10:14
*** devth has quit IRC10:15
*** devth has joined #openstack-sdks10:17
*** salv-orl_ has joined #openstack-sdks10:19
*** yanyanhu has quit IRC10:22
*** salv-orlando has quit IRC10:22
*** sdague has joined #openstack-sdks10:23
-openstackstatus- NOTICE: OVH servers are down, we are working to solve it. This will cause that jobs queue is processed slowly, please have patience.10:37
*** Qiming has quit IRC10:41
*** e0ne has quit IRC10:49
*** jaosorior has quit IRC10:52
*** jaosorior has joined #openstack-sdks10:53
*** cdent has quit IRC11:04
*** lucasagomes is now known as lucas-hungry11:05
*** amotoki has quit IRC11:07
*** rtheis has joined #openstack-sdks11:21
*** e0ne has joined #openstack-sdks11:30
*** Qiming has joined #openstack-sdks11:32
*** salv-orl_ has quit IRC11:33
*** cdent has joined #openstack-sdks11:44
*** lucas-hungry is now known as lucasagomes11:49
*** amotoki has joined #openstack-sdks11:58
*** Qiming has quit IRC12:00
dtroyerstevemar: This should be an indication (to others) of how (not!) important stable branches are to OSC.But that's no excuse for a broken gate either…12:01
*** sdague has quit IRC12:06
*** amotoki_ has joined #openstack-sdks12:09
*** amotoki has quit IRC12:11
*** amotoki_ has quit IRC12:11
*** krotscheck_dcm is now known as krotscheck12:15
*** markvoelker has joined #openstack-sdks12:17
*** amotoki has joined #openstack-sdks12:21
*** salv-orlando has joined #openstack-sdks12:28
*** sdague has joined #openstack-sdks12:32
*** gouthamr has joined #openstack-sdks12:33
*** sdague has quit IRC12:38
*** sdague has joined #openstack-sdks12:39
*** sdague has quit IRC12:39
*** e0ne has quit IRC12:39
*** e0ne has joined #openstack-sdks12:42
*** jaypipes has joined #openstack-sdks12:44
*** sdague has joined #openstack-sdks12:47
*** sdague has quit IRC12:47
*** sdague has joined #openstack-sdks12:48
-openstackstatus- NOTICE: OVH provider is enabled again, please wait for the job queue to be processed12:49
*** rtheis has quit IRC12:50
*** amotoki has quit IRC12:52
*** fzdarsky has joined #openstack-sdks12:58
*** e0ne has quit IRC13:01
sheelstevemar: hi13:08
sheelstevemar: are we going to have meeting at same time today or as per updated time?13:08
sheelstevemar:  or may be rephrasing: have we updated time as per previous discussions?13:09
sheel:)13:09
*** rtheis has joined #openstack-sdks13:09
sheelrtheis: ^^13:09
rtheissheel: I just logged in and missed your message13:10
*** amotoki has joined #openstack-sdks13:16
sheelrtheis: oh sorry13:19
sheelrtheis: 6:38 PM <sheel> stevemar: are we going to have meeting at same time today or as per updated time?13:20
sheel6:39 PM <sheel> stevemar:  or may be rephrasing: have we updated time as per previous discussions?13:20
rtheissheel: not for this week13:21
sheelrtheis:  ok, thank you for update...13:21
stevemardtroyer: we still need a stable gate so packagers can build :)14:09
*** e0ne has joined #openstack-sdks14:12
dtroyerstevemar: I guess my point is that we really really really don't want to make any changes to stable in any case.  Packagers are why we need to not jump dependency version unnecessarily.  if/when requirements.txt gets relaxed globally, we'll want to be as slow as possible to update those to provide max compatibility to distro packaged deps14:13
*** fzdarsky has quit IRC14:19
cdentelmiko, etoews are we planning to meet later today?14:46
elmikocdent: i thought so14:47
cdentthat's cool, was just confirming14:47
etoewsya14:49
*** sdague_ has joined #openstack-sdks14:50
etoewscdent: elmiko: i just updated the agenda. looks like it will be a short one.14:52
elmikoetoews: ack, thanks!14:52
* cdent uses the current window of opportunity to go home14:52
*** sdague_ has quit IRC14:53
*** sdague has quit IRC14:53
*** sdague has joined #openstack-sdks14:54
openstackgerritMerged openstack/python-openstackclient: Add commands of clustering service to doc  https://review.openstack.org/30875214:54
*** jaosorior has quit IRC14:56
*** cdent has quit IRC15:05
*** e0ne has quit IRC15:15
*** salv-orlando has quit IRC15:16
*** jaosorior has joined #openstack-sdks15:16
*** singhj has joined #openstack-sdks15:17
*** e0ne has joined #openstack-sdks15:17
*** e0ne has quit IRC15:29
*** sigmavirus24_awa is now known as sigmavirus2415:33
*** cdent has joined #openstack-sdks15:35
*** e0ne has joined #openstack-sdks15:36
*** singhj has quit IRC15:38
*** openstackgerrit has quit IRC15:48
*** jaosorior has quit IRC15:48
*** openstackgerrit has joined #openstack-sdks15:49
*** lhcheng has joined #openstack-sdks16:12
*** lhcheng has quit IRC16:13
*** lhcheng has joined #openstack-sdks16:13
*** lucasagomes is now known as lucas-dinner16:26
openstackgerritRichard Theis proposed openstack/python-openstackclient: Support quota show for current project  https://review.openstack.org/30909016:35
openstackgerritMerged openstack/api-wg: Rename Swagger to OpenAPI  https://review.openstack.org/30559016:36
openstackgerritMerged openstack/api-wg: Clarify information about the GET method  https://review.openstack.org/30180516:38
*** singhj has joined #openstack-sdks16:40
openstackgerritMerged openstack/api-wg: Add link to microversion-parse to microversion spec  https://review.openstack.org/30336916:43
openstackgerritAnne Gentle proposed openstack/api-wg: Revise API doc guidelines for current state  https://review.openstack.org/30833616:51
*** yarkot has quit IRC17:02
*** jgriffith has quit IRC17:03
*** jgriffith has joined #openstack-sdks17:03
*** keekz has quit IRC17:04
*** jgriffith is now known as Guest389417:04
*** keekz has joined #openstack-sdks17:05
*** yarkot has joined #openstack-sdks17:05
*** stevemar has quit IRC17:06
*** Kiall has quit IRC17:07
*** stevemar has joined #openstack-sdks17:08
*** Kiall has joined #openstack-sdks17:10
*** stevelle_ has joined #openstack-sdks17:11
*** sheel_ has joined #openstack-sdks17:12
*** singhj has quit IRC17:12
openstackgerritRichard Theis proposed openstack/python-openstackclient: Devref: Command Beta  https://review.openstack.org/30543617:14
*** gouthamr_ has joined #openstack-sdks17:15
*** reedip_ has quit IRC17:15
openstackgerritMerged openstack/python-openstackclient: Fixed subnet command host route output  https://review.openstack.org/30832417:17
openstackgerritMerged openstack/python-openstackclient: Add new share and default parms to subnet pool cmds  https://review.openstack.org/30754017:18
*** gouthamr has quit IRC17:19
*** kromanenko has quit IRC17:19
*** sheel has quit IRC17:19
*** amit213 has quit IRC17:19
*** stevelle has quit IRC17:19
*** manjeets has quit IRC17:19
*** jasondotstar has quit IRC17:19
*** lbragstad has quit IRC17:19
*** etoews has quit IRC17:19
*** stevelle_ is now known as stevelle17:19
*** manjeets- has joined #openstack-sdks17:19
*** sheel_ is now known as sheel17:19
*** lbragstad has joined #openstack-sdks17:22
*** amit213 has joined #openstack-sdks17:22
*** etoews has joined #openstack-sdks17:23
*** jasondotstar has joined #openstack-sdks17:24
*** alex_xu has quit IRC17:27
*** salv-orlando has joined #openstack-sdks17:31
*** alex_xu has joined #openstack-sdks17:31
*** salv-orlando has quit IRC17:34
*** salv-orlando has joined #openstack-sdks17:34
*** singhj has joined #openstack-sdks17:47
*** _RuiChen has joined #openstack-sdks17:52
sheeldtroyer: hi17:53
*** RuiChen has quit IRC17:55
*** sigmavirus24 is now known as sigmavirus24_awa17:55
dtroyerhi17:56
sheeldtroyer: have we finalized the meeting time17:59
sheeldtroyer: as per mail chain, things were finalized... but still i think formal announcement is left17:59
sheelfrom your side18:00
dtroyerright, it'll take effect May 12, as there is no meeting next week due to summit18:02
sheelok, nice...18:02
sheeldtroyer: thanks for confirmation18:03
sheeldtroyer:  btw, I raised one BP, please have a look once you got time:  https://blueprints.launchpad.net/python-openstackclient/+spec/backup-snapshot-renamed-for-volume-resource18:04
*** lhcheng has quit IRC18:08
*** lhcheng has joined #openstack-sdks18:09
*** sigmavirus24_awa is now known as sigmavirus2418:09
*** lhcheng has quit IRC18:09
*** manjeets- has left #openstack-sdks18:19
*** singhj has quit IRC18:21
*** singhj has joined #openstack-sdks18:23
*** salv-orlando has quit IRC18:44
*** amotoki has quit IRC19:05
*** lhcheng has joined #openstack-sdks19:07
*** lhcheng has quit IRC19:08
*** lhcheng has joined #openstack-sdks19:08
*** salv-orlando has joined #openstack-sdks19:10
openstackgerritManjeet Singh Bhatia proposed openstack/python-openstacksdk: Add support for Network IP Availability  https://review.openstack.org/30550919:14
*** gouthamr_ has quit IRC19:15
*** manjeets has joined #openstack-sdks19:15
manjeetsrtheis ping19:15
rtheismanjeets: hi19:16
manjeetsrtheis i checked doc i guess it did properly19:17
manjeetsi can send you link to that to make sure19:17
manjeetsI am running webserver for that19:17
rtheismanjeets: thanks for checking19:17
manjeetsrtheis sent you link let me know if it is wrong19:19
manjeetsthanks19:19
rtheisok19:20
*** cdent has quit IRC19:29
*** gouthamr has joined #openstack-sdks19:36
*** Guest3894 is now known as jgriffith19:40
*** sigmavirus24 is now known as sigmavirus24_awa20:09
*** manjeets has left #openstack-sdks20:11
*** sigmavirus24_awa is now known as sigmavirus2420:13
*** thrash is now known as thrash|g0ne20:21
*** e0ne has quit IRC20:24
*** e0ne has joined #openstack-sdks20:24
*** jamielennox|away is now known as jamielennox20:29
*** krotscheck has quit IRC20:48
*** krotscheck has joined #openstack-sdks20:48
*** rtheis has quit IRC20:57
*** sdague has quit IRC21:04
*** e0ne has quit IRC21:07
*** e0ne has joined #openstack-sdks21:08
*** singhj has quit IRC21:14
*** reedip_ has joined #openstack-sdks21:23
*** nikhil_k has joined #openstack-sdks21:27
*** singhj has joined #openstack-sdks21:31
reedip_dtroyer, rtheis: there?21:36
dtroyeryo21:38
reedip_Good afternoon (?)21:39
reedip_Just a query about the --no option for https://review.openstack.org/#/c/307556/21:39
reedip_--no-vlan and --vlan one21:39
reedip_As per the devref, --no or a naturally occurring word can be taken for boolean arguments21:40
*** nikhil has quit IRC21:40
reedip_--vlan-transparent is necessary to be maintained to keep some similarity with NeutronClient( as this option is not there in Nova Network, so some degree of similarity can be easily kept)21:40
*** nikhil_k is now known as nikhil21:40
reedip_point is : isnt  ``non`` a naturally occurring word like ``no``?21:41
dtroyerright21:41
dtroyerit specifically says '—no-' prefix21:41
reedip_I do not have a problem with no, but it sounds odd when spoken out loud21:42
dtroyerthat's a specific rule to account for when there is not an obvious negative word21:42
dtroyermeant to make things like this easy to decide21:42
dtroyerit does, one reason I suggested flipping it around21:42
reedip_but we can keep more than one word in the list , right?21:43
reedip_like no, not, non ( all 3 can be used)21:43
dtroyerno21:43
reedip_whichever sounds better21:43
dtroyervery specifically the characters '—no-'21:43
dtroyerthis is a rule borrowed from other places21:43
dtroyerwhat is the problem with following that?21:44
reedip_ok, but others can be wrong too :)21:44
reedip_okay, will use --no21:44
*** singhj has quit IRC21:52
*** singhj has joined #openstack-sdks21:58
*** singhj has quit IRC22:11
*** ankur-gupta-f has joined #openstack-sdks22:27
*** ankur-gupta-f has left #openstack-sdks22:28
*** krotscheck is now known as krotscheck_dcm22:32
*** sigmavirus24 is now known as sigmavirus24_awa22:35
*** sdague has joined #openstack-sdks22:41
*** reedip_ has quit IRC22:44
*** reedip_ has joined #openstack-sdks22:44
*** gouthamr has quit IRC22:59
*** markvoelker has quit IRC23:20
*** salv-orl_ has joined #openstack-sdks23:29
*** salv-orlando has quit IRC23:32
*** e0ne has quit IRC23:47

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