| tonyb | r1chardj0n3s: https://specs.openstack.org/openstack-infra/infra-specs/specs/branch-automation.html | 00:04 |
|---|---|---|
| tonyb | r1chardj0n3s: also for the record if you decide you want to use the local_conf you just need to add stable/mitaka to the end of all the enable_plugin lines | 00:05 |
| *** tqtran has joined #openstack-horizon | 00:09 | |
| *** wolverineav has joined #openstack-horizon | 00:11 | |
| r1chardj0n3s | tonyb: righto, thanks | 00:11 |
| * r1chardj0n3s is going to propose a simple patch to the doc to note that | 00:13 | |
| tonyb | r1chardj0n3s: cool | 00:13 |
| *** tqtran has quit IRC | 00:13 | |
| openstackgerrit | Richard Jones proposed openstack/horizon: Note how to use local.conf in stable branches https://review.openstack.org/402242 | 00:14 |
| *** wolverineav has quit IRC | 00:20 | |
| *** wolverineav has joined #openstack-horizon | 00:21 | |
| *** wolverineav has quit IRC | 00:25 | |
| openstackgerrit | Kenji Ishii proposed openstack/horizon: Adding identity ng-roles panel https://review.openstack.org/222825 | 00:26 |
| openstackgerrit | Kenji Ishii proposed openstack/horizon: Adding identity ng-roles panel https://review.openstack.org/222825 | 00:28 |
| openstackgerrit | Kenji Ishii proposed openstack/horizon: Adding identity ng-roles panel https://review.openstack.org/222825 | 00:29 |
| *** kenji-i has joined #openstack-horizon | 00:30 | |
| r1chardj0n3s | tonyb / robcresswell: this patch is about all we can do for Mitaka https://review.openstack.org/#/c/402246/ | 00:31 |
| *** wolverineav has joined #openstack-horizon | 00:32 | |
| r1chardj0n3s | robcresswell: while looking into it, I realised that Mitaka's tox.ini already uses upper-constraints, so with the above patch in place the only broken thing is run_tests and I think we can just live with that | 00:32 |
| *** wolverineav has quit IRC | 00:36 | |
| *** ducttape_ has joined #openstack-horizon | 00:41 | |
| *** jrist has quit IRC | 00:43 | |
| *** jrist has joined #openstack-horizon | 00:44 | |
| *** ducttape_ has quit IRC | 00:48 | |
| *** jrist has quit IRC | 00:48 | |
| *** wolverineav has joined #openstack-horizon | 00:50 | |
| *** jrist has joined #openstack-horizon | 00:50 | |
| *** jrist has quit IRC | 00:52 | |
| *** jrist has joined #openstack-horizon | 00:53 | |
| *** wolverineav has quit IRC | 00:55 | |
| *** tosky has quit IRC | 00:58 | |
| *** ducttape_ has joined #openstack-horizon | 01:00 | |
| openstackgerrit | Kenji Ishii proposed openstack/horizon: Adding identity ng-roles panel https://review.openstack.org/222825 | 01:06 |
| openstackgerrit | Richard Jones proposed openstack/horizon: Note how to use local.conf in stable branches https://review.openstack.org/402242 | 01:08 |
| *** wolverineav has joined #openstack-horizon | 01:13 | |
| *** wolverineav has quit IRC | 01:17 | |
| *** zhurong has joined #openstack-horizon | 01:21 | |
| *** ducttape_ has quit IRC | 01:21 | |
| *** wolverineav has joined #openstack-horizon | 01:27 | |
| *** ducttape_ has joined #openstack-horizon | 01:28 | |
| *** ducttape_ has quit IRC | 01:29 | |
| *** _ducttape_ has joined #openstack-horizon | 01:34 | |
| *** wolverineav has quit IRC | 01:36 | |
| openstackgerrit | Kenji Ishii proposed openstack/horizon: Adding identity ng-roles panel https://review.openstack.org/222825 | 01:42 |
| *** dave-johnston has quit IRC | 01:43 | |
| openstackgerrit | Kenji Ishii proposed openstack/horizon: Ability to configure chart items in Overview https://review.openstack.org/391052 | 01:55 |
| *** _ducttape_ has quit IRC | 01:55 | |
| *** ducttape_ has joined #openstack-horizon | 02:01 | |
| *** wolverineav has joined #openstack-horizon | 02:07 | |
| *** Jeffrey4l has joined #openstack-horizon | 02:11 | |
| *** wolverineav has quit IRC | 02:12 | |
| *** dsneddon has quit IRC | 02:17 | |
| *** ducttape_ has quit IRC | 02:18 | |
| *** ctayal has joined #openstack-horizon | 02:26 | |
| *** ducttape_ has joined #openstack-horizon | 02:27 | |
| *** ctayal has quit IRC | 02:39 | |
| *** ducttape_ has quit IRC | 02:58 | |
| *** ducttape_ has joined #openstack-horizon | 03:05 | |
| *** yamamot__ has joined #openstack-horizon | 03:09 | |
| *** wolverineav has joined #openstack-horizon | 03:15 | |
| tonyb | r1chardj0n3s: would you consider something like http://paste.openstack.org/show/590405 for stable/mitaka ? | 03:21 |
| *** wolverineav has quit IRC | 03:21 | |
| r1chardj0n3s | tonyb: I'm not sure I would want to make such a large change, especially to what is just a development testing script | 03:24 |
| r1chardj0n3s | tonyb: I think the advice for installation and the support in tox is all we need, unless there's something I'm missing | 03:24 |
| r1chardj0n3s | mind you, is install_venv used anywhere else... | 03:25 |
| tonyb | r1chardj0n3s: no the advice is all you need. developers can biuld the venv manually to get the right pakage versions. I just thought teaching run_tests.sh how to biuld it would be a wind for developers on mitaka | 03:25 |
| *** ducttape_ has quit IRC | 03:26 | |
| r1chardj0n3s | tonyb: but if install_venv is actually used somewhere other than run_tests then we need to fix it in master anyway :-) | 03:26 |
| tonyb | install_venv.py is *only* called from the install_venv bash function | 03:26 |
| *** alexvictorchan has quit IRC | 03:26 | |
| tonyb | ... in run_tests.sh | 03:26 |
| r1chardj0n3s | that's my understanding also; robcresswell could probably remove install_venv in his nuke-run_tests.sh patch :-) | 03:27 |
| tonyb | r1chardj0n3s: anyway it's there and it'd work for the $small_number of developers doing backports to stable/mitaka | 03:28 |
| r1chardj0n3s | also, yay, I'm running into bizarro test failures rtying out Rob's tox patch ... and tox with master(!) | 03:28 |
| tonyb | r1chardj0n3s: review number? | 03:28 |
| r1chardj0n3s | tonyb: run_tests isn't scheduled for deletion until Q, but robcresswell has a canary patch up at https://review.openstack.org/#/c/399842 to see what does break now when it's removed | 03:30 |
| r1chardj0n3s | right, this isn't good. tox in master is failing unit tests, but run_tests in master is *not*, even when forced to use upper-constraints... | 03:32 |
| * r1chardj0n3s pokes at the wobbly stack of twigs some more | 03:32 | |
| tonyb | r1chardj0n3s: good luck | 03:33 |
| * tonyb points at somethign shiny and runs in the otehr direction | 03:33 | |
| * r1chardj0n3s looks longingly at the shing thing | 03:33 | |
| r1chardj0n3s | shiny | 03:33 |
| r1chardj0n3s | even | 03:33 |
| tonyb | is it labeld EM700? | 03:34 |
| r1chardj0n3s | haha, possibly ;-) | 03:34 |
| *** ctayal has joined #openstack-horizon | 03:34 | |
| *** wolverineav has joined #openstack-horizon | 03:43 | |
| *** ducttape_ has joined #openstack-horizon | 03:44 | |
| *** flwang1 has quit IRC | 03:47 | |
| *** wolverineav has quit IRC | 03:48 | |
| *** ducttape_ has quit IRC | 03:49 | |
| *** kenji-i has quit IRC | 03:55 | |
| *** ducttape_ has joined #openstack-horizon | 03:56 | |
| *** ducttape_ has quit IRC | 04:00 | |
| *** ctayal has quit IRC | 04:08 | |
| *** tqtran has joined #openstack-horizon | 04:10 | |
| *** tqtran has quit IRC | 04:15 | |
| *** wolverineav has joined #openstack-horizon | 04:28 | |
| *** wolverineav has quit IRC | 04:33 | |
| *** udesale has joined #openstack-horizon | 04:34 | |
| *** zhurong has quit IRC | 04:34 | |
| openstackgerrit | Tony Breeds proposed openstack/horizon: Add constratints support to run_tests.sh https://review.openstack.org/402291 | 04:51 |
| *** ducttape_ has joined #openstack-horizon | 04:57 | |
| *** wolverineav has joined #openstack-horizon | 04:58 | |
| r1chardj0n3s | oh, crud. we have unflagged errors in our test suite again :-( | 05:00 |
| *** ducttape_ has quit IRC | 05:02 | |
| openstackgerrit | Tony Breeds proposed openstack/horizon: Add constratints support to run_tests.sh https://review.openstack.org/402291 | 05:02 |
| r1chardj0n3s | tonyb: "constratints" .. I just noticed :-P | 05:02 |
| *** wolverineav has quit IRC | 05:03 | |
| openstackgerrit | Tony Breeds proposed openstack/horizon: Add constratints support to run_tests.sh https://review.openstack.org/402291 | 05:06 |
| *** wolverineav has joined #openstack-horizon | 05:09 | |
| *** yamamot__ has quit IRC | 05:16 | |
| *** wolverineav has quit IRC | 05:16 | |
| openstackgerrit | Tony Breeds proposed openstack/horizon: Add constraints support to run_tests.sh https://review.openstack.org/402291 | 05:18 |
| *** zhurong has joined #openstack-horizon | 05:19 | |
| *** zhurong has quit IRC | 05:21 | |
| *** zhurong has joined #openstack-horizon | 05:21 | |
| *** ratailor has joined #openstack-horizon | 05:22 | |
| *** braveliu has quit IRC | 05:32 | |
| *** braveliu has joined #openstack-horizon | 05:36 | |
| *** masco has joined #openstack-horizon | 05:37 | |
| *** wolverineav has joined #openstack-horizon | 05:42 | |
| *** TravT has joined #openstack-horizon | 05:44 | |
| *** ChanServ sets mode: +v TravT | 05:44 | |
| *** wolverineav has quit IRC | 05:47 | |
| *** wolverineav has joined #openstack-horizon | 05:54 | |
| openstackgerrit | Richard Jones proposed openstack/horizon: Fix mox trapped errors https://review.openstack.org/402303 | 06:00 |
| *** wolverineav has quit IRC | 06:04 | |
| *** yamamot__ has joined #openstack-horizon | 06:04 | |
| *** wolverineav has joined #openstack-horizon | 06:16 | |
| *** wolverineav has quit IRC | 06:21 | |
| *** TravT has quit IRC | 06:25 | |
| *** adriant has quit IRC | 06:26 | |
| *** flwang1 has joined #openstack-horizon | 06:28 | |
| *** wolverineav has joined #openstack-horizon | 06:29 | |
| *** wolverineav has quit IRC | 06:34 | |
| *** zackf has joined #openstack-horizon | 06:35 | |
| *** zackf has quit IRC | 06:40 | |
| *** TravT has joined #openstack-horizon | 06:52 | |
| *** ChanServ sets mode: +v TravT | 06:52 | |
| *** flwang1 has quit IRC | 06:55 | |
| *** ducttape_ has joined #openstack-horizon | 06:58 | |
| *** wolverineav has joined #openstack-horizon | 06:59 | |
| *** flwang1 has joined #openstack-horizon | 06:59 | |
| *** ducttape_ has quit IRC | 07:03 | |
| *** wolverineav has quit IRC | 07:03 | |
| *** rcernin has joined #openstack-horizon | 07:05 | |
| *** makowals has quit IRC | 07:18 | |
| *** makowals has joined #openstack-horizon | 07:19 | |
| *** jprovazn has joined #openstack-horizon | 07:19 | |
| *** wolverineav has joined #openstack-horizon | 07:23 | |
| *** rcernin has quit IRC | 07:26 | |
| *** rcernin has joined #openstack-horizon | 07:28 | |
| *** TravT has quit IRC | 07:29 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Zanata https://review.openstack.org/402331 | 07:33 |
| robcresswell | r1chardj0n3s: At this rate we're going to have to make tonyb a Horizon core :p | 07:34 |
| *** makowals has quit IRC | 07:35 | |
| *** wolverineav has quit IRC | 07:36 | |
| *** makowals has joined #openstack-horizon | 07:47 | |
| *** rcernin has quit IRC | 07:51 | |
| *** wolverineav has joined #openstack-horizon | 07:51 | |
| *** rcernin has joined #openstack-horizon | 07:54 | |
| *** Jeffrey4l has quit IRC | 07:57 | |
| *** wolverineav has quit IRC | 07:59 | |
| openstackgerrit | Shu Muto proposed openstack/ui-cookiecutter: Fix checkbox and checkboxes on workflow https://review.openstack.org/402346 | 08:09 |
| *** tqtran has joined #openstack-horizon | 08:12 | |
| *** flwang1 has quit IRC | 08:14 | |
| *** tqtran has quit IRC | 08:17 | |
| *** pcaruana has joined #openstack-horizon | 08:19 | |
| *** wolverineav has joined #openstack-horizon | 08:20 | |
| *** wolverineav has quit IRC | 08:25 | |
| *** wolverineav has joined #openstack-horizon | 08:26 | |
| *** wolverineav has quit IRC | 08:26 | |
| *** wolverineav has joined #openstack-horizon | 08:26 | |
| *** wolverineav has quit IRC | 08:32 | |
| *** jpich has joined #openstack-horizon | 08:37 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/manila-ui: Imported Translations from Zanata https://review.openstack.org/402357 | 08:48 |
| *** ducttape_ has joined #openstack-horizon | 08:59 | |
| *** betherly has joined #openstack-horizon | 09:00 | |
| betherly | morning! | 09:00 |
| r1chardj0n3s | robcresswell: yah! | 09:02 |
| r1chardj0n3s | hai betherly! | 09:02 |
| *** ducttape_ has quit IRC | 09:04 | |
| r1chardj0n3s | oh, betherly, so IIRC we use os_simple_tenant_usage to get the totals of usage for the summary graphs - it seems silly for us to retrieve lists of stuff just to add up the numbers when we could ask nova to add the numbers up for us, I think | 09:04 |
| r1chardj0n3s | my memory of all this stuff is very 2-years-old-and-rusty though | 09:04 |
| betherly | r1chardj0n3s: oh awesome ok! thank you! | 09:06 |
| betherly | do you know if there are any examples you can point me to> | 09:06 |
| betherly | ? | 09:06 |
| r1chardj0n3s | not offhand. I'm just poking into the code right now to see if I can find the code behine the Limit Summary in Project>Compute>Overview | 09:07 |
| r1chardj0n3s | the data for the charts is compiled in openstack_dashboard/usage/views.py:UsageView.get_context_data() the charts value | 09:08 |
| r1chardj0n3s | that seems to call down to novaclient limits | 09:09 |
| r1chardj0n3s | the reason I was looking into this 2 years ago is we had a customer who had many thousands of instances and 20,000+ deleted instances and viewing the Overview page never returned | 09:11 |
| r1chardj0n3s | and os-simple-tenant-usage was the culprit | 09:11 |
| *** makowals has quit IRC | 09:12 | |
| robcresswell | betherly: Are you working on the overview pages? | 09:13 |
| r1chardj0n3s | betherly: yep, so I'm *fairly certain* that the charts use the nova limits API call and combine that with the usage data from os-simple-tenant-usage which it just totals up by type | 09:13 |
| r1chardj0n3s | the usage code is a little convoluted but it's not impossible to follow through | 09:15 |
| betherly | robcresswell: yup the nova pagination stuff | 09:16 |
| robcresswell | Nova... Pagination... Stuff? | 09:16 |
| betherly | r1chardj0n3s: thats super helpful thanks! | 09:16 |
| robcresswell | Is there a horizon bp? :) | 09:16 |
| r1chardj0n3s | robcresswell: yes | 09:17 |
| robcresswell | Saves me asking sum questions | 09:17 |
| robcresswell | Dum* | 09:17 |
| r1chardj0n3s | yes. "dum" is better :-P | 09:17 |
| betherly | https://blueprints.launchpad.net/horizon/+spec/simple-tenant-usage-pagination | 09:17 |
| betherly | robcresswell: nah youre not guilty of that | 09:17 |
| betherly | thats normally me :p | 09:17 |
| robcresswell | Ah cool! | 09:20 |
| robcresswell | Yes I remember now | 09:21 |
| robcresswell | Thanks | 09:21 |
| betherly | :) | 09:25 |
| *** makowals has joined #openstack-horizon | 09:35 | |
| *** wolverineav has joined #openstack-horizon | 09:41 | |
| openstackgerrit | Merged openstack/horizon: Updated from global requirements https://review.openstack.org/402186 | 09:42 |
| openstackgerrit | Merged openstack/horizon: Imported Translations from Zanata https://review.openstack.org/402331 | 09:43 |
| *** wangbo has quit IRC | 09:59 | |
| *** wolverineav has quit IRC | 10:00 | |
| *** zhurong has quit IRC | 10:02 | |
| *** mlakat has quit IRC | 10:03 | |
| *** wolverineav has joined #openstack-horizon | 10:04 | |
| *** wolverineav has quit IRC | 10:18 | |
| *** yamamot__ has quit IRC | 10:23 | |
| *** sayalilunkad has quit IRC | 10:25 | |
| *** sayalilunkad has joined #openstack-horizon | 10:29 | |
| *** udesale has quit IRC | 10:55 | |
| *** ducttape_ has joined #openstack-horizon | 11:00 | |
| *** yamamoto has joined #openstack-horizon | 11:04 | |
| *** wolverineav has joined #openstack-horizon | 11:04 | |
| openstackgerrit | Yakup Adaklı proposed openstack/horizon: Detail pages delete confirmation name is not displayed bug fixed. https://review.openstack.org/381444 | 11:05 |
| *** ducttape_ has quit IRC | 11:05 | |
| *** wolverineav has quit IRC | 11:08 | |
| *** yamamoto has quit IRC | 11:10 | |
| openstackgerrit | Yakup Adaklı proposed openstack/horizon: ceilometerclient removed from requirements.txt https://review.openstack.org/402403 | 11:15 |
| openstackgerrit | Rob Cresswell proposed openstack/horizon: Remove run_tests.sh https://review.openstack.org/399842 | 11:19 |
| *** jprovazn has quit IRC | 11:30 | |
| openstackgerrit | Yakup Adaklı proposed openstack/horizon: Edit Host Aggregate bug fixed. availability_zone area made required. https://review.openstack.org/402414 | 11:37 |
| openstackgerrit | Flavio Percoco proposed openstack/manila-ui: Show team and repo badges on README https://review.openstack.org/402420 | 11:40 |
| *** wolverineav has joined #openstack-horizon | 11:42 | |
| openstackgerrit | Merged openstack/manila-ui: Imported Translations from Zanata https://review.openstack.org/402357 | 11:42 |
| *** wolverineav has quit IRC | 11:48 | |
| *** tosky has joined #openstack-horizon | 11:48 | |
| *** yamamoto has joined #openstack-horizon | 11:51 | |
| openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Specify POLICY_CHECK_FUNCTION as a string https://review.openstack.org/402448 | 12:00 |
| *** yamamoto has quit IRC | 12:01 | |
| *** ratailor has quit IRC | 12:03 | |
| robcresswell | rdopiera: You forgot to add the implements: blueprint ###### in that commit | 12:04 |
| rdopiera | robcresswell: aah, sorry, fixing | 12:05 |
| robcresswell | rdopiera: no rush, just though I'd remind you while you were working on it :) | 12:05 |
| openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Specify POLICY_CHECK_FUNCTION as a string https://review.openstack.org/402448 | 12:06 |
| openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Specify POLICY_CHECK_FUNCTION as a string https://review.openstack.org/402448 | 12:08 |
| rdopiera | thanks | 12:10 |
| *** wolverineav has joined #openstack-horizon | 12:22 | |
| *** wolverineav has quit IRC | 12:28 | |
| *** yamamoto has joined #openstack-horizon | 12:32 | |
| *** wolverineav has joined #openstack-horizon | 12:35 | |
| *** wolverineav has quit IRC | 12:42 | |
| openstackgerrit | Liao Zhuodi proposed openstack/horizon: implements: make twice list iterations into one Closes-Bug: 1644817 https://review.openstack.org/402515 | 12:44 |
| openstack | bug 1644817 in OpenStack Dashboard (Horizon) "No need to iterate the image list twice to get the final_images" [Undecided,New] https://launchpad.net/bugs/1644817 - Assigned to <email address hidden> (liaozd) | 12:44 |
| *** braveliu has quit IRC | 12:59 | |
| *** ducttape_ has joined #openstack-horizon | 13:01 | |
| *** wolverineav has joined #openstack-horizon | 13:04 | |
| *** _ducttape_ has joined #openstack-horizon | 13:05 | |
| *** ducttape_ has quit IRC | 13:05 | |
| openstackgerrit | Yakup Adaklı proposed openstack/horizon: Edit Host Aggregate bug fixed. availability_zone area made required. https://review.openstack.org/402414 | 13:08 |
| openstackgerrit | Sharat Sharma proposed openstack/manila-ui: Changed the home-page of manila-ui https://review.openstack.org/381096 | 13:12 |
| *** wolverineav has quit IRC | 13:13 | |
| openstackgerrit | Flavio Percoco proposed openstack/horizon: Show team and repo badges on README https://review.openstack.org/402556 | 13:15 |
| openstackgerrit | Flavio Percoco proposed openstack/django_openstack_auth: Show team and repo badges on README https://review.openstack.org/402557 | 13:16 |
| *** masco has quit IRC | 13:36 | |
| *** rcernin has quit IRC | 13:39 | |
| openstackgerrit | Liao Zhuodi proposed openstack/horizon: implements: make twice list iterations into one Closes-Bug: 1644817 https://review.openstack.org/402599 | 13:41 |
| openstack | bug 1644817 in OpenStack Dashboard (Horizon) "No need to iterate the image list twice to get the final_images" [Undecided,In progress] https://launchpad.net/bugs/1644817 - Assigned to <email address hidden> (liaozd) | 13:41 |
| *** rcernin has joined #openstack-horizon | 13:49 | |
| *** _ducttape_ has quit IRC | 13:52 | |
| *** wolverineav has joined #openstack-horizon | 13:53 | |
| *** betherly_ has joined #openstack-horizon | 13:55 | |
| *** betherly has quit IRC | 13:55 | |
| openstackgerrit | Liao Zhuodi proposed openstack/horizon: implements: make twice list iterations into one Closes-Bug: 1644817 https://review.openstack.org/402515 | 13:56 |
| openstack | bug 1644817 in OpenStack Dashboard (Horizon) "No need to iterate the image list twice to get the final_images" [Undecided,In progress] https://launchpad.net/bugs/1644817 - Assigned to <email address hidden> (liaozd) | 13:56 |
| *** wolverineav has quit IRC | 13:58 | |
| *** hogepodge has quit IRC | 13:59 | |
| *** wolverineav has joined #openstack-horizon | 13:59 | |
| *** aortega has joined #openstack-horizon | 14:00 | |
| *** wolverineav has quit IRC | 14:03 | |
| *** aortega_ has joined #openstack-horizon | 14:04 | |
| *** aortega has quit IRC | 14:04 | |
| *** wolverineav has joined #openstack-horizon | 14:05 | |
| *** wolverineav has quit IRC | 14:12 | |
| *** tqtran has joined #openstack-horizon | 14:14 | |
| *** tqtran has quit IRC | 14:19 | |
| *** wolverineav has joined #openstack-horizon | 14:19 | |
| *** ducttape_ has joined #openstack-horizon | 14:19 | |
| *** hogepodge has joined #openstack-horizon | 14:23 | |
| *** dave-mccowan has joined #openstack-horizon | 14:23 | |
| *** wolverineav has quit IRC | 14:23 | |
| *** hogepodge has quit IRC | 14:28 | |
| *** ducttape_ has quit IRC | 14:37 | |
| *** dave-mccowan has quit IRC | 14:54 | |
| *** hogepodge has joined #openstack-horizon | 15:00 | |
| *** wolverineav has joined #openstack-horizon | 15:04 | |
| *** hogepodge has quit IRC | 15:05 | |
| *** wolverin_ has joined #openstack-horizon | 15:10 | |
| *** Jeffrey4l has joined #openstack-horizon | 15:14 | |
| *** wolverineav has quit IRC | 15:14 | |
| *** ratailor has joined #openstack-horizon | 15:14 | |
| *** rcernin has quit IRC | 15:17 | |
| *** openstackgerrit has quit IRC | 15:18 | |
| *** openstackgerrit has joined #openstack-horizon | 15:19 | |
| *** ducttape_ has joined #openstack-horizon | 15:21 | |
| *** rcernin has joined #openstack-horizon | 15:22 | |
| openstackgerrit | Merged openstack/manila-ui: Show team and repo badges on README https://review.openstack.org/402420 | 15:27 |
| *** rcernin has quit IRC | 15:30 | |
| *** ducttape_ has quit IRC | 15:43 | |
| *** ratailor has quit IRC | 15:44 | |
| *** hurgleburgler has joined #openstack-horizon | 15:44 | |
| *** ChanServ sets mode: +v hurgleburgler | 15:44 | |
| *** makowals has quit IRC | 15:49 | |
| *** wolverin_ has quit IRC | 15:49 | |
| *** wolverineav has joined #openstack-horizon | 15:49 | |
| *** wolverin_ has joined #openstack-horizon | 15:55 | |
| *** wolverineav has quit IRC | 15:57 | |
| *** ducttape_ has joined #openstack-horizon | 15:58 | |
| *** weezS has joined #openstack-horizon | 16:04 | |
| *** ducttape_ has quit IRC | 16:31 | |
| openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Move warnings from settings.py to a separate function https://review.openstack.org/403063 | 16:46 |
| openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Move the execution of local_settings.d snippets into a function https://review.openstack.org/403100 | 17:00 |
| *** TravT has joined #openstack-horizon | 17:01 | |
| *** ChanServ sets mode: +v TravT | 17:01 | |
| *** TravT has quit IRC | 17:03 | |
| *** TravT has joined #openstack-horizon | 17:04 | |
| *** ChanServ sets mode: +v TravT | 17:04 | |
| *** wolverin_ has quit IRC | 17:07 | |
| *** wolverineav has joined #openstack-horizon | 17:07 | |
| *** jrist has quit IRC | 17:10 | |
| *** wolverineav has quit IRC | 17:12 | |
| *** Jeffrey4l has quit IRC | 17:12 | |
| *** weezS has quit IRC | 17:14 | |
| *** wolverineav has joined #openstack-horizon | 17:14 | |
| *** yamamoto has quit IRC | 17:21 | |
| *** hogepodge has joined #openstack-horizon | 17:24 | |
| openstackgerrit | Stéphane NGUYEN proposed openstack/horizon: Instance snapshot not selected by default when launching it from images https://review.openstack.org/403160 | 17:31 |
| *** pcaruana has quit IRC | 17:33 | |
| *** flwang1 has joined #openstack-horizon | 17:34 | |
| *** TravT has quit IRC | 17:37 | |
| *** ducttape_ has joined #openstack-horizon | 17:56 | |
| openstackgerrit | Merged openstack/horizon: Note how to use local.conf in stable branches https://review.openstack.org/402242 | 17:57 |
| *** tosky has quit IRC | 17:59 | |
| *** aortega_ has quit IRC | 18:07 | |
| *** wolverineav has quit IRC | 18:10 | |
| *** wolverineav has joined #openstack-horizon | 18:10 | |
| *** wolverin_ has joined #openstack-horizon | 18:12 | |
| *** wolverineav has quit IRC | 18:14 | |
| *** tqtran has joined #openstack-horizon | 18:16 | |
| *** wolverin_ has quit IRC | 18:17 | |
| *** tqtran has quit IRC | 18:21 | |
| *** yamamoto has joined #openstack-horizon | 18:22 | |
| *** yamamoto has quit IRC | 18:27 | |
| *** wolverineav has joined #openstack-horizon | 18:27 | |
| *** wolverineav has quit IRC | 18:32 | |
| *** wolverineav has joined #openstack-horizon | 18:35 | |
| *** wolverineav has quit IRC | 18:39 | |
| *** ducttape_ has quit IRC | 18:40 | |
| *** wolverineav has joined #openstack-horizon | 18:47 | |
| *** ctayal has joined #openstack-horizon | 18:51 | |
| *** wolverineav has quit IRC | 18:51 | |
| *** lseki has joined #openstack-horizon | 18:54 | |
| *** ctayal_ has joined #openstack-horizon | 18:56 | |
| *** ctayal has quit IRC | 18:58 | |
| *** ducttape_ has joined #openstack-horizon | 19:02 | |
| robcresswell | rdopiera: ini-config bp looks awesome | 19:06 |
| *** ducttape_ has quit IRC | 19:06 | |
| *** ducttape_ has joined #openstack-horizon | 19:07 | |
| *** jtriley has joined #openstack-horizon | 19:11 | |
| *** ctayal_ has quit IRC | 19:11 | |
| *** ducttape_ has quit IRC | 19:11 | |
| *** hogepodge has quit IRC | 19:11 | |
| *** jtriley has quit IRC | 19:26 | |
| *** betherly_ has quit IRC | 19:39 | |
| tonyb | robcresswell: LOL ;P | 19:47 |
| *** wolverineav has joined #openstack-horizon | 19:56 | |
| *** wolverineav has quit IRC | 19:57 | |
| *** wolverineav has joined #openstack-horizon | 19:58 | |
| *** wolverineav has quit IRC | 20:00 | |
| *** wolverineav has joined #openstack-horizon | 20:01 | |
| *** wolverineav has quit IRC | 20:05 | |
| *** hogepodge has joined #openstack-horizon | 20:08 | |
| *** weezS has joined #openstack-horizon | 20:34 | |
| *** weezS has quit IRC | 20:39 | |
| *** jpich has quit IRC | 20:43 | |
| *** ducttape_ has joined #openstack-horizon | 20:44 | |
| *** wolverineav has joined #openstack-horizon | 20:57 | |
| *** TravT has joined #openstack-horizon | 20:58 | |
| *** ChanServ sets mode: +v TravT | 20:58 | |
| *** wolverineav has quit IRC | 21:01 | |
| *** ducttape_ has quit IRC | 21:02 | |
| *** TravT has quit IRC | 21:19 | |
| *** wolverineav has joined #openstack-horizon | 21:19 | |
| *** wolverineav has quit IRC | 21:23 | |
| *** ducttape_ has joined #openstack-horizon | 21:24 | |
| *** ducttape_ has quit IRC | 21:25 | |
| *** wolverineav has joined #openstack-horizon | 21:29 | |
| *** wolverineav has quit IRC | 21:33 | |
| *** lseki has quit IRC | 21:38 | |
| *** wolverineav has joined #openstack-horizon | 21:39 | |
| *** wolverineav has quit IRC | 21:43 | |
| *** amotoki has joined #openstack-horizon | 21:43 | |
| *** amotoki has quit IRC | 21:43 | |
| r1chardj0n3s | horizon cores, please gander at https://review.openstack.org/#/c/402303/ so we can fix some undetected mox test failures | 21:52 |
| r1chardj0n3s | (not that the failures are actually critical *this time around*) | 21:53 |
| robcresswell | oh its little | 21:53 |
| robcresswell | looks good to me | 21:53 |
| robcresswell | +2 | 21:54 |
| r1chardj0n3s | there may well be some other "bare" exception trapping but I didn't look for them out of lack of time :/ | 21:54 |
| *** flwang1 has quit IRC | 21:58 | |
| *** flwang1 has joined #openstack-horizon | 22:01 | |
| *** wolverineav has joined #openstack-horizon | 22:08 | |
| *** flwang1 has quit IRC | 22:11 | |
| *** wolverineav has quit IRC | 22:13 | |
| *** tqtran has joined #openstack-horizon | 22:17 | |
| *** tqtran has quit IRC | 22:22 | |
| *** wolverineav has joined #openstack-horizon | 22:28 | |
| *** wolverineav has quit IRC | 22:32 | |
| *** weezS has joined #openstack-horizon | 22:36 | |
| *** hogepodge has quit IRC | 22:40 | |
| *** weezS has quit IRC | 22:41 | |
| *** hogepodge has joined #openstack-horizon | 22:51 | |
| *** dave-mccowan has joined #openstack-horizon | 22:57 | |
| *** wolverineav has joined #openstack-horizon | 22:57 | |
| *** wolverineav has quit IRC | 23:02 | |
| *** wolverineav has joined #openstack-horizon | 23:11 | |
| *** ducttape_ has joined #openstack-horizon | 23:15 | |
| *** wolverineav has quit IRC | 23:16 | |
| *** ducttape_ has quit IRC | 23:17 | |
| *** ducttape_ has joined #openstack-horizon | 23:17 | |
| *** _ducttape_ has joined #openstack-horizon | 23:20 | |
| *** ducttape_ has quit IRC | 23:20 | |
| *** _ducttape_ has quit IRC | 23:22 | |
| *** ducttape_ has joined #openstack-horizon | 23:23 | |
| *** ducttape_ has quit IRC | 23:27 | |
| *** erlon-airlong has quit IRC | 23:42 | |
| *** zhurong has joined #openstack-horizon | 23:43 | |
| *** zhurong has quit IRC | 23:52 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!