*** SimonChung1 has quit IRC | 00:00 | |
*** SimonChung has joined #openstack-horizon | 00:00 | |
*** ZZelle has quit IRC | 00:03 | |
*** ericpete_ has quit IRC | 00:05 | |
*** ZZelle has joined #openstack-horizon | 00:11 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 00:13 |
---|---|---|
openstackgerrit | Richard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 00:14 |
r1chardj0n3s | have I mentioned how much I don't like this way of structuring angular code? | 00:21 |
r1chardj0n3s | module.controller('LaunchInstanceAccessAndSecurityHelpCtrl', [ | 00:21 |
r1chardj0n3s | '$scope', | 00:21 |
r1chardj0n3s | LaunchInstanceAccessAndSecurityHelpCtrl | 00:21 |
r1chardj0n3s | ]); | 00:21 |
r1chardj0n3s | function LaunchInstanceAccessAndSecurityCtrl($scope, $log) { | 00:21 |
r1chardj0n3s | sqchen ^^ | 00:22 |
sqchen | Hi | 00:22 |
r1chardj0n3s | the function definition and arguments lists are in totally separate places :( | 00:22 |
r1chardj0n3s | such a pain | 00:22 |
sqchen | you can change it to the format you like, I have no problems with code style. | 00:23 |
openstackgerrit | Kelly Domico proposed openstack/horizon: Updated transfer tables with table directives https://review.openstack.org/159541 | 00:23 |
*** Piet has joined #openstack-horizon | 00:25 | |
sqchen | r1chardj0n3s: Does it sound ok? | 00:25 |
r1chardj0n3s | thanks | 00:25 |
tqtran | ongk: you're gonna hate me for what Im about to suggest Kelly | 00:25 |
sqchen | np | 00:25 |
openstackgerrit | Kelly Domico proposed openstack/horizon: Demo for transfer tables https://review.openstack.org/155420 | 00:26 |
ongk | tqtran: uh oh, I just added your basic table :) | 00:26 |
ongk | only need 1 file | 00:26 |
tqtran | >< it might not be that bad, but it could be bad, not sure until you try it | 00:26 |
tqtran | https://review.openstack.org/#/c/159541/10/horizon/static/angular/action-button/action-button.html | 00:26 |
ongk | haha, using the ui-bootstrap dropdown? | 00:27 |
ongk | tqtran: to see the basic table - go to http://localhost:9000/identity/users/basic | 00:28 |
tqtran | yes, but i dont think the changes will be too drastic | 00:28 |
r1chardj0n3s | sqchen, ongk: so I'm working on security/access panel, and the transfer table isn't picking up the data that's being loaded in for the securityGroups | 00:29 |
tqtran | just have to follow new html format with dropdown directive attached. hopefully nothing breaks.... | 00:29 |
* tqtran keeping fingers crossed. | 00:29 | |
r1chardj0n3s | ($scope.model.securityGroups that is) | 00:29 |
r1chardj0n3s | I think the model codes onGetSecutyGroups needs to copy the received data into the existing array on the model, rather than replace the array | 00:30 |
r1chardj0n3s | otherwise the transfer table code has a ref to an old array that never gets updated | 00:31 |
r1chardj0n3s | sqchen, ongk: what do you think? | 00:31 |
sqchen | r1chardj0n3s: Right, the model is still in progress, I can change it now. | 00:31 |
*** sbfox1 has joined #openstack-horizon | 00:31 | |
r1chardj0n3s | sqchen: yep, so in the model code, when we receive the new array we need to replace the existing array contents (will be empty) with the new array contents | 00:32 |
r1chardj0n3s | I think a concat would suffice | 00:33 |
sqchen | I know what need to do:… | 00:33 |
r1chardj0n3s | but we'll have the same issue with novaExtensions and serviceCatalog objects | 00:33 |
sqchen | 1. array.length = 0; | 00:33 |
ongk | tqtran: sure, doesn’t look too bad. Gonna head home from the office but I’ll take a look tonight after some dinner :) | 00:33 |
sqchen | and then insert the data in the old array | 00:33 |
openstackgerrit | Brian Tully proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 00:34 |
ongk | r1chardj0n3s, sqchen: let me know if I need to do anything on the transfer table side | 00:34 |
r1chardj0n3s | sqchen: ok, if you're cool to make that change then go for it; I'd be happy to otherwise | 00:34 |
tqtran | ongk: ok awesome, i'll continue to review the code in the mean time | 00:34 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 00:34 |
r1chardj0n3s | ongk: I don't think so at this point, thanks, just wanted to give you a heads-up on the issue | 00:34 |
*** sbfox has quit IRC | 00:34 | |
ongk | ok cool. I”m off to get dinner then. | 00:35 |
r1chardj0n3s | cya ongk :) | 00:35 |
sqchen | r1chardj0n3s: Yes, I am going to do the change now. | 00:35 |
tqtran | have a good dinner | 00:35 |
r1chardj0n3s | ok thanks sqchen | 00:35 |
*** sbfox1 has quit IRC | 00:38 | |
*** stevemar has quit IRC | 00:39 | |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 00:40 |
*** devlaps has quit IRC | 00:41 | |
*** david-lyle has quit IRC | 00:43 | |
openstackgerrit | Chris Johnson proposed openstack/horizon: Fix tutorial to correctly display custom dashboard/panel https://review.openstack.org/161521 | 00:43 |
*** fischerw has quit IRC | 00:51 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 00:53 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 00:55 |
*** tnovacik has quit IRC | 00:55 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 00:57 |
openstackgerrit | Brian Tully proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 01:00 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 01:01 |
*** Madkiss_ has joined #openstack-horizon | 01:02 | |
*** Madkiss has quit IRC | 01:02 | |
*** Madkiss_ is now known as Madkiss | 01:02 | |
*** Anticimex has quit IRC | 01:05 | |
*** Anticimex has joined #openstack-horizon | 01:05 | |
r1chardj0n3s | thanks for that sqchen | 01:09 |
sqchen | np | 01:09 |
r1chardj0n3s | now I'm trying to figure out why gerrit won't let me rebase the security/access patch to get that change you made... | 01:09 |
r1chardj0n3s | weird | 01:10 |
*** SimonChung has quit IRC | 01:10 | |
*** SimonChung1 has joined #openstack-horizon | 01:10 | |
sqchen | enabled function has an issue. | 01:10 |
sqchen | give me a sec | 01:10 |
r1chardj0n3s | yup | 01:10 |
*** alexvictorchan has quit IRC | 01:11 | |
*** kmartin has quit IRC | 01:11 | |
*** ZZelle_ has quit IRC | 01:12 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 01:15 |
r1chardj0n3s | still no rebase button in gerrit. oh well, I'll do it manually I suppose | 01:16 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 01:17 |
*** tqtran has quit IRC | 01:21 | |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 01:21 |
*** amotoki has joined #openstack-horizon | 01:35 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 01:36 |
*** gyee has quit IRC | 01:36 | |
r1chardj0n3s | sqchen: can confirm with your change the transfer table in security/access now picks up the source data correctly | 01:41 |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 01:41 |
*** dboik has joined #openstack-horizon | 01:44 | |
*** dboik has quit IRC | 01:48 | |
*** SimonChung1 has quit IRC | 01:48 | |
*** jamielennox is now known as jamielennox|lunc | 01:51 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 01:56 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 01:57 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 01:59 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 02:00 |
*** iamjarvo has joined #openstack-horizon | 02:09 | |
*** ybathia has quit IRC | 02:09 | |
*** TravT_ has joined #openstack-horizon | 02:16 | |
*** Longgeek has joined #openstack-horizon | 02:16 | |
*** stevemar has joined #openstack-horizon | 02:16 | |
*** alanf-mc has quit IRC | 02:17 | |
*** bpokorny_ has joined #openstack-horizon | 02:17 | |
*** abramley_ has joined #openstack-horizon | 02:20 | |
*** bpokorny has quit IRC | 02:20 | |
*** rwsu_ has joined #openstack-horizon | 02:21 | |
*** abramley has quit IRC | 02:21 | |
*** jwy has quit IRC | 02:21 | |
*** boltR has quit IRC | 02:21 | |
*** TravT has quit IRC | 02:21 | |
*** rwsu has quit IRC | 02:21 | |
*** abramley_ is now known as abramley | 02:21 | |
*** Longgeek has quit IRC | 02:22 | |
*** Longgeek has joined #openstack-horizon | 02:24 | |
*** Longgeek has quit IRC | 02:25 | |
*** Longgeek has joined #openstack-horizon | 02:25 | |
*** boltR has joined #openstack-horizon | 02:26 | |
*** jwy has joined #openstack-horizon | 02:26 | |
*** david-lyle has joined #openstack-horizon | 02:33 | |
*** rwsu_ is now known as rwsu-afk | 02:35 | |
*** bpokorny has joined #openstack-horizon | 02:35 | |
*** bpokorny_ has quit IRC | 02:38 | |
*** bpokorny has quit IRC | 02:42 | |
*** bpokorny has joined #openstack-horizon | 02:43 | |
r1chardj0n3s | sqchen: around? | 02:44 |
sqchen | yes | 02:45 |
*** neelashah has joined #openstack-horizon | 02:45 | |
r1chardj0n3s | I've got a wizard styling issue, could I just get you into a vidyo call for a moment pls? | 02:45 |
sqchen | ok | 02:46 |
r1chardj0n3s | thanks, gimme a sec | 02:46 |
r1chardj0n3s | https://vc.rackspace.com/flex.html?roomdirect.html&key=xMJqU0ycOR5zNXikprTV9KJnww pls | 02:46 |
*** jamielennox|lunc is now known as jamielennox | 02:47 | |
*** bpokorny has quit IRC | 02:47 | |
sqchen | r1chardj0n3s: I am in it now | 02:48 |
r1chardj0n3s | sorry for cutting you off there! | 02:54 |
sqchen | np | 02:55 |
sqchen | ley me know when you updated your patch | 02:55 |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 02:55 |
r1chardj0n3s | ok, is updated | 02:55 |
r1chardj0n3s | :) | 02:56 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 02:56 |
r1chardj0n3s | apologies for the inconsistent indentation in the HTML - I'm trying to convince my damn editor to indent at 2 spaces and failing :/ | 02:56 |
*** rm_work is now known as rm_work|away | 03:02 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 03:06 |
*** david-lyle has quit IRC | 03:07 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 03:07 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 03:07 |
sqchen | r1chardj0n3s: done | 03:07 |
*** ccrouch is now known as ccrouch-afk | 03:10 | |
r1chardj0n3s | Thanks sqchen, I'll check out in a bit (am afk for a while) | 03:26 |
*** iamjarvo has quit IRC | 03:28 | |
*** ericpeterson has joined #openstack-horizon | 03:28 | |
*** yingjun has joined #openstack-horizon | 03:35 | |
*** neelashah has quit IRC | 03:43 | |
*** jwy has quit IRC | 03:44 | |
*** jamielennox is now known as jamielennox|away | 03:45 | |
*** yingjun has quit IRC | 03:50 | |
*** yingjun has joined #openstack-horizon | 03:50 | |
*** ericpeterson has quit IRC | 03:53 | |
*** yingjun has quit IRC | 03:55 | |
*** mmdurrant has quit IRC | 04:00 | |
*** nlahouti has quit IRC | 04:02 | |
*** tzumainn has quit IRC | 04:10 | |
*** sbfox has joined #openstack-horizon | 04:16 | |
*** mfisch has quit IRC | 04:32 | |
*** mfisch has joined #openstack-horizon | 04:33 | |
*** mfisch is now known as Guest63892 | 04:34 | |
openstackgerrit | Merged openstack/horizon: Clean up whitespace in settings files https://review.openstack.org/161343 | 04:45 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 04:47 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/django_openstack_auth: Updated from global requirements https://review.openstack.org/161573 | 04:49 |
*** zhenguo has joined #openstack-horizon | 04:49 | |
*** zhenguo_ has joined #openstack-horizon | 04:49 | |
*** zhenguo__ has joined #openstack-horizon | 04:49 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/161574 | 04:50 |
*** harlowja is now known as harlowja_away | 04:57 | |
*** masco has joined #openstack-horizon | 05:00 | |
*** SimonChung has joined #openstack-horizon | 05:07 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 05:08 |
*** stevemar has quit IRC | 05:13 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 05:14 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 05:16 |
openstackgerrit | Merged openstack/horizon: Move variables from accordion nav to _variables.scss https://review.openstack.org/158082 | 05:21 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Flavor https://review.openstack.org/158945 | 05:26 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 05:26 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 05:26 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Post Creation https://review.openstack.org/158953 | 05:26 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 05:27 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 05:29 |
*** sbfox has quit IRC | 05:33 | |
openstackgerrit | Masco Kaliyamoorthy proposed openstack/horizon: admin state column added in router table https://review.openstack.org/155257 | 05:33 |
*** yingjun has joined #openstack-horizon | 05:40 | |
*** yingjun has joined #openstack-horizon | 05:41 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 05:42 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 05:43 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 05:43 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 05:43 |
*** iamjarvo has joined #openstack-horizon | 05:53 | |
*** _gryf|afk is now known as _gryf | 06:02 | |
*** alexvictorchan has joined #openstack-horizon | 06:04 | |
*** echevemaster has joined #openstack-horizon | 06:07 | |
openstackgerrit | Kanchan Gupta proposed openstack/horizon: Modified "remote" column in the secgroup table https://review.openstack.org/161607 | 06:09 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/161608 | 06:11 |
*** iamjarvo has quit IRC | 06:20 | |
*** iamjarvo has joined #openstack-horizon | 06:21 | |
openstackgerrit | Masco Kaliyamoorthy proposed openstack/horizon: Support of rescue instance in Horizon https://review.openstack.org/107379 | 06:26 |
*** SimonChung1 has joined #openstack-horizon | 06:30 | |
*** SimonChung has quit IRC | 06:32 | |
*** echevemaster has quit IRC | 06:35 | |
*** e0ne has joined #openstack-horizon | 06:36 | |
*** lhcheng has quit IRC | 06:37 | |
*** e0ne has quit IRC | 06:38 | |
*** sbfox has joined #openstack-horizon | 06:42 | |
*** e0ne has joined #openstack-horizon | 06:42 | |
*** iamjarvo has quit IRC | 06:43 | |
*** e0ne has quit IRC | 06:43 | |
*** ishant has joined #openstack-horizon | 06:48 | |
*** oro has joined #openstack-horizon | 06:51 | |
*** Krast has joined #openstack-horizon | 06:51 | |
*** ericpeterson has joined #openstack-horizon | 06:54 | |
*** stevemar has joined #openstack-horizon | 06:55 | |
*** ericpeterson has quit IRC | 06:58 | |
*** mpavlase has joined #openstack-horizon | 07:09 | |
*** yingjun has quit IRC | 07:09 | |
*** zz_ttrifonov is now known as ttrifonov | 07:12 | |
*** yingjun has joined #openstack-horizon | 07:13 | |
*** yingjun has quit IRC | 07:14 | |
*** mpavlase has quit IRC | 07:19 | |
*** nlahouti has joined #openstack-horizon | 07:24 | |
*** yingjun has joined #openstack-horizon | 07:26 | |
*** dkorn has joined #openstack-horizon | 07:28 | |
*** lhcheng has joined #openstack-horizon | 07:28 | |
*** nlahouti has quit IRC | 07:30 | |
*** nlahouti has joined #openstack-horizon | 07:31 | |
*** yingjun has quit IRC | 07:31 | |
*** yingjun has joined #openstack-horizon | 07:31 | |
*** dkorn has quit IRC | 07:33 | |
*** openstackgerrit has quit IRC | 07:36 | |
*** openstackgerrit has joined #openstack-horizon | 07:36 | |
openstackgerrit | Merged openstack/horizon: REST API to support create instance angular (Neutron). https://review.openstack.org/158867 | 07:38 |
openstackgerrit | Daniel Korn proposed openstack/horizon: Integration tests - networkspage and test https://review.openstack.org/139028 | 07:40 |
*** rdopiera has joined #openstack-horizon | 07:42 | |
*** william_home has joined #openstack-horizon | 07:44 | |
*** ttrifonov is now known as zz_ttrifonov | 07:50 | |
*** alexvictorchan has quit IRC | 07:57 | |
*** markus_z has joined #openstack-horizon | 07:57 | |
*** oro has quit IRC | 08:01 | |
*** tnovacik has joined #openstack-horizon | 08:06 | |
*** nlahouti has quit IRC | 08:09 | |
openstackgerrit | Neill Cox proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 08:12 |
*** jprovazn has joined #openstack-horizon | 08:15 | |
*** Ala has joined #openstack-horizon | 08:15 | |
*** jtomasek has joined #openstack-horizon | 08:15 | |
*** yingjun has quit IRC | 08:17 | |
openstackgerrit | Merged openstack/horizon: Updated from global requirements https://review.openstack.org/161574 | 08:20 |
openstackgerrit | Neill Cox proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 08:22 |
*** yingjun has joined #openstack-horizon | 08:22 | |
neillc | sqchen: TravT_: ^^ | 08:22 |
neillc | changes needed to make the kepypairs transfer table work | 08:22 |
neillc | (which is not to say this is perfect or even good yet) | 08:23 |
openstackgerrit | Merged openstack/django_openstack_auth: Updated from global requirements https://review.openstack.org/161573 | 08:25 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 08:28 |
*** dkorn1 has joined #openstack-horizon | 08:30 | |
*** Krast has quit IRC | 08:33 | |
*** MaxV has joined #openstack-horizon | 08:35 | |
*** mpavlase has joined #openstack-horizon | 08:36 | |
*** zz_ttrifonov is now known as ttrifonov | 08:38 | |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 08:39 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 08:47 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 08:48 |
*** JeanBriceCombebi has joined #openstack-horizon | 08:52 | |
*** mhorban has quit IRC | 08:53 | |
*** ishant is now known as tnashi | 08:54 | |
*** jcoufal has joined #openstack-horizon | 08:54 | |
*** tnashi is now known as ishant | 08:55 | |
*** mhorban has joined #openstack-horizon | 08:57 | |
*** stevemar has quit IRC | 09:03 | |
*** stevemar has joined #openstack-horizon | 09:04 | |
*** oro has joined #openstack-horizon | 09:06 | |
*** JeanBriceCombebi has quit IRC | 09:06 | |
*** ygbo has joined #openstack-horizon | 09:18 | |
*** lhcheng has quit IRC | 09:39 | |
*** yingjun has quit IRC | 09:40 | |
*** lhcheng has joined #openstack-horizon | 09:42 | |
*** robcresswell_afk is now known as robcresswell | 09:46 | |
*** tosky has joined #openstack-horizon | 09:46 | |
*** sqchen has left #openstack-horizon | 09:47 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/161608 | 09:49 |
*** sayan has joined #openstack-horizon | 09:53 | |
*** lhcheng has quit IRC | 10:04 | |
*** yingjun has joined #openstack-horizon | 10:15 | |
*** yingjun has joined #openstack-horizon | 10:15 | |
*** masco has quit IRC | 10:15 | |
*** kiseok7_ has joined #openstack-horizon | 10:16 | |
*** yingjun has quit IRC | 10:19 | |
openstackgerrit | Sergey Reshetnyak proposed openstack/horizon: Replacing data_processing with data-processing https://review.openstack.org/161191 | 10:26 |
*** e0ne has joined #openstack-horizon | 10:26 | |
*** e0ne is now known as e0ne_ | 10:26 | |
*** e0ne_ has quit IRC | 10:27 | |
*** e0ne has joined #openstack-horizon | 10:27 | |
*** alexpilotti has joined #openstack-horizon | 10:34 | |
*** yingjun has joined #openstack-horizon | 10:35 | |
openstackgerrit | Luigi Toscano proposed openstack/horizon: Add test_sahara_image_registry https://review.openstack.org/112631 | 10:36 |
openstackgerrit | Luigi Toscano proposed openstack/horizon: Add test_sahara_create_delete_job_binary test method https://review.openstack.org/113830 | 10:36 |
*** binBASH has joined #openstack-horizon | 10:50 | |
binBASH | Hi, quick question. How to prevent html escaping in a DataTable field? | 10:50 |
*** aix has joined #openstack-horizon | 10:55 | |
*** e0ne is now known as e0ne_ | 11:00 | |
*** yingjun has quit IRC | 11:09 | |
*** e0ne_ has quit IRC | 11:11 | |
*** e0ne has joined #openstack-horizon | 11:14 | |
*** yingjun has joined #openstack-horizon | 11:16 | |
rdopiera | binBASH: wrap it in mark_safe() | 11:22 |
rdopiera | binBASH: from django.utils.safestring import mark_safe | 11:23 |
*** mrunge has joined #openstack-horizon | 11:26 | |
*** sbfox has quit IRC | 11:27 | |
openstackgerrit | Merged openstack/horizon: admin state column added in router table https://review.openstack.org/155257 | 11:27 |
*** stevemar has quit IRC | 11:28 | |
binBASH | I owe you a beer rdopiera :) | 11:28 |
binBASH | much thanks | 11:28 |
*** ishant has quit IRC | 11:41 | |
*** ishant has joined #openstack-horizon | 11:42 | |
*** EmilienM|afk is now known as EmilienM | 12:04 | |
*** yingjun has quit IRC | 12:06 | |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Use oslo.config for Horizon and Django configuration https://review.openstack.org/100521 | 12:08 |
*** iamjarvo has joined #openstack-horizon | 12:10 | |
*** e0ne is now known as e0ne_ | 12:20 | |
*** e0ne_ has quit IRC | 12:30 | |
*** ishant has quit IRC | 12:31 | |
*** MaxV has quit IRC | 12:31 | |
*** jcoufal_ has joined #openstack-horizon | 12:34 | |
*** jcoufal has quit IRC | 12:37 | |
*** ccard__ has quit IRC | 12:43 | |
*** raildo_away is now known as raildo | 12:51 | |
*** ccard__ has joined #openstack-horizon | 12:55 | |
openstackgerrit | Jiri Tomasek proposed openstack/tuskar-ui: Required parameters check as part of deployment validation https://review.openstack.org/160368 | 12:57 |
openstackgerrit | Tomáš Nová?ik proposed openstack/horizon: Add html source code on test failure for debugging https://review.openstack.org/158461 | 12:57 |
*** sayan has quit IRC | 13:10 | |
*** tzumainn has joined #openstack-horizon | 13:12 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Don't crash when a bulk action is done with empty node list https://review.openstack.org/161706 | 13:19 |
*** amotoki has quit IRC | 13:21 | |
*** e0ne has joined #openstack-horizon | 13:29 | |
*** aix has quit IRC | 13:34 | |
*** tnovacik has quit IRC | 13:39 | |
*** _crobertsrh has quit IRC | 13:45 | |
*** crobertsrh has joined #openstack-horizon | 13:45 | |
openstackgerrit | Sergey Reshetnyak proposed openstack/horizon: Replacing data_processing with data-processing https://review.openstack.org/161191 | 13:46 |
*** crobertsrh has quit IRC | 13:46 | |
*** crobertsrh has joined #openstack-horizon | 13:47 | |
*** aix has joined #openstack-horizon | 14:02 | |
*** dboik has joined #openstack-horizon | 14:05 | |
*** iamjarvo has quit IRC | 14:07 | |
*** cbader has joined #openstack-horizon | 14:09 | |
robcresswell | david-lyle: I assume it isn't worth fixing minor Launch Instance UI issues? The alignment is off on the Flavour Details on the right hand side, but if its about to be replaced there's no need to fix it. | 14:12 |
*** neelashah has joined #openstack-horizon | 14:14 | |
*** tnovacik has joined #openstack-horizon | 14:16 | |
*** peristeri has joined #openstack-horizon | 14:17 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Don't crash when a bulk action is done with empty node list https://review.openstack.org/161706 | 14:18 |
*** lblanchard has joined #openstack-horizon | 14:18 | |
*** radez_g0n3 is now known as radez | 14:18 | |
*** amotoki has joined #openstack-horizon | 14:23 | |
*** Drago has joined #openstack-horizon | 14:27 | |
*** Drago has quit IRC | 14:31 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 14:33 |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 14:33 |
*** mattfarina has joined #openstack-horizon | 14:35 | |
*** mmdurrant has joined #openstack-horizon | 14:37 | |
*** absubram has joined #openstack-horizon | 14:39 | |
*** iamjarvo has joined #openstack-horizon | 14:39 | |
*** mmdurrant has quit IRC | 14:40 | |
*** dkorn1 has quit IRC | 14:42 | |
*** e0ne is now known as e0ne_ | 14:47 | |
*** Drago has joined #openstack-horizon | 14:48 | |
*** Drago has quit IRC | 14:49 | |
*** Drago has joined #openstack-horizon | 14:49 | |
*** ttrifonov is now known as zz_ttrifonov | 14:50 | |
*** krykowski has joined #openstack-horizon | 14:50 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Don't crash when a bulk action is done with empty node list https://review.openstack.org/161706 | 14:55 |
*** radez is now known as radez_g0n3 | 14:56 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 14:58 |
*** ericpeterson has joined #openstack-horizon | 15:00 | |
*** e0ne_ is now known as e0ne | 15:08 | |
*** smc7 has joined #openstack-horizon | 15:10 | |
openstackgerrit | Carlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table https://review.openstack.org/74799 | 15:13 |
openstackgerrit | Matt Borland proposed openstack/horizon: Angular Filter files https://review.openstack.org/157848 | 15:14 |
*** tnovacik has quit IRC | 15:18 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign https://review.openstack.org/153602 | 15:22 |
*** tosky has quit IRC | 15:22 | |
*** matt-borland has joined #openstack-horizon | 15:23 | |
*** jprovazn has quit IRC | 15:23 | |
pkarikh | Hi folks! Which service quotas should I update when I get "Error: Quota exceeded for security group rule: Requested 14, but available -5" error? | 15:24 |
*** tosky has joined #openstack-horizon | 15:24 | |
*** iamjarvo has quit IRC | 15:24 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens https://review.openstack.org/158881 | 15:24 |
*** vijendar has joined #openstack-horizon | 15:26 | |
*** mwhagedorn has joined #openstack-horizon | 15:27 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided job execution page for Sahara https://review.openstack.org/147918 | 15:27 |
*** mwhagedo_ has joined #openstack-horizon | 15:29 | |
*** JeanBriceCombebi has joined #openstack-horizon | 15:29 | |
*** mwhagedo_ has quit IRC | 15:30 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign https://review.openstack.org/153602 | 15:31 |
ericpeterson | pkarikh - I'd start with nova, possibly neutron if that isn't it | 15:31 |
pkarikh | ericpeterson: I've inspected both of them, there is no quota with "-5" value | 15:32 |
*** iamjarvo has joined #openstack-horizon | 15:33 | |
*** iamjarvo has quit IRC | 15:33 | |
ericpeterson | http://docs.openstack.org/user-guide-admin/content/cli_set_quotas.html nova | 15:33 |
*** iamjarvo has joined #openstack-horizon | 15:33 | |
*** krykowski has quit IRC | 15:33 | |
ericpeterson | I don't think your question is a horizon question | 15:34 |
ericpeterson | somehow I think you went over the quota, like maybe you created 14 and then someone set your quota to a lower value after the fact | 15:35 |
*** ccrouch-afk is now known as ccrouch | 15:36 | |
*** woodm1979 has joined #openstack-horizon | 15:42 | |
*** jtriley has joined #openstack-horizon | 15:43 | |
*** rdopiera has quit IRC | 15:44 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 15:46 |
*** jprovazn has joined #openstack-horizon | 15:53 | |
pkarikh | ericpeterson: thanks! | 15:58 |
*** mmdurrant has joined #openstack-horizon | 16:00 | |
*** TravT_ has quit IRC | 16:00 | |
*** jeblair has joined #openstack-horizon | 16:00 | |
*** TravT has joined #openstack-horizon | 16:01 | |
*** xnox has joined #openstack-horizon | 16:01 | |
xnox | Hello #openstack-infra redirected me here. | 16:01 |
xnox | XStatic-* packages do not declare valid license in the source | 16:02 |
*** dboik_ has joined #openstack-horizon | 16:02 | |
xnox | it's declared in pypi metadata / setup.py as -> "(same as $foo)" | 16:02 |
xnox | which is not a valid license, e.g. not a tag from https://spdx.org/licenses/ | 16:02 |
*** kmartin has joined #openstack-horizon | 16:03 | |
*** fischerw has joined #openstack-horizon | 16:03 | |
xnox | would you be open to patch all the XStatic-* packages to have valid license terms? E.g. "MIT" rather than "(same as Angular)" | 16:03 |
*** smc7 has quit IRC | 16:03 | |
*** dboik has quit IRC | 16:05 | |
robcresswell | xnox: *All* XStatic packages? | 16:07 |
xnox | robcresswell: well, good point. I'm concerned about *all* that are dependencies of horizon =) | 16:09 |
xnox | robcresswell: and well things that are published at https://github.com/stackforge -> is/are openstack project upstream for those? | 16:10 |
*** smc7 has joined #openstack-horizon | 16:10 | |
robcresswell | xnox: No I understood that you were referring to all the Horizon dependencies. I was just surprised that every license was incorrect, rather than a few. | 16:12 |
xnox | robcresswell: http://paste.ubuntu.com/10540686/ | 16:12 |
*** oro has quit IRC | 16:13 | |
xnox | and it's clearly generated tag -> | 16:13 |
xnox | from xstatic.pkg import angular as xs | 16:13 |
xnox | license=xs.LICENSE, | 16:13 |
xnox | LICENSE = '(same as %s)' % DISPLAY_NAME | 16:13 |
*** SimonChung1 has quit IRC | 16:16 | |
*** MaxV has joined #openstack-horizon | 16:17 | |
*** Anticimex has quit IRC | 16:19 | |
*** neelashah has quit IRC | 16:19 | |
robcresswell | xnox: Huh. That is interesting. So the licenses should be explicitly stated, rather than just saying "same as ____" | 16:19 |
robcresswell | robcresswell: Normally mrunge and rdopiera are the people in the know regarding packaging | 16:20 |
robcresswell | xnox ^^ | 16:20 |
*** victorfeitosa has joined #openstack-horizon | 16:20 | |
*** Anticimex has joined #openstack-horizon | 16:20 | |
robcresswell | (Replied to myself, derp) | 16:20 |
xnox | robcresswell: yes, as that's no license at all. Or so the lawyers around my desk are saying =/ it's the same crap as one cannot say "License: compatible with Debian Free Software Guidelines" -> as that's not a license either. | 16:21 |
*** stevemar has joined #openstack-horizon | 16:21 | |
xnox | robcresswell: mrunge: i'm happy to send in patches to change those to the right license tags. | 16:22 |
openstackgerrit | Chad Roberts proposed openstack/horizon: Fixing up job binary creation in data processing https://review.openstack.org/161764 | 16:22 |
xnox | aka dereference "same as $foo" to $(licese_of($foo)) | 16:22 |
rhagarty | question - I'm putting in a new Horizon feature that requires a new version of python-cinderclient (1.1.1), which has not been releaed yet. How is this typically handled? Do I need to wait for the release? | 16:24 |
doug-fish | I think merging https://review.openstack.org/#/c/159303/ would be a nice small step in getting django_openstack_auth cleared up | 16:26 |
doug-fish | Your PTL likes it ... you should like it too! | 16:26 |
doug-fish | :-) | 16:26 |
*** alexvictorchan has joined #openstack-horizon | 16:27 | |
robcresswell | rhagarty: Afaik you have to wait for the cinderclient. We have a similar thing with Neutron. Push the patch upstream and add a workflow -1, then leave a comment explaining the WIP | 16:30 |
*** david-lyle has joined #openstack-horizon | 16:30 | |
*** robcresswell is now known as robcresswell_afk | 16:31 | |
*** Guest63892 is now known as mfisch | 16:31 | |
*** mfisch has joined #openstack-horizon | 16:31 | |
doug-fish | rhagarty: yeah, robcresswell_afk is right. You can put it out for review but it cannot be merged until python-cinderclient is released | 16:31 |
rhagarty | robcresswell, I thought the "Depends-On" tag was a way to specify using a newer release in a different project. Not so? | 16:32 |
*** neelashah has joined #openstack-horizon | 16:33 | |
*** neelashah1 has joined #openstack-horizon | 16:34 | |
*** woodm1979 has quit IRC | 16:34 | |
*** woodm1979 has joined #openstack-horizon | 16:34 | |
doug-fish | rhagarty: I haven't seen that tag used in horizon. I don't see anything wrong with it - in any case the dependency needs to be delivered before you code can be merged | 16:35 |
rhagarty | doug-fish, ok - thanks | 16:35 |
doug-fish | sure np | 16:35 |
*** neelashah has quit IRC | 16:38 | |
*** neelashah has joined #openstack-horizon | 16:40 | |
*** neelashah1 has quit IRC | 16:43 | |
*** rwsu-afk is now known as rwsu | 16:43 | |
openstackgerrit | Doug Fish proposed openstack/django_openstack_auth: WIP: Sample keystone client usage for k2k federation https://review.openstack.org/160851 | 16:46 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 16:47 |
*** amotoki has quit IRC | 16:53 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 16:56 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 16:57 |
*** sayan has joined #openstack-horizon | 16:59 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 17:00 |
*** JeanBriceCombebi has quit IRC | 17:01 | |
openstackgerrit | George Peristerakis proposed openstack/horizon: Refactoring the exceptions lists https://review.openstack.org/157904 | 17:02 |
*** JeanBriceCombebi has joined #openstack-horizon | 17:02 | |
*** iamjarvo has quit IRC | 17:03 | |
*** iamjarvo_ has joined #openstack-horizon | 17:03 | |
*** Anticimex has quit IRC | 17:04 | |
*** nlahouti has joined #openstack-horizon | 17:05 | |
*** markus_z has quit IRC | 17:05 | |
*** Anticimex has joined #openstack-horizon | 17:06 | |
*** rp1369 has joined #openstack-horizon | 17:08 | |
rp1369 | Hi, at dashboard when i click at resource usage, it reports "Daily Usage Report Per Project" table. then there is a column in this table named as "Value (Avg)". could i some how change the label "Value (Avg)" to something else ? | 17:08 |
*** bpokorny has joined #openstack-horizon | 17:08 | |
*** nlahouti has quit IRC | 17:09 | |
*** oro has joined #openstack-horizon | 17:11 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Magic Search Enablement https://review.openstack.org/157481 | 17:13 |
peristeri | rp1369: Are you suggesting a correction? | 17:13 |
openstackgerrit | Travis Tripp proposed openstack/horizon: Magic Search Demo in Users table https://review.openstack.org/151386 | 17:13 |
*** SimonChung has joined #openstack-horizon | 17:15 | |
rp1369 | peristeri, yes but on the environment im using it. "value (avg)" is not very friendly for a client i know of, and told me to change it. is it possible? | 17:15 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 17:15 |
*** bpokorny has quit IRC | 17:16 | |
*** bpokorny has joined #openstack-horizon | 17:18 | |
peristeri | rp1369: yes, you can either change it in the html in the openstack_dashboard/dashboard/project/monitoring/templates and contribute it to the community | 17:19 |
peristeri | rp1369: or change it in the po and maintain the change everytime you upgrade. | 17:19 |
rp1369 | peristeri thanks alot, but where is this openstack_dashboard/dashboard/project/monitoring/templates | 17:21 |
rp1369 | i have /etc/openstack_dashboard/ but there is no directory as dashboard in it | 17:22 |
*** Longgeek has quit IRC | 17:22 | |
rp1369 | peristeri, oh nvm i found it in /usr/share folder thanks alot | 17:24 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 17:25 |
*** Ala has quit IRC | 17:26 | |
*** sbfox has joined #openstack-horizon | 17:27 | |
*** nlahouti has joined #openstack-horizon | 17:28 | |
rp1369 | peristeri, this is the files containing "Value (avg)" where the last two lines are about tables and views. http://paste.openstack.org/show/189411/ but they are python codes, if i change them will it take effect imidiatly or should i compile it again? | 17:29 |
*** sbfox1 has joined #openstack-horizon | 17:30 | |
*** sayan has quit IRC | 17:30 | |
*** sbfox has quit IRC | 17:32 | |
*** JeanBriceCombebi has quit IRC | 17:34 | |
*** ygbo has quit IRC | 17:37 | |
*** morganfainberg has joined #openstack-horizon | 17:40 | |
* morganfainberg is surprised to not have already been here when ericpeterson came to poke keystone channel... | 17:41 | |
* morganfainberg lurks in more channels... | 17:41 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 17:43 |
ericpeterson | morganfainberg - the keystone channel gets crazy and scares me, PKI v3 federated inherited hierarchical role assignments..... makes my head spin. I do web stuff and pictures of cats. | 17:45 |
stevemar | ericpeterson, we like pictures of cats too | 17:46 |
*** mrunge has quit IRC | 17:47 | |
morganfainberg | ericpeterson: :) | 17:49 |
*** lhcheng_ has joined #openstack-horizon | 17:49 | |
*** ChanServ sets mode: +o david-lyle | 17:50 | |
*** neelashah has quit IRC | 17:52 | |
*** SimonChung has quit IRC | 17:52 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Fixing up job binary creation in data processing https://review.openstack.org/161764 | 17:53 |
*** alanf-mc has joined #openstack-horizon | 17:58 | |
*** mmdurrant has quit IRC | 17:58 | |
*** harlowja_away is now known as harlowja | 17:58 | |
*** dkorn has joined #openstack-horizon | 18:06 | |
*** dboik_ has quit IRC | 18:06 | |
*** dboik has joined #openstack-horizon | 18:07 | |
*** radez_g0n3 is now known as radez | 18:09 | |
*** oro has quit IRC | 18:11 | |
*** rp1369 has left #openstack-horizon | 18:12 | |
*** jtomasek has quit IRC | 18:12 | |
*** shivrao has joined #openstack-horizon | 18:13 | |
shivrao | hi could someone please review this: https://review.openstack.org/#/c/157246/2 | 18:13 |
*** e0ne has quit IRC | 18:15 | |
*** sayan has joined #openstack-horizon | 18:17 | |
*** jcoufal_ has quit IRC | 18:18 | |
*** jgravel has quit IRC | 18:22 | |
*** ybathia has joined #openstack-horizon | 18:23 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 18:24 |
*** iamjarvo_ has quit IRC | 18:25 | |
mattfarina | david-lyle got a minute to PM? | 18:28 |
david-lyle | on the phone, will ping when off | 18:28 |
mattfarina | no rush. thanks | 18:29 |
*** jwy has joined #openstack-horizon | 18:30 | |
*** iamjarvo has joined #openstack-horizon | 18:31 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token https://review.openstack.org/148082 | 18:33 |
*** aix has quit IRC | 18:40 | |
*** oro has joined #openstack-horizon | 18:42 | |
*** dboik_ has joined #openstack-horizon | 18:44 | |
*** Drago has quit IRC | 18:44 | |
*** dboik_ has quit IRC | 18:45 | |
*** dboik_ has joined #openstack-horizon | 18:45 | |
*** dboik has quit IRC | 18:46 | |
*** smc7 has quit IRC | 18:47 | |
*** jrist has joined #openstack-horizon | 18:47 | |
*** jwy has quit IRC | 18:48 | |
*** dboik_ has quit IRC | 18:50 | |
*** jwy has joined #openstack-horizon | 18:51 | |
*** sambetts has quit IRC | 18:51 | |
*** dboik has joined #openstack-horizon | 18:51 | |
*** sambetts has joined #openstack-horizon | 18:52 | |
*** DCWilliams_VA has joined #openstack-horizon | 18:53 | |
*** SimonChung has joined #openstack-horizon | 18:53 | |
*** SimonChung has quit IRC | 19:01 | |
*** gyee has joined #openstack-horizon | 19:01 | |
esp | hey folks this patch could use some eyes, it’s just an example v3 policy file checked into horizon | 19:02 |
esp | https://review.openstack.org/#/c/151018/ | 19:02 |
esp | thx in advanced | 19:02 |
*** woodm1979 has quit IRC | 19:04 | |
*** tosky has quit IRC | 19:08 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: Updated transfer tables with table directives https://review.openstack.org/159541 | 19:10 |
openstackgerrit | Kelly Domico proposed openstack/horizon: Demo for transfer tables and basic table https://review.openstack.org/155420 | 19:10 |
*** neelashah has joined #openstack-horizon | 19:13 | |
*** jprovazn has quit IRC | 19:17 | |
*** oro has quit IRC | 19:18 | |
*** lhcheng_ is now known as lhcheng | 19:19 | |
*** dkorn has quit IRC | 19:23 | |
*** e0ne has joined #openstack-horizon | 19:24 | |
*** DCWilliams_VA has quit IRC | 19:25 | |
*** DCWilliams_VA has joined #openstack-horizon | 19:26 | |
*** oro has joined #openstack-horizon | 19:26 | |
*** DCWilliams_VA has quit IRC | 19:26 | |
*** DCWilliams_VA has joined #openstack-horizon | 19:26 | |
*** sqchen has joined #openstack-horizon | 19:27 | |
openstackgerrit | Thiago Paiva Brito proposed openstack/horizon: Create Project with Parent https://review.openstack.org/119469 | 19:27 |
*** smc7 has joined #openstack-horizon | 19:29 | |
*** david-lyle has quit IRC | 19:29 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: Angular-based Modal Wait Spinner Widget https://review.openstack.org/158819 | 19:32 |
*** rm_work|away is now known as rm_work | 19:34 | |
*** matt-borland has quit IRC | 19:37 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: Modal Wait Spinner Demo https://review.openstack.org/158835 | 19:39 |
openstackgerrit | Tyr Johanson proposed openstack/horizon: Modal Wait Spinner Demo https://review.openstack.org/158835 | 19:43 |
*** oro has quit IRC | 19:45 | |
*** woodm1979 has joined #openstack-horizon | 19:51 | |
*** DCWilliams_VA has quit IRC | 19:52 | |
*** Sukhdev has joined #openstack-horizon | 19:53 | |
*** mpavlase has quit IRC | 19:54 | |
*** MaxV has quit IRC | 20:00 | |
*** Drago has joined #openstack-horizon | 20:02 | |
*** Drago has quit IRC | 20:02 | |
*** Drago has joined #openstack-horizon | 20:02 | |
*** bpokorny_ has joined #openstack-horizon | 20:02 | |
*** sqchen has quit IRC | 20:05 | |
*** bpokorny has quit IRC | 20:06 | |
*** SimonChung has joined #openstack-horizon | 20:06 | |
*** SimonChung has quit IRC | 20:07 | |
*** SimonChung1 has joined #openstack-horizon | 20:07 | |
*** bpokorny has joined #openstack-horizon | 20:08 | |
*** bpokorny_ has quit IRC | 20:11 | |
*** fifieldt has quit IRC | 20:11 | |
*** fifieldt_ has joined #openstack-horizon | 20:12 | |
*** jgravel has joined #openstack-horizon | 20:15 | |
*** vishwanathj has joined #openstack-horizon | 20:17 | |
*** DaveJ__ has quit IRC | 20:20 | |
*** Longgeek has joined #openstack-horizon | 20:23 | |
*** victorfeitosa has quit IRC | 20:23 | |
*** sqchen has joined #openstack-horizon | 20:25 | |
*** openstackgerrit has quit IRC | 20:25 | |
*** openstackgerrit has joined #openstack-horizon | 20:26 | |
*** Longgeek has quit IRC | 20:27 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 20:29 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 20:33 |
*** SimonChung1 has quit IRC | 20:35 | |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 20:41 |
openstackgerrit | Brian Tully proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 20:41 |
*** david-lyle_afk has joined #openstack-horizon | 20:45 | |
*** ZZelle_ has joined #openstack-horizon | 20:46 | |
*** david-lyle_afk has quit IRC | 20:47 | |
*** david-lyle_afk has joined #openstack-horizon | 20:47 | |
*** sbfox1 has quit IRC | 20:49 | |
*** MaxV has joined #openstack-horizon | 20:51 | |
r1chardj0n3s | morning | 20:54 |
openstackgerrit | Kelly Domico proposed openstack/horizon: Updated Wizard Help Panel Design https://review.openstack.org/160555 | 20:56 |
*** mpavlase has joined #openstack-horizon | 20:56 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 20:57 |
*** sqchen has quit IRC | 20:58 | |
*** sqchen has joined #openstack-horizon | 20:59 | |
*** sbfox has joined #openstack-horizon | 21:02 | |
*** raildo is now known as raildo_away | 21:03 | |
*** david-lyle_afk is now known as david-lyle | 21:03 | |
*** ChanServ sets mode: +o david-lyle | 21:03 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 21:06 |
*** nlahouti has quit IRC | 21:08 | |
*** zz_ttrifonov is now known as ttrifonov | 21:11 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 21:19 |
*** crobertsrh has quit IRC | 21:19 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 21:20 |
iamjarvo | hi all, I am running into this problem "Recoverable error: Malformed request URL: URL's project_id 'None' doesn't match Context's project_id 'None' (HTTP 400) (Request-ID: req-5a1c4a27-7186-45cd-8│················ | 21:21 |
iamjarvo | 999-86109cf27fdf)" | 21:21 |
iamjarvo | while using this patch: https://review.openstack.org/#/c/148082/ using curl i get the same error | 21:21 |
david-lyle | Horizon meeting long posted to Wiki for March 4, gleaned from my IRC log, I'm sure there's a better place, but this is expedient: https://wiki.openstack.org/wiki/Meetings/Horizon/March4Log | 21:27 |
david-lyle | linked off the meetings page | 21:28 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 21:34 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 21:37 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 21:38 |
david-lyle | iamjarvo: that's not much to go on | 21:44 |
iamjarvo | david-lyle agreed, i think i might be on to something though | 21:45 |
iamjarvo | will get back to you shortly | 21:45 |
david-lyle | ok | 21:45 |
iamjarvo | sorry for the short message above bug is bumming me out :( | 21:45 |
david-lyle | no worries | 21:45 |
david-lyle | just couldn't analyze based on that | 21:46 |
*** MaxV has quit IRC | 21:49 | |
*** neelashah has quit IRC | 21:50 | |
*** nlahouti has joined #openstack-horizon | 21:51 | |
*** iamjarvo has quit IRC | 21:53 | |
*** Sukhdev has quit IRC | 21:53 | |
*** iamjarvo has joined #openstack-horizon | 21:54 | |
*** jamielennox|away is now known as jamielennox | 21:56 | |
openstackgerrit | David Lyle proposed openstack/django_openstack_auth: Add domain scoped token to session in multidomain https://review.openstack.org/141153 | 21:57 |
*** ttrifonov is now known as zz_ttrifonov | 21:59 | |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 21:59 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 21:59 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 21:59 |
TravT | r1chardj0n3s: tqtran: david-lyle: are you all around? | 22:01 |
r1chardj0n3s | I'm here | 22:02 |
david-lyle | yeah | 22:02 |
david-lyle | is it 2PM PST or 3PM PST ? | 22:02 |
*** bpokorny_ has joined #openstack-horizon | 22:02 | |
david-lyle | or both? | 22:02 |
TravT | virtual sprint in #openstack-sprint time, if your up for it. | 22:02 |
david-lyle | :P | 22:02 |
TravT | 2 PM - 3 PM | 22:02 |
* TravT hasn't learned how to type yet | 22:03 | |
*** clu_ has joined #openstack-horizon | 22:03 | |
mattfarina | david-lyle got a minute? | 22:03 |
*** bpokorny has quit IRC | 22:05 | |
iamjarvo | esp david-lyle got it working! turns out our cloud_admin was lacking a default project | 22:06 |
david-lyle | mattfarina: yeah, sorry changed locations and IRC, lost context | 22:07 |
*** sbfox has quit IRC | 22:09 | |
*** tqtran has joined #openstack-horizon | 22:09 | |
*** tqtran has quit IRC | 22:09 | |
*** lblanchard has quit IRC | 22:10 | |
*** shivrao_ has joined #openstack-horizon | 22:12 | |
iamjarvo | figured it out by creating another admin and comparing attributes | 22:13 |
iamjarvo | thanks for your help! | 22:13 |
*** Sukhdev has joined #openstack-horizon | 22:13 | |
*** shivrao has quit IRC | 22:14 | |
*** ybathia has quit IRC | 22:17 | |
*** tqtran has joined #openstack-horizon | 22:17 | |
*** oro has joined #openstack-horizon | 22:18 | |
*** sbfox has joined #openstack-horizon | 22:18 | |
*** stevemar has quit IRC | 22:20 | |
*** stevemar has joined #openstack-horizon | 22:20 | |
*** sayan has quit IRC | 22:22 | |
*** neelashah has joined #openstack-horizon | 22:24 | |
*** tnovacik has joined #openstack-horizon | 22:24 | |
*** dak419 has quit IRC | 22:28 | |
*** ybathia has joined #openstack-horizon | 22:29 | |
*** lhcheng has quit IRC | 22:33 | |
*** SimonChung has joined #openstack-horizon | 22:36 | |
*** lhcheng has joined #openstack-horizon | 22:42 | |
*** e0ne has quit IRC | 22:44 | |
*** dboik_ has joined #openstack-horizon | 22:48 | |
*** nlahouti has quit IRC | 22:49 | |
*** nlahouti has joined #openstack-horizon | 22:51 | |
*** dboik has quit IRC | 22:52 | |
*** dboik_ has quit IRC | 22:53 | |
openstackgerrit | David Lyle proposed openstack/django_openstack_auth: Add domain scoped token to session in multidomain https://review.openstack.org/141153 | 22:53 |
*** smc7 has quit IRC | 22:53 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: Updated transfer tables with table directives https://review.openstack.org/159541 | 22:55 |
openstackgerrit | Kelly Domico proposed openstack/horizon: Demo for transfer tables and basic table https://review.openstack.org/155420 | 22:55 |
*** peristeri has quit IRC | 22:56 | |
*** neelashah has quit IRC | 23:01 | |
*** mattfarina has quit IRC | 23:02 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Base dashboard Jasmine framework https://review.openstack.org/157128 | 23:02 |
openstackgerrit | David Lyle proposed openstack/horizon: Demo of Jasmine Dashboard Tests https://review.openstack.org/160841 | 23:07 |
*** jtriley has quit IRC | 23:08 | |
*** tnovacik has quit IRC | 23:09 | |
*** dkorn has joined #openstack-horizon | 23:10 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: Updated transfer tables with table directives https://review.openstack.org/159541 | 23:13 |
openstackgerrit | Kelly Domico proposed openstack/horizon: Demo for transfer tables and basic table https://review.openstack.org/155420 | 23:13 |
*** Anticimex has quit IRC | 23:16 | |
*** Anticimex has joined #openstack-horizon | 23:17 | |
*** mpavlase has quit IRC | 23:19 | |
*** dboik_ has joined #openstack-horizon | 23:21 | |
*** oro has quit IRC | 23:21 | |
openstackgerrit | Richard Hagarty proposed openstack/horizon: (WIP) Added volume type description for volume type https://review.openstack.org/133872 | 23:24 |
*** clu_ has quit IRC | 23:26 | |
*** sbfox has quit IRC | 23:27 | |
*** ybathia has quit IRC | 23:39 | |
*** ericpeterson has quit IRC | 23:41 | |
*** davelowe has quit IRC | 23:42 | |
*** ybathia has joined #openstack-horizon | 23:43 | |
*** ybathia has quit IRC | 23:43 | |
*** woodm1979 has quit IRC | 23:46 | |
*** clu_ has joined #openstack-horizon | 23:46 | |
*** jwy has quit IRC | 23:46 | |
*** openstack has joined #openstack-horizon | 23:53 | |
*** SimonChung has quit IRC | 23:54 | |
*** SimonChung has joined #openstack-horizon | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!