*** jergerber has joined #openstack-dev | 00:00 | |
*** lifeless has joined #openstack-dev | 00:00 | |
jeblair | jgriffith: https://bugs.launchpad.net/cinder/+bug/1023755 is still a big problem for test runs... any news? | 00:01 |
---|---|---|
uvirtbot | Launchpad bug 1023755 in linux "Precise kernel locks up while dd to /dev/mapper files > 1Gb (was: Unable to delete volume)" [Undecided,Confirmed] | 00:01 |
*** colinmcnamara has joined #openstack-dev | 00:01 | |
*** jergerber has quit IRC | 00:01 | |
jgriffith | jeblair: sigh... I have no updates on this | 00:02 |
*** ywu_ has quit IRC | 00:05 | |
*** ywu_ has joined #openstack-dev | 00:05 | |
*** hemna has quit IRC | 00:07 | |
*** krtaylor has joined #openstack-dev | 00:08 | |
*** jtran has quit IRC | 00:08 | |
*** otherwiseguy has quit IRC | 00:08 | |
vishy | jgriffith: is that fix you proposed for nova already in cinder? | 00:09 |
vishy | jgriffith: nm found it | 00:10 |
*** ywu_ has quit IRC | 00:11 | |
*** ywu_ has joined #openstack-dev | 00:11 | |
*** jergerber has joined #openstack-dev | 00:12 | |
*** dims has quit IRC | 00:13 | |
*** alunduil has joined #openstack-dev | 00:14 | |
*** ywu_ has quit IRC | 00:15 | |
*** ywu_ has joined #openstack-dev | 00:15 | |
*** Tross has quit IRC | 00:16 | |
*** anniec has quit IRC | 00:16 | |
*** anniec has joined #openstack-dev | 00:17 | |
*** johnpostlethwait has joined #openstack-dev | 00:17 | |
*** pixelbeat has quit IRC | 00:18 | |
*** johnpostlethwait has quit IRC | 00:18 | |
*** johnpostlethwait has joined #openstack-dev | 00:18 | |
jgriffith | vishy: Ooops, didn't see your comment. Changing now | 00:19 |
*** ywu_ has quit IRC | 00:20 | |
*** ywu_ has joined #openstack-dev | 00:20 | |
*** Tross has joined #openstack-dev | 00:21 | |
rmk | vishy: hey sorry back now | 00:21 |
vishy | jgriffith: i just put it in, did you address kevin mitchell's comments already? | 00:22 |
vishy | rmk: hey so i found an issue on reboot which i linked above | 00:22 |
rmk | nods, looking at it now | 00:22 |
rmk | I actually fixed this in our essex base and needed to get the same thing into master | 00:22 |
vishy | rmk: but it also appears that if you lose the xml def on the host and attempt to reboot you will lose attached volumes | 00:23 |
rmk | right | 00:23 |
vishy | rmk: since the xml is reloaded from libvirt.xml which won't have them | 00:23 |
jgriffith | vishy: Yeah, but I didn't go back and redo the ones that don't fail pep8 in cinder | 00:23 |
rmk | ya I switched to_xml on hard_reboot every time to sort this | 00:23 |
vishy | kind of an edge case but I just looked at all the consumers of get_domain_xml | 00:23 |
vishy | there are only 3 | 00:23 |
rmk | vishy: So I know we had some back and forth in the room about trusting the running config or not. I pretty firmly believe we always need to be able to generate the config regardless. | 00:24 |
vishy | and i think we can just pass in network_info and block_device_info and have it call to_xml | 00:24 |
vishy | the only one that doesn't have it is rescue | 00:24 |
*** colinmcnamara has quit IRC | 00:24 | |
jgriffith | vishy: I'll be back later if there's any issues with it still | 00:24 |
jgriffith | vishy: thanks | 00:24 |
vishy | and i'm ok with rescue not working if the domain isn't defined (in fact I think it fails earlier anyway) | 00:25 |
vishy | jgriffith: no worries | 00:25 |
rmk | vishy: Yep and there's a fix that we need in to_xml which we discovered internally here. If a flavor is deleted and you call to_xml for an instance referencing that flavor, boooooom. | 00:25 |
jgriffith | laters | 00:25 |
vishy | rmk: yeah deleting flavors is not safe | 00:25 |
*** Mandell has quit IRC | 00:25 | |
vishy | our plan was to move all flavor data to system_metadata | 00:26 |
rmk | right I like that a lot | 00:26 |
vishy | i think it needs to be done as part of the no-db-compute anyway | 00:26 |
vishy | russellb: ^^ | 00:26 |
rmk | vishy: I'd advocate that we ignore whatever we think we have on hard_reboot and call to_xml every single time | 00:26 |
vishy | rmk: I think i prefer using the libvirt version if we have it | 00:27 |
vishy | rmk: although maybe i could be convinced | 00:27 |
vishy | rmk: if you need to kill the libvirt def it means something has gone very wrong | 00:27 |
*** cdub_ has joined #openstack-dev | 00:28 | |
vishy | rmk: so I don't mind forcing the operator to do that manually | 00:28 |
*** riskable has quit IRC | 00:28 | |
vishy | i.e. if you really want to regenerate it do a virsh destroy, virsh undefine | 00:28 |
*** dims has joined #openstack-dev | 00:28 | |
*** salv-orlando has quit IRC | 00:28 | |
vishy | i suppose that doesn't let us do interesting stuff like hacking the database and then doing a reboot to pick up new volumes | 00:28 |
rmk | I don't think it'll be all that uncommon not to care about it | 00:29 |
rmk | Exactly, thats one case | 00:29 |
rmk | We're looking at ways to definatively determine a hypervisor has died and call for a reschedule/relaunch of all the VMs in question | 00:29 |
rmk | In that case, I don't have access to libvirt's version of the config file anyway | 00:29 |
vishy | rmk: i almost feel like it should be a separate command | 00:29 |
rmk | Seems like if I can't rely on it being there everytime, I'd rather not use it at all | 00:29 |
vishy | rmk: sure but in that case it will fallback to to_xml | 00:30 |
rmk | I had a case recently where the running libvirt xml referenced a volume, which nova no longer knew about | 00:30 |
vishy | rmk: redoing it every time precludes an operator editing the xml though | 00:30 |
vishy | rmk: I have had cases where I changed the default ram for the vm for example | 00:30 |
rmk | hmm | 00:30 |
*** vipuls has quit IRC | 00:31 | |
rmk | vishy: Maybe we need a "recover" command | 00:32 |
vishy | rmk: there is some work being done on evacuate | 00:32 |
vishy | rmk: https://blueprints.launchpad.net/nova/+spec/rebuild-for-ha | 00:33 |
vishy | gtg | 00:33 |
*** ywu_ has quit IRC | 00:35 | |
*** ywu_ has joined #openstack-dev | 00:35 | |
rmk | vishy: What if we wrapped the create_domain_and_network call with try/except, and on an except, we redefine and try again? | 00:36 |
*** winston-d has joined #openstack-dev | 00:36 | |
rmk | within hard_reboot | 00:36 |
rmk | or actually, create itself could do that | 00:37 |
*** stevebake has joined #openstack-dev | 00:37 | |
*** littleidea has quit IRC | 00:38 | |
*** cdub_ has quit IRC | 00:39 | |
*** lloydde has joined #openstack-dev | 00:44 | |
*** s0mik has quit IRC | 00:44 | |
*** thingee is now known as thingee_zz | 00:46 | |
*** utlemming has joined #openstack-dev | 00:46 | |
*** ywu_ has quit IRC | 00:50 | |
*** ywu_ has joined #openstack-dev | 00:50 | |
*** anniec has left #openstack-dev | 00:50 | |
*** anniec_ has joined #openstack-dev | 00:52 | |
*** anniec_ has left #openstack-dev | 00:52 | |
*** Tross has quit IRC | 00:55 | |
*** ewindisch has quit IRC | 00:55 | |
*** ayoung has quit IRC | 00:56 | |
*** nati_uen_ has joined #openstack-dev | 00:57 | |
*** blamar has quit IRC | 00:57 | |
*** nati_ueno has quit IRC | 01:00 | |
*** Tross has joined #openstack-dev | 01:00 | |
*** ywu_ has quit IRC | 01:05 | |
*** ywu_ has joined #openstack-dev | 01:05 | |
*** lloydde has quit IRC | 01:05 | |
*** Tross has quit IRC | 01:07 | |
*** viraptor has quit IRC | 01:09 | |
*** littleidea has joined #openstack-dev | 01:09 | |
*** ywu_ has quit IRC | 01:11 | |
*** ywu_ has joined #openstack-dev | 01:11 | |
*** stevebake has quit IRC | 01:11 | |
openstackgerrit | A change was merged to openstack/nova: Don't require quantumclient when running nova-api. https://review.openstack.org/14700 | 01:14 |
openstackgerrit | A change was merged to openstack/nova: Consistent Rollback for instance creation failures https://review.openstack.org/14289 | 01:14 |
*** danwent has quit IRC | 01:15 | |
*** ewindisch has joined #openstack-dev | 01:17 | |
*** ywu_ has quit IRC | 01:20 | |
*** ywu_ has joined #openstack-dev | 01:20 | |
*** adjohn has quit IRC | 01:20 | |
*** stevebake has joined #openstack-dev | 01:21 | |
*** blamar has joined #openstack-dev | 01:21 | |
*** epim has quit IRC | 01:26 | |
*** utlemming has quit IRC | 01:29 | |
*** Ryan_Lane has quit IRC | 01:30 | |
openstackgerrit | A change was merged to openstack/quantum: Call iptables without absolute path. https://review.openstack.org/14756 | 01:31 |
openstackgerrit | A change was merged to openstack/glance: SSL functional tests always omitted https://review.openstack.org/14166 | 01:44 |
*** Tross has joined #openstack-dev | 01:44 | |
*** epim has joined #openstack-dev | 01:45 | |
*** roadTripper has quit IRC | 01:49 | |
*** Tross has quit IRC | 01:59 | |
*** utlemming has joined #openstack-dev | 02:04 | |
*** melwitt has quit IRC | 02:05 | |
*** johnpostlethwait has quit IRC | 02:10 | |
*** sunilthaha has joined #openstack-dev | 02:12 | |
*** wenjianhn has joined #openstack-dev | 02:13 | |
openstackgerrit | A change was merged to openstack/python-glanceclient: Allow deletion of multiple images through CLI https://review.openstack.org/14637 | 02:23 |
openstackgerrit | A change was merged to openstack/swift: Adding CORS support https://review.openstack.org/14363 | 02:23 |
openstackgerrit | A change was merged to openstack/nova: libvirt: persist volume attachments into config https://review.openstack.org/14795 | 02:24 |
openstackgerrit | A change was merged to openstack/nova: Add better log line for undefined compute_driver https://review.openstack.org/14771 | 02:25 |
*** blamar has quit IRC | 02:25 | |
*** ywu_ has quit IRC | 02:29 | |
*** s0mik has joined #openstack-dev | 02:34 | |
*** Mandell has joined #openstack-dev | 02:40 | |
*** markmcclain has joined #openstack-dev | 02:41 | |
*** eglynn has joined #openstack-dev | 02:46 | |
*** eglynn__ has joined #openstack-dev | 02:46 | |
*** RichardRaseley has quit IRC | 02:47 | |
*** sleepy-eglynn has quit IRC | 02:50 | |
*** eglynn_ has quit IRC | 02:50 | |
*** jtran has joined #openstack-dev | 02:55 | |
*** gongysh has joined #openstack-dev | 02:57 | |
*** blamar has joined #openstack-dev | 03:01 | |
*** blamar has joined #openstack-dev | 03:03 | |
openstackgerrit | A change was merged to openstack/glance: Disallow admin updating deleted images in v2 api https://review.openstack.org/14720 | 03:04 |
*** gongysh has quit IRC | 03:06 | |
*** s0mik has quit IRC | 03:08 | |
*** ewindisch_ has joined #openstack-dev | 03:09 | |
*** blamar_ has joined #openstack-dev | 03:10 | |
*** s0mik has joined #openstack-dev | 03:10 | |
*** blamar_ has quit IRC | 03:11 | |
*** s0mik has quit IRC | 03:11 | |
*** ewindisch has quit IRC | 03:12 | |
*** ewindisch_ is now known as ewindisch | 03:12 | |
*** blamar_ has joined #openstack-dev | 03:12 | |
*** blamar has quit IRC | 03:14 | |
*** blamar_ is now known as blamar | 03:14 | |
*** ewindisch_ has joined #openstack-dev | 03:15 | |
*** ewindisch__ has joined #openstack-dev | 03:15 | |
*** edygarcia has joined #openstack-dev | 03:17 | |
*** ewindisch has quit IRC | 03:18 | |
*** ewindisch__ is now known as ewindisch | 03:18 | |
*** ewindisch_ has quit IRC | 03:19 | |
*** koolhead17 has joined #openstack-dev | 03:22 | |
*** dhubbard_mac has joined #openstack-dev | 03:24 | |
*** dhubbard_ has quit IRC | 03:24 | |
*** jergerber has quit IRC | 03:26 | |
*** tgall_foo has joined #openstack-dev | 03:31 | |
*** gongysh has joined #openstack-dev | 03:35 | |
*** sunilthaha has quit IRC | 03:35 | |
*** Tross has joined #openstack-dev | 03:36 | |
*** koolhead17 has quit IRC | 03:39 | |
*** s0mik has joined #openstack-dev | 03:39 | |
*** Ryan_Lane has joined #openstack-dev | 03:41 | |
*** Tross has left #openstack-dev | 03:43 | |
*** dhubbard_ has joined #openstack-dev | 03:49 | |
*** tgall_foo has quit IRC | 03:52 | |
*** koolhead17 has joined #openstack-dev | 03:52 | |
*** dhubbard_mac has quit IRC | 03:52 | |
*** Tross has joined #openstack-dev | 03:54 | |
*** edygarcia has quit IRC | 04:03 | |
*** utlemming has quit IRC | 04:11 | |
*** AnilV4 has joined #openstack-dev | 04:11 | |
*** utlemming has joined #openstack-dev | 04:13 | |
*** Mandell has quit IRC | 04:14 | |
*** sacharya has joined #openstack-dev | 04:16 | |
*** edygarcia has joined #openstack-dev | 04:24 | |
*** gongysh has quit IRC | 04:26 | |
*** renier has quit IRC | 04:31 | |
*** renier has joined #openstack-dev | 04:31 | |
*** zaitcev has quit IRC | 04:32 | |
*** utlemming has quit IRC | 04:33 | |
*** renier has quit IRC | 04:35 | |
*** edygarcia has quit IRC | 04:36 | |
*** markmcclain has quit IRC | 04:37 | |
*** lloydde has joined #openstack-dev | 04:40 | |
*** thingee_zz is now known as thingee | 04:47 | |
*** hattwick has quit IRC | 05:00 | |
*** almaisan-away is now known as al-maisan | 05:02 | |
*** al-maisan is now known as almaisan-away | 05:03 | |
*** epim has quit IRC | 05:03 | |
*** littleidea has quit IRC | 05:04 | |
*** littleidea has joined #openstack-dev | 05:06 | |
*** koolhead17 has quit IRC | 05:06 | |
*** nunosantos has quit IRC | 05:26 | |
*** lloydde has quit IRC | 05:27 | |
*** afazekas has joined #openstack-dev | 05:27 | |
*** adjohn has joined #openstack-dev | 05:27 | |
*** utlemming has joined #openstack-dev | 05:33 | |
*** garyk has quit IRC | 05:34 | |
*** littleidea has quit IRC | 05:34 | |
*** Mandell has joined #openstack-dev | 05:37 | |
*** hattwick has joined #openstack-dev | 05:42 | |
*** sacharya has quit IRC | 05:45 | |
*** armaan has joined #openstack-dev | 05:45 | |
*** armaan has left #openstack-dev | 05:45 | |
*** alobbs has joined #openstack-dev | 05:51 | |
*** salv-orlando has joined #openstack-dev | 05:56 | |
*** armaan has joined #openstack-dev | 05:57 | |
*** vipuls has joined #openstack-dev | 06:01 | |
*** s0mik has quit IRC | 06:05 | |
*** mnewby has quit IRC | 06:12 | |
*** mnewby has joined #openstack-dev | 06:12 | |
*** jcooley has joined #openstack-dev | 06:13 | |
*** utlemming has quit IRC | 06:13 | |
*** jcooley has quit IRC | 06:14 | |
*** dachary has quit IRC | 06:17 | |
*** zaneb has joined #openstack-dev | 06:19 | |
*** aeperezt has quit IRC | 06:23 | |
*** utlemming has joined #openstack-dev | 06:24 | |
*** rafaduran has joined #openstack-dev | 06:24 | |
*** afazekas has quit IRC | 06:30 | |
*** mindpixel has joined #openstack-dev | 06:31 | |
*** armaan has left #openstack-dev | 06:31 | |
*** torandu has joined #openstack-dev | 06:32 | |
*** lloydde has joined #openstack-dev | 06:37 | |
*** chrisfer1 has joined #openstack-dev | 06:38 | |
*** chrisfer has quit IRC | 06:39 | |
*** vipuls has quit IRC | 06:40 | |
*** armaan has joined #openstack-dev | 06:41 | |
*** lloydde has quit IRC | 06:41 | |
*** garyk has joined #openstack-dev | 06:41 | |
*** nati_uen_ has quit IRC | 06:44 | |
*** rbasak has joined #openstack-dev | 06:52 | |
*** johnpostlethwait has joined #openstack-dev | 06:53 | |
garyk | clarkb: ping | 06:57 |
*** reidrac has joined #openstack-dev | 06:59 | |
*** dimitern has joined #openstack-dev | 06:59 | |
*** rafaduran1 has joined #openstack-dev | 07:01 | |
*** rafaduran has quit IRC | 07:02 | |
*** ondergetekende has joined #openstack-dev | 07:03 | |
*** adjohn has quit IRC | 07:08 | |
*** EmilienM has joined #openstack-dev | 07:12 | |
*** nati_ueno has joined #openstack-dev | 07:14 | |
*** afazekas has joined #openstack-dev | 07:16 | |
*** Remco_ has joined #openstack-dev | 07:18 | |
*** Remco_ is now known as Guest53403 | 07:18 | |
ttx | russellb: thx! For some reason a lot of ignorance was recently displayed | 07:18 |
*** dimitern has quit IRC | 07:23 | |
*** dimitern has joined #openstack-dev | 07:27 | |
*** blamar has quit IRC | 07:28 | |
*** slackguru has quit IRC | 07:29 | |
*** slackguru has joined #openstack-dev | 07:29 | |
*** afazekas_ has joined #openstack-dev | 07:33 | |
*** tmishler has joined #openstack-dev | 07:39 | |
*** Ryan_Lane has quit IRC | 07:40 | |
*** ogelbukh has quit IRC | 07:40 | |
*** Hitesh has joined #openstack-dev | 07:40 | |
*** ogelbukh has joined #openstack-dev | 07:41 | |
*** armaan has left #openstack-dev | 07:42 | |
*** milner has joined #openstack-dev | 07:44 | |
Hitesh | arosen: Hi Aron, | 07:47 |
Hitesh | arosen: Can you please tell me which code/file in Quantum actually does the call to Keystone, when we pass token through header? | 07:48 |
Hitesh | garyk: Hi Gary | 07:48 |
garyk | Hitesh: hi, how are you? | 07:49 |
Hitesh | garyk: I am good, | 07:49 |
Hitesh | garyk: :) | 07:49 |
Hitesh | garyk: Could you please tell me above questions answer | 07:49 |
Hitesh | garyk: ? | 07:49 |
*** renier has joined #openstack-dev | 07:50 | |
*** Mandell has quit IRC | 07:50 | |
Hitesh | garyk: Actually I am going through this doc, http://docs.openstack.org/trunk/openstack-network/admin/content/ch_auth.html...I need to understand how Quantum does the call to Keystone for authentication | 07:50 |
garyk | Hitesh: please look in quantum/auth.py. The user needs to configure the keystone data in the api_paste.ini file | 07:50 |
*** davidhadas has quit IRC | 07:52 | |
garyk | Hitesh: you can look at the demo example. This may show what needs to be configured. | 07:52 |
Hitesh | garyk: Ok...policy.json will be defined the policies and rule right? | 07:52 |
Hitesh | garyk: Ok..ok | 07:52 |
*** renier has quit IRC | 07:52 | |
garyk | Hitesh: there was a recent fedora test day - you can look at the instructions at https://fedoraproject.org/wiki/QA:Testcase_Quantum_V2#Setup this may also help understand the process and flow | 07:53 |
Hitesh | garyk: Awesome Gary..let me go through it :) | 07:53 |
Hitesh | garyk: Thank you Gary..I'll go through it,...will ping if I stuck anywhere :) | 07:54 |
garyk | Hitesh: ok | 07:55 |
Hitesh | garyk: Also, we haven't been started for Grizzly development yet right? | 07:55 |
*** mrunge has joined #openstack-dev | 07:55 | |
*** torandu has quit IRC | 07:56 | |
*** dachary has joined #openstack-dev | 07:56 | |
garyk | Hitesh: development is in full swing | 07:57 |
Hitesh | garyk: which features you are developing now? ...LbaaS? | 07:57 |
*** rbasak has quit IRC | 07:58 | |
garyk | Hitesh: improving interaction between nova and quantum. | 08:00 |
Hitesh | garyk: Ok..I got you.. | 08:00 |
*** dachary has quit IRC | 08:00 | |
*** tmishler has quit IRC | 08:01 | |
*** zing has joined #openstack-dev | 08:02 | |
*** dachary has joined #openstack-dev | 08:07 | |
*** mrunge has quit IRC | 08:08 | |
*** mrunge has joined #openstack-dev | 08:08 | |
*** erikzaadi has joined #openstack-dev | 08:17 | |
*** popux has joined #openstack-dev | 08:19 | |
*** almaisan-away is now known as al-maisan | 08:20 | |
*** reed has joined #openstack-dev | 08:23 | |
*** darraghb has joined #openstack-dev | 08:31 | |
*** nati_ueno has quit IRC | 08:33 | |
*** salv-orlando_ has joined #openstack-dev | 08:39 | |
*** salv-orlando has quit IRC | 08:39 | |
*** salv-orlando_ is now known as salv-orlando | 08:39 | |
openstackgerrit | A change was merged to openstack/nova: SanISCSIDriver SSH execution fixes. https://review.openstack.org/14491 | 08:45 |
*** gongysh has joined #openstack-dev | 08:46 | |
gongysh | garyk: ping pong | 08:46 |
garyk | gongysh: hi | 08:46 |
garyk | gongysh: did you see my mail about https://review.openstack.org/#/c/14746/? | 08:47 |
gongysh | garyk: can u back port https://review.openstack.org/#/c/14732/ directly? | 08:47 |
*** rbasak has joined #openstack-dev | 08:51 | |
*** henrynash has joined #openstack-dev | 08:52 | |
*** winston-d has quit IRC | 08:57 | |
*** thingee is now known as thingee_zz | 09:03 | |
*** johnpostlethwait has quit IRC | 09:07 | |
*** erikzaadi has quit IRC | 09:11 | |
*** mnewby has quit IRC | 09:18 | |
*** Dorogs has joined #openstack-dev | 09:23 | |
*** dimitern has left #openstack-dev | 09:27 | |
openstackgerrit | A change was merged to openstack/nova: update sample for common logging https://review.openstack.org/14788 | 09:32 |
*** pixelbeat has joined #openstack-dev | 09:33 | |
Hitesh | garyk: Hi Gary | 09:38 |
Hitesh | garyk: How many plugin can we configure in Quantum? I think one right? | 09:38 |
Hitesh | EmilienM: Hi Emilien | 09:39 |
EmilienM | Hitesh: you can run one for now, but many in the future with meta plugin | 09:41 |
Hitesh | EmilienM: Thanks :) | 09:41 |
EmilienM | Hitesh: yw | 09:41 |
Hitesh | EmilienM: do you have a link for it? | 09:42 |
openstackgerrit | A change was merged to openstack/nova: Fix live migration volume assignment. https://review.openstack.org/14776 | 09:42 |
EmilienM | Hitesh: yes. Official Doc. | 09:42 |
openstackgerrit | A change was merged to openstack/nova: Fix Incorrect Exception when metadata is over 255 characters https://review.openstack.org/14726 | 09:42 |
Hitesh | EmilienM: I mean for meta plugin | 09:42 |
Hitesh | EmilienM: Ok | 09:42 |
openstackgerrit | A change was merged to openstack/nova: More specific exception handling in migration 091. https://review.openstack.org/14714 | 09:43 |
EmilienM | Hitesh: http://docs.openstack.org/trunk/openstack-network/admin/content/ch_limitations.html | 09:43 |
EmilienM | #MetaPlugin part | 09:43 |
openstackgerrit | A change was merged to openstack/nova: Remove deprecated root_helper config https://review.openstack.org/14722 | 09:44 |
Hitesh | EmilienM: Awesome Emilien Thanks :) | 09:44 |
Hitesh | EmilienM: I am thinking how we can give a hyper-v quantum support through plugin | 09:44 |
EmilienM | we talked about that with Alex | 09:44 |
Hitesh | EmilienM: We'll speak with Alessandro in our next meeting | 09:45 |
EmilienM | it seems the best first solution is to implement OVS | 09:45 |
Hitesh | EmilienM: I am looking some WMI API in Hyper-v... | 09:45 |
Hitesh | EmilienM: Actually OVS has 2 main component 1. User Level (config) 2. Kernel Level (data path) | 09:45 |
Hitesh | EmilienM: to implement datapath in windows, seems could be challenging, we need to see windows kernel call | 09:46 |
openstackgerrit | A change was merged to openstack/nova: Remove is_admin_context from sqlalchemy.api https://review.openstack.org/14710 | 09:46 |
Hitesh | EmilienM: We will have to create a framwork on hyper-v, which will do task same as a OVS | 09:46 |
zykes- | Kiall: around ? | 09:49 |
zykes- | hey EmilienM | 09:49 |
*** dachary has quit IRC | 09:49 | |
EmilienM | zykes-: Hey | 09:50 |
openstackgerrit | A change was merged to openstack/nova: Declare vpn client option in pipelib https://review.openstack.org/14608 | 09:57 |
*** popux has quit IRC | 10:07 | |
*** gongysh has quit IRC | 10:08 | |
*** AnilV4 has quit IRC | 10:10 | |
*** gongysh has joined #openstack-dev | 10:12 | |
gongysh | garyk: where are u? | 10:13 |
garyk | gongysh: had to drink some water :) | 10:13 |
*** ondergetekende has quit IRC | 10:16 | |
*** ondergetekende has joined #openstack-dev | 10:16 | |
*** renier has joined #openstack-dev | 10:32 | |
*** maploin has joined #openstack-dev | 10:35 | |
*** maploin has quit IRC | 10:35 | |
*** maploin has joined #openstack-dev | 10:35 | |
*** renier has quit IRC | 10:36 | |
*** rkukura has quit IRC | 10:40 | |
*** AnilV4 has joined #openstack-dev | 10:41 | |
*** ociuhandu has joined #openstack-dev | 10:47 | |
*** ociuhandu has quit IRC | 10:50 | |
*** adalbas has joined #openstack-dev | 10:50 | |
*** utlemming has quit IRC | 11:00 | |
*** rbasak has quit IRC | 11:01 | |
*** milner has quit IRC | 11:02 | |
openstackgerrit | A change was merged to openstack/nova: Fixes fake for testing without qemu-img https://review.openstack.org/14797 | 11:03 |
*** maurosr has joined #openstack-dev | 11:05 | |
*** boden has joined #openstack-dev | 11:07 | |
*** wenjianhn has quit IRC | 11:09 | |
zykes- | Kiall: ping me when you're around, i've allmost fixed the driver based backend stuff | 11:14 |
*** popux has joined #openstack-dev | 11:19 | |
*** tgall_foo has joined #openstack-dev | 11:22 | |
*** tgall_foo has joined #openstack-dev | 11:22 | |
*** al-maisan is now known as almaisan-away | 11:23 | |
*** dolphm has joined #openstack-dev | 11:26 | |
*** renier has joined #openstack-dev | 11:26 | |
*** popux has quit IRC | 11:26 | |
*** sunilthaha has joined #openstack-dev | 11:30 | |
*** milner has joined #openstack-dev | 11:30 | |
*** renier has quit IRC | 11:30 | |
*** dolphm has quit IRC | 11:31 | |
*** dolphm has joined #openstack-dev | 11:35 | |
*** roadTripper has joined #openstack-dev | 11:56 | |
*** renier has joined #openstack-dev | 11:56 | |
*** rbasak has joined #openstack-dev | 12:00 | |
*** rbasak has joined #openstack-dev | 12:00 | |
openstackgerrit | A change was merged to openstack/nova: Improve the performance of quantum detection. https://review.openstack.org/14813 | 12:05 |
*** utlemming has joined #openstack-dev | 12:06 | |
*** rbasak has quit IRC | 12:07 | |
*** tgall_foo has quit IRC | 12:07 | |
mjfork | anyone have a config-drive file available to see content/format? | 12:08 |
*** rafaduran1 has quit IRC | 12:09 | |
*** alunduil has quit IRC | 12:16 | |
*** markvoelker has joined #openstack-dev | 12:16 | |
*** sacharya has joined #openstack-dev | 12:18 | |
*** rbasak has joined #openstack-dev | 12:20 | |
*** dims has quit IRC | 12:22 | |
*** dims has joined #openstack-dev | 12:22 | |
*** dachary has joined #openstack-dev | 12:24 | |
*** arbrandes has joined #openstack-dev | 12:24 | |
*** jergerber has joined #openstack-dev | 12:29 | |
boden | dolphm -- got a min or you busy? | 12:30 |
dolphm | boden: what's up? | 12:30 |
boden | saw your comment on REMOTE_USER being untrusted... I asked Adam that awhile ago and he said it was safe, but I'll let him respond directly | 12:31 |
boden | also -- I'm having problems with my local brach... my last patch sets have not included the actual changes... any concern in my abandoning this review for a new one? | 12:32 |
dolphm | boden: i can't think of a way to manipulate it without being able to manipulate the rest of the request anyway | 12:33 |
boden | dolphm -- ok... concerns on me abandoning the review for a new one? | 12:34 |
dolphm | boden: why abandon it? | 12:34 |
boden | dolphm -- I can't seem to get my ammends to include the updated changes... the previous ammends (patch sets) have not include my actual changes | 12:35 |
dolphm | boden: ah, i saw that note... as far as i could tell, your latest patch was just a rebase on master (but i also didn't know what changes to look for) | 12:36 |
dolphm | boden: i'd recommend rebasing your patches on master yourself before git-review'ing, and then you can verify the git hash locally vs what gerrit shows | 12:36 |
dolphm | boden: (that shouldn't normally be necessary, but since you're having issues...) | 12:37 |
*** troytoman-away is now known as troytoman | 12:37 | |
boden | dolphm -- I wasn't able to find a way to manually abandon in the docs... do we just let that existing review "time out"? | 12:38 |
dolphm | boden: there's a button in the gerrit GUI -- you don't see it? | 12:38 |
dolphm | boden: i'm not aware of a way to do it from the cli | 12:38 |
boden | dolphm -- ok thanks | 12:39 |
*** rafaduran has joined #openstack-dev | 12:40 | |
openstackgerrit | A change was merged to openstack/nova: Remove unused imports in setup.py https://review.openstack.org/14808 | 12:42 |
*** rafaduran has quit IRC | 12:47 | |
*** almaisan-away is now known as al-maisan | 12:47 | |
*** mrunge has quit IRC | 12:50 | |
*** dolphm has quit IRC | 12:51 | |
*** dolphm has joined #openstack-dev | 12:52 | |
*** tmishler has joined #openstack-dev | 12:52 | |
*** jergerber has quit IRC | 12:53 | |
zykes- | Can anyone lend a helping hand? DetachedInstanceError: Parent instance <Domain at 0x1894490> is not bound to a Session; lazy load operation of attribute 'records' cannot proceed < I get this in Moniker after attempting adding driver based db support | 12:53 |
zykes- | I've tried adding lazy="joined" as well | 12:53 |
*** Guest53403 has quit IRC | 12:54 | |
*** jergerber has joined #openstack-dev | 12:57 | |
*** salv-orlando has quit IRC | 12:59 | |
*** wenjianhn has joined #openstack-dev | 13:00 | |
*** rafaduran has joined #openstack-dev | 13:04 | |
*** dolphm_ has joined #openstack-dev | 13:05 | |
*** gongysh has quit IRC | 13:07 | |
*** sagar_nikam has joined #openstack-dev | 13:08 | |
*** dolphm has quit IRC | 13:09 | |
garyk | clarkb: ping | 13:11 |
*** troytoman is now known as troytoman-away | 13:13 | |
Hitesh | garyk: Which code are looking for Nova and Quantum improvement? | 13:13 |
Hitesh | garyk: I mean you currently looking at | 13:13 |
garyk | Hitesh: vif drivers - https://docs.google.com/presentation/d/1vD2bc2WyqQzOLODjFrfLgg661WU0nteY7NEaVS4pv5g/edit | 13:14 |
Hitesh | garyk: Ops..its not opening at my side :( | 13:16 |
*** blamar has joined #openstack-dev | 13:17 | |
*** dolphm_ has quit IRC | 13:17 | |
*** dhellmann-afk is now known as dhellmann | 13:18 | |
*** dolphm has joined #openstack-dev | 13:18 | |
*** rkukura has joined #openstack-dev | 13:18 | |
garyk | Hitesh: https://blueprints.launchpad.net/quantum/+spec/vif-plugin-improvements | 13:18 |
*** littleidea has joined #openstack-dev | 13:18 | |
Hitesh | garyk: Cool | 13:19 |
Hitesh | garyk: still todo need to be defined | 13:19 |
*** imsplitbit has joined #openstack-dev | 13:20 | |
Hitesh | garyk: I'll keep update about this.. | 13:20 |
garyk | ok | 13:20 |
Hitesh | garyk: where can I look into it? any suggestions? | 13:20 |
*** blamar has quit IRC | 13:20 | |
*** blamar has joined #openstack-dev | 13:21 | |
garyk | Hitesh: https://bugs.launchpad.net/quantum/+bug/1046766 | 13:21 |
uvirtbot | Launchpad bug 1046766 in quantum "Need to provide a formal API for Nova to use to plug/unplug VIFs" [High,Confirmed] | 13:21 |
Hitesh | garyk: Cool, | 13:22 |
sagar_nikam | Hi, I am trying openstack+hyperV using devstack. I was able to add a image to glance , a VHD image from a HyperV VM | 13:26 |
sagar_nikam | Now i would like to boot a instance on the HyperV host | 13:27 |
sagar_nikam | i installed compute using http://www.cloudbase.it/openstack/openstack-compute-installer/ on a hyperV host | 13:28 |
*** mrodden has joined #openstack-dev | 13:29 | |
*** Hitesh has quit IRC | 13:30 | |
*** Remco_ has joined #openstack-dev | 13:30 | |
*** Remco_ is now known as Guest72080 | 13:30 | |
*** tgall_foo has joined #openstack-dev | 13:30 | |
*** tgall_foo has quit IRC | 13:30 | |
*** tgall_foo has joined #openstack-dev | 13:30 | |
sagar_nikam | i ran nova-manage service list on my devstack instance, the hyperV host is available | 13:31 |
sagar_nikam | now my question , how do i boot a image to the hyperV host | 13:31 |
sagar_nikam | i provided hint in the boot command, but still the VM is provisioned on QEMU | 13:32 |
*** spn has joined #openstack-dev | 13:32 | |
*** ayoung has joined #openstack-dev | 13:38 | |
*** blamar has quit IRC | 13:39 | |
*** kbringard has joined #openstack-dev | 13:40 | |
*** blamar has joined #openstack-dev | 13:41 | |
*** littleidea has quit IRC | 13:44 | |
*** andrewbogott_afk is now known as andrewbogott | 13:45 | |
*** eharney has joined #openstack-dev | 13:49 | |
*** eharney has joined #openstack-dev | 13:49 | |
*** joesavak has joined #openstack-dev | 13:59 | |
*** dspano has joined #openstack-dev | 14:01 | |
*** mtreinish has joined #openstack-dev | 14:01 | |
*** bmeshjason has joined #openstack-dev | 14:02 | |
*** roge has quit IRC | 14:02 | |
*** japage has joined #openstack-dev | 14:03 | |
*** sacharya has quit IRC | 14:05 | |
boden | dolphm, ayoung -- I abandoned yesterdays REMOTE_USER review and resubmitted as https://review.openstack.org/#/c/14823/... can you please review | 14:07 |
dolphm | boden: just did! | 14:08 |
*** sc68cal has joined #openstack-dev | 14:09 | |
*** bing_bu has joined #openstack-dev | 14:09 | |
dansmith | is there a way to "recheck" smokestack? | 14:09 |
boden | dolphm -- ok thanks.. about the 'blueprint' comment you made... yesterday Adam requested "Please remove the blueprint line from the commit message." Thats why I did not include it | 14:09 |
dolphm | boden: whaa... why? | 14:09 |
dolphm | ayoung: if there is a blueprint relevant to a commit, it should absolutely be referenced as such | 14:10 |
boden | dolphm -- not sure... my mind reading skills are less than optimal (much to my wife's dismay) | 14:10 |
*** bing_bu has quit IRC | 14:11 | |
*** bing_bu has joined #openstack-dev | 14:11 | |
ayoung | dolphm, yeah, but it should not be the title line. In this case, however, that blueprint is recommending something different | 14:12 |
ayoung | external auth is a part of pluggable, but the real pluggable requires reworking such as what gyee is going to look at wrt to the authenticate method | 14:13 |
ayoung | dolphm, I don't want to trigger an automatic "this blueprint has been implemented" function in launchpad | 14:13 |
dolphm | ayoung: does it partially satisfy the bp? | 14:14 |
dolphm | ayoung: or required to ultimately satisfy the bp? | 14:15 |
*** cp16net is now known as cp16net|away | 14:17 | |
*** cp16net|away is now known as cp16net | 14:17 | |
ayoung | dolphm, OK, I'll conceed that it partially implements it | 14:17 |
ayoung | I thought the blueprint was explicitly for the internal one, but looks like it coveres both | 14:17 |
boden | dolphm -- so I need to ammend with the bp name? | 14:17 |
*** hub_cap has joined #openstack-dev | 14:18 | |
*** markmcclain has joined #openstack-dev | 14:19 | |
ayoung | boden, let me look | 14:19 |
ayoung | I should have been more specific with my feedback: I really just objected to it being the name of the patch, but then went a step too far in my recommendation | 14:20 |
boden | ayoung -- so what needs to be done here? an ammed with no changes other than a message? | 14:21 |
*** edygarcia has joined #openstack-dev | 14:24 | |
openstackgerrit | A change was merged to openstack/nova: Add availability zone extension to API samples test. https://review.openstack.org/13958 | 14:25 |
boden | dolphm -- so what you want is an empty ammend which contains a message like "blueprint pluggable-identity-authentication-handlers".. is this correct? | 14:26 |
dolphm | boden: ayoung: if it's relevant, i'd say so. if it merges and the bp isn't actually satisfied, i would just revise the bp status manually | 14:28 |
ayoung | dolphm, boden sounds good. I just +2d it, but with the caveat that you link in the blueprint. | 14:32 |
ayoung | boden, here's what you need to do | 14:32 |
ayoung | git commit --amend | 14:32 |
ayoung | modify the commit message, but | 14:32 |
ayoung | this is important | 14:32 |
ayoung | keep the change number the same | 14:32 |
ayoung | then just rerun git-review | 14:32 |
*** sacharya has joined #openstack-dev | 14:33 | |
*** john5223 has joined #openstack-dev | 14:34 | |
*** AnilV4 has quit IRC | 14:35 | |
*** dwn has joined #openstack-dev | 14:35 | |
*** dwn has quit IRC | 14:37 | |
boden | ayoung -- done... I hope | 14:38 |
ayoung | boden, "New patchset patch-id matches previous patchset, but commit message has changed." looks good to me. | 14:39 |
boden | ayoung -- I saw the review comment from Ralf... can we address that as a separate ticket as I'm not sure i have the bandwidth to contain that right now | 14:40 |
*** sunilthaha has quit IRC | 14:41 | |
*** wenjianhn has quit IRC | 14:41 | |
*** zodiak has joined #openstack-dev | 14:42 | |
*** Apsu` has quit IRC | 14:44 | |
*** al-maisan is now known as almaisan-away | 14:45 | |
*** littleidea has joined #openstack-dev | 14:45 | |
*** cp16net is now known as cp16net|away | 14:46 | |
*** alunduil has joined #openstack-dev | 14:46 | |
*** alunduil has quit IRC | 14:48 | |
ayoung | boden, that is my suggestion. You don't get REMOTE_USER set unless you work for it. | 14:48 |
*** alunduil has joined #openstack-dev | 14:49 | |
*** cp16net|away is now known as cp16net | 14:52 | |
ayoung | dolphm, REMOTE_USER is the comntract for wsgi. There is nothing that allows a user to specify it directly. | 14:53 |
*** otherwiseguy has joined #openstack-dev | 14:54 | |
*** datsun180b has joined #openstack-dev | 14:56 | |
dolphm | ayoung: dumb question: if you deploy behind https, you can still use basic auth / REMOTE_USER, right? | 14:56 |
*** rnirmal has joined #openstack-dev | 14:57 | |
ayoung | dolphm, yes, that was how I tested it, but you have to configure it for your specific application | 14:57 |
ayoung | dolphm, actually, that is one of the things we want to support | 14:58 |
*** hub-cap has joined #openstack-dev | 14:58 | |
dolphm | ayoung: that's what i assumed, if it was do-able | 14:58 |
ayoung | extract the password into its own column, use basic auth (or digest) and check use the mod_auth_sql | 14:58 |
*** hub-cap has quit IRC | 14:59 | |
*** afazekas_ has quit IRC | 14:59 | |
*** hub-cap has joined #openstack-dev | 14:59 | |
*** afazekas has quit IRC | 15:00 | |
*** hub_cap has quit IRC | 15:02 | |
*** datsun180b has quit IRC | 15:02 | |
*** rnirmal_ has joined #openstack-dev | 15:02 | |
*** reidrac has quit IRC | 15:03 | |
*** Apsu` has joined #openstack-dev | 15:03 | |
Vek | Can I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please? It's just been sitting there since the 12th. | 15:03 |
*** rnirmal_ has quit IRC | 15:04 | |
*** rnirmal has quit IRC | 15:04 | |
*** andrewbogott is now known as andrewbogott_afk | 15:04 | |
*** torandu has joined #openstack-dev | 15:05 | |
*** Apsu` has quit IRC | 15:08 | |
*** Apsu` has joined #openstack-dev | 15:09 | |
*** utlemming has quit IRC | 15:09 | |
openstackgerrit | A change was merged to openstack/python-quantumclient: Generate bash_completion string so that we can use bash completion. https://review.openstack.org/14156 | 15:10 |
*** jaypipes has joined #openstack-dev | 15:10 | |
boden | ayoung - do we need to find someone to approve this patch and is there something I should do? | 15:11 |
ayoung | boden, dolphm and I are sufficient. I am just trying to convince him (and thus myself) that we don't need to explictly enable REMOTE_USER | 15:12 |
*** ndipanov has quit IRC | 15:13 | |
*** dprince has joined #openstack-dev | 15:14 | |
*** torandu has quit IRC | 15:16 | |
*** rkukura has quit IRC | 15:16 | |
*** torandu has joined #openstack-dev | 15:17 | |
*** cloudvirt has joined #openstack-dev | 15:17 | |
*** ndipanov has joined #openstack-dev | 15:19 | |
garyk | clarkb: ping | 15:21 |
*** ondergetekende has quit IRC | 15:22 | |
ayoung | boden, dolphm, for example, if the user passes in >REMOTE_USER it shows up not as the env var REMOTE_USER, but rather like this: 'webob._parsed_query_vars': (GET([('REMOTE_USER', 'demo')]), | 15:24 |
ayoung | 'REMOTE_USER=demo'), | 15:24 |
ayoung | but it explictly is not req.environ['REMOTE_USER'] | 15:24 |
boden | ayoung -- I did do a little testing awhile back by passing in REMOTE_USER as a header or as a query param, but did not see a way it could get injected w/o explicit "work" as you mentioned | 15:28 |
boden | however I'd admittedly did not spend a whole lot of time on it | 15:28 |
ayoung | boden, that seems to be the basis for the mechanism to ever work. I think the patch is solid as is. | 15:29 |
dansmith | dprince: is there a recheck for smokestack? | 15:29 |
dprince | dansmith: not yet. On my todo list. | 15:29 |
*** cloudvirt has quit IRC | 15:29 | |
dprince | dansmith: which review? | 15:29 |
dansmith | dprince: okay, this failed because of pep8, but jekins (and my pep8) are happy: https://review.openstack.org/#/c/14791/ | 15:30 |
*** Ryan_Lane has joined #openstack-dev | 15:31 | |
dprince | dansmith: Okay. Well the SmokeStack unit tests are on Fedora so there could be something to it. Let me see | 15:32 |
dansmith | dprince: cool, thanks | 15:32 |
dprince | dansmith: I don't see a lot of false negative w/ pep8 though | 15:32 |
dprince | dansmith: or false negatives in the Nova unit tests for that matter. | 15:33 |
*** rkukura has joined #openstack-dev | 15:36 | |
*** andrewbogott_afk is now known as andrewbogott | 15:42 | |
*** markmcclain has quit IRC | 15:46 | |
*** lloydde has joined #openstack-dev | 15:51 | |
*** littleidea has quit IRC | 15:52 | |
*** metral__ has quit IRC | 15:52 | |
*** metral has joined #openstack-dev | 15:52 | |
*** koolhead17 has joined #openstack-dev | 15:53 | |
*** Remco_ has joined #openstack-dev | 15:53 | |
*** Remco_ is now known as Guest28089 | 15:54 | |
boden | ayoung - as far as i know, i agree, it's solid... dolphm - are you needing further validation to review/approve? | 15:54 |
dolphm | boden: sorry for the delay, i've been staring at the tests | 15:54 |
dolphm | boden: is there anyway to test REMOTE_USER on a running wsgi server? | 15:55 |
boden | dolphm -- you mean for example by using Apache2 HTTPD or you mean using python paste middleware? | 15:56 |
dolphm | boden: without apache | 15:56 |
vishy | jgriffith: https://review.openstack.org/#/c/14670/ | 15:56 |
*** Guest72080 has quit IRC | 15:57 | |
boden | dolphm -- I didn't find a way, although it may be possible with more in depth research/digging | 15:57 |
jgriffith | vishy: awesome | 15:57 |
*** metral_ has joined #openstack-dev | 15:58 | |
jgriffith | vishy: you must be psychic | 15:58 |
vishy | jgriffith: also, that seems like a very important bp target | 15:58 |
dolphm | boden: i imagine you could write some simple middleware *just* for use in a test... but that's a lot of test architecture for a relatively simple test | 15:58 |
boden | dolphm -- agreed... | 15:59 |
*** metral_ has quit IRC | 15:59 | |
*** metral_ has joined #openstack-dev | 15:59 | |
*** utlemming has joined #openstack-dev | 15:59 | |
*** metral has quit IRC | 16:00 | |
*** metral_ is now known as metral | 16:00 | |
openstackgerrit | A change was merged to openstack/swift: Remove utf-8 in metadata and http header names https://review.openstack.org/14695 | 16:01 |
dansmith | dprince: right, but this one seemed to be a bash syntax error or something.. I didn't see any actual pep8 warnings | 16:01 |
*** rafaduran1 has joined #openstack-dev | 16:02 | |
*** mindpixel has quit IRC | 16:02 | |
*** rafaduran has quit IRC | 16:03 | |
*** rafaduran1 has quit IRC | 16:03 | |
*** rafaduran has joined #openstack-dev | 16:03 | |
*** rnirmal has joined #openstack-dev | 16:04 | |
openstackgerrit | A change was merged to openstack/quantum: Notify about router and floating IP usages https://review.openstack.org/14753 | 16:04 |
*** hemna has joined #openstack-dev | 16:06 | |
*** danwent has joined #openstack-dev | 16:07 | |
*** jemartin has joined #openstack-dev | 16:07 | |
jgriffith | vishy: You mean create a BP to capture it as well as the bug? | 16:08 |
*** Dorogs has quit IRC | 16:09 | |
vishy | jgriffith: sorry that was bp for backport | 16:11 |
vishy | :) | 16:11 |
jgriffith | vishy: :) | 16:11 |
jgriffith | vishy: yeah, it's marked just a matter of when to cut it | 16:12 |
jgriffith | vishy: Do you usually batch them? | 16:12 |
jgriffith | vishy: backports that is? | 16:12 |
*** dhubbard_ has quit IRC | 16:12 | |
vishy | jgriffith: no. stable-maint has to sign off so i try and get them in sooner rather than later | 16:13 |
jgriffith | vishy: good to know | 16:13 |
vishy | jgriffith: zul has been coming along and proposing a bunch that I marked which is very helpful | 16:13 |
vishy | since there are a ton in nova | 16:13 |
jgriffith | vishy: I'll move on it after it goes in to master | 16:13 |
jgriffith | vishy: Same with the uuid patch | 16:14 |
*** danwent has quit IRC | 16:14 | |
vishy | jgriffith: yeah. That one needs to be propped to nova stable/folsom as well | 16:14 |
jgriffith | vishy: snap! That's what I was doing yesterday | 16:14 |
jgriffith | vishy: need to finish that | 16:15 |
vishy | jgriffith: btw any progress on testing the existing connections with grenade? | 16:15 |
jgriffith | vishy: having issues with grenade | 16:15 |
jgriffith | vishy: tried manual devstack stable/essex and hitting issues there too | 16:15 |
jgriffith | vishy: Still working on it though | 16:16 |
vishy | jgriffith: :( | 16:16 |
vishy | dtroyer: ^^ | 16:16 |
*** troytoman-away is now known as troytoman | 16:16 | |
*** cp16net is now known as cp16net|away | 16:17 | |
openstackgerrit | A change was merged to openstack/cinder: Rollback for resources during volume creation failure https://review.openstack.org/14670 | 16:17 |
dtroyer | vishy, jgriffith: I haven't spent any time with the stable/folsom grenade in a while | 16:18 |
*** cp16net|away is now known as cp16net | 16:18 | |
jgriffith | dtroyer: I'll have to pull it back up to get any info for ya | 16:18 |
jgriffith | dtroyer: But for now I'm manually running it (err...trying to) | 16:19 |
jgriffith | dtroyer: One issue is glance wasn't checking out stable/essex | 16:19 |
jgriffith | dtroyer: But at least I've not got devstack stable/essex going and can move on from there | 16:20 |
dtroyer | jgriffith: the way it was built then makes rolling back a #$%^&$% that's where vm snapshots are a lifesaver | 16:20 |
jgriffith | dtroyer: yeah, and I'm screwed because I used vagrant on a remote server :( | 16:20 |
jgriffith | dtroyer: Ahh... vbox-manage to the rescue! | 16:20 |
jgriffith | some day I'm going to get the vagrant snapshot plugin going :) | 16:21 |
*** danwent has joined #openstack-dev | 16:22 | |
*** dhubbard_ has joined #openstack-dev | 16:22 | |
*** maploin has quit IRC | 16:25 | |
*** dhubbard_ has joined #openstack-dev | 16:26 | |
*** utlemming has quit IRC | 16:27 | |
*** utlemming has joined #openstack-dev | 16:27 | |
*** rafaduran1 has joined #openstack-dev | 16:28 | |
*** rafaduran has quit IRC | 16:29 | |
*** mrodden has quit IRC | 16:30 | |
*** epim has joined #openstack-dev | 16:30 | |
*** utlemming has quit IRC | 16:31 | |
*** aeperezt has joined #openstack-dev | 16:32 | |
*** gatuus has joined #openstack-dev | 16:32 | |
*** danwent has quit IRC | 16:33 | |
boden | dolphm -- patch set 3 is out there to address your comments.. jenkins + Adam are happy. Please have a look if you can https://review.openstack.org/#/c/14823/3 | 16:35 |
*** epim has quit IRC | 16:35 | |
*** dachary has quit IRC | 16:37 | |
*** troytoman is now known as troytoman-away | 16:37 | |
*** mrunge has joined #openstack-dev | 16:37 | |
*** milner has quit IRC | 16:39 | |
*** colinmcnamara has joined #openstack-dev | 16:39 | |
*** rafaduran1 has quit IRC | 16:39 | |
*** mnewby has joined #openstack-dev | 16:41 | |
*** jtran has joined #openstack-dev | 16:41 | |
*** mrodden has joined #openstack-dev | 16:45 | |
*** garyk has quit IRC | 16:45 | |
*** mrunge has quit IRC | 16:50 | |
*** dwalleck has joined #openstack-dev | 16:51 | |
*** vinilios has quit IRC | 16:52 | |
*** datsun180b has joined #openstack-dev | 16:52 | |
vishy | ttx: https://bugs.launchpad.net/nova/+bug/953426 | 16:53 |
uvirtbot | Launchpad bug 953426 in nova/folsom "ERROR: NetworkHostNotSet boot with --nic option" [Medium,Fix released] | 16:53 |
vishy | what do i do with that? It was fixed in folsom but not essex so i double targetted it | 16:53 |
*** dachary has joined #openstack-dev | 16:53 | |
vishy | but i can't target the milestone and i don't know what to do with the parent bug | 16:53 |
*** rbasak has quit IRC | 16:54 | |
*** vipuls has joined #openstack-dev | 16:55 | |
*** markmcclain has joined #openstack-dev | 16:55 | |
*** zing has quit IRC | 16:56 | |
jaypipes | vishy: was there a change in nova recently that would have made flavor IDs very large integers? | 16:56 |
vishy | jaypipes: someone else mentioned that | 16:56 |
jaypipes | dwalleck? | 16:56 |
vishy | jaypipes: not that i know of | 16:56 |
vishy | jaypipes: are you seeing that in devstack? | 16:56 |
jaypipes | vishy: dwalleck emailed the QA mailing list mentioning it (along with the change to PKI tokens) | 16:56 |
vishy | jaypipes: yeah i saw that too | 16:57 |
jaypipes | vishy: and, yes, on devstack | 16:57 |
vishy | jaypipes: haven't had time to verify | 16:57 |
vishy | jaypipes: although there was some noise in devstack reviews about recreating flavors if ceilometer is enabled | 16:57 |
jaypipes | hmm, why would that be? | 16:58 |
*** jogo0 has quit IRC | 16:59 | |
*** cloudvirt has joined #openstack-dev | 16:59 | |
*** tasdomas has joined #openstack-dev | 16:59 | |
*** jog0 has joined #openstack-dev | 16:59 | |
*** vinilios has joined #openstack-dev | 17:00 | |
tasdomas | hi | 17:00 |
*** dwalleck has quit IRC | 17:00 | |
tasdomas | is there a writeup or manual on how to run devstack in lxc containers? | 17:01 |
*** nati_ueno has joined #openstack-dev | 17:01 | |
*** dwalleck has joined #openstack-dev | 17:03 | |
*** dhubbard_ has quit IRC | 17:04 | |
*** Guest28089 has quit IRC | 17:05 | |
*** nunosantos has joined #openstack-dev | 17:06 | |
*** imsplitbit has quit IRC | 17:10 | |
*** Mandell has joined #openstack-dev | 17:15 | |
*** dachary has quit IRC | 17:15 | |
*** jimfehlig has joined #openstack-dev | 17:15 | |
*** dachary has joined #openstack-dev | 17:15 | |
*** dwalleck_ has joined #openstack-dev | 17:18 | |
*** garyk has joined #openstack-dev | 17:18 | |
*** dwalleck has quit IRC | 17:21 | |
vishy | dansmith, russellb: https://bugs.launchpad.net/nova/+bug/1071017 | 17:22 |
uvirtbot | Launchpad bug 1071017 in nova "Instance reboot not working. " [High,Triaged] | 17:22 |
dansmith | vishy: egads.. funny thing is... that one had an abundance of +2s :/ | 17:23 |
dansmith | dprince: thanks :) | 17:26 |
Vek | Can I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please? It's just been sitting there since the 12th. | 17:27 |
dprince | dansmith: np. | 17:27 |
*** tasdomas has quit IRC | 17:28 | |
*** littleidea has joined #openstack-dev | 17:32 | |
*** cp16net is now known as cp16net|away | 17:33 | |
*** littleidea has quit IRC | 17:34 | |
*** dwalleck_ has quit IRC | 17:34 | |
*** littleidea has joined #openstack-dev | 17:35 | |
*** littleidea has quit IRC | 17:36 | |
*** littleidea has joined #openstack-dev | 17:37 | |
*** roge has joined #openstack-dev | 17:37 | |
*** sagar_nikam has quit IRC | 17:38 | |
*** littleidea has quit IRC | 17:39 | |
*** thingee_zz is now known as thingee | 17:41 | |
*** EmilienM has left #openstack-dev | 17:41 | |
*** AnilV4 has joined #openstack-dev | 17:42 | |
*** sandywalsh has joined #openstack-dev | 17:43 | |
*** sandywalsh_ has quit IRC | 17:44 | |
*** adjohn has joined #openstack-dev | 17:44 | |
*** littleidea has joined #openstack-dev | 17:47 | |
openstackgerrit | A change was merged to openstack/quantum: Fix database clear when table does not exist https://review.openstack.org/14744 | 17:48 |
*** darraghb has quit IRC | 17:49 | |
*** imsplitbit has joined #openstack-dev | 17:50 | |
*** Remco_ has joined #openstack-dev | 17:50 | |
*** Remco_ is now known as Guest13967 | 17:50 | |
*** AnilV4 has quit IRC | 17:50 | |
*** epim has joined #openstack-dev | 17:51 | |
*** imsplitbit has quit IRC | 17:52 | |
*** mnewby_ has joined #openstack-dev | 17:53 | |
*** Guest13967 has quit IRC | 17:53 | |
*** colinmcnamara has quit IRC | 17:55 | |
*** imsplitbit has joined #openstack-dev | 17:55 | |
*** mnewby has quit IRC | 17:55 | |
*** mnewby_ is now known as mnewby | 17:55 | |
*** colinmcnamara has joined #openstack-dev | 17:55 | |
openstackgerrit | A change was merged to openstack/glance: add command "status" to "glance-control" https://review.openstack.org/14406 | 17:56 |
*** colinmcnamara has quit IRC | 17:57 | |
ayoung | gyee, since you are going to be working on the refactoring of "authenticate" you should probably look at: https://review.openstack.org/#/c/14823/ | 17:59 |
*** joesavak has quit IRC | 17:59 | |
*** colinmcnamara has joined #openstack-dev | 17:59 | |
rmk | vishy: I was giving your use case about editing the XML some thought yesterday. I still think we should be absolute about what Nova knows about, in terms of generating the XML every time. We can mitigate the use case you pointed out once the flavor data makes it into the instance metadata. | 18:00 |
*** colinmcnamara has quit IRC | 18:00 | |
rmk | vishy: I think any instance managed by Nova shouldn't really be touched outside the context of Nova, otherwise there are probably dozens of situations we can never account for. | 18:01 |
*** nati_ueno has quit IRC | 18:03 | |
*** nati_ueno has joined #openstack-dev | 18:04 | |
dansmith | vishy, russellb: regarding that change, I think the act of bringing in the nwinfo query to nova-api was wrong and unnecessary | 18:06 |
*** littleidea has quit IRC | 18:06 | |
dansmith | vishy, russellb: block devices were queried from the database, but the nwinfo was pulled from network_api, which was fine to be doing in manager anyway.. agree? | 18:06 |
*** ndipanov has quit IRC | 18:07 | |
russellb | depends on the network_api implementation | 18:07 |
russellb | if it's just a wrapper around doing an rpc call, then agree | 18:07 |
boden | dolphm -- do you have time to review patch 3 here: https://review.openstack.org/#/c/14823/ | 18:07 |
dansmith | russellb: okay, I think it is, but I'll go check | 18:08 |
*** danwent has joined #openstack-dev | 18:12 | |
russellb | dansmith: cool. | 18:12 |
*** vipuls has quit IRC | 18:13 | |
*** vipuls has joined #openstack-dev | 18:14 | |
vishy | dansmith: ultimately no | 18:15 |
vishy | russellb, dansmith: eventually all rpc should be moved up too | 18:15 |
vishy | but that can be done later | 18:15 |
*** sandywalsh_ has joined #openstack-dev | 18:15 | |
*** otherwiseguy has quit IRC | 18:15 | |
*** sandywalsh has quit IRC | 18:16 | |
*** ndipanov has joined #openstack-dev | 18:16 | |
*** Tross has quit IRC | 18:16 | |
dansmith | vishy: well, do you want me to just back out that part of the change or just go ahead and make it work properly across RPC? | 18:17 |
*** s0mik has joined #openstack-dev | 18:17 | |
dansmith | the former is easy, the latter will take a little more work for me to understand what's going on, and add tests to show that it's broken right now | 18:17 |
vishy | dansmith: if it is easier to back it out that is fine | 18:17 |
dansmith | but I'm happy to do either | 18:18 |
*** Tross has joined #openstack-dev | 18:18 | |
*** radez_g0n3 is now known as radez | 18:19 | |
vishy | dansmith: but the second sounds like it would be useful :) | 18:19 |
vishy | at least in terms of tests | 18:20 |
vishy | and understanding | 18:20 |
dansmith | vishy: should I interpret that as genuine or "the second will keep you busy and away from creating more bugs for longer" ? | 18:20 |
dansmith | heh, okay :) | 18:20 |
vishy | dansmith: but i think you have to do it anyway | 18:21 |
*** littleidea has joined #openstack-dev | 18:21 | |
dansmith | yeah, true | 18:21 |
vishy | because the network api calls also create a cache of network data in the db | 18:21 |
dansmith | hrm, really? | 18:21 |
vishy | so that either needs to be moved up into api | 18:21 |
vishy | or stored in some non-db way on the compute node | 18:21 |
vishy | probably moved to api is the right way to handle that | 18:22 |
dansmith | ah, yep, I see it | 18:22 |
vishy | since the cache is used by api for listing ips etc. | 18:22 |
dansmith | yeah, and it's in the API now, so I guess it's best to just fix 'er right | 18:22 |
vishy | dansmith: agreed | 18:24 |
*** novas0x2a|laptop has quit IRC | 18:25 | |
*** roadTripper has quit IRC | 18:27 | |
*** ndipanov has quit IRC | 18:30 | |
*** colinmcnamara has joined #openstack-dev | 18:30 | |
*** johnpostlethwait has joined #openstack-dev | 18:31 | |
*** joesavak has joined #openstack-dev | 18:32 | |
*** jsavak has joined #openstack-dev | 18:34 | |
*** rnirmal has quit IRC | 18:35 | |
*** rnirmal has joined #openstack-dev | 18:35 | |
*** joesavak has quit IRC | 18:37 | |
*** markmcclain has quit IRC | 18:39 | |
*** markmcclain has joined #openstack-dev | 18:39 | |
*** colinmcnamara has quit IRC | 18:40 | |
dims | dansmith - found a few more methods added a comment looks like the bug is on your plate 1071404 | 18:40 |
*** ndipanov has joined #openstack-dev | 18:40 | |
dansmith | dims: yeah, saw those, thanks.. noticed those this morning while I was combing through the virt drivers real closely | 18:43 |
dansmith | er, that was two "those".. the first being your comments, the second being the ones in the original bug filing | 18:44 |
*** danwent has quit IRC | 18:45 | |
*** dolphm_ has joined #openstack-dev | 18:46 | |
*** torandu has quit IRC | 18:46 | |
*** roadTripper has joined #openstack-dev | 18:47 | |
*** melwitt has joined #openstack-dev | 18:48 | |
*** dolphm has quit IRC | 18:49 | |
*** dprince has quit IRC | 18:53 | |
openstackgerrit | A change was merged to openstack/horizon: Added support for volume types https://review.openstack.org/14671 | 18:58 |
*** metral_ has joined #openstack-dev | 19:00 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:01 | |
*** s0mik has quit IRC | 19:02 | |
*** aeperezt has quit IRC | 19:03 | |
*** metral has quit IRC | 19:03 | |
*** metral_ is now known as metral | 19:03 | |
*** s0mik has joined #openstack-dev | 19:03 | |
*** nati_ueno has quit IRC | 19:03 | |
*** joesavak has joined #openstack-dev | 19:08 | |
*** torandu has joined #openstack-dev | 19:08 | |
*** henrynash has quit IRC | 19:09 | |
*** jsavak has quit IRC | 19:10 | |
*** dprince has joined #openstack-dev | 19:11 | |
*** EmilienM_ has joined #openstack-dev | 19:11 | |
*** vipuls has quit IRC | 19:12 | |
*** vipuls has joined #openstack-dev | 19:13 | |
*** jcooley has joined #openstack-dev | 19:13 | |
*** jcooley has quit IRC | 19:16 | |
*** gatuus has quit IRC | 19:18 | |
*** rkukura has quit IRC | 19:19 | |
*** Remco_ has joined #openstack-dev | 19:22 | |
*** Remco_ is now known as Guest62549 | 19:22 | |
*** dolphm_ has quit IRC | 19:22 | |
*** dolphm has joined #openstack-dev | 19:23 | |
*** torandu has quit IRC | 19:24 | |
*** ayoung has quit IRC | 19:25 | |
*** nati_ueno has joined #openstack-dev | 19:26 | |
*** s0mik has quit IRC | 19:29 | |
*** aeperezt has joined #openstack-dev | 19:29 | |
*** s0mik has joined #openstack-dev | 19:33 | |
*** edygarcia_ has joined #openstack-dev | 19:35 | |
*** cp16net|away is now known as cp16net | 19:35 | |
*** colinmcnamara has joined #openstack-dev | 19:36 | |
*** edygarcia has quit IRC | 19:37 | |
*** edygarcia_ is now known as edygarcia | 19:37 | |
vishy | annegentle: moved this from nova: https://bugs.launchpad.net/openstack-manuals/+bug/1061665 | 19:38 |
uvirtbot | Launchpad bug 1061665 in nova "Filter scheduler not respecting the force_hosts hint" [Undecided,New] | 19:38 |
*** gatuus has joined #openstack-dev | 19:39 | |
*** colinmcnamara has quit IRC | 19:40 | |
gatuus | is nova still using Twisted or it changed for tornado?? | 19:41 |
gatuus | or something else?? | 19:43 |
*** EmilienM_ has quit IRC | 19:43 | |
*** EmilienM_ has joined #openstack-dev | 19:43 | |
*** otherwiseguy has joined #openstack-dev | 19:45 | |
*** eglynn is now known as eglynn-afk | 19:45 | |
*** Guest62549 has quit IRC | 19:45 | |
mordred | gatuus: nova hasn't used twisted in about 2 years | 19:46 |
mordred | gatuus: all eventlet | 19:46 |
*** EmilienM_ is now known as EmilienM | 19:46 | |
*** EmilienM_ has joined #openstack-dev | 19:46 | |
*** EmilienM_ is now known as EmilienM | 19:46 | |
gatuus | mordred: thanks | 19:46 |
nati_ueno | Hi garyk | 19:54 |
*** danwent has joined #openstack-dev | 19:55 | |
nati_ueno | Are you here? | 19:55 |
*** pixelbeat has quit IRC | 19:56 | |
nati_ueno | Hi danwent | 19:56 |
rmk | vishy: Any thoughts on my comments a bit earlier? | 19:56 |
danwent | nati_ueno: hi | 19:56 |
*** EmilienM has quit IRC | 19:56 | |
nati_ueno | danwent: IMO remove_router_interface should retrun 204. It this make sense? | 19:57 |
nati_ueno | https://bugs.launchpad.net/quantum/+bug/1064727 | 19:58 |
uvirtbot | Launchpad bug 1064727 in quantum "remove_router_interface returns string "null"" [Undecided,New] | 19:58 |
danwent | nati_ueno: i'd ask salv-orlando, as he is in charge of api consistency | 19:58 |
danwent | i usually think of a 204 being associated only with a DELETE, but a PUT that removes something could be seen as similar | 19:58 |
nati_ueno | danwent: I got it. | 19:58 |
*** markmcclain has quit IRC | 19:58 | |
*** markmcclain has joined #openstack-dev | 19:59 | |
danwent | nati_ueno: I don't feel strongly, though making a change that is backward incompatible could be messy | 19:59 |
nati_ueno | danwent: I think it should be consistent. If 200 for PUT is consistent, it is also OK | 20:00 |
danwent | k | 20:00 |
danwent | nati_ueno: btw, great to see progress on the exercise + gating stuff :) | 20:00 |
nati_ueno | OK so 1064727 is invalid for folsom? | 20:00 |
*** joesavak has quit IRC | 20:00 | |
nati_ueno | danwent: Thanks! I'm fixing devstack part now | 20:00 |
danwent | nati_ueno: sweet :) | 20:01 |
*** EmilienM has joined #openstack-dev | 20:04 | |
*** datsun180b_ has joined #openstack-dev | 20:04 | |
*** EmilienM has left #openstack-dev | 20:04 | |
nati_ueno | OK I`ll mail about API return code for salvatore | 20:04 |
*** datsun180b_ has quit IRC | 20:05 | |
*** japage has quit IRC | 20:05 | |
*** s0mik has quit IRC | 20:06 | |
*** datsun180b has quit IRC | 20:06 | |
*** maurosr has quit IRC | 20:06 | |
*** davidha has joined #openstack-dev | 20:07 | |
dansmith | vishy: FWIW, I think the reason testing didn't notice this is because of the 'except Exception' around self.driver.reboot() in compute/manager | 20:10 |
* dansmith feels 0.05% better | 20:10 | |
davidha | notmyname: hi, who can answer the open Q in https://review.openstack.org/#/c/14676/ ? | 20:13 |
*** boden has quit IRC | 20:14 | |
davidha | Both Darrel and I seem to see no apperent reason why the code was as it was - but we suspect that there may be a reason hidden from our eyes. | 20:14 |
*** ayoung has joined #openstack-dev | 20:16 | |
*** anniec has joined #openstack-dev | 20:16 | |
davidha | gholt? | 20:17 |
*** sandywalsh_ has quit IRC | 20:18 | |
dansmith | davidha: you might also tell folks at least the project it's related to, | 20:18 |
dansmith | otherwise it could be a question about goat milking for all we know :) | 20:18 |
*** eharney has quit IRC | 20:20 | |
*** koolhead17 is now known as koolhead17|afk | 20:20 | |
davidha | dansmith: common/wsgi.py calls loadapp once at the parent than again at childs | 20:20 |
*** s0mik has joined #openstack-dev | 20:20 | |
davidha | Looking at blame, greg holt would have an answer. | 20:21 |
openstackgerrit | A change was merged to openstack/swift: fix config parsing in swift-bench -x https://review.openstack.org/14537 | 20:21 |
openstackgerrit | A change was merged to openstack/keystone: Update common. https://review.openstack.org/14546 | 20:21 |
openstackgerrit | A change was merged to openstack/nova: Use cat instead of sleep for rootwrap test. https://review.openstack.org/14838 | 20:22 |
*** eglynn-afk is now known as eglynn | 20:27 | |
*** colinmcnamara has joined #openstack-dev | 20:36 | |
mordred | dprince: smokestack reported pep8 error ... but I can't tell from http://smokestack.openstack.org/?go=/jobs/41746 what the error is? | 20:37 |
clarkb | mordred: click on the standard error box | 20:38 |
mordred | clarkb: I did | 20:39 |
clarkb | mordred: that looks like an error in smokestack somewhere | 20:39 |
*** colinmcnamara has quit IRC | 20:41 | |
rootard | ew, I just ran into a rather nasty bug in keystone... I fat-fingered a command while adding an endpoint and didn't get the adminurl set. After that, successive keystone commands failed ('NoneType' object has no attribute 'replace') and I had to remove the failed entry directly from the mysql table. | 20:44 |
*** jcru has joined #openstack-dev | 20:44 | |
dolphm | rootard: i believe a fix was just merged for that | 20:44 |
rootard | I'm not sure if this is one or two bugs though | 20:44 |
rootard | dolphm: nice, I don't need to file a report then. Thanks :) | 20:44 |
dolphm | rootard: i think we already have two :P | 20:45 |
dolphm | rootard: the fix, if you're curious https://github.com/openstack/keystone/commit/7db2f6aa595e2d1261bc59750519b59daab7ab07 | 20:46 |
*** anniec_ has joined #openstack-dev | 20:48 | |
openstackgerrit | A change was merged to openstack/glance: Update common to 18 October 2012. https://review.openstack.org/14542 | 20:49 |
openstackgerrit | A change was merged to openstack/keystone: Enable Deletion of Services with Endpoints https://review.openstack.org/14796 | 20:49 |
*** anniec has quit IRC | 20:51 | |
*** anniec_ is now known as anniec | 20:51 | |
*** cloudvirt has quit IRC | 20:51 | |
dprince | mordred: Thanks for pointing it out. I'll have a look and see what is up | 20:52 |
rootard | dolphm: cool. Even a nice test for it in the future. | 20:52 |
*** datsun180b has joined #openstack-dev | 20:53 | |
*** cloudvirt has joined #openstack-dev | 20:53 | |
mordred | dprince: thanks! | 20:54 |
*** cloudvirt has quit IRC | 20:54 | |
zykes- | Kiall: ping | 20:55 |
Vek | Can I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please? It's just been sitting there since the 12th. | 20:55 |
*** dolphm_ has joined #openstack-dev | 20:56 | |
*** cloudvirt has joined #openstack-dev | 20:58 | |
*** dolphm_ has quit IRC | 20:58 | |
*** rkukura has joined #openstack-dev | 20:59 | |
*** dolphm has quit IRC | 20:59 | |
*** woodspa has joined #openstack-dev | 21:00 | |
*** markvoelker has quit IRC | 21:00 | |
*** dubsquared has joined #openstack-dev | 21:01 | |
*** arbrandes has quit IRC | 21:03 | |
*** harlowja has quit IRC | 21:03 | |
rmk | Isn't it time for the Nova meeting? | 21:05 |
*** cloudvirt has quit IRC | 21:06 | |
*** harlowja has joined #openstack-dev | 21:06 | |
sdague | rmk: should be, just looking for fearless leader | 21:06 |
*** alobbs has quit IRC | 21:06 | |
rmk | We may have scared the unscarable | 21:06 |
zykes- | grrr, where's Kiall ;p | 21:07 |
*** woodspa has left #openstack-dev | 21:08 | |
*** alobbs has joined #openstack-dev | 21:08 | |
*** anniec_ has joined #openstack-dev | 21:08 | |
*** anniec has quit IRC | 21:10 | |
*** anniec_ is now known as anniec | 21:10 | |
davidha | notmyname: I asked greg holt and he explained the use of a doube loadapp - he expects side affects from forking after iunitialization. | 21:11 |
notmyname | davidha: ya, I saw a conversation about it in #openstack-swift | 21:13 |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Add OpenStack trove classifier for PyPI https://review.openstack.org/14644 | 21:13 |
davidha | notmyname: at least in linux, I cant see any reason for such a concern... but if there is such real concern, we can bring the second loadapp back in | 21:14 |
zykes- | could anyone lend a hand and see what I'm doing wrong with Moniker ? | 21:15 |
zykes- | I guess I'll have to wait for Kiall to pop up ;p | 21:15 |
Vek | Can I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please? It's just been sitting there since the 12th. | 21:17 |
*** Remco_ has joined #openstack-dev | 21:18 | |
*** tgall_foo has quit IRC | 21:18 | |
*** Remco_ is now known as Guest82978 | 21:18 | |
davidha | notmyname: we can take the easy path of simply doing it twice (or even more), it will work :) or we can try and track this conversation in #openstack-swift and figure out what went on there - what do you suggest? | 21:18 |
*** eglynn is now known as eglynn-afk | 21:19 | |
*** dubsquared has quit IRC | 21:20 | |
notmyname | davidha: you should probably bring it up in #openstack-swift. swifterdarrell was the one looking at it | 21:21 |
*** radez is now known as radez_g0n3 | 21:22 | |
*** cdub has quit IRC | 21:23 | |
*** redbeard2 has joined #openstack-dev | 21:23 | |
*** cdub has joined #openstack-dev | 21:23 | |
*** alobbs has quit IRC | 21:23 | |
*** henrynash has joined #openstack-dev | 21:24 | |
*** henrynash has quit IRC | 21:24 | |
*** cp16net is now known as cp16net|away | 21:29 | |
openstackgerrit | A change was merged to openstack/swift: Db reclamation should remove empty suffix dirs https://review.openstack.org/14842 | 21:30 |
*** Guest82978 has quit IRC | 21:31 | |
*** dprince has quit IRC | 21:32 | |
*** cp16net|away is now known as cp16net | 21:33 | |
*** mtreinish has quit IRC | 21:36 | |
*** colinmcnamara has joined #openstack-dev | 21:36 | |
*** bmeshjason has quit IRC | 21:36 | |
*** markmcclain has quit IRC | 21:37 | |
*** dolphm has joined #openstack-dev | 21:40 | |
*** colinmcnamara has quit IRC | 21:41 | |
*** tziOm has joined #openstack-dev | 21:49 | |
tziOm | What are the essential components of a compute node? qemu/libvirt/ovs/quantum/...? | 21:49 |
*** tziOm has quit IRC | 21:50 | |
*** dachary has quit IRC | 21:51 | |
*** dachary has joined #openstack-dev | 21:51 | |
*** cloudvirt has joined #openstack-dev | 21:51 | |
*** tmishler has quit IRC | 21:51 | |
davidha | notmyname: I am posting my coments directly at https://review.openstack.org/#/c/14676/ using the 'review' tool - these are not sent to the #openstack-swift like comments made by others - how else can one post comments on the code (such that it will be added to te conversation as well) | 21:51 |
notmyname | davidha: you are doing it correctly. you can also add comments to individual lines of the patch with the same tool | 21:53 |
davidha | so why is my comments not sent to openstack-swift, while I see all comments of others sent there? | 21:54 |
*** dhellmann is now known as dhellmann-afk | 21:54 | |
davidha | notmyname: ^ | 21:54 |
notmyname | davidha: not sure what you are referring to. #openstack-swift is another irc channel | 21:54 |
*** s0mik has quit IRC | 21:55 | |
*** sorrison has joined #openstack-dev | 21:56 | |
davidha | notmyname: at the email thread titled "Change in openstack/swift[master]: Separate wsgi init from web-front-end activation" I see all reviews of others but my own :) | 21:56 |
*** redbeard2 has quit IRC | 21:59 | |
notmyname | davidha: I don't know how gerrit decides who to send emails to. FWIW, I see that you have pushed patch set 4 and swifterdarrell has commented on it | 21:59 |
*** cloudvirt has quit IRC | 22:00 | |
*** maurosr has joined #openstack-dev | 22:00 | |
*** dolphm has quit IRC | 22:03 | |
*** tgall_foo has joined #openstack-dev | 22:05 | |
*** mrodden has quit IRC | 22:06 | |
*** john5223 has quit IRC | 22:07 | |
*** mrodden has joined #openstack-dev | 22:07 | |
*** mrodden has quit IRC | 22:07 | |
*** alunduil has quit IRC | 22:08 | |
swifterdarrell | davidha: do the functional tests (./.functests) run for you with the "Separate wsgi init from web-front-end activation" patch? | 22:11 |
swifterdarrell | davidha: it just hangs for me... | 22:11 |
*** tgall_foo has quit IRC | 22:12 | |
swifterdarrell | davidha: File "/home/swiftstack/swift/swift/common/wsgi.py", line 133, in run_server#012 global_conf={'log_name': log_name})#012NameError: global name 'log_name' is not defined | 22:13 |
*** dspano has quit IRC | 22:14 | |
*** jemartin_ has joined #openstack-dev | 22:14 | |
*** rnirmal has quit IRC | 22:14 | |
*** jemartin_ has quit IRC | 22:15 | |
*** hattwick has quit IRC | 22:15 | |
davidha | swifterdarrell: it does. | 22:15 |
*** jemartin has quit IRC | 22:15 | |
*** jemartin has joined #openstack-dev | 22:15 | |
*** kbringard has quit IRC | 22:15 | |
*** maoy has quit IRC | 22:15 | |
davidha | swifterdarrell: I am still working to get this orginized | 22:16 |
swifterdarrell | davidha: hrm, it does look like log_name may not be in scope there | 22:16 |
davidha | swifterdarrell: document what needs to be in the config files etc | 22:16 |
swifterdarrell | ah, k | 22:16 |
*** eglynn-afk has quit IRC | 22:17 | |
davidha | swifterdarrell: as a first step, I am fixing bugs which make swift non standard and doing minor changes to enable smaller glue... | 22:17 |
*** hattwick has joined #openstack-dev | 22:17 | |
davidha | swifterdarrell: I just realized that there is actually a openstack-swift channel.... since when? | 22:18 |
*** sacharya has quit IRC | 22:18 | |
*** devananda is now known as deva_bbiaf | 22:19 | |
notmyname | davidha: it's fairly un-promoted to keep non-swift-dev talk lower. most support-style questions should stay in #openstack, for example | 22:21 |
*** dubsquared has joined #openstack-dev | 22:21 | |
*** jemartin has quit IRC | 22:21 | |
*** edygarcia_ has joined #openstack-dev | 22:22 | |
*** dubsquared has quit IRC | 22:25 | |
*** edygarcia has quit IRC | 22:25 | |
*** edygarcia_ is now known as edygarcia | 22:25 | |
*** ewindisch has quit IRC | 22:26 | |
*** ywu_ has joined #openstack-dev | 22:27 | |
*** cloudvirt has joined #openstack-dev | 22:27 | |
clarkb | davidha: under your gerrit settings select "CC me on comments I write" to get emailed when you write reviews | 22:28 |
*** reed has quit IRC | 22:29 | |
clarkb | then under your watched projects list you can select when you get emailed for reviews other people write | 22:29 |
davidha | clarkb: thanks, will do that | 22:29 |
*** mrodden has joined #openstack-dev | 22:29 | |
*** ewindisch has joined #openstack-dev | 22:35 | |
*** kobier has joined #openstack-dev | 22:35 | |
*** cloudvirt has quit IRC | 22:37 | |
*** ewindisch has quit IRC | 22:38 | |
*** eglynn has joined #openstack-dev | 22:38 | |
*** crandquist has quit IRC | 22:39 | |
*** kobier has quit IRC | 22:39 | |
*** crandquist has joined #openstack-dev | 22:39 | |
*** datsun180b has quit IRC | 22:40 | |
*** rpedde is now known as rpedde_away | 22:48 | |
*** danwent has quit IRC | 22:49 | |
*** mrodden has quit IRC | 22:49 | |
*** edygarcia has quit IRC | 22:53 | |
*** dims has quit IRC | 22:56 | |
*** danwent has joined #openstack-dev | 22:58 | |
*** blamar has quit IRC | 22:59 | |
*** jemartin has joined #openstack-dev | 23:04 | |
*** jcru has quit IRC | 23:05 | |
*** devcamca1 has joined #openstack-dev | 23:05 | |
*** epim has quit IRC | 23:10 | |
openstackgerrit | A change was merged to openstack/swift: Added partition option to swift-get-nodes https://review.openstack.org/14834 | 23:11 |
*** dims has joined #openstack-dev | 23:11 | |
*** alunduil has joined #openstack-dev | 23:13 | |
jog0 | vishy: you still have a typo in your commit msg: cna => can | 23:13 |
vishy | jog0: thx fixed | 23:14 |
*** tgall_foo has joined #openstack-dev | 23:14 | |
*** tgall_foo has quit IRC | 23:14 | |
*** tgall_foo has joined #openstack-dev | 23:14 | |
*** nati_ueno_2 has joined #openstack-dev | 23:15 | |
*** tgall_foo has quit IRC | 23:18 | |
*** ewindisch has joined #openstack-dev | 23:19 | |
*** nati_ueno_2 has quit IRC | 23:22 | |
*** nati_ueno_2 has joined #openstack-dev | 23:23 | |
*** roge has quit IRC | 23:23 | |
*** nati_ueno has quit IRC | 23:28 | |
*** reed has joined #openstack-dev | 23:30 | |
*** nati_ueno has joined #openstack-dev | 23:30 | |
*** gongysh has joined #openstack-dev | 23:32 | |
*** ywu_ has quit IRC | 23:34 | |
*** ywu_ has joined #openstack-dev | 23:35 | |
*** jcru has joined #openstack-dev | 23:36 | |
*** littleidea has quit IRC | 23:37 | |
*** littleidea has joined #openstack-dev | 23:38 | |
*** ywu_ has quit IRC | 23:38 | |
*** ywu_ has joined #openstack-dev | 23:39 | |
*** littleidea has left #openstack-dev | 23:39 | |
*** otherwiseguy has quit IRC | 23:39 | |
*** lloydde has quit IRC | 23:40 | |
*** eglynn has quit IRC | 23:41 | |
*** edygarcia has joined #openstack-dev | 23:42 | |
*** ywu_ has quit IRC | 23:42 | |
*** ywu_ has joined #openstack-dev | 23:43 | |
*** dolphm_ has joined #openstack-dev | 23:43 | |
*** hemna has quit IRC | 23:48 | |
*** pixelbeat has joined #openstack-dev | 23:51 | |
*** maurosr has quit IRC | 23:51 | |
*** jiangang has joined #openstack-dev | 23:53 | |
openstackgerrit | A change was merged to openstack/keystone: Fixes 500 err on authentication for invalid body https://review.openstack.org/14281 | 23:53 |
*** metral_ has joined #openstack-dev | 23:53 | |
openstackgerrit | A change was merged to openstack/nova: Allow loading only selected extensions https://review.openstack.org/14374 | 23:53 |
*** vipuls has quit IRC | 23:54 | |
openstackgerrit | A change was merged to openstack/nova: Speed up api.openstack.compute.contrib tests https://review.openstack.org/14375 | 23:54 |
*** metral has quit IRC | 23:56 | |
*** metral_ is now known as metral | 23:56 | |
*** devcamca1 has quit IRC | 23:56 | |
*** metral_ has joined #openstack-dev | 23:56 | |
*** jergerber has quit IRC | 23:56 | |
*** otherwiseguy has joined #openstack-dev | 23:57 | |
*** deva_bbiaf is now known as devananda | 23:57 | |
*** ywu_ has quit IRC | 23:57 | |
*** ywu_ has joined #openstack-dev | 23:58 | |
*** danwent has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!