*** bpokorny has joined #openstack-horizon | 00:02 | |
*** sdake has joined #openstack-horizon | 00:07 | |
*** bpokorny has quit IRC | 00:09 | |
*** shu-mutou has joined #openstack-horizon | 00:13 | |
*** yingjun has joined #openstack-horizon | 00:22 | |
*** btully has joined #openstack-horizon | 00:25 | |
*** amitkqed has joined #openstack-horizon | 00:26 | |
*** roxanaghe has joined #openstack-horizon | 00:31 | |
*** yingjun has quit IRC | 00:31 | |
*** yingjun has joined #openstack-horizon | 00:35 | |
*** btully has quit IRC | 00:35 | |
*** roxanaghe has quit IRC | 00:36 | |
*** sdake has quit IRC | 00:39 | |
*** chlong has joined #openstack-horizon | 00:45 | |
*** mine0901 has quit IRC | 00:53 | |
*** adriant has quit IRC | 01:03 | |
*** btully has joined #openstack-horizon | 01:12 | |
*** amotoki has joined #openstack-horizon | 01:13 | |
*** btully has quit IRC | 01:25 | |
*** rajalokan has joined #openstack-horizon | 01:35 | |
*** yulong|away has quit IRC | 01:48 | |
*** roxanaghe has joined #openstack-horizon | 01:55 | |
*** hightall has joined #openstack-horizon | 01:56 | |
*** roxanaghe has quit IRC | 02:09 | |
*** btully has joined #openstack-horizon | 02:13 | |
*** helber has joined #openstack-horizon | 02:34 | |
*** chlong has quit IRC | 02:36 | |
*** hightall has quit IRC | 02:40 | |
*** liuyulong has joined #openstack-horizon | 02:41 | |
*** amotoki has quit IRC | 02:46 | |
openstackgerrit | Helber Maciel Guerra proposed openstack/django_openstack_auth: Get remote address from client, behind proxy servers, to log on console. https://review.openstack.org/365406 | 02:51 |
---|---|---|
*** chlong has joined #openstack-horizon | 02:53 | |
*** amotoki has joined #openstack-horizon | 03:05 | |
*** roxanaghe has joined #openstack-horizon | 03:12 | |
*** amotoki has quit IRC | 03:13 | |
*** helber has quit IRC | 03:17 | |
*** roxanaghe has quit IRC | 03:19 | |
openstackgerrit | shizhihui proposed openstack/horizon: Add url in setup.cfg https://review.openstack.org/365422 | 03:27 |
*** amitkqed has quit IRC | 03:27 | |
*** amitkqed has joined #openstack-horizon | 03:28 | |
*** weezS has joined #openstack-horizon | 03:28 | |
*** weezS has quit IRC | 03:58 | |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Fix unnecessary bullet point https://review.openstack.org/365429 | 03:59 |
*** amotoki has joined #openstack-horizon | 04:01 | |
*** roxanaghe has joined #openstack-horizon | 04:31 | |
*** roxanaghe has quit IRC | 04:35 | |
*** wolverineav has joined #openstack-horizon | 04:49 | |
*** mtanino has quit IRC | 04:49 | |
*** zul has quit IRC | 05:21 | |
*** zul has joined #openstack-horizon | 05:35 | |
*** amotoki has quit IRC | 06:05 | |
*** roxanaghe has joined #openstack-horizon | 06:19 | |
*** pcaruana has joined #openstack-horizon | 06:20 | |
*** wolverineav has quit IRC | 06:24 | |
*** roxanaghe has quit IRC | 06:24 | |
*** wolverineav has joined #openstack-horizon | 06:38 | |
*** wolverineav has quit IRC | 06:42 | |
*** amotoki has joined #openstack-horizon | 06:46 | |
*** amotoki has quit IRC | 06:48 | |
*** amotoki has joined #openstack-horizon | 06:48 | |
*** chlong has quit IRC | 06:53 | |
*** kenji-i has quit IRC | 07:00 | |
*** zhurong has joined #openstack-horizon | 07:04 | |
*** wolverineav has joined #openstack-horizon | 07:05 | |
rdopiera | r1chardj0n3s: hi | 07:06 |
r1chardj0n3s | hey rdopiera :-) | 07:06 |
*** chlong has joined #openstack-horizon | 07:06 | |
r1chardj0n3s | did my (large, sorry) email make sense? | 07:06 |
rdopiera | r1chardj0n3s: sorry, I didn't expect an e-mail to a private mailbox | 07:08 |
rdopiera | r1chardj0n3s: I'm not sure it makes sense, I still can't see the code that would actually use those dependencies? | 07:09 |
r1chardj0n3s | rdopiera: I only have two mail addresses for you - that one and the gmail which told me not to use that ;-) | 07:09 |
r1chardj0n3s | rdopiera: setuptools_scm is ... ahem ... magic | 07:09 |
rdopiera | ah, magic | 07:09 |
rdopiera | and what does invoke that magic? | 07:09 |
r1chardj0n3s | it automagically pulls the version from git tag (and modifies it if necessary) and inserts the result in the package metadata for dist'ing | 07:09 |
*** wolverineav has quit IRC | 07:10 | |
r1chardj0n3s | just a regular "python setup.py --version" in the absence of PKG-INFO, or "python setup.py sdist" (or any other dist) | 07:10 |
r1chardj0n3s | it's very similar to pbr | 07:10 |
r1chardj0n3s | except without the pbr three-component version restriction | 07:10 |
rdopiera | ah, but we don't use git | 07:11 |
r1chardj0n3s | "we" being you downstream? | 07:11 |
rdopiera | we are building all pcakcges from the releaesed tarballs | 07:11 |
rdopiera | and I'm pretty sure debian does the same | 07:11 |
r1chardj0n3s | right, so in that case the version is in the package, in PKG-INFO (and in the xstatic.pkg.<name>.version attr | 07:12 |
rdopiera | the python package from pypi has to contain all the necessary information | 07:12 |
r1chardj0n3s | er I might be remembering that attr name badly | 07:12 |
r1chardj0n3s | rdopiera: but it does - if you "python setup.py --version" that sdist from pypi it'll tell you the version without needing to git | 07:12 |
r1chardj0n3s | but that's beside the point | 07:12 |
rdopiera | that's because it takes the version from the file name | 07:12 |
r1chardj0n3s | you've indicated, quite correctly, that I broke xstatic in doing the things I did (which I did for reasons) | 07:13 |
r1chardj0n3s | no | 07:13 |
r1chardj0n3s | it can't know the file name | 07:13 |
rdopiera | in any case, installing that packages with "setup.py install" resulted in version being 000 | 07:13 |
r1chardj0n3s | anyway, regardless, I am currently trying to determine whether we'll be thrown out of OpenStack Club if we remove the use of setuptools_scm | 07:13 |
*** wolverineav has joined #openstack-horizon | 07:14 | |
r1chardj0n3s | wait what? that's weird, and not at all what I saw when I tested it :/ | 07:14 |
rdopiera | at least that was the version included in the .pth files that were created | 07:14 |
r1chardj0n3s | hurm :/ | 07:14 |
rdopiera | but that's after fixing the namespace_package attribute | 07:15 |
rdopiera | so that the .pth file is created at all | 07:15 |
rdopiera | I'm guessing different palls of distutils use version from different places? | 07:15 |
rdopiera | s/palls/parts | 07:15 |
rdopiera | sorry, just woke up | 07:15 |
r1chardj0n3s | ah, yeah, the namespace_package omission is also odd - I don't know why that didn't cause me issues either. | 07:15 |
r1chardj0n3s | (honest, I tested several of these packages locally in my Horizon dev :/ | 07:16 |
rdopiera | because you don't have xstatic packages in two places | 07:16 |
rdopiera | like, in a virtualenv with --sytstem-packages | 07:16 |
rdopiera | without it python will look at the system packages, see xstatic there, look inside, see no package you specified (because it's in your virtualenv) and conclude it doesn't exist | 07:17 |
rdopiera | with it, it will keep looking in both places | 07:18 |
r1chardj0n3s | I have no system xstatic packages, so that might be why it worked for me | 07:18 |
rdopiera | it's tricky | 07:18 |
rdopiera | I wonder if the OpenStack part is using mainly the setup.cfg and ignoring setup.py | 07:19 |
r1chardj0n3s | anyway, as I said in the PR, I'm for the change, I just need to make sure that won't mean we are locked out of openstack releases | 07:19 |
rdopiera | how would we test it? | 07:19 |
*** wolverineav has quit IRC | 07:19 | |
r1chardj0n3s | oh, that's pretty easy, we can just push out a new release of one of the packages using the amended xstatic-release tool and a build number bump. do you have a package you'd like me to test it on? | 07:24 |
rdopiera | r1chardj0n3s: the smart-table one | 07:25 |
r1chardj0n3s | ok, do you mind if I do that tomorrow or are you under terrible time pressure? (it's a bit past my usual stop time today) | 07:26 |
rdopiera | r1chardj0n3s: by the way, I'm sure you have it in plans, but there were more urgent things, but we should really move the code under openstack review mechanisms, so that pacthes can be merged even if you get hit by a metaphorical bus | 07:27 |
r1chardj0n3s | rdopiera: yep, absolutely | 07:27 |
rdopiera | r1chardj0n3s: I worked around the problem in our build system with a few quick sed lines for now, so not super-urgent | 07:28 |
rdopiera | so, as far as I understand, we might need to add that setup_requires clause? | 07:29 |
rdopiera | in the worst case | 07:29 |
r1chardj0n3s | yes, worst case | 07:29 |
rdopiera | that just means we will need to install some extra stuff on our builders, as long as that won't change anymore, it's fine | 07:30 |
r1chardj0n3s | but as I mentioned in my email, it's all a bit crazy. using the git tag for version for most of openstack makes sense, but for xstatic packages, it avoids no work. | 07:30 |
*** tesseract- has joined #openstack-horizon | 07:33 | |
*** wolverineav has joined #openstack-horizon | 07:35 | |
rdopiera | r1chardj0n3s: by the way, are you on pto? | 07:36 |
r1chardj0n3s | rdopiera: no | 07:36 |
rdopiera | I was afraid I brought it up at the wrong moment and ruined your pto | 07:36 |
r1chardj0n3s | well, it was a Saturday, but that happens ;-) | 07:36 |
rdopiera | sorry | 07:37 |
r1chardj0n3s | I think it was a Saturday, or maybe it was Friday ;-) | 07:37 |
r1chardj0n3s | timezone shenanigans :-) | 07:37 |
rdopiera | the rest of the week I was fighting with other small errors in the build system, and only got to this one by the end | 07:37 |
r1chardj0n3s | yep, understood. sorry to have caused you unnecessary anguish. | 07:37 |
*** wolverineav has quit IRC | 07:44 | |
rdopiera | I should have paid more attention the horizon | 07:45 |
*** asettle has joined #openstack-horizon | 07:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Zanata https://review.openstack.org/365219 | 07:48 |
*** jpich has joined #openstack-horizon | 08:02 | |
*** asettle has quit IRC | 08:03 | |
*** asettle has joined #openstack-horizon | 08:03 | |
*** asettle has quit IRC | 08:08 | |
*** mflobo has joined #openstack-horizon | 08:10 | |
*** roxanaghe has joined #openstack-horizon | 08:16 | |
*** openstackgerrit has quit IRC | 08:18 | |
*** openstackgerrit has joined #openstack-horizon | 08:19 | |
*** roxanaghe has quit IRC | 08:29 | |
*** chlong has quit IRC | 08:31 | |
*** wolverineav has joined #openstack-horizon | 08:31 | |
*** wolverineav has quit IRC | 08:35 | |
*** liuyulong is now known as liuyulong|away | 08:38 | |
*** Guest30374 is now known as bradjones | 08:41 | |
*** bradjones has joined #openstack-horizon | 08:41 | |
*** wolverineav has joined #openstack-horizon | 08:47 | |
*** wolverineav has quit IRC | 08:51 | |
openstackgerrit | Rico Lin proposed openstack/horizon: Add snapshots size to validate gigabytes in quotas https://review.openstack.org/365520 | 08:53 |
*** wolverineav has joined #openstack-horizon | 08:54 | |
*** wolverineav has quit IRC | 08:58 | |
openstackgerrit | Kirill Bespalov proposed openstack/horizon: Make flavor updating compatible with nova cli https://review.openstack.org/359693 | 09:00 |
*** openstackgerrit has quit IRC | 09:04 | |
*** openstackgerrit has joined #openstack-horizon | 09:05 | |
*** wolverineav has joined #openstack-horizon | 09:24 | |
*** wolverineav has quit IRC | 09:28 | |
openstackgerrit | Shih-Hsin Lo proposed openstack/horizon: merge "Edit Host Aggregate" and "Manage Hosts" into one tabbed modal https://review.openstack.org/365539 | 09:32 |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Move Developer enabled/ files to contrib https://review.openstack.org/358035 | 09:34 |
openstackgerrit | Shih-Hsin Lo proposed openstack/horizon: merge "Edit Host Aggregate" and "Manage Hosts" into one tabbed modal https://review.openstack.org/365539 | 09:36 |
*** wolverineav has joined #openstack-horizon | 09:36 | |
*** shu-mutou is now known as shu-mutou-AFK | 09:38 | |
*** zhurong has quit IRC | 09:38 | |
*** wolverineav has quit IRC | 09:41 | |
*** lexplua has joined #openstack-horizon | 09:46 | |
*** amotoki has quit IRC | 09:47 | |
*** lexplua has quit IRC | 09:49 | |
*** lexplua has joined #openstack-horizon | 09:49 | |
*** sdake has joined #openstack-horizon | 09:57 | |
*** roxanaghe has joined #openstack-horizon | 09:57 | |
*** sdake has quit IRC | 10:01 | |
*** roxanaghe has quit IRC | 10:02 | |
*** amotoki has joined #openstack-horizon | 10:05 | |
*** sdake has joined #openstack-horizon | 10:07 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c https://review.openstack.org/303429 | 10:10 |
*** amotoki has quit IRC | 10:14 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Fix Launch Instance without Cinder https://review.openstack.org/321223 | 10:15 |
*** kzaitsev_mb has joined #openstack-horizon | 10:26 | |
*** yingjun has quit IRC | 10:30 | |
*** lexplua has quit IRC | 10:30 | |
*** lexplua has joined #openstack-horizon | 10:34 | |
*** sdake has quit IRC | 10:38 | |
*** wolverineav has joined #openstack-horizon | 10:46 | |
*** vishwanathj has joined #openstack-horizon | 10:48 | |
*** rodrigods has quit IRC | 11:00 | |
*** rodrigods has joined #openstack-horizon | 11:00 | |
*** lexplua has quit IRC | 11:02 | |
*** lexplua has joined #openstack-horizon | 11:09 | |
*** yingjun has joined #openstack-horizon | 11:15 | |
*** rajalokan has quit IRC | 11:16 | |
*** sdake has joined #openstack-horizon | 11:18 | |
*** amotoki has joined #openstack-horizon | 11:18 | |
robcresswell | tsufiev: Need any reviews? | 11:23 |
*** sdake has quit IRC | 11:23 | |
*** lexplua has quit IRC | 11:30 | |
*** lexplua has joined #openstack-horizon | 11:32 | |
*** liuyulong_ has joined #openstack-horizon | 11:41 | |
*** liuyulong|away has quit IRC | 11:45 | |
*** roxanaghe has joined #openstack-horizon | 11:45 | |
*** amotoki has quit IRC | 11:46 | |
*** roxanaghe has quit IRC | 11:50 | |
*** mflobo has quit IRC | 11:58 | |
pkarikh | robcresswell, as far as I know, tsufiev is on vacation now. :) | 12:03 |
robcresswell | ah, thanks pkarikh | 12:15 |
pkarikh | no problem :) | 12:15 |
*** btully has quit IRC | 12:15 | |
*** btully has joined #openstack-horizon | 12:17 | |
*** yingjun has left #openstack-horizon | 12:17 | |
*** amotoki has joined #openstack-horizon | 12:27 | |
*** rajalokan has joined #openstack-horizon | 12:28 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon: Deprecate LBaaS v1 dashboard https://review.openstack.org/361338 | 12:34 |
robcresswell | thanks for that update amotoki | 12:36 |
*** wolverineav has quit IRC | 12:38 | |
amotoki | robcresswell: btw, is it better to deprecate FWaaS panel too? neutron team marked FWaaS(v1) API as deprecated from experimental status. | 12:40 |
amotoki | the second paragraph of http://docs.openstack.org/releasenotes/neutron/liberty.html#id6 | 12:40 |
amotoki | robcresswell: FWaaS v1 has not been removed from the code base, but I wonder we should deprecated FWaaS panel too or we go to the same as for LBaaS v1 panel. | 12:41 |
amotoki | robcresswell: note that it happened in Liberty release not Mitaka and the FWaaS have never been marked as "STABLE". | 12:43 |
robcresswell | amotoki: Is fwaas v2 now stable? | 12:51 |
amotoki | robcresswell: not yet. so what in my mind is just to add a deprecation warning like | 12:52 |
amotoki | for example "neutron FWaaS v1 API is deprecated and will be removed in the near future. When FWaaS API is dropped in Neutorn, Horiozn Panel will be removed soon." | 12:53 |
amotoki | *soon after that | 12:53 |
amotoki | so we have two ways: we wait until something next happens on neutron FWaaS, or deprecate it in advance. I think both works for us. | 12:55 |
robcresswell | amotoki: Deprecating makes sense either way | 12:57 |
robcresswell | amotoki: It is a shame we don't have the capacity to just update these items for v2 :( | 12:58 |
*** rajalokan has quit IRC | 12:58 | |
*** pauloewerton has joined #openstack-horizon | 13:00 | |
robcresswell | brb | 13:01 |
*** zhurong has joined #openstack-horizon | 13:02 | |
amotoki | robcresswell: FWaaS v2 is being developed and CLI for FWaaS v2 failed to land in Newton. we can collaborate with FWaaS team so that the new API can become more user-friendly in the next release. | 13:02 |
robcresswell | amotoki: The main issue is having someone to drive it. Perhaps we should excise these panels as plugins to Horizon. | 13:16 |
robcresswell | amotoki: Do you know the status of VPN now? It seems quite dead, like fwaas.. | 13:16 |
amotoki | robcresswell: VPN had a few change recently, but the API is still in stable status. | 13:19 |
amotoki | robcresswell: the future might not be so good though, but I heard some operators and vendors are running VPNaaS and they are interested in keeping it. | 13:21 |
robcresswell | amotoki: Ah okay | 13:21 |
amotoki | robcresswell: so personally I would like to keep it as long as we can. | 13:21 |
robcresswell | amotoki: Sure. Its not doing any harm :) | 13:23 |
*** jgrassler has quit IRC | 13:25 | |
*** jgrassler has joined #openstack-horizon | 13:30 | |
*** jprovazn has joined #openstack-horizon | 13:33 | |
*** mtanino has joined #openstack-horizon | 13:33 | |
*** roxanaghe has joined #openstack-horizon | 13:33 | |
*** roxanaghe has quit IRC | 13:38 | |
*** rajalokan has joined #openstack-horizon | 13:44 | |
*** wolverineav has joined #openstack-horizon | 13:55 | |
*** amotoki has quit IRC | 13:58 | |
*** wolverineav has quit IRC | 14:13 | |
*** wolverineav has joined #openstack-horizon | 14:14 | |
*** sjmc7 has joined #openstack-horizon | 14:17 | |
*** zhurong has quit IRC | 14:21 | |
*** chlong has joined #openstack-horizon | 14:33 | |
openstackgerrit | Shih-Hsin Lo proposed openstack/horizon: merge "Edit Host Aggregate" and "Manage Hosts" into one tabbed modal https://review.openstack.org/365539 | 14:53 |
*** chlong has quit IRC | 14:58 | |
openstackgerrit | Rico Lin proposed openstack/horizon: Add snapshots size to validate gigabytes in quotas https://review.openstack.org/365520 | 15:02 |
*** roxanaghe has joined #openstack-horizon | 15:21 | |
*** vishwanathj has quit IRC | 15:26 | |
*** roxanaghe has quit IRC | 15:26 | |
*** wolverineav has quit IRC | 15:32 | |
*** pcaruana has quit IRC | 15:36 | |
*** john51_ has joined #openstack-horizon | 15:44 | |
*** aimeeu__ has joined #openstack-horizon | 15:47 | |
*** tsufiev_ has joined #openstack-horizon | 15:48 | |
*** tsufiev has quit IRC | 15:48 | |
*** marlinc_ has joined #openstack-horizon | 15:48 | |
*** ediardo has quit IRC | 15:48 | |
*** ameade has quit IRC | 15:48 | |
*** marlinc has quit IRC | 15:48 | |
*** cargonza has quit IRC | 15:49 | |
*** aimeeu has quit IRC | 15:49 | |
*** zhenguo has quit IRC | 15:49 | |
*** john51 has quit IRC | 15:49 | |
*** katyafervent_awa has quit IRC | 15:49 | |
*** mpotdar has quit IRC | 15:49 | |
*** pkarikh has quit IRC | 15:49 | |
*** mattfarina has quit IRC | 15:49 | |
*** tlbr has quit IRC | 15:49 | |
*** rdopiera has quit IRC | 15:49 | |
*** harlowja_ has quit IRC | 15:49 | |
*** rdopiera has joined #openstack-horizon | 15:49 | |
*** rdopiera has quit IRC | 15:49 | |
*** rdopiera has joined #openstack-horizon | 15:49 | |
*** katyafervent_awa has joined #openstack-horizon | 15:49 | |
*** pkarikh has joined #openstack-horizon | 15:49 | |
*** aimeeu__ is now known as aimeeu | 15:50 | |
*** marlinc_ is now known as marlinc | 15:50 | |
*** tlbr has joined #openstack-horizon | 15:51 | |
*** ameade has joined #openstack-horizon | 15:52 | |
*** vishwanathj has joined #openstack-horizon | 15:54 | |
*** vishwanathj has quit IRC | 15:54 | |
*** mattfarina has joined #openstack-horizon | 15:58 | |
*** ediardo has joined #openstack-horizon | 16:02 | |
*** cargonza has joined #openstack-horizon | 16:02 | |
*** zhenguo has joined #openstack-horizon | 16:05 | |
*** itisha has joined #openstack-horizon | 16:16 | |
*** mflobo has joined #openstack-horizon | 16:21 | |
*** lexplua has quit IRC | 16:34 | |
*** lexplua has joined #openstack-horizon | 16:34 | |
*** jpich has quit IRC | 16:36 | |
*** lexplua has quit IRC | 16:36 | |
*** lexplua has joined #openstack-horizon | 16:41 | |
*** tesseract- has quit IRC | 16:45 | |
*** erlon has quit IRC | 16:57 | |
*** roxanaghe has joined #openstack-horizon | 17:10 | |
*** roxanaghe has quit IRC | 17:14 | |
*** mine0901 has joined #openstack-horizon | 17:19 | |
*** erlon has joined #openstack-horizon | 17:26 | |
*** gopenshaw has joined #openstack-horizon | 17:41 | |
*** pt_15 has joined #openstack-horizon | 17:42 | |
*** helber has joined #openstack-horizon | 17:43 | |
*** kzaitsev_mb has quit IRC | 17:45 | |
openstackgerrit | Helber Maciel Guerra proposed openstack/django_openstack_auth: Fixing pep8. Use proxy variables just if explicit configured on settings. Without use this settings detect client IP address using 'REMOTE_ADDR'. The settings variable created to check HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR is 'HORIZON_BEHIND_PROXY'. https://review.openstack.org/365762 | 17:53 |
*** btully has quit IRC | 17:55 | |
*** sjmc7 has quit IRC | 17:56 | |
*** jprovazn has quit IRC | 17:57 | |
openstackgerrit | Helber Maciel Guerra proposed openstack/django_openstack_auth: Get remote address from client, behind proxy servers, to log on console. https://review.openstack.org/365406 | 18:03 |
*** openstackgerrit has quit IRC | 18:03 | |
*** openstackgerrit has joined #openstack-horizon | 18:04 | |
*** mtanino has quit IRC | 18:08 | |
*** lexplua has quit IRC | 18:10 | |
*** sjmc7 has joined #openstack-horizon | 18:12 | |
*** mtanino has joined #openstack-horizon | 18:25 | |
*** helber_ has joined #openstack-horizon | 18:28 | |
*** helber_ has joined #openstack-horizon | 18:28 | |
*** mflobo has quit IRC | 18:28 | |
*** helber has quit IRC | 18:31 | |
*** pcaruana has joined #openstack-horizon | 18:31 | |
openstackgerrit | Romanos Skiadas proposed openstack/horizon: Update comment in _10_set_custom_theme.py.example https://review.openstack.org/365770 | 18:36 |
*** weezS has joined #openstack-horizon | 18:57 | |
*** roxanaghe has joined #openstack-horizon | 18:58 | |
*** kzaitsev_mb has joined #openstack-horizon | 19:02 | |
*** roxanaghe has quit IRC | 19:02 | |
*** btully has joined #openstack-horizon | 19:05 | |
*** mtanino has quit IRC | 19:08 | |
*** btully has quit IRC | 19:09 | |
*** helber_ is now known as helber | 19:13 | |
*** helber has quit IRC | 19:14 | |
*** helber has joined #openstack-horizon | 19:15 | |
*** rajalokan has quit IRC | 19:16 | |
*** helber_ has joined #openstack-horizon | 19:26 | |
openstackgerrit | Helber Maciel Guerra proposed openstack/django_openstack_auth: Fixing pep8. Use proxy variables just if explicit configured on settings. Without use this settings detect client IP address using 'REMOTE_ADDR'. The settings variable created to check HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR is 'HORIZON_BEHIND_PROXY'. https://review.openstack.org/365762 | 19:29 |
*** helber has quit IRC | 19:30 | |
*** btully has joined #openstack-horizon | 19:37 | |
*** helber_ is now known as helber | 19:39 | |
helber | robcresswell: Hello | 19:41 |
robcresswell | helber: o/ | 19:43 |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Improve Horizon nav sidebar https://review.openstack.org/297733 | 19:43 |
helber | robcresswell: This is my first review, i am learning gerrit. I create e review 365406 and i do mistake creating another review 365762 istead a patchset on the first. | 19:47 |
*** pt_15 has quit IRC | 19:49 | |
helber | robcresswell: I will try to fix my mistake. | 19:50 |
*** pcaruana has quit IRC | 19:52 | |
*** lexplua has joined #openstack-horizon | 19:58 | |
*** Anticime1 has joined #openstack-horizon | 20:05 | |
*** DuncanT_ has joined #openstack-horizon | 20:06 | |
*** HenryG_ has joined #openstack-horizon | 20:08 | |
*** mine0901 has quit IRC | 20:10 | |
*** ccesario has quit IRC | 20:10 | |
*** onovy has quit IRC | 20:10 | |
*** HenryG has quit IRC | 20:10 | |
*** Anticimex has quit IRC | 20:10 | |
*** AndyWojo has quit IRC | 20:10 | |
*** amit213 has quit IRC | 20:10 | |
*** jtomasek has quit IRC | 20:10 | |
*** vern has quit IRC | 20:10 | |
*** Adri2000 has quit IRC | 20:10 | |
*** DuncanT has quit IRC | 20:10 | |
*** mine0901 has joined #openstack-horizon | 20:11 | |
*** onovy has joined #openstack-horizon | 20:11 | |
*** AndyWojo has joined #openstack-horizon | 20:11 | |
*** amit213 has joined #openstack-horizon | 20:11 | |
*** vern has joined #openstack-horizon | 20:11 | |
*** Adri2000 has joined #openstack-horizon | 20:11 | |
*** jtomasek has joined #openstack-horizon | 20:12 | |
*** AndyWojo has quit IRC | 20:12 | |
*** ccesario has joined #openstack-horizon | 20:12 | |
*** mine0901 has quit IRC | 20:13 | |
*** sdake has joined #openstack-horizon | 20:15 | |
*** amit213 has quit IRC | 20:16 | |
*** kzaitsev_mb has quit IRC | 20:22 | |
*** lexplua has quit IRC | 20:22 | |
*** tjones has left #openstack-horizon | 20:23 | |
*** sdake has quit IRC | 20:25 | |
*** mine0901 has joined #openstack-horizon | 20:25 | |
*** amit213 has joined #openstack-horizon | 20:25 | |
*** DuncanT_ is now known as DuncanT | 20:26 | |
*** helber_ has joined #openstack-horizon | 20:28 | |
*** AndyWojo has joined #openstack-horizon | 20:29 | |
*** lexplua has joined #openstack-horizon | 20:31 | |
*** helber has quit IRC | 20:31 | |
*** pauloewerton has quit IRC | 20:34 | |
*** Jeffrey4l has quit IRC | 20:34 | |
*** Jeffrey4l has joined #openstack-horizon | 20:36 | |
*** helber_ is now known as helber | 20:43 | |
*** helber has joined #openstack-horizon | 20:43 | |
openstackgerrit | Merged openstack/horizon: Update comment in _10_set_custom_theme.py.example https://review.openstack.org/365770 | 20:45 |
*** roxanaghe has joined #openstack-horizon | 20:46 | |
*** roxanaghe has quit IRC | 20:51 | |
*** weezS has quit IRC | 20:51 | |
*** Anticime1 is now known as Anticimex | 20:53 | |
*** mine0901 has quit IRC | 21:13 | |
*** sjmc7 has quit IRC | 21:17 | |
*** pauloewerton has joined #openstack-horizon | 21:28 | |
*** sdake has joined #openstack-horizon | 21:34 | |
*** mtanino has joined #openstack-horizon | 21:35 | |
*** btully has quit IRC | 21:35 | |
*** mtanino has quit IRC | 21:41 | |
*** helber_ has joined #openstack-horizon | 21:43 | |
*** helber has quit IRC | 21:46 | |
*** sdake has quit IRC | 21:52 | |
r1chardj0n3s | wow, quiet overnight in Horizon land | 21:55 |
r1chardj0n3s | oh, wait, it was a holiday in the US yesterday | 22:00 |
r1chardj0n3s | right | 22:00 |
*** lexplua has quit IRC | 22:10 | |
*** zhugaoxiao has quit IRC | 22:19 | |
*** zhugaoxiao has joined #openstack-horizon | 22:19 | |
*** helber has joined #openstack-horizon | 22:21 | |
*** helber_ has quit IRC | 22:22 | |
*** roxanaghe has joined #openstack-horizon | 22:34 | |
*** roxanaghe has quit IRC | 22:39 | |
*** vishwanathj has joined #openstack-horizon | 22:55 | |
*** vishwanathj has quit IRC | 22:55 | |
*** helber_ has joined #openstack-horizon | 23:00 | |
*** helber__ has joined #openstack-horizon | 23:02 | |
*** adriant has joined #openstack-horizon | 23:02 | |
*** helber has quit IRC | 23:03 | |
*** helber_ has quit IRC | 23:05 | |
*** helber has joined #openstack-horizon | 23:14 | |
*** helber__ has quit IRC | 23:17 | |
*** btully has joined #openstack-horizon | 23:21 | |
*** btully has quit IRC | 23:26 | |
*** alexvictorchan has joined #openstack-horizon | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!