*** thiagop has quit IRC | 00:07 | |
*** HenryG has quit IRC | 00:18 | |
*** jwy has quit IRC | 00:24 | |
*** jacalcat has joined #openstack-horizon | 00:43 | |
*** asahlin has quit IRC | 00:47 | |
*** mattfarina has joined #openstack-horizon | 00:51 | |
*** ybathia has quit IRC | 00:52 | |
*** jwy has joined #openstack-horizon | 00:55 | |
*** jwy has quit IRC | 01:07 | |
*** hightall has joined #openstack-horizon | 01:13 | |
*** bpokorny_ has quit IRC | 01:16 | |
*** nlahouti has quit IRC | 01:17 | |
*** asahlin has joined #openstack-horizon | 01:17 | |
*** mattfarina has quit IRC | 01:23 | |
*** david-lyle has joined #openstack-horizon | 01:28 | |
*** david-lyle has quit IRC | 01:32 | |
openstackgerrit | Cindy Lu proposed a change to openstack/horizon: Clarify meaning of "Disk GB Hours" column https://review.openstack.org/130670 | 01:45 |
---|---|---|
*** clu_ has quit IRC | 01:46 | |
openstackgerrit | Thai Tran proposed a change to openstack/horizon: Single page navigation https://review.openstack.org/114392 | 01:53 |
*** Longgeek has joined #openstack-horizon | 02:01 | |
openstackgerrit | Thai Tran proposed a change to openstack/horizon: Removing container ID element https://review.openstack.org/121218 | 02:02 |
openstackgerrit | Thai Tran proposed a change to openstack/horizon: Removing container ID element https://review.openstack.org/121218 | 02:02 |
*** Longgeek has quit IRC | 02:06 | |
*** lhcheng has quit IRC | 02:08 | |
*** nikunj2512 has joined #openstack-horizon | 02:22 | |
*** harlowja is now known as harlowja_away | 02:23 | |
*** newb123 has joined #openstack-horizon | 02:28 | |
newb123 | Hi, I keep on getting a lesscpy error when I try to access the openstack dashboard at localhost:80. I've installed lesspcy and can see it from the commandline.. any know how to fix this? | 02:29 |
*** david-lyle has joined #openstack-horizon | 02:29 | |
nikunj2512 | newb123: which version of lesscpy you are using?? | 02:32 |
newb123 | nikunj2512: "-v" shows Lesscpy compiler 0.9h | 02:33 |
nikunj2512 | newb123: sudo pip install -U lesscpy==0.9j | 02:33 |
*** david-lyle has quit IRC | 02:33 | |
nikunj2512 | newb123: try this | 02:33 |
newb123 | nikunj2512: when I run the command -v still shows 0.9h hmm.. | 02:35 |
nikunj2512 | newb123: What is error it is giving?? Can you paste the log?? | 02:35 |
newb123 | nikunj2512: http://dpaste.com/025VB3R | 02:36 |
newb123 | yup. I can't seem to install 0.9j.. pip installs 0.9h | 02:38 |
newb123 | I've also tried changing the precompiler = to lessc which i have installed via nodejs.. and that gives me a similar error.. except saying that lessc can't be found | 02:38 |
nikunj2512 | newb123: ohh.. OK.. give me a minute.. I am powering up my devstack | 02:39 |
nikunj2512 | newb123: try this command... ln -s /usr/bin/lessc /usr/local/bin/lesscpy | 02:40 |
newb123 | nikunj2512: no problem.. I'm using stable/icehouse .. I'm running it on an unconventional platform but it worked in the past and I clearly have lesscpy installed. Pretty comfortable making adjustments in python.. just need to know what to mod. | 02:40 |
newb123 | alright | 02:40 |
nikunj2512 | newb123: i am thinking it is trying to run wrong binary of lesscpy | 02:41 |
newb123 | so you want me to override lesscpy I have lesscpy installed in /usr/local/bin | 02:42 |
newb123 | where do you think the compressor is looking? | 02:42 |
openstackgerrit | Thai Tran proposed a change to openstack/horizon: Refactoring main_content css https://review.openstack.org/121268 | 02:44 |
newb123 | nikunj2512: if I do ln -s /usr/local/bin/lesscpy /usr/bin/lesscpy i get the following error http://dpaste.com/2DB8KN3 which I guess means it found it? | 02:45 |
nikunj2512 | newb123: i strongly thinks that Your error will go away if You install this - sudo pip install -U lesscpy==0.9j | 02:46 |
nikunj2512 | newb123: Yes it found it | 02:46 |
nikunj2512 | newb123: But this error is reported by others | 02:46 |
newb123 | nikunj2512: I can't install it. I've tried uninstalled lesscpy and then sudo pip install -U lesscpy==0.9j... but when i check with "-v" it's 0.9h | 02:47 |
nikunj2512 | newb123: can't you download the package and then install it manually?? | 02:47 |
nikunj2512 | newb123: It is easy to install | 02:47 |
newb123 | nikunj2512: I've never done that.. let me try | 02:48 |
nikunj2512 | newb123: Please can you this.. I am here .... will help you installing it | 02:48 |
*** mrmoje has quit IRC | 02:49 | |
newb123 | nikunj2512: it's not working. I downloaded https://pypi.python.org/packages/source/l/lesscpy/lesscpy-0.9j.tar.gz ran python setup.py install and going into build/scripts-2.7/lesscpy -v yields Lesscpy compiler 0.9h | 02:53 |
*** tzumainn has quit IRC | 02:56 | |
nikunj2512 | newb123: did you unintalled the lesscpy first?? | 02:57 |
nikunj2512 | uninstall every things related to lesscpy | 02:57 |
nikunj2512 | and then try installing as a fresh | 02:57 |
newb123 | nikunj2512: anyways "pip show" shows 0.9j but lesscpy -v shows 0.9h. ... I have uninstalled everything. I believe if you grab the package yourself.. you'll see it's embedded in the build script... | 02:58 |
*** vkmc has quit IRC | 02:58 | |
newb123 | nikunj2512: yes.. if you untar lesscpy-0.9j.tar.gz and then grep for 0.9h.. you'll see that it prints out Lesscpy compiler 0.9h in lesscpy/scripts/compiler.py:VERSION_STR | 02:59 |
nikunj2512 | newb123: ok | 03:00 |
newb123 | nikunj2512: do you know where the "unrecognized arguments" error comes from? | 03:01 |
nikunj2512 | newb123: Sorry, no idea, i am trying to figure out the same | 03:02 |
nikunj2512 | newb123: maybe other can help.. :( | 03:02 |
*** Longgeek has joined #openstack-horizon | 03:02 | |
newb123 | nikunj2512: how about lessc? if I use that instead.. do I simply modify precompiler to "lessc {infile}" ? | 03:02 |
nikunj2512 | newb123: Sorry, no idea. I never faced these issues | 03:04 |
newb123 | nikunj2512: thanks. at least for helping me get horizon to find the hardcoded path.. which is in /usr/bin | 03:05 |
nikunj2512 | newb123: :), and sorry that i couldn't be of much help | 03:06 |
newb123 | i'm not using a linux so I assume hardcoded paths will not play so nicely | 03:06 |
nikunj2512 | newb123: ohhh... which os u are using?? | 03:07 |
*** Longgeek has quit IRC | 03:07 | |
newb123 | nikunj2512: fbsd 10 | 03:07 |
newb123 | I've gotten horizon/dashboard working in the past in havana/grizzly | 03:07 |
nikunj2512 | newb123: ok... did you tried Juno?? | 03:08 |
nikunj2512 | newb123: i am using Juno | 03:08 |
nikunj2512 | newb123: if you can setup one more system... i will suggest Juno | 03:08 |
*** esp has left #openstack-horizon | 03:08 | |
newb123 | nikunj2512: I'm pretty sure it's the same. it probably has something to do with incompatibilities between linux and freebsd | 03:11 |
nikunj2512 | newb123: ok | 03:11 |
newb123 | anyways i'm going to try a few more things.. at least the pathing helped a bit.. a few more things to try =) | 03:12 |
newb123 | will report back if I find anything interesting | 03:12 |
nikunj2512 | newb123: sure.. :) | 03:13 |
*** jacalcat has quit IRC | 03:14 | |
newb123 | nikunj2512: okay that fixed it! i had to unstack and ./stack again to refresh the changes. I had changed precompiler in settings.py incorrectly and forget to change it back to lesscpy {infile} | 03:16 |
nikunj2512 | newb123: great... :0 | 03:16 |
nikunj2512 | :0 | 03:16 |
nikunj2512 | :) | 03:16 |
*** hhuang has joined #openstack-horizon | 03:18 | |
*** david-lyle has joined #openstack-horizon | 03:19 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:20 | |
*** david-lyle has quit IRC | 03:36 | |
*** ramishra has quit IRC | 03:40 | |
*** aliceR has joined #openstack-horizon | 03:48 | |
*** ramishra has joined #openstack-horizon | 03:50 | |
*** hhuang has quit IRC | 03:57 | |
*** nlahouti has joined #openstack-horizon | 04:02 | |
*** nlahouti has quit IRC | 04:02 | |
*** nlahouti has joined #openstack-horizon | 04:03 | |
*** lhcheng has joined #openstack-horizon | 04:05 | |
*** newb123 has quit IRC | 04:07 | |
*** david-lyle has joined #openstack-horizon | 04:07 | |
*** HenryG has joined #openstack-horizon | 04:10 | |
*** hightall has quit IRC | 04:12 | |
*** david-lyle has quit IRC | 04:13 | |
*** sbfox has joined #openstack-horizon | 04:26 | |
*** sbfox has quit IRC | 04:30 | |
*** e0ne has joined #openstack-horizon | 04:34 | |
*** e0ne has quit IRC | 04:35 | |
*** e0ne has joined #openstack-horizon | 04:40 | |
*** e0ne has quit IRC | 04:41 | |
*** sbfox has joined #openstack-horizon | 04:44 | |
*** dsneddon has quit IRC | 04:48 | |
*** dsneddon has joined #openstack-horizon | 04:51 | |
*** _gryf has quit IRC | 04:51 | |
*** lhcheng_ has joined #openstack-horizon | 05:04 | |
*** hightall has joined #openstack-horizon | 05:05 | |
*** lhcheng has quit IRC | 05:07 | |
*** lhcheng_ is now known as lhcheng | 05:07 | |
*** nlahouti1 has joined #openstack-horizon | 05:14 | |
*** nlahouti has quit IRC | 05:15 | |
*** exploreshaifali has joined #openstack-horizon | 05:17 | |
*** masco has joined #openstack-horizon | 05:19 | |
*** nlahouti1 has quit IRC | 05:20 | |
*** nlahouti has joined #openstack-horizon | 05:20 | |
*** sayan has quit IRC | 05:23 | |
*** gokrokve has joined #openstack-horizon | 05:28 | |
*** gokrokve has joined #openstack-horizon | 05:29 | |
*** sayali has joined #openstack-horizon | 05:33 | |
*** amcrn has quit IRC | 05:34 | |
*** gokrokve has quit IRC | 05:41 | |
*** gokrokve has joined #openstack-horizon | 05:42 | |
openstackgerrit | Nikunj Aggarwal proposed a change to openstack/horizon: Fixes nothing is displayed if volume metadata is empty problem https://review.openstack.org/130140 | 05:47 |
openstackgerrit | daiki aminaka proposed a change to openstack/horizon: Configurable instance detail tab group https://review.openstack.org/117711 | 05:52 |
*** gokrokve has quit IRC | 06:02 | |
*** exploreshaifali has quit IRC | 06:02 | |
*** gokrokve has joined #openstack-horizon | 06:02 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/horizon: Imported Translations from Transifex https://review.openstack.org/130695 | 06:05 |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 06:06 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/django_openstack_auth: Imported Translations from Transifex https://review.openstack.org/130697 | 06:06 |
*** sbfox has quit IRC | 06:13 | |
*** mrunge has joined #openstack-horizon | 06:20 | |
*** Longgeek has joined #openstack-horizon | 06:22 | |
*** gokrokve has quit IRC | 06:23 | |
*** cody-somerville has quit IRC | 06:25 | |
*** Longgeek has quit IRC | 06:26 | |
*** mrmoje has joined #openstack-horizon | 06:28 | |
*** gokrokve_ has joined #openstack-horizon | 06:32 | |
*** gokrokve_ has quit IRC | 06:32 | |
*** Longgeek has joined #openstack-horizon | 06:38 | |
*** nikunj2512 has quit IRC | 06:38 | |
*** jprovazn has joined #openstack-horizon | 06:42 | |
*** paul-- has quit IRC | 06:47 | |
*** harlowja_away has quit IRC | 06:47 | |
*** tmazur has quit IRC | 06:47 | |
*** coolsvap has quit IRC | 06:47 | |
*** raildo has quit IRC | 06:47 | |
*** rhagarty has quit IRC | 06:47 | |
*** sbadia has quit IRC | 06:47 | |
*** sayali has quit IRC | 06:47 | |
*** ramishra has quit IRC | 06:47 | |
*** asahlin has quit IRC | 06:47 | |
*** miguelgrinberg has quit IRC | 06:47 | |
*** anteaya has quit IRC | 06:47 | |
*** jgravel_ has quit IRC | 06:47 | |
*** aix has quit IRC | 06:47 | |
*** Ala has quit IRC | 06:47 | |
*** mitz_ has quit IRC | 06:47 | |
*** Guest28430 has quit IRC | 06:47 | |
*** d0ugal has quit IRC | 06:47 | |
*** rwsu_ has quit IRC | 06:48 | |
*** rwsu_ has joined #openstack-horizon | 06:49 | |
*** sayali has joined #openstack-horizon | 07:00 | |
*** ramishra has joined #openstack-horizon | 07:00 | |
*** asahlin has joined #openstack-horizon | 07:00 | |
*** aix has joined #openstack-horizon | 07:00 | |
*** Ala has joined #openstack-horizon | 07:00 | |
*** mitz_ has joined #openstack-horizon | 07:00 | |
*** miguelgrinberg has joined #openstack-horizon | 07:00 | |
*** Guest28430 has joined #openstack-horizon | 07:00 | |
*** paul-- has joined #openstack-horizon | 07:00 | |
*** anteaya has joined #openstack-horizon | 07:00 | |
*** d0ugal has joined #openstack-horizon | 07:00 | |
*** jgravel_ has joined #openstack-horizon | 07:00 | |
*** paul-- has quit IRC | 07:00 | |
openstackgerrit | Masco Kaliyamoorthy proposed a change to openstack/horizon: Support of rescue instance in Horizon https://review.openstack.org/107379 | 07:02 |
*** nlahouti has quit IRC | 07:04 | |
*** ygbo has joined #openstack-horizon | 07:06 | |
*** mrmoje has quit IRC | 07:09 | |
openstackgerrit | daiki aminaka proposed a change to openstack/horizon: Configurable instance detail tab group https://review.openstack.org/117711 | 07:12 |
*** andreaf has quit IRC | 07:16 | |
*** harlowja_away has joined #openstack-horizon | 07:16 | |
*** coolsvap has joined #openstack-horizon | 07:16 | |
*** tmazur has joined #openstack-horizon | 07:16 | |
*** raildo has joined #openstack-horizon | 07:16 | |
*** rhagarty has joined #openstack-horizon | 07:16 | |
*** sbadia has joined #openstack-horizon | 07:16 | |
*** nikunj2512 has joined #openstack-horizon | 07:16 | |
*** nikunj2512 has left #openstack-horizon | 07:16 | |
*** nikunj2512 has joined #openstack-horizon | 07:16 | |
*** paul-- has joined #openstack-horizon | 07:16 | |
*** andreaf has joined #openstack-horizon | 07:16 | |
*** vokhrimenko has joined #openstack-horizon | 07:19 | |
*** paul-- has quit IRC | 07:28 | |
*** andreaf has quit IRC | 07:28 | |
*** nikunj2512 has quit IRC | 07:28 | |
*** harlowja_away has quit IRC | 07:28 | |
*** tmazur has quit IRC | 07:28 | |
*** coolsvap has quit IRC | 07:28 | |
*** raildo has quit IRC | 07:28 | |
*** rhagarty has quit IRC | 07:28 | |
*** sbadia has quit IRC | 07:29 | |
*** sayali has quit IRC | 07:29 | |
*** ramishra has quit IRC | 07:29 | |
*** asahlin has quit IRC | 07:29 | |
*** miguelgrinberg has quit IRC | 07:29 | |
*** anteaya has quit IRC | 07:29 | |
*** jgravel_ has quit IRC | 07:29 | |
*** aix has quit IRC | 07:29 | |
*** Ala has quit IRC | 07:29 | |
*** mitz_ has quit IRC | 07:29 | |
*** Guest28430 has quit IRC | 07:29 | |
*** d0ugal has quit IRC | 07:29 | |
*** jcoufal has joined #openstack-horizon | 07:31 | |
*** andreaf has joined #openstack-horizon | 07:32 | |
*** nikunj2512 has joined #openstack-horizon | 07:32 | |
*** d0ugal has joined #openstack-horizon | 07:32 | |
*** Guest28430 has joined #openstack-horizon | 07:32 | |
*** mitz_ has joined #openstack-horizon | 07:32 | |
*** Ala has joined #openstack-horizon | 07:32 | |
*** aix has joined #openstack-horizon | 07:32 | |
*** harlowja_away has joined #openstack-horizon | 07:32 | |
*** coolsvap has joined #openstack-horizon | 07:32 | |
*** tmazur has joined #openstack-horizon | 07:32 | |
*** raildo has joined #openstack-horizon | 07:32 | |
*** rhagarty has joined #openstack-horizon | 07:32 | |
*** sbadia has joined #openstack-horizon | 07:32 | |
*** jpich has joined #openstack-horizon | 07:32 | |
*** MaxV has joined #openstack-horizon | 07:34 | |
*** sayan has joined #openstack-horizon | 07:35 | |
*** aix has quit IRC | 07:36 | |
*** Ala has quit IRC | 07:36 | |
*** mitz_ has quit IRC | 07:36 | |
*** Guest28430 has quit IRC | 07:36 | |
*** d0ugal has quit IRC | 07:36 | |
*** sayali has joined #openstack-horizon | 07:37 | |
*** ramishra has joined #openstack-horizon | 07:37 | |
*** asahlin has joined #openstack-horizon | 07:37 | |
*** miguelgrinberg has joined #openstack-horizon | 07:37 | |
*** anteaya has joined #openstack-horizon | 07:37 | |
*** jgravel_ has joined #openstack-horizon | 07:37 | |
*** Guest351 has joined #openstack-horizon | 07:39 | |
*** Guest351 has quit IRC | 07:39 | |
*** aix has joined #openstack-horizon | 07:40 | |
*** Ala has joined #openstack-horizon | 07:40 | |
*** mitz_ has joined #openstack-horizon | 07:40 | |
*** Guest28430 has joined #openstack-horizon | 07:40 | |
*** mitz_ has quit IRC | 07:40 | |
*** dmatthews__ has joined #openstack-horizon | 07:40 | |
*** hightall has quit IRC | 07:41 | |
*** mitz_ has joined #openstack-horizon | 07:42 | |
*** dmatthews__ is now known as d0ugal | 07:46 | |
*** d0ugal has quit IRC | 07:46 | |
*** d0ugal has joined #openstack-horizon | 07:46 | |
*** paul-- has joined #openstack-horizon | 07:50 | |
*** cedrics has joined #openstack-horizon | 08:02 | |
*** rdopieralski has joined #openstack-horizon | 08:06 | |
*** qba73 has joined #openstack-horizon | 08:08 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/horizon: Move the panel mocks to a separate method on TestCase https://review.openstack.org/130503 | 08:09 |
*** athomas has joined #openstack-horizon | 08:09 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/horizon: Move the panel mocks to a separate method on TestCase https://review.openstack.org/130503 | 08:15 |
*** lhcheng has quit IRC | 08:15 | |
openstackgerrit | Nikunj Aggarwal proposed a change to openstack/horizon: Fixes nothing is displayed if volume metadata is empty problem https://review.openstack.org/130140 | 08:18 |
*** tmazur has quit IRC | 08:29 | |
*** andreaf has quit IRC | 08:32 | |
*** andreaf has joined #openstack-horizon | 08:32 | |
*** aliceR has quit IRC | 08:37 | |
openstackgerrit | A change was merged to openstack/horizon: Imported Translations from Transifex https://review.openstack.org/130695 | 08:43 |
*** masco_ has joined #openstack-horizon | 08:51 | |
*** e0ne has joined #openstack-horizon | 08:55 | |
*** andreaf has quit IRC | 08:55 | |
*** andreaf has joined #openstack-horizon | 08:55 | |
*** Longgeek has quit IRC | 08:57 | |
*** Longgeek has joined #openstack-horizon | 09:03 | |
*** alexpilotti has joined #openstack-horizon | 09:04 | |
*** exploreshaifali has joined #openstack-horizon | 09:05 | |
*** cody-somerville has joined #openstack-horizon | 09:08 | |
*** cody-somerville has quit IRC | 09:08 | |
*** cody-somerville has joined #openstack-horizon | 09:08 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/horizon: Move the panel mocks to a separate method on TestCase https://review.openstack.org/130503 | 09:18 |
*** Longgeek has quit IRC | 09:24 | |
*** Longgeek has joined #openstack-horizon | 09:35 | |
*** akrivoka has joined #openstack-horizon | 09:41 | |
*** cedrics has quit IRC | 09:53 | |
*** sayan has quit IRC | 09:53 | |
*** jpich has quit IRC | 09:53 | |
*** jrist has quit IRC | 09:53 | |
*** lsmola has quit IRC | 09:53 | |
*** gary-smith has quit IRC | 09:53 | |
*** pbelanyi has quit IRC | 09:53 | |
*** cedrics has joined #openstack-horizon | 09:53 | |
*** sayan has joined #openstack-horizon | 09:53 | |
*** jpich has joined #openstack-horizon | 09:53 | |
*** jrist has joined #openstack-horizon | 09:53 | |
*** lsmola has joined #openstack-horizon | 09:53 | |
*** gary-smith has joined #openstack-horizon | 09:53 | |
*** pbelanyi has joined #openstack-horizon | 09:53 | |
*** andreaf has quit IRC | 09:55 | |
*** aix has quit IRC | 09:55 | |
*** Ala has quit IRC | 09:55 | |
*** Guest28430 has quit IRC | 09:55 | |
*** andreaf has joined #openstack-horizon | 09:56 | |
*** aix has joined #openstack-horizon | 09:56 | |
*** Ala has joined #openstack-horizon | 09:56 | |
*** Guest28430 has joined #openstack-horizon | 09:56 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Move actions to the header https://review.openstack.org/130465 | 09:56 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Flavor detail page styling https://review.openstack.org/130536 | 09:57 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Remove the Infrastructure panel group https://review.openstack.org/130494 | 09:57 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Added image type filter https://review.openstack.org/129959 | 09:57 |
*** katyafervent has quit IRC | 09:58 | |
*** csd has quit IRC | 09:58 | |
*** abramley has quit IRC | 09:58 | |
*** jcooley has quit IRC | 09:58 | |
*** jtriley has quit IRC | 09:58 | |
*** rodrigods has quit IRC | 09:58 | |
*** palendae has quit IRC | 09:58 | |
*** cloudnull has quit IRC | 09:58 | |
*** katyafervent has joined #openstack-horizon | 09:59 | |
*** csd has joined #openstack-horizon | 09:59 | |
*** abramley has joined #openstack-horizon | 09:59 | |
*** jcooley has joined #openstack-horizon | 09:59 | |
*** jtriley has joined #openstack-horizon | 09:59 | |
*** rodrigods has joined #openstack-horizon | 09:59 | |
*** palendae has joined #openstack-horizon | 09:59 | |
*** cloudnull has joined #openstack-horizon | 09:59 | |
*** tosky has joined #openstack-horizon | 10:09 | |
*** andreaf has quit IRC | 10:11 | |
*** andreaf has joined #openstack-horizon | 10:11 | |
*** MaxV has quit IRC | 10:13 | |
*** athomas has quit IRC | 10:28 | |
*** cedrics has quit IRC | 10:29 | |
*** sayali has quit IRC | 10:31 | |
openstackgerrit | daiki aminaka proposed a change to openstack/horizon: Configurable instance detail tab group https://review.openstack.org/117711 | 10:33 |
*** ramishra has quit IRC | 10:36 | |
*** aix has quit IRC | 10:42 | |
*** athomas has joined #openstack-horizon | 10:45 | |
*** e0ne has quit IRC | 10:47 | |
*** e0ne has joined #openstack-horizon | 10:48 | |
*** andreaf has quit IRC | 10:48 | |
*** andreaf has joined #openstack-horizon | 10:48 | |
*** jacalcat has joined #openstack-horizon | 10:56 | |
*** exploreshaifali has quit IRC | 11:00 | |
*** akrivoka has quit IRC | 11:02 | |
*** cedrics has joined #openstack-horizon | 11:08 | |
*** jacalcat has quit IRC | 11:11 | |
*** aix has joined #openstack-horizon | 11:13 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Add "Create" action for flavor suggestions https://review.openstack.org/130745 | 11:14 |
*** akrivoka has joined #openstack-horizon | 11:14 | |
*** athomas has quit IRC | 11:15 | |
*** athomas has joined #openstack-horizon | 11:17 | |
*** andreaf has quit IRC | 11:27 | |
*** andreaf has joined #openstack-horizon | 11:28 | |
*** ramishra has joined #openstack-horizon | 11:29 | |
*** jacalcat has joined #openstack-horizon | 11:29 | |
*** jacalcat has quit IRC | 11:38 | |
openstackgerrit | Alexey I. Froloff proposed a change to openstack/horizon: Preserve flavorid when updating Flavors https://review.openstack.org/130759 | 11:39 |
*** julim has joined #openstack-horizon | 11:44 | |
*** MaxV has joined #openstack-horizon | 11:50 | |
*** raorn has joined #openstack-horizon | 11:54 | |
openstackgerrit | Jiri Tomasek proposed a change to openstack/tuskar-ui: Node detail styling and node state icon filter, role detail https://review.openstack.org/130763 | 12:02 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Add "Create" action for flavor suggestions https://review.openstack.org/130745 | 12:03 |
*** regebro is now known as regebro|lunch | 12:04 | |
openstackgerrit | Jiri Tomasek proposed a change to openstack/tuskar-ui: Node detail styling and node state icon filter, role detail https://review.openstack.org/130763 | 12:04 |
*** Ala has quit IRC | 12:05 | |
*** katyafervent is now known as katyafervent_awa | 12:19 | |
*** katyafervent_awa is now known as katyafervent | 12:20 | |
*** radez_g0n3 is now known as radez | 12:30 | |
*** Ala has joined #openstack-horizon | 12:33 | |
*** andreaf_ has joined #openstack-horizon | 12:33 | |
*** nikunj2512 has quit IRC | 12:34 | |
*** nikunj2512 has joined #openstack-horizon | 12:35 | |
*** andreaf has quit IRC | 12:36 | |
*** ramishra has quit IRC | 12:39 | |
*** ramishra_ has joined #openstack-horizon | 12:39 | |
*** asahlin has quit IRC | 12:43 | |
openstackgerrit | Ana Krivokapic proposed a change to openstack/horizon: Better color arrangement in distribution pie charts https://review.openstack.org/130773 | 12:51 |
*** regebro|lunch is now known as regebro | 12:55 | |
*** exploreshaifali has joined #openstack-horizon | 12:55 | |
*** gokrokve has joined #openstack-horizon | 12:58 | |
*** doug-fish has joined #openstack-horizon | 12:58 | |
*** tzumainn has joined #openstack-horizon | 13:00 | |
*** exploreshaifali has quit IRC | 13:02 | |
*** asahlin has joined #openstack-horizon | 13:07 | |
*** _crobertsrh is now known as crobertsrh | 13:08 | |
*** gokrokve has quit IRC | 13:08 | |
*** neelashah has joined #openstack-horizon | 13:13 | |
*** katyafervent is now known as katyafervent_awa | 13:13 | |
*** katyafervent_awa is now known as katyafervent | 13:14 | |
*** vkmc has joined #openstack-horizon | 13:15 | |
*** vkmc has quit IRC | 13:15 | |
*** vkmc has joined #openstack-horizon | 13:15 | |
*** thiagop has joined #openstack-horizon | 13:16 | |
*** rbertram has joined #openstack-horizon | 13:19 | |
*** krykowski has joined #openstack-horizon | 13:20 | |
*** krykowski has quit IRC | 13:23 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Adding provision state of Ironic https://review.openstack.org/130780 | 13:31 |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Adding maintenance state to pie chart https://review.openstack.org/130538 | 13:34 |
*** radez is now known as radez_g0n3 | 13:34 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Adding provision state of Ironic https://review.openstack.org/130780 | 13:34 |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Fix of chart spinner https://review.openstack.org/130462 | 13:34 |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Styling charts in Role detail https://review.openstack.org/130457 | 13:34 |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Styling Node detail charts https://review.openstack.org/130454 | 13:34 |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:36 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Add "Create" action for flavor suggestions https://review.openstack.org/130745 | 13:39 |
openstackgerrit | Timur Sufiev proposed a change to openstack/horizon: Guard against `None` value of User.email attribute https://review.openstack.org/130795 | 13:41 |
*** akrivoka has quit IRC | 13:45 | |
*** jpomero has joined #openstack-horizon | 13:45 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Adding provision state of Ironic https://review.openstack.org/130780 | 13:47 |
*** nikunj2512 has quit IRC | 13:55 | |
*** dkorn has joined #openstack-horizon | 13:56 | |
*** dkorn has quit IRC | 14:00 | |
*** ericpeterson has joined #openstack-horizon | 14:03 | |
openstackgerrit | Timur Sufiev proposed a change to openstack/horizon: Guard against `None` value of User.email attribute https://review.openstack.org/130795 | 14:07 |
*** ramishra_ has quit IRC | 14:13 | |
*** akrivoka has joined #openstack-horizon | 14:14 | |
*** radez_g0n3 is now known as radez | 14:18 | |
*** masco has quit IRC | 14:23 | |
*** masco_ has quit IRC | 14:23 | |
*** andreaf_ has quit IRC | 14:25 | |
*** andreaf_ has joined #openstack-horizon | 14:26 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Improving the looks of the plan design page, part I https://review.openstack.org/130806 | 14:26 |
openstackgerrit | Jiri Tomasek proposed a change to openstack/tuskar-ui: Node detail styling and node state icon filter, role detail https://review.openstack.org/130763 | 14:28 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Improving the looks of the plan design page, part I https://review.openstack.org/130806 | 14:29 |
*** sayali has joined #openstack-horizon | 14:31 | |
openstackgerrit | Jiri Tomasek proposed a change to openstack/tuskar-ui: Node detail styling and node state icon filter, role detail https://review.openstack.org/130763 | 14:35 |
*** woodm1979 has joined #openstack-horizon | 14:40 | |
*** ZZelle has quit IRC | 14:43 | |
*** ZZelle has joined #openstack-horizon | 14:43 | |
*** mrunge has quit IRC | 14:47 | |
*** radez is now known as radez_g0n3 | 14:51 | |
*** jprovazn has quit IRC | 14:53 | |
*** rebelagentm has joined #openstack-horizon | 14:58 | |
*** EmilyW has joined #openstack-horizon | 15:01 | |
*** EmilyW has quit IRC | 15:06 | |
*** EmilyW has joined #openstack-horizon | 15:06 | |
*** andreaf_ has quit IRC | 15:10 | |
*** andreaf_ has joined #openstack-horizon | 15:11 | |
*** david-lyle has joined #openstack-horizon | 15:18 | |
openstackgerrit | Cindy Lu proposed a change to openstack/horizon: Clarify meaning of "Disk GB Hours" column https://review.openstack.org/130670 | 15:21 |
*** Drago has joined #openstack-horizon | 15:27 | |
*** Drago has quit IRC | 15:28 | |
*** Drago has joined #openstack-horizon | 15:28 | |
*** EmilyW has quit IRC | 15:32 | |
*** EmilyW has joined #openstack-horizon | 15:33 | |
*** EmilyW has quit IRC | 15:33 | |
*** EmilyW has joined #openstack-horizon | 15:34 | |
*** lsmola has quit IRC | 15:34 | |
*** sayan has quit IRC | 15:34 | |
*** lsmola has joined #openstack-horizon | 15:35 | |
*** tqtran has joined #openstack-horizon | 15:43 | |
openstackgerrit | jmurax proposed a change to openstack/django_openstack_auth: Fixed the app name in the installation docs https://review.openstack.org/123003 | 15:44 |
*** bpokorny has joined #openstack-horizon | 15:51 | |
*** nlahouti has joined #openstack-horizon | 15:51 | |
*** rdopieralski has quit IRC | 15:55 | |
*** aliceR has joined #openstack-horizon | 15:56 | |
*** amerine has quit IRC | 15:57 | |
*** ericpeterson has quit IRC | 15:57 | |
*** ericpeterson has joined #openstack-horizon | 15:58 | |
*** cloudnull has quit IRC | 15:59 | |
*** palendae has quit IRC | 15:59 | |
*** woodm1979 has quit IRC | 16:00 | |
*** cedrics has quit IRC | 16:00 | |
*** Ala has quit IRC | 16:01 | |
*** aliceR has quit IRC | 16:01 | |
*** palendae has joined #openstack-horizon | 16:01 | |
*** cloudnull has joined #openstack-horizon | 16:01 | |
*** woodm1979 has joined #openstack-horizon | 16:02 | |
*** amerine has joined #openstack-horizon | 16:02 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Styling Node detail charts https://review.openstack.org/130454 | 16:05 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Styling charts in Role detail https://review.openstack.org/130457 | 16:05 |
*** ZZelle has quit IRC | 16:05 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Fix of chart spinner https://review.openstack.org/130462 | 16:07 |
*** regebro has quit IRC | 16:08 | |
*** thiagop has quit IRC | 16:11 | |
*** ygbo has quit IRC | 16:13 | |
openstackgerrit | A change was merged to openstack/horizon: Fixes nothing is displayed if volume metadata is empty problem https://review.openstack.org/130140 | 16:16 |
*** exploreshaifali has joined #openstack-horizon | 16:17 | |
openstackgerrit | Cindy Lu proposed a change to openstack/horizon: Clarify meaning of "Disk GB Hours" column https://review.openstack.org/130670 | 16:18 |
*** jpich has quit IRC | 16:19 | |
openstackgerrit | Timur Sufiev proposed a change to openstack/horizon: Sort images list in ascending alphabetical manner https://review.openstack.org/130844 | 16:19 |
*** vijendar has quit IRC | 16:20 | |
openstackgerrit | Timur Sufiev proposed a change to openstack/horizon: Sort images list in ascending alphabetical order https://review.openstack.org/130844 | 16:20 |
openstackgerrit | A change was merged to openstack/horizon: Breakdown CSS: split styling for table inline edits https://review.openstack.org/115736 | 16:20 |
*** esp has joined #openstack-horizon | 16:20 | |
openstackgerrit | Timur Sufiev proposed a change to openstack/horizon: Sort images list in ascending alphabetical order https://review.openstack.org/130844 | 16:23 |
*** Drago has quit IRC | 16:24 | |
*** hemna__ is now known as hemna | 16:24 | |
openstackgerrit | Aaron Sahlin proposed a change to openstack/horizon: Fixed display issues on Details Page caused by bootstrap 3 update https://review.openstack.org/115693 | 16:26 |
*** exploreshaifali has quit IRC | 16:26 | |
*** vkmc has quit IRC | 16:29 | |
esp | hello, does anyone here know if there are plans/blueprints to support the python-openstackclient for keystone v3 support? | 16:30 |
*** sayali has quit IRC | 16:33 | |
*** lhcheng has joined #openstack-horizon | 16:33 | |
*** freyes has joined #openstack-horizon | 16:34 | |
david-lyle | esp, as python-openstackclient is only targeting the CLI, this is not the right room to ask in (meaning I have no idea), might try openstack-keystone or openstack-dev | 16:35 |
esp | np david-lyle | 16:35 |
esp | david-lyle to give a little more context to my question tho | 16:36 |
*** ybathia has joined #openstack-horizon | 16:36 | |
esp | if we wanted to allow horizon to talk to keystone v3, I don’t think we can do it with the python-keystoneclient | 16:37 |
david-lyle | esp, sure we can, and do | 16:37 |
esp | david-lyle: ah really? | 16:37 |
david-lyle | you just have to set the OPENSTACK_API_VERION for identity to 3 | 16:38 |
david-lyle | in the settings file | 16:38 |
esp | ah.. | 16:38 |
esp | so I did that a bunch yesterday in my devstack env | 16:38 |
david-lyle | all will work great if you only use the default domain | 16:38 |
esp | here is what I got.. | 16:38 |
lhcheng | esp, python-keystoneclient does not work with V3 on the CLI | 16:39 |
lhcheng | but should work as a library | 16:39 |
david-lyle | if you want to use multiple domains, things start to fall apart, but not due to keystoneclient or horizon, but adoption of v3 | 16:39 |
openstackgerrit | A change was merged to openstack/django_openstack_auth: Imported Translations from Transifex https://review.openstack.org/130697 | 16:39 |
esp | ok | 16:39 |
esp | so the cli doesn’t work, but importing it as lib/module is cool | 16:39 |
esp | phew | 16:39 |
* esp takes a sip of coffee | 16:39 | |
esp | thx lhcheng and david-lyle, sorry for the newbie questions | 16:40 |
*** aix has quit IRC | 16:41 | |
*** sayan has joined #openstack-horizon | 16:41 | |
david-lyle | esp, no worries | 16:41 |
openstackgerrit | Aaron Sahlin proposed a change to openstack/horizon: Display action column buttons on single line https://review.openstack.org/112394 | 16:42 |
*** andreaf_ has quit IRC | 16:42 | |
*** andreaf_ has joined #openstack-horizon | 16:43 | |
* lhcheng going to grab a coffee too | 16:43 | |
lhcheng | esp np | 16:43 |
esp | :) | 16:44 |
*** rwsu_ has quit IRC | 16:53 | |
*** exploreshaifali has joined #openstack-horizon | 16:54 | |
*** rwsu has joined #openstack-horizon | 16:56 | |
*** jcoufal has quit IRC | 16:56 | |
*** bpokorny has quit IRC | 17:00 | |
tsufiev | ericpeterson, hi! Regarding https://review.openstack.org/#/c/119202/6/openstack_auth/utils.py - do Horizon have some strategy for dealing with failures? | 17:00 |
tsufiev | ericpeterson, because it seems to me like a possible failure that could be handled | 17:01 |
*** zul has joined #openstack-horizon | 17:06 | |
*** bpokorny has joined #openstack-horizon | 17:07 | |
*** athomas has quit IRC | 17:14 | |
*** Longgeek has quit IRC | 17:23 | |
*** neelashah has quit IRC | 17:23 | |
*** oro has joined #openstack-horizon | 17:23 | |
*** qba73 has quit IRC | 17:25 | |
*** bpokorny_ has joined #openstack-horizon | 17:28 | |
*** oro has quit IRC | 17:28 | |
*** akrivoka has quit IRC | 17:29 | |
*** bpokorny has quit IRC | 17:31 | |
*** nikunj2512 has joined #openstack-horizon | 17:32 | |
nikunj2512 | can anyone tell me how to enable object storage in Horizon while installing devstack?? | 17:33 |
david-lyle | nikunj2512: there's a sample local.conf in the doc folder that would help | 17:34 |
*** bpokorny has joined #openstack-horizon | 17:34 | |
david-lyle | let me get a link | 17:34 |
nikunj2512 | david-lyle: Ok and thank You | 17:34 |
david-lyle | https://github.com/openstack/horizon/blob/master/doc/source/ref/local_conf.rst | 17:35 |
david-lyle | # Enable Swift (object-store) Service without replication | 17:35 |
david-lyle | enable_service s-proxy s-object s-container s-account | 17:35 |
david-lyle | SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 | 17:35 |
david-lyle | SWIFT_REPLICAS=1 | 17:36 |
david-lyle | SWIFT_DATA_DIR=$DEST/data/swift | 17:36 |
david-lyle | are the relevant bits | 17:36 |
nikunj2512 | david-lyle: Ok and thank You again :) | 17:36 |
david-lyle | np | 17:36 |
*** bpokorny_ has quit IRC | 17:37 | |
nikunj2512 | david-lyle: in the local.conf of devstack, if i do reclone=yes, it means it will fetch everything from the internet. right?? | 17:38 |
david-lyle | nikunj2512: yes, everytime you run stack.sh | 17:39 |
nikunj2512 | david-lyle: Ok.. Thank You... | 17:40 |
david-lyle | basically everything in /opt/stack gets recloned | 17:40 |
nikunj2512 | david-lyle: Ok and if added something new in the local.conf than they will also get cloned.. right?? | 17:41 |
david-lyle | yes | 17:41 |
nikunj2512 | david-lyle: great :) | 17:41 |
*** jwy has joined #openstack-horizon | 17:41 | |
*** alexpilotti has quit IRC | 17:49 | |
*** alexpilotti has joined #openstack-horizon | 17:50 | |
*** alexpilotti has quit IRC | 17:51 | |
*** alexpilotti has joined #openstack-horizon | 17:52 | |
*** alexpilotti has quit IRC | 17:53 | |
*** bpokorny_ has joined #openstack-horizon | 17:53 | |
openstackgerrit | A change was merged to openstack/horizon: Ensure DataTableView applies filter after redirect https://review.openstack.org/121529 | 17:55 |
openstackgerrit | A change was merged to openstack/horizon: Fix dynamic select layout when help block is displayed https://review.openstack.org/117021 | 17:55 |
*** harlowja_away is now known as harlowja | 17:55 | |
*** alexpilotti has joined #openstack-horizon | 17:55 | |
*** harlowja is now known as harlowja_away | 17:56 | |
*** alexpilotti has quit IRC | 17:56 | |
*** bpokorny has quit IRC | 17:57 | |
tqtran | does anyone know if its possible to run a subset of selenium unit test? something like this isnt working for me: ./run_tests.sh --only-selenium <path to test method> | 17:57 |
*** harlowja_away is now known as harlowja | 17:58 | |
*** alexpilotti has joined #openstack-horizon | 17:58 | |
*** alexpilotti has quit IRC | 17:59 | |
*** alexpilotti has joined #openstack-horizon | 18:00 | |
*** alexpilotti has quit IRC | 18:01 | |
*** alexpilotti has joined #openstack-horizon | 18:02 | |
*** alexpilotti has quit IRC | 18:03 | |
*** vkmc has joined #openstack-horizon | 18:05 | |
*** woodm1979 has quit IRC | 18:08 | |
*** exploreshaifali has quit IRC | 18:13 | |
tqtran | ok nvm, it works, just a typo, my bad..... | 18:14 |
*** ZZelle has joined #openstack-horizon | 18:15 | |
*** cedrics has joined #openstack-horizon | 18:22 | |
*** tosky has quit IRC | 18:24 | |
*** mitz_ has quit IRC | 18:28 | |
*** crobertsrh has left #openstack-horizon | 18:37 | |
ericpeterson | tsufiev: yes, I agree the possible failures need to be handled, can think of a couple of different ways maybe.... but not amending the change just yet | 18:38 |
ericpeterson | I am thinking we could just grab any region at all, if all else fails | 18:39 |
ericpeterson | and plus, log some errors that the catalog looks pretty messed up | 18:39 |
*** crobertsrh has joined #openstack-horizon | 18:41 | |
*** e0ne has quit IRC | 18:44 | |
*** sbfox has joined #openstack-horizon | 18:44 | |
*** exploreshaifali has joined #openstack-horizon | 18:46 | |
*** mattfarina has joined #openstack-horizon | 18:51 | |
*** cedrics has quit IRC | 18:51 | |
*** oro has joined #openstack-horizon | 18:52 | |
tsufiev | ericpeterson, makes sense to me | 18:53 |
tsufiev | ericpeterson, my point was just "well, it's stupid to so, but horizon should do its best to tell the user that some stupid thing was done" :) | 18:54 |
tsufiev | s/to so/to do so/ | 18:55 |
ericpeterson | yep, I know all about doing stupid stuff | 18:55 |
ericpeterson | I'm your guy | 18:55 |
tsufiev | :) | 18:57 |
*** cbader has joined #openstack-horizon | 18:58 | |
*** crobertsrh has quit IRC | 18:59 | |
*** exploreshaifali has quit IRC | 19:06 | |
*** lhcheng_ has joined #openstack-horizon | 19:08 | |
*** lhcheng_ has quit IRC | 19:08 | |
*** bpokorny_ has quit IRC | 19:15 | |
*** MaxV has quit IRC | 19:16 | |
*** akrivoka has joined #openstack-horizon | 19:17 | |
*** vkmc has quit IRC | 19:19 | |
*** crobertsrh has joined #openstack-horizon | 19:20 | |
*** ybathia has quit IRC | 19:26 | |
*** ybathia has joined #openstack-horizon | 19:27 | |
*** akrivoka has quit IRC | 19:33 | |
*** nlahouti has quit IRC | 19:39 | |
*** mattfarina has quit IRC | 19:55 | |
*** lhcheng has quit IRC | 20:00 | |
*** lhcheng has joined #openstack-horizon | 20:01 | |
*** asahlin has quit IRC | 20:08 | |
*** e0ne has joined #openstack-horizon | 20:09 | |
*** bpokorny has joined #openstack-horizon | 20:10 | |
*** ybathia has quit IRC | 20:12 | |
*** andreaf_ has quit IRC | 20:22 | |
*** e0ne has quit IRC | 20:22 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 20:24 | |
*** raildo has quit IRC | 20:25 | |
*** e0ne has joined #openstack-horizon | 20:26 | |
*** bpokorny has quit IRC | 20:27 | |
*** sbfox has quit IRC | 20:27 | |
*** e0ne has quit IRC | 20:28 | |
*** sbfox has joined #openstack-horizon | 20:29 | |
*** oro has quit IRC | 20:29 | |
*** Drago has joined #openstack-horizon | 20:30 | |
*** Drago has quit IRC | 20:31 | |
*** Drago has joined #openstack-horizon | 20:31 | |
*** regebro has joined #openstack-horizon | 20:31 | |
*** sbfox has quit IRC | 20:33 | |
*** sbfox has joined #openstack-horizon | 20:34 | |
openstackgerrit | Gary W. Smith proposed a change to openstack/horizon: Add support for volume transfers https://review.openstack.org/112741 | 20:37 |
*** nlahouti has joined #openstack-horizon | 20:40 | |
*** crobertsrh is now known as _crobertsrh | 20:46 | |
*** jtomasek has quit IRC | 20:46 | |
*** ArcTanSusan has joined #openstack-horizon | 20:47 | |
*** jtomasek has joined #openstack-horizon | 20:53 | |
*** regebro has quit IRC | 20:55 | |
*** ArcTanSusan has quit IRC | 21:00 | |
openstackgerrit | Doug Fish proposed a change to openstack/horizon: Make "Other" translatable in update metadata https://review.openstack.org/130884 | 21:00 |
openstackgerrit | Cindy Lu proposed a change to openstack/horizon: add tooltip to cells if 'truncate' variable is set https://review.openstack.org/123889 | 21:02 |
*** sbfox1 has joined #openstack-horizon | 21:02 | |
*** sbfox has quit IRC | 21:02 | |
*** sbfox has joined #openstack-horizon | 21:05 | |
*** sbfox1 has quit IRC | 21:05 | |
openstackgerrit | Doug Fish proposed a change to openstack/horizon: Make update metadata segments translatable https://review.openstack.org/130884 | 21:09 |
*** jtomasek has quit IRC | 21:11 | |
*** ybathia has joined #openstack-horizon | 21:13 | |
*** jacalcat1 has joined #openstack-horizon | 21:14 | |
*** Drago has quit IRC | 21:15 | |
*** vijendar has joined #openstack-horizon | 21:17 | |
*** vijendar has quit IRC | 21:18 | |
*** vijendar has joined #openstack-horizon | 21:18 | |
*** jacalcat1 has quit IRC | 21:18 | |
*** clu_ has joined #openstack-horizon | 21:23 | |
*** bpokorny has joined #openstack-horizon | 21:24 | |
*** lhcheng has quit IRC | 21:24 | |
*** sbfox has quit IRC | 21:24 | |
*** ArcTanSusan has joined #openstack-horizon | 21:26 | |
*** fifieldt_ has joined #openstack-horizon | 21:27 | |
*** rebelagentm has quit IRC | 21:27 | |
*** lhcheng has joined #openstack-horizon | 21:29 | |
*** fifieldt has quit IRC | 21:30 | |
*** sbfox has joined #openstack-horizon | 21:32 | |
*** lhcheng has quit IRC | 21:35 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 21:36 | |
*** sbfox has quit IRC | 21:36 | |
*** lhcheng has joined #openstack-horizon | 21:38 | |
*** sbfox has joined #openstack-horizon | 21:42 | |
*** bpokorny_ has joined #openstack-horizon | 21:43 | |
*** bpokorny has quit IRC | 21:47 | |
*** mrmoje has joined #openstack-horizon | 21:48 | |
*** doug-fish has left #openstack-horizon | 21:48 | |
*** ayoung has quit IRC | 21:51 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:58 | |
*** jacalcat1 has joined #openstack-horizon | 22:00 | |
*** rbertram has quit IRC | 22:04 | |
*** david-lyle has quit IRC | 22:08 | |
*** rwsu has quit IRC | 22:14 | |
*** david-lyle has joined #openstack-horizon | 22:17 | |
*** ericpeterson has quit IRC | 22:21 | |
*** amcrn has joined #openstack-horizon | 22:22 | |
*** jacalcat1 has quit IRC | 22:25 | |
*** ArcTanSusan has quit IRC | 22:33 | |
*** ArcTanSusan has joined #openstack-horizon | 22:34 | |
*** jrist has quit IRC | 22:43 | |
*** gary-smith has quit IRC | 22:43 | |
*** pbelanyi has quit IRC | 22:43 | |
*** pbelanyi has joined #openstack-horizon | 22:44 | |
*** jrist has joined #openstack-horizon | 22:44 | |
*** ArcTanSusan has quit IRC | 22:45 | |
*** gary-smith has joined #openstack-horizon | 22:47 | |
*** sbfox has quit IRC | 22:58 | |
*** harlowja is now known as harlowja_away | 23:00 | |
openstackgerrit | Cindy Lu proposed a change to openstack/horizon: add tooltip to cells if 'truncate' variable is set https://review.openstack.org/123889 | 23:01 |
*** jwy has left #openstack-horizon | 23:03 | |
*** sbfox has joined #openstack-horizon | 23:10 | |
*** ArcTanSusan has joined #openstack-horizon | 23:15 | |
*** bpokorny_ has quit IRC | 23:16 | |
*** sbfox has quit IRC | 23:19 | |
*** ybathia has quit IRC | 23:24 | |
*** harlowja_away is now known as harlowja | 23:24 | |
*** cbader has quit IRC | 23:26 | |
*** packet has joined #openstack-horizon | 23:33 | |
openstackgerrit | Cindy Lu proposed a change to openstack/horizon: add tooltip to cells if 'truncate' variable is set https://review.openstack.org/123889 | 23:34 |
*** david-lyle has quit IRC | 23:34 | |
*** hemna is now known as hemna__ | 23:38 | |
*** ZZelle has quit IRC | 23:38 | |
*** david-lyle has joined #openstack-horizon | 23:44 | |
*** kmartin has quit IRC | 23:46 | |
*** david-lyle has quit IRC | 23:49 | |
*** ArcTanSusan has quit IRC | 23:50 | |
*** ArcTanSusan has joined #openstack-horizon | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!