vishy | jeblair: what on earth is HEAD^1 ?? | 00:00 |
---|---|---|
vishy | do you mean HEAD^ | 00:00 |
vishy | HEAD^ == HEAD~1 | 00:00 |
vishy | i've never seen HEAD^1 before | 00:01 |
jeblair | it's an mtaylorism | 00:02 |
jeblair | http://paste.openstack.org/show/4176/ | 00:04 |
jeblair | vishy: HEAD^1 seems valid to me | 00:04 |
mtaylor | jeblair: which thing's help was that in? | 00:05 |
jeblair | man gitrevisions | 00:05 |
*** dtroyer has quit IRC | 00:05 | |
mtaylor | AH | 00:05 |
openstackgerrit | A change to openstack/nova has been rejected: Implements blueprint separate-nova-volumeapi https://review.openstack.org/2919 | 00:06 |
vishy | This will give you the Nth parent of a particular commit. | 00:06 |
vishy | sso i guess it is equivalent to HEAD^ | 00:06 |
vishy | just never seen anyone use it | 00:06 |
mtaylor | yes. whereas ~1 will give you the Nth generation grandparent - so ~1 and ^1 are pretty much the same | 00:06 |
*** lloydde has quit IRC | 00:06 | |
vishy | jeblair: fyi: This format is only useful on merge commits - commit objects that have more than one direct parent. | 00:06 |
mtaylor | jeblair: you know, git log -n1 might actually be a better choice | 00:08 |
mtaylor | since what we actually want is the log message from the top rev | 00:08 |
jeblair | well, ~1 and ^1 are always equivalent, i believe. but yes, other numbers do different things based on whether you have merge commits. | 00:09 |
jeblair | mtaylor: that's brilliant. I wish I thought of that. | 00:09 |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Don't overwrite local context on elevated https://review.openstack.org/2923 | 00:10 |
mtaylor | jeblair: see, that's what you get for listening to me | 00:10 |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property. https://review.openstack.org/2773 | 00:10 |
*** lloydde has joined #openstack-dev | 00:10 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property. https://review.openstack.org/2773 | 00:11 |
*** rnirmal has quit IRC | 00:13 | |
*** bengrue has quit IRC | 00:16 | |
openstackgerrit | Donald Ngo proposed a change to openstack/nova: trying to commit again https://review.openstack.org/1747 | 00:17 |
openstackgerrit | Donald Ngo proposed a change to openstack/nova: Code review modifications https://review.openstack.org/1639 | 00:17 |
*** pixelbeat has quit IRC | 00:18 | |
*** anotherjesse has quit IRC | 00:21 | |
*** sleepsonthefloo has quit IRC | 00:21 | |
*** rods has quit IRC | 00:23 | |
*** CarlosM1 has quit IRC | 00:23 | |
*** rods has joined #openstack-dev | 00:24 | |
*** CarlosM has joined #openstack-dev | 00:27 | |
*** dtroyer has joined #openstack-dev | 00:28 | |
*** rods has left #openstack-dev | 00:34 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Don't overwrite local context on elevated https://review.openstack.org/2923 | 00:36 |
*** lloydde has quit IRC | 00:38 | |
*** crobinso has quit IRC | 00:43 | |
*** lloydde has joined #openstack-dev | 00:45 | |
*** rods has joined #openstack-dev | 00:46 | |
*** zns has quit IRC | 00:51 | |
*** lloydde has quit IRC | 00:54 | |
*** dragondm has quit IRC | 00:58 | |
*** lloydde has joined #openstack-dev | 01:07 | |
*** jeffjapan has joined #openstack-dev | 01:08 | |
*** jakedahn has quit IRC | 01:11 | |
*** sleepsonthefloo has joined #openstack-dev | 01:14 | |
openstackgerrit | Johannes Erdfelt proposed a change to openstack/nova: KVM and XEN Disk Management Parity https://review.openstack.org/2918 | 01:19 |
*** rods has quit IRC | 01:20 | |
*** rods has joined #openstack-dev | 01:21 | |
*** ben_duyujie has joined #openstack-dev | 01:22 | |
*** mszilagyi has quit IRC | 01:24 | |
*** rods has quit IRC | 01:25 | |
*** rods has joined #openstack-dev | 01:26 | |
*** dragondm has joined #openstack-dev | 01:29 | |
*** andrewsmedina has joined #openstack-dev | 01:29 | |
*** rods has quit IRC | 01:30 | |
*** rods has joined #openstack-dev | 01:32 | |
*** maplebed has quit IRC | 01:32 | |
*** ben_duyujie has quit IRC | 01:33 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property. https://review.openstack.org/2773 | 01:34 |
*** ben_duyujie has joined #openstack-dev | 01:35 | |
*** lloydde has quit IRC | 01:36 | |
*** dprince has joined #openstack-dev | 01:41 | |
*** spiffxp has quit IRC | 01:42 | |
jog0 | Hi, who do I talk to about getting approval to join the https://launchpad.net/~openstack-cla group? | 01:52 |
jog0 | I am covered under a corporate CLA | 01:52 |
vishy | jog0: you can't sign individual? | 01:54 |
jog0 | I can but not sure what the legal should be since already under corporate | 01:54 |
jog0 | vishy, should I just sign the individual as well? | 01:55 |
vishy | if you can, that would make it easier | 01:55 |
jog0 | ok | 01:55 |
vishy | then put the number on wiki.openstack.org/Contributors | 01:56 |
*** gyee has quit IRC | 01:56 | |
vishy | and I will approve you | 01:56 |
jog0 | vishy, also wouldn't it make more sense to block on CLA at merge and not at patch proposal? It would make the experience less scary for new users | 01:56 |
jog0 | thanks vishy, signing right now | 01:56 |
vishy | jog0: true, but it also saves reviewer time if we do it at patch time | 01:56 |
*** rkukura has joined #openstack-dev | 01:57 | |
openstackgerrit | gholt proposed a change to openstack/swift: Added memcache.conf option https://review.openstack.org/2886 | 02:01 |
jog0 | vishy, signed and added to wiki | 02:02 |
*** ayoung has quit IRC | 02:02 | |
vishy | jog0: done | 02:03 |
vishy | jog0: update is on a cron so it may take 5 min for gerrit to pick it up | 02:03 |
jog0 | thanks! | 02:03 |
hugokuo | vishy , morning .... | 02:07 |
hugokuo | vishy , does there have newer docs talk about nova-volume in Essex | 02:07 |
hugokuo | while I use older flag to specify iscsi_target_ip_prefix seems not work now though | 02:08 |
*** rods has quit IRC | 02:15 | |
openstackjenkins | Project nova-docs build #1892: SUCCESS in 3 min 52 sec: https://jenkins.openstack.org/job/nova-docs/1892/ | 02:20 |
openstackjenkins | Vishvananda Ishaya: Adds simple policy engine support | 02:20 |
openstackgerrit | Joe Gordon proposed a change to openstack/nova: fix bug 914049: private key in log https://review.openstack.org/2924 | 02:22 |
uvirtbot | Launchpad bug 914049 in nova "EC2 API CreateKeyPair writes private key to log in verbose mode" [Undecided,New] https://launchpad.net/bugs/914049 | 02:22 |
jog0 | vishy, FYI gerrit just picked up the change, took closer to 20 minutes | 02:24 |
*** rods has joined #openstack-dev | 02:35 | |
openstackgerrit | Hengqing Hu proposed a change to openstack/nova: Fix bad test cases in smoketest. https://review.openstack.org/2861 | 02:40 |
*** _adjohn has joined #openstack-dev | 02:41 | |
*** sandywalsh has quit IRC | 02:43 | |
*** adjohn has quit IRC | 02:43 | |
*** _adjohn is now known as adjohn | 02:43 | |
*** rods has quit IRC | 02:46 | |
*** _adjohn has joined #openstack-dev | 02:46 | |
*** novas0x2a|laptop has quit IRC | 02:49 | |
*** adjohn has quit IRC | 02:49 | |
*** flaviamissi has quit IRC | 02:50 | |
*** _adjohn has quit IRC | 02:50 | |
*** andrewbogott has quit IRC | 03:05 | |
*** dprince has quit IRC | 03:11 | |
*** jdurgin has quit IRC | 03:13 | |
openstackjenkins | Project nova-docs build #1893: SUCCESS in 2 min 31 sec: https://jenkins.openstack.org/job/nova-docs/1893/ | 03:19 |
openstackjenkins | Hengqing Hu: Fix bad test cases in smoketest. | 03:19 |
*** RobertLaptop has joined #openstack-dev | 03:22 | |
*** feiyuliu has quit IRC | 03:26 | |
*** RobertLaptop has left #openstack-dev | 03:26 | |
*** andrewsmedina has quit IRC | 03:30 | |
openstackjenkins | Project nova-docs build #1894: SUCCESS in 2 min 45 sec: https://jenkins.openstack.org/job/nova-docs/1894/ | 03:34 |
openstackjenkins | jogo: fix bug 914049: private key in log | 03:34 |
uvirtbot | Launchpad bug 914049 in nova "EC2 API CreateKeyPair writes private key to log in verbose mode" [Undecided,Fix committed] https://launchpad.net/bugs/914049 | 03:34 |
*** eglynn_ has joined #openstack-dev | 03:35 | |
*** andrewbogott has joined #openstack-dev | 03:35 | |
*** andrewbogott has joined #openstack-dev | 03:35 | |
*** andrewbogott has quit IRC | 03:36 | |
*** ben_duyujie has left #openstack-dev | 03:38 | |
*** eglynn has quit IRC | 03:39 | |
*** zns has joined #openstack-dev | 03:41 | |
*** saberman_1 has joined #openstack-dev | 03:52 | |
*** saberman_1 has quit IRC | 03:52 | |
vishy | hugokuo: doubtful | 03:54 |
vishy | jog0: maybe the chron is on a 15 min timer? | 03:55 |
openstackgerrit | Verification of a change to openstack/nova failed: Adds support for floating ip pools https://review.openstack.org/2892 | 03:57 |
*** saberman_1 has joined #openstack-dev | 04:01 | |
jog0 | vishy, this is why allowing pushes and then checking CLA before can approve would make the flow easier for new devs | 04:03 |
vishy | jog0: maybe we should just have it post a warning on the merge prop or something | 04:04 |
jog0 | vishy, sounds good to me | 04:05 |
*** dragondm has quit IRC | 04:13 | |
openstackgerrit | Verification of a change to openstack/nova failed: Adds support for floating ip pools https://review.openstack.org/2892 | 04:15 |
*** dragondm has joined #openstack-dev | 04:20 | |
*** ncode has joined #openstack-dev | 04:23 | |
*** ncode has joined #openstack-dev | 04:23 | |
*** anotherjesse has joined #openstack-dev | 04:26 | |
*** anotherjesse has joined #openstack-dev | 04:27 | |
*** Rajaram has joined #openstack-dev | 04:29 | |
*** zns has quit IRC | 04:30 | |
hugokuo | vishy , --iscsi_ip_prefix=192.168.2.2 | 04:36 |
hugokuo | --volume_group=nova-volumes --use_local_volumes=True , 192.168.2.2 is a seperated host from nova-volume ...... after that ... nova-volume still looking for nova-volumes VG under nova-volume local host | 04:36 |
hugokuo | thx | 04:36 |
*** jog0 has quit IRC | 04:42 | |
*** deshantm_ has joined #openstack-dev | 04:43 | |
*** zaitcev has quit IRC | 04:43 | |
*** dtroyer has quit IRC | 04:43 | |
*** deshantm has quit IRC | 04:46 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: PEP8 python-novaclient cleanup https://review.openstack.org/2772 | 04:50 |
*** CarlosM has joined #openstack-dev | 04:52 | |
*** dragondm has quit IRC | 04:53 | |
openstackgerrit | Ravikumar Venkatesan proposed a change to openstack/tempest: fix for bug903970 create image from deleted server. Verified Pep8 formats. Verified that the test run fine . No image created https://review.openstack.org/2926 | 04:56 |
*** Mandell_ has joined #openstack-dev | 05:01 | |
*** Mandell has quit IRC | 05:01 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: PEP8 python-novaclient cleanup https://review.openstack.org/2772 | 05:05 |
*** anotherjesse has quit IRC | 05:12 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: PEP8 python-novaclient cleanup https://review.openstack.org/2772 | 05:15 |
*** mjfork has quit IRC | 05:17 | |
*** bcwaldon has quit IRC | 05:33 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: PEP8 python-novaclient cleanup https://review.openstack.org/2772 | 05:34 |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts all of Access & Security to use new panels, modals, views, etc. https://review.openstack.org/2927 | 05:41 |
*** Mandell has joined #openstack-dev | 05:46 | |
*** Mandell_ has quit IRC | 05:46 | |
vishy | jeblair, mtaylor: getting some weird failures in devstack merge gate | 05:46 |
*** bcwaldon has joined #openstack-dev | 05:47 | |
openstackgerrit | Verification of a change to openstack/nova failed: Adds support for floating ip pools https://review.openstack.org/2892 | 05:55 |
jeblair | vishy: #373 is because of "Exception: No ready nodes" | 05:56 |
vishy | they are all failin :) | 05:56 |
jeblair | so is #379 | 05:56 |
vishy | why we got no ready nodes? | 05:56 |
vishy | public cloud down? | 05:57 |
*** deshantm_ has quit IRC | 05:57 | |
jeblair | https://jenkins.openstack.org/job/devstack-launch-vms/2518/console | 05:57 |
jeblair | Exception: No images found | 05:57 |
jeblair | so maybe something wrong with the image we clone from | 05:58 |
jeblair | https://jenkins.openstack.org/job/devstack-update-vm-image/51/console | 06:01 |
jeblair | 400 Bad Request Unhandled exception occurred during processing. com.rackspace.cloud.servers.nucleus.client.exceptions.NotFoundException: Not Found; com.rackspace.cloud.service.servers.CloudServersFault: Unhandled exception occurred during processing. com.rackspace.cloud.servers.nucleus.client.exceptions.NotFoundException: Not Found | 06:01 |
jeblair | i'll try running the image update job again | 06:01 |
vishy | did they delete the image we use? | 06:01 |
jeblair | i think the image failed to build (we have a server that we keep up to date, and snapshot it to an image periodically) | 06:02 |
pandemicsyn | anyone have any ideas as to why git review might be blowing up for me now with this error - http://pastebin.com/98jK5531 , i've signed the cla, im on the wiki entry, and im in the launchpad group. | 06:02 |
jeblair | i think the script deletes the current image before making the new one. in retrospect, it may be better to make the new one, check to make sure it succeeded, then delete the old one. :) | 06:03 |
vishy | pandemicsyn: different email? | 06:04 |
jeblair | pandemicsyn: what's your launchpad username? | 06:04 |
pandemicsyn | just switched it to pandemicsyn to match gerrit (it was fhines), let me try it again | 06:06 |
openstackgerrit | Florian Hines proposed a change to openstack/swift: swift-recon cli cleanup https://review.openstack.org/2928 | 06:07 |
pandemicsyn | sweet, thanks guys. | 06:07 |
jeblair | vishy: the new image has been in the queued state for more than 10 minutes. :( | 06:14 |
vishy | doh :) | 06:14 |
vishy | jeblair: also is it possible to just put a note on the merge prop instead of blocking propsing for people that haven't signed the cla | 06:15 |
*** markmc has quit IRC | 06:15 | |
vishy | might be a little nicer for new devs | 06:17 |
jeblair | we might be able to do a jenkins job instead. we could talk about it at the ci meeting tomorrow. CLA's are not nice for new devs no matter how you cut it. The current error message points people directly to the wiki page with instructions on signing the cla. | 06:20 |
*** zigo has joined #openstack-dev | 06:21 | |
jeblair | personally, i'd like to abolish the cla. | 06:21 |
vishy | jeblair: not sure that is an option | 06:21 |
jeblair | another option is to ask the lawyers to approve gerrit's internal CLA system. one assumes they are really busy setting up a foundation right now, so it doesn't seem like the best time. | 06:22 |
*** CarlosM has quit IRC | 06:22 | |
jeblair | vishy: well, there are some pretting convincing arguments referenced on the mailing list recently from lawyers practicing in the field that suggest the cla is not needed. | 06:23 |
vishy | true | 06:25 |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Delete the image after its replacement is ACTIVE. https://review.openstack.org/2929 | 06:25 |
vishy | jeblair: got a couple of extra whitespaces | 06:26 |
vishy | jeblair: not sure if there is a pep8 on ci but it will fail if so | 06:26 |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Delete the image after its replacement is ACTIVE. https://review.openstack.org/2929 | 06:27 |
jeblair | vishy: thx. i don't think there is, but i cleaned them up anyway | 06:28 |
*** markmc has joined #openstack-dev | 06:29 | |
jeblair | vishy: so that image is still 'queued'. i'm not sure if there's any voodoo i can do to get it to actually be saved. | 06:29 |
vishy | it is on public cloud? | 06:30 |
jeblair | yep | 06:30 |
vishy | probably just failed | 06:30 |
*** zigo-_- has joined #openstack-dev | 06:31 | |
*** zigo has quit IRC | 06:32 | |
jeblair | vishy: well, we can wait and see, and try again tomorrow. or i can disable the devstack gating job. do you have a preference? | 06:32 |
*** bepernoot has joined #openstack-dev | 06:33 | |
vishy | lets give it a bit | 06:34 |
vishy | jeblair: no way to recreate the image easily? | 06:35 |
jeblair | it is pretty easy -- just make an image of the running server | 06:35 |
vishy | jeblair: we can give it tonight and recreate the image tomorrow morning i guess | 06:37 |
jeblair | vishy: okay, hopefully it will feel better tomorrow. goodnight. :) | 06:38 |
*** bcwaldon has quit IRC | 06:55 | |
*** jeffjapan has quit IRC | 06:58 | |
*** zns has joined #openstack-dev | 06:58 | |
*** adjohn has joined #openstack-dev | 07:03 | |
*** bepernoot has quit IRC | 07:08 | |
*** Mandell has quit IRC | 07:09 | |
*** Remco_ has joined #openstack-dev | 07:17 | |
*** zigo-_- has quit IRC | 07:23 | |
*** zigo has joined #openstack-dev | 07:23 | |
*** GheRivero has quit IRC | 07:26 | |
*** Remco_ has quit IRC | 07:38 | |
openstackgerrit | Verification of a change to openstack/nova failed: Adds support for floating ip pools https://review.openstack.org/2892 | 07:41 |
*** zigo has quit IRC | 07:43 | |
*** zigo has joined #openstack-dev | 07:45 | |
*** popux has joined #openstack-dev | 07:47 | |
*** davlap has quit IRC | 07:52 | |
*** reidrac has joined #openstack-dev | 08:04 | |
*** zigo-_- has joined #openstack-dev | 08:05 | |
*** anotherjesse has joined #openstack-dev | 08:05 | |
*** zigo has quit IRC | 08:05 | |
*** bepernoot has joined #openstack-dev | 08:10 | |
*** zigo-_- has quit IRC | 08:18 | |
*** zigo has joined #openstack-dev | 08:18 | |
*** anotherjesse has quit IRC | 08:20 | |
*** rbasak has joined #openstack-dev | 08:23 | |
*** Remco_ has joined #openstack-dev | 08:27 | |
*** zul has joined #openstack-dev | 08:34 | |
*** sleepsonthefloo has quit IRC | 08:42 | |
*** Remco_ has quit IRC | 08:44 | |
*** eglynn_ has quit IRC | 09:06 | |
*** LinuxJedi has joined #openstack-dev | 09:14 | |
*** eglynn_ has joined #openstack-dev | 09:18 | |
*** eglynn_ has quit IRC | 09:39 | |
*** darraghb has joined #openstack-dev | 09:41 | |
*** zigo has quit IRC | 10:01 | |
*** zigo has joined #openstack-dev | 10:02 | |
*** maploin has joined #openstack-dev | 10:21 | |
*** eglynn_ has joined #openstack-dev | 10:22 | |
*** zigo has quit IRC | 10:29 | |
*** zigo-_- has joined #openstack-dev | 10:29 | |
*** eglynn_ has quit IRC | 10:33 | |
*** Remco_ has joined #openstack-dev | 10:37 | |
*** zigo-_- has quit IRC | 11:02 | |
*** eglynn_ has joined #openstack-dev | 11:03 | |
*** flaviamissi has joined #openstack-dev | 11:05 | |
*** Arminder has joined #openstack-dev | 11:07 | |
*** Arminder has left #openstack-dev | 11:07 | |
*** GheRivero has joined #openstack-dev | 11:08 | |
*** Arminder has joined #openstack-dev | 11:08 | |
*** Arminder has quit IRC | 11:12 | |
*** markmc_ has joined #openstack-dev | 11:19 | |
*** markmc has quit IRC | 11:19 | |
*** eglynn_ has quit IRC | 11:27 | |
*** eglynn_ has joined #openstack-dev | 11:28 | |
*** flaviamissi has quit IRC | 11:38 | |
*** markmc_ is now known as markmc | 11:50 | |
*** andrewsmedina has joined #openstack-dev | 11:53 | |
*** markvoelker1 has joined #openstack-dev | 11:59 | |
*** zul has quit IRC | 12:03 | |
*** rbasak has quit IRC | 12:04 | |
*** ncode has quit IRC | 12:12 | |
*** flaviamissi has joined #openstack-dev | 12:21 | |
*** mjfork has joined #openstack-dev | 12:21 | |
*** rkukura has quit IRC | 12:34 | |
*** hugo_kuo has joined #openstack-dev | 12:36 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/nova: fix reboot_instance typo https://review.openstack.org/2930 | 12:39 |
*** hugo_kuo has quit IRC | 12:40 | |
*** uncleofthestick has joined #openstack-dev | 12:44 | |
openstackjenkins | Project nova-docs build #1895: SUCCESS in 2 min 35 sec: https://jenkins.openstack.org/job/nova-docs/1895/ | 12:49 |
openstackjenkins | Vishvananda Ishaya: Adds support for floating ip pools | 12:49 |
Kiall | humm .. is adding Copyright notices like this does to bin/nova-manage allowed? | 12:53 |
Kiall | https://review.openstack.org/#patch,sidebyside,2892,5,bin/nova-manage | 12:53 |
*** Arminder has joined #openstack-dev | 13:13 | |
*** zul has joined #openstack-dev | 13:13 | |
*** dolphm has joined #openstack-dev | 13:17 | |
*** rbasak has joined #openstack-dev | 13:23 | |
*** crobinso has joined #openstack-dev | 13:36 | |
openstackgerrit | p-draigbrady proposed a change to openstack/nova: Fix libguestfs operation with specified partitions https://review.openstack.org/2931 | 13:37 |
*** dprince has joined #openstack-dev | 13:44 | |
*** apevec has joined #openstack-dev | 14:05 | |
*** mattray has joined #openstack-dev | 14:09 | |
*** crobinso has quit IRC | 14:27 | |
*** ayoung has joined #openstack-dev | 14:27 | |
*** dtroyer has joined #openstack-dev | 14:29 | |
*** HugoKuo_ has joined #openstack-dev | 14:37 | |
*** crobinso has joined #openstack-dev | 14:39 | |
*** jeblair_ has joined #openstack-dev | 14:39 | |
*** jstraw has joined #openstack-dev | 14:39 | |
*** Lumiere has quit IRC | 14:40 | |
*** jeblair has quit IRC | 14:40 | |
*** ches has quit IRC | 14:40 | |
*** hugokuo has quit IRC | 14:40 | |
*** statik has quit IRC | 14:40 | |
*** jstraw is now known as Lumiere | 14:40 | |
*** lorin1 has joined #openstack-dev | 14:50 | |
*** rkukura has joined #openstack-dev | 14:52 | |
*** rods has joined #openstack-dev | 14:55 | |
*** zns has joined #openstack-dev | 15:07 | |
*** ben_duyujie has joined #openstack-dev | 15:16 | |
*** rods has quit IRC | 15:21 | |
*** rods has joined #openstack-dev | 15:22 | |
openstackgerrit | Hengqing Hu proposed a change to openstack/nova: Fix metadata mapping in s3._s3_parse_manifest. https://review.openstack.org/2933 | 15:25 |
*** dtroyer has quit IRC | 15:26 | |
*** CarlosM has joined #openstack-dev | 15:27 | |
markmc | jaypipes, hey, there? | 15:32 |
*** dillon-w has joined #openstack-dev | 15:39 | |
*** zzed has joined #openstack-dev | 15:43 | |
*** ben_duyujie has quit IRC | 15:46 | |
*** ben_duyujie has joined #openstack-dev | 15:55 | |
*** dragondm has joined #openstack-dev | 15:55 | |
*** adjohn has joined #openstack-dev | 15:55 | |
*** rbasak has quit IRC | 16:00 | |
*** rbasak has joined #openstack-dev | 16:01 | |
*** rbasak has joined #openstack-dev | 16:01 | |
openstackgerrit | linuxjedi proposed a change to openstack/openstack-ci: Adds a cron script to: https://review.openstack.org/2903 | 16:04 |
*** joesavak has joined #openstack-dev | 16:07 | |
jaypipes | markmc: yup! | 16:08 |
markmc | jaypipes, hey | 16:09 |
jaypipes | markmc: yo | 16:09 |
markmc | jaypipes, so, ttx and I hatched a cunning plan: http://wiki.openstack.org/StableBranchRelease | 16:09 |
markmc | jaypipes, does that sound reasonable to you, re: doing a glance-2011.3.1 release ? | 16:10 |
jaypipes | uh oh :) | 16:10 |
*** rods has quit IRC | 16:10 | |
jaypipes | markmc: yes, actually, funny timing, as I was going to approach you today about doing that.... | 16:10 |
*** reed_ has quit IRC | 16:11 | |
markmc | jaypipes, I've been putting it on the long finger for the last couple of months :) | 16:11 |
jaypipes | markmc: there are two major performance-related patches that really do need to go into a diablo release IMHO | 16:11 |
*** rods has joined #openstack-dev | 16:11 | |
*** bcwaldon has joined #openstack-dev | 16:11 | |
markmc | jaypipes, got links/commit ids? | 16:11 |
jaypipes | markmc: I will in a couple hours... working with some HP folks to identify them all. | 16:12 |
jaypipes | markmc: since HP is deploying Diablo as well... | 16:12 |
markmc | jaypipes, oh, they're not even reported ? :) | 16:12 |
*** reidrac has quit IRC | 16:12 | |
jaypipes | markmc: no, they are all (but one) in trunk already, but not proposed to stable/diablo | 16:13 |
jaypipes | markmc: lots of people have been on holiday, slowing things down lately (including me!) | 16:13 |
markmc | jaypipes, ah, but we're not sure which commits fix the problem? | 16:13 |
*** deshantm has joined #openstack-dev | 16:13 | |
jaypipes | markmc: no, we do know the commits (one is in review still and all others are in trunk) | 16:13 |
jaypipes | markmc: I just haven't proposed those patches to stable/diablo yet | 16:14 |
*** rods has quit IRC | 16:14 | |
jaypipes | markmc: but if you want to do that instead, shall I just give you the list of SHA1s? | 16:14 |
markmc | jaypipes, so, could you give me the gerrit URL and the commit ids for the ones in trunk ? | 16:14 |
markmc | jaypipes, right :) | 16:14 |
jaypipes | markmc: heh, yep :) gimme a few | 16:14 |
markmc | jaypipes, I'll at least take a look | 16:14 |
markmc | jaypipes, also, could you make openstack-stable-maint the release manager for diablo here: https://launchpad.net/glance/diablo | 16:14 |
markmc | jaypipes, already done by ttx for nova: https://launchpad.net/nova/diablo | 16:15 |
*** rods has joined #openstack-dev | 16:15 | |
markmc | jaypipes, it just means openstack-stable-maint can accept bugs nominated for the diablo series | 16:15 |
*** ayoung has quit IRC | 16:17 | |
openstackgerrit | Florian Hines proposed a change to openstack/swift: swift-recon cli cleanup https://review.openstack.org/2928 | 16:17 |
*** ayoung has joined #openstack-dev | 16:18 | |
*** zns has quit IRC | 16:19 | |
openstackjenkins | Project nova-docs build #1896: SUCCESS in 3 min 17 sec: https://jenkins.openstack.org/job/nova-docs/1896/ | 16:19 |
openstackjenkins | mark.washenberger: Use instance_properties in resize. | 16:19 |
jaypipes | markmc: done. | 16:20 |
markmc | jaypipes, thankie | 16:20 |
jaypipes | np :) | 16:20 |
jaypipes | russellb: thx for your notification plugin split patch. now it's finally in trunk! :) | 16:20 |
markmc | ooh, look at all these extra buttons I have now | 16:20 |
* markmc clicks some things randomly :) | 16:21 | |
*** cp16net has joined #openstack-dev | 16:22 | |
russellb | jaypipes: you're welcome, thank you :-) | 16:23 |
* russellb keeps hacking on unit tests for qpid nova rpc support | 16:23 | |
dillon-w | hi gurus. i've questions about multizone Nova setup. if i'd like to setup two zones, one parent + one child, what is least keystone/glance service i should have? | 16:28 |
*** bepernoot has quit IRC | 16:30 | |
dillon-w | hi markmc, r u maintaining openstack fedora packaging? | 16:31 |
jaypipes | dillon-w: totally depends how many compute nodes (and potential instances on those nodes) that each zone will have. | 16:31 |
markmc | dillon-w, yep, me and a bunch of others on #fedora-cloud | 16:31 |
dillon-w | jaypipes : so it's ok to have only one keystone/glance for two zones, right? since they can share. | 16:32 |
*** Remco_ has quit IRC | 16:32 | |
dillon-w | markmc : great. i've been using GridDynamic's RHEL package since Bexar, but not happy with it... i'm thinking moving to fedora. | 16:33 |
jaypipes | dillon-w: you can set up as many glance-api servers as you want... I would recommend (for simplicity) having a single glance registry server, though | 16:33 |
openstackgerrit | A change to openstack/nova has been rejected: KVM and XEN Disk Management Parity https://review.openstack.org/2918 | 16:33 |
markmc | dillon-w, cool; if you want to join #fedora-cloud, then pixelbeat would probably be glad to help you out | 16:33 |
markmc | dillon-w, he has done most of the EPEL work | 16:33 |
jaypipes | dillon-w: for Keystone, you should check with dolphm. I believe for keystone, you should be able to set up multiple keystone and keystone-admin services as long as they are pointing at the same MySQL/PostgreSQL server backend. | 16:33 |
dillon-w | markmc : nice! thx for the info. does fedora has package for both stable and trunk? | 16:34 |
markmc | dillon-w, just diablo right now; but we'll be packaging essex for F-17 soon | 16:35 |
markmc | dillon-w, we'll probably push essex to EPEL6 too once it's released | 16:35 |
dillon-w | jaypipes : thx for the pointer! i'd ping dolphm. | 16:36 |
*** ben_duyujie has quit IRC | 16:36 | |
*** ben_duyujie has joined #openstack-dev | 16:36 | |
jaypipes | dillon-w: np | 16:37 |
*** rkukura has quit IRC | 16:37 | |
jaypipes | dillon-w: are you on Diablo or Essex? | 16:37 |
*** rkukura has joined #openstack-dev | 16:37 | |
dillon-w | markmc : so no plan for trunk package? | 16:38 |
dillon-w | so if i'd like to do development, ubuntu is _the_ best platform to choose? | 16:38 |
dillon-w | jaypipes : im on Diablo | 16:38 |
markmc | heh | 16:38 |
* markmc wonders if dillon-w is trying to troll :) | 16:38 | |
*** jeblair_ is now known as jeblair | 16:38 | |
*** berendt has joined #openstack-dev | 16:38 | |
markmc | dillon-w, I'd suggest Fedora is the best platform for that :) | 16:38 |
*** spiffxp has joined #openstack-dev | 16:39 | |
dillon-w | sorry for my dumb question, but i though most developers were using ubuntu? | 16:39 |
markmc | most upstream OpenStack developers use Ubuntu currently, yeah | 16:40 |
markmc | but most upstream developers probably don't use packages | 16:40 |
markmc | at least, I assume not | 16:40 |
wwkeyboard | A bunch of us are on OSX as well | 16:40 |
markmc | wwkeyboard, not for actually launching instances, I guess? | 16:41 |
wwkeyboard | just use something you're comfortable with | 16:41 |
markmc | you've a separate compute node or ...? | 16:41 |
dillon-w | hmm, good to know. | 16:41 |
wwkeyboard | no, I have xenserver running on vmware and everything else locally | 16:41 |
markmc | wwkeyboard, ah, right | 16:42 |
wwkeyboard | just don't use the dhcp stuff in the flat network manager | 16:42 |
*** rods has quit IRC | 16:42 | |
wwkeyboard | it tries to talk to ip_tables | 16:42 |
wwkeyboard | but yes, I test everything on an ubuntu machine before it's done | 16:42 |
*** pixelbeat has joined #openstack-dev | 16:43 | |
markmc | dillon-w, there's pixelbeat now :) | 16:43 |
dillon-w | actually to me, it's all about how easy it is to solve python package dependency | 16:43 |
openstackgerrit | Jorge L. Williams proposed a change to openstack/identity-api: Added HP-IDM extension. https://review.openstack.org/2589 | 16:44 |
dillon-w | markmc : thx, i'll talk 2 him. | 16:45 |
*** pmyers has joined #openstack-dev | 16:45 | |
*** rods has joined #openstack-dev | 16:46 | |
*** Mandell has joined #openstack-dev | 16:48 | |
*** maploin has quit IRC | 16:50 | |
*** popux has quit IRC | 16:50 | |
dillon-w | jaypipes : can you shed me some light on the threading model glance is using? in my testing, multiple uploading clients are serilized in glance, the total B/W is only 100Mbps, even I have 10Gbps. | 16:50 |
*** rbasak has quit IRC | 16:51 | |
*** zul has quit IRC | 16:51 | |
dillon-w | jaypipes : i can only see one glance-api/registry process in the system, according to developer guide, nova is using single process+green threads, is glance using the same model? | 16:52 |
jaypipes | dillon-w: https://review.openstack.org/#change,2486 | 16:52 |
jaypipes | dillon-w: glance will be using the swift model shortly (and we will be backporting this to Diablo...) | 16:53 |
jaypipes | dillon-w: swift model is multi-process (set workers>1 in conf file) and each process has thousands of greenthreads. | 16:53 |
dillon-w | jaypipes : yeah, i know about swift model. i was just curious why nova/glance doesn't use the same thing. | 16:54 |
dillon-w | jaypipes : is this one of the performance patch you were talking about ? | 16:54 |
*** zzed has quit IRC | 16:55 | |
jaypipes | dillon-w: yep | 16:56 |
dillon-w | hmm, HP is working fast. | 16:56 |
openstackgerrit | Alex Meade proposed a change to openstack/glance: Add notifications for sending an image https://review.openstack.org/2935 | 16:56 |
dillon-w | did they purpose to fix Nova API too? | 16:57 |
*** dolphm has quit IRC | 16:58 | |
dillon-w | on the other hand, glance is doing well when multiple compute nodes asking for same image. i observed ~4Gbps b/w, which is much better than uploading. | 16:59 |
*** adjohn has quit IRC | 17:01 | |
*** ben_duyujie has quit IRC | 17:04 | |
*** ben_duyujie has joined #openstack-dev | 17:07 | |
*** heckj has joined #openstack-dev | 17:07 | |
*** hugokuo has joined #openstack-dev | 17:09 | |
*** cp16net has quit IRC | 17:10 | |
*** rbasak has joined #openstack-dev | 17:10 | |
*** rbasak has joined #openstack-dev | 17:10 | |
*** cp16net has joined #openstack-dev | 17:11 | |
*** sleepsonthefloo has joined #openstack-dev | 17:11 | |
*** ben_duyujie has quit IRC | 17:13 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/nova: Blueprint xenapi-security-groups https://review.openstack.org/2071 | 17:16 |
*** bcwaldon has quit IRC | 17:19 | |
*** maplebed has joined #openstack-dev | 17:20 | |
*** reed_ has joined #openstack-dev | 17:22 | |
*** rbasak has quit IRC | 17:22 | |
openstackgerrit | Kevin L. Mitchell proposed a change to openstack/nova: Add @utils.deprecated(). https://review.openstack.org/2912 | 17:22 |
*** dillon-w has quit IRC | 17:24 | |
*** bcwaldon has joined #openstack-dev | 17:25 | |
*** dtroyer has joined #openstack-dev | 17:27 | |
*** maplebed has quit IRC | 17:30 | |
*** rods has quit IRC | 17:34 | |
openstackgerrit | Ravikumar Venkatesan proposed a change to openstack/tempest: fix for bug903970 create image from deleted server. Verified Pep8 formats. Verified that the test run fine . No image created https://review.openstack.org/2926 | 17:35 |
openstackgerrit | sleepsonthefloor proposed a change to openstack/nova: Implements blueprint separate-nova-volumeapi https://review.openstack.org/2919 | 17:37 |
*** andrewbogott has joined #openstack-dev | 17:38 | |
*** andrewbogott has quit IRC | 17:39 | |
*** Rajaram has quit IRC | 17:39 | |
*** andrewbogott has joined #openstack-dev | 17:39 | |
annegentle | soren: around? | 17:40 |
* andrewbogott has started to have dreams about poor, neglected patch #2738 | 17:45 | |
*** ayoung has quit IRC | 17:45 | |
openstackgerrit | Mark Washenberger proposed a change to openstack/compute-api: Allow request-id response headers. https://review.openstack.org/2936 | 17:46 |
openstackgerrit | Mark Washenberger proposed a change to openstack/compute-api: Allow request-id response headers. https://review.openstack.org/2936 | 17:47 |
*** rods has joined #openstack-dev | 17:49 | |
openstackjenkins | Project nova-docs build #1897: SUCCESS in 3 min 4 sec: https://jenkins.openstack.org/job/nova-docs/1897/ | 17:49 |
openstackjenkins | francois.charlier: Fix call to compute_api.resize from _migrate | 17:49 |
*** gyee has joined #openstack-dev | 17:51 | |
*** jdurgin has joined #openstack-dev | 17:52 | |
*** nati2 has joined #openstack-dev | 17:53 | |
*** rods has quit IRC | 17:53 | |
*** rods has joined #openstack-dev | 17:56 | |
openstackgerrit | A change to openstack/nova has been rejected: Adding the request id to response headers. https://review.openstack.org/2915 | 17:57 |
*** rods has quit IRC | 17:58 | |
*** rods has joined #openstack-dev | 17:59 | |
*** rods has joined #openstack-dev | 18:01 | |
*** bcwaldon has quit IRC | 18:02 | |
*** cp16net has quit IRC | 18:02 | |
*** cp16net has joined #openstack-dev | 18:02 | |
*** dolphm has joined #openstack-dev | 18:03 | |
*** sleepsonthefloo_ has joined #openstack-dev | 18:03 | |
*** reed__ has joined #openstack-dev | 18:03 | |
openstackgerrit | Ravikumar Venkatesan proposed a change to openstack/tempest: Patch 2. Incorporated Jay's review comments fix for bug903970 create image from deleted server. Verified Pep8 formats. Verified that the test run fine . No image created https://review.openstack.org/2926 | 18:03 |
*** bepernoot has joined #openstack-dev | 18:03 | |
*** bcwaldon has joined #openstack-dev | 18:03 | |
*** sleepsonthefloo has quit IRC | 18:04 | |
*** sleepsonthefloo_ is now known as sleepsonthefloo | 18:04 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/quantum: Fix for bug 803086 Moving the plugin_provider attribute into Quantum.conf, deprecating plugins.ini https://review.openstack.org/1415 | 18:05 |
uvirtbot | Launchpad bug 803086 in quantum "plugins.ini should be collapsed into quantum.conf to prevent configuraitn"sprawl"" [Medium,In progress] https://launchpad.net/bugs/803086 | 18:05 |
*** reed_ has quit IRC | 18:05 | |
openstackgerrit | Ed Leafe proposed a change to openstack/keystone: Created skeleton for the context middleware. https://review.openstack.org/2937 | 18:06 |
*** adjohn has joined #openstack-dev | 18:06 | |
*** zzed has joined #openstack-dev | 18:06 | |
andrewbogott | So... I want to submit a patch for review but it depends on another patch that's already on gerrit. The warning message on git-review suggests that this will result on the older patch getting replaced on gerrit as well. Is that right? | 18:07 |
andrewbogott | That'd be bad, since it would invalidate the existing reviews... | 18:08 |
*** darraghb has quit IRC | 18:08 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:09 | |
*** ayoung has joined #openstack-dev | 18:11 | |
*** rods has quit IRC | 18:14 | |
*** uncleofthestick has quit IRC | 18:15 | |
*** rods has joined #openstack-dev | 18:18 | |
*** bengrue has joined #openstack-dev | 18:18 | |
*** hugokuo has left #openstack-dev | 18:20 | |
andrewbogott | bcwaldon: any change I could get a review today? I'm somewhat blocked right now (due to the above concern about my next patch) | 18:21 |
vishy | andrewbogott: did you change the sha of the original patch? | 18:26 |
vishy | andrewbogott: if not it shouldn't upload a new patchset | 18:26 |
andrewbogott | Hm... I may have. | 18:26 |
andrewbogott | But, that makes sense, as a determiner of when it would or wouldn't get clobbered. | 18:26 |
*** lorin1 has left #openstack-dev | 18:30 | |
*** jog0 has joined #openstack-dev | 18:33 | |
bcwaldon | andrewbogott: yes, youre on my list. | 18:34 |
*** statik has joined #openstack-dev | 18:37 | |
mtaylor | andrewbogott: it shouldn't upload an additional | 18:38 |
mtaylor | andrewbogott: I should update the output of that to indicate whether or not the patch has been upoladed to gerrit | 18:39 |
mtaylor | andrewbogott: at the moment it doesn't query gerrit for that information, it merely looks to see which local commits you have that you're pushing aren't in origin/master | 18:39 |
mtaylor | andrewbogott: but in general, it won't even clobber an old patch if you haven't changed the old patch - the warning is mainly for people who might have fogotten to squash multiple commits and therefore might be accidentally submitting a bunch of things | 18:41 |
andrewbogott | If I haven't changed the patch but /have/ changed the commitid -- it'll get clobbered then, right? | 18:41 |
andrewbogott | (I've been monkeying with my branches so have probably changed the id.) | 18:41 |
mtaylor | if the git commit sha has changed, then it'll upload as a new patchset to the old change | 18:42 |
andrewbogott | ok, that's what I'd expect. | 18:42 |
mtaylor | if the gerrit change id has changed, then it'll make a new change | 18:42 |
andrewbogott | Yep, that all makes sense. Since my patch already has two +1's, I think I will leave it be for now :) | 18:43 |
mtaylor | ok. cool | 18:43 |
mtaylor | fwiw, if the shas have changed, you might want to do git review -d REVIEWID to get a branch with exactly what's in gerrit, then cherry pick your new commit on top of _that_ and then do git review... | 18:44 |
mtaylor | otherwise you may wind up submitting your changed version of patch number one again even after patch #1 has landed | 18:45 |
openstackgerrit | Ed Leafe proposed a change to openstack/keystone: Created skeleton for the context middleware. https://review.openstack.org/2937 | 18:48 |
openstackgerrit | A change to openstack/nova has been rejected: Add renaming functions to the floating ip dns api. https://review.openstack.org/2738 | 18:48 |
andrewbogott | mtaylor: doesn't 'rebase origin' do the same thing? (post-merge, I mean?) | 18:49 |
mtaylor | andrewbogott: not if you've re-modified patch 1 | 18:51 |
andrewbogott | I haven't modified it, just cherry-picked it into a different branch. | 18:51 |
andrewbogott | so, changed the id but not the content | 18:52 |
mtaylor | yeah - that still makes it a different commit, even though it has the same effect | 18:52 |
mtaylor | at least, I'm 99% sure about that | 18:52 |
*** jakedahn has joined #openstack-dev | 18:53 | |
jakedahn | any nova client folk want to take a look at https://review.openstack.org/#change,2917 | 18:54 |
*** jog0 has quit IRC | 18:56 | |
openstackgerrit | sleepsonthefloor proposed a change to openstack/nova: Implements blueprint separate-nova-volumeapi https://review.openstack.org/2919 | 18:56 |
*** jog0 has joined #openstack-dev | 18:56 | |
*** jakedahn has quit IRC | 18:57 | |
*** davlap has joined #openstack-dev | 19:00 | |
*** reed__ has quit IRC | 19:00 | |
*** reed has joined #openstack-dev | 19:01 | |
*** dolphm has quit IRC | 19:11 | |
andrewbogott | bcwaldon: resubmitted minus the renaming function (which I was not very attached to anyway.) | 19:13 |
andrewbogott | Or... trying. Suddenly gerrit wants me to sign a SLA (which I have already signed) | 19:17 |
andrewbogott | um... CLA | 19:17 |
bcwaldon | andrewbogott: you need to add yourself to the openstack-cla team on launchpad | 19:18 |
bcwaldon | andrewbogott: we changed the process around checking CLS | 19:18 |
bcwaldon | CLA | 19:18 |
openstackjenkins | Project nova-docs build #1898: SUCCESS in 2 min 38 sec: https://jenkins.openstack.org/job/nova-docs/1898/ | 19:19 |
openstackjenkins | Todd Willey: Isolate certain images on certain hosts. | 19:19 |
*** bepernoot has quit IRC | 19:21 | |
soren | andrewbogott: Yeah, be sure not to sign any SLA's. CLA's are bad enough :), but SLA's can get you in real trouble. | 19:22 |
*** zzed has quit IRC | 19:22 | |
andrewbogott | OK, the echosign site won't let me create an account because I have to fill in the 'number of employees' field but there is no such field. Grrrrrr | 19:23 |
andrewbogott | ah, nm, here's the magic number I was looking for | 19:25 |
openstackgerrit | Alex Meade proposed a change to openstack/glance: Add notifications for sending an image https://review.openstack.org/2935 | 19:25 |
*** cp16net_ has joined #openstack-dev | 19:26 | |
*** PaulM has joined #openstack-dev | 19:26 | |
PaulM | g | 19:26 |
*** rkukura has quit IRC | 19:26 | |
*** ayoung_ has joined #openstack-dev | 19:27 | |
*** rkukura has joined #openstack-dev | 19:27 | |
*** bpg has quit IRC | 19:27 | |
*** cp16net has quit IRC | 19:29 | |
*** cp16net_ is now known as cp16net | 19:29 | |
*** ayoung has quit IRC | 19:30 | |
mtaylor | andrewbogott: I just approved your cla team membership - will take ~15 minutes to propogate to gerrit (one of these days that'll be instant, but only so much time in a day) | 19:32 |
*** bepernoot has joined #openstack-dev | 19:33 | |
andrewbogott | great, thanks. | 19:33 |
*** mattray has quit IRC | 19:36 | |
*** jakedahn has joined #openstack-dev | 19:36 | |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 19:37 |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add renaming functions to the floating ip dns api. https://review.openstack.org/2738 | 19:37 |
*** CarlosM has quit IRC | 19:37 | |
*** ayoung_ is now known as ayoung | 19:37 | |
*** CarlosM has joined #openstack-dev | 19:39 | |
openstackgerrit | Alex Meade proposed a change to openstack/glance: Add notifications for sending an image https://review.openstack.org/2935 | 19:46 |
*** pixelbeat has quit IRC | 19:48 | |
andrewbogott | vishy: Thanks for your comment. I want to make sure I understand what it means to create a new migration... | 19:50 |
andrewbogott | I would create a new file 068_add_dns_table.py and copy the move the code from 001 into there? | 19:50 |
andrewbogott | Simple as that? | 19:50 |
vishy | sort of | 19:51 |
vishy | look at some of the other migrations | 19:51 |
vishy | that add a table | 19:51 |
vishy | but yeah that is the gist of it | 19:51 |
andrewbogott | OK, I'll have a go and resubmit. | 19:52 |
*** mdomsch has joined #openstack-dev | 19:52 | |
vishy | i also made a second comment | 19:52 |
vishy | andrewbogott: ^^ | 19:52 |
andrewbogott | ok -- I welcome any advice along the lines of 'ignore this problem for now' :D | 19:53 |
vishy | comstud: https://review.openstack.org/#change,2877 that one seem ok to you? | 19:56 |
comstud | looking | 19:56 |
vishy | andrewbogott: I mean take out the role checking for now | 19:56 |
vishy | we can add authz checks when we add it to all the network calls | 19:56 |
andrewbogott | yep, understood. | 19:56 |
*** tr3buchet has quit IRC | 19:57 | |
*** tr3buchet has joined #openstack-dev | 19:57 | |
comstud | vishy: Yeah, that makes sense. Should definitely return a RemoteError to the caller in that case | 19:58 |
comstud | fwiw, carrot has the same bug | 20:00 |
comstud | I'd really like to remove carrot | 20:00 |
comstud | i have more reconnecting fixes coming | 20:00 |
comstud | and it's hard to fix carrot completely | 20:01 |
comstud | we keep fixing things in kombu and not carrot, and since it's deprecated, i think it's fair to remove it. | 20:01 |
*** adjohn has quit IRC | 20:02 | |
vishy | comstud: did we remember to put a deprecation warning in anywhere? | 20:02 |
vishy | I think it is reasonable to remove it for sure | 20:02 |
comstud | vishy: I don't think we have in nova | 20:02 |
vishy | comstud: we have a lot of things to pull out post e-3 (auth stuff, etc.) | 20:03 |
comstud | ok, the thing that bothers me is that there's about 4 bugs we've marked closed... but we've only fixed them in kombu | 20:03 |
comstud | :) | 20:03 |
comstud | I agree with leaving carrot and logging a deprecation warning, I guess, and removing post-essex | 20:04 |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 20:08 |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add a modify function to the floating ip dns api. https://review.openstack.org/2738 | 20:08 |
andrewbogott | vishy: I just resubmitted, but my migrate code is clearly wrong; can you look at what I did and comment? | 20:09 |
*** GheRivero_ has joined #openstack-dev | 20:09 | |
*** mdomsch has quit IRC | 20:12 | |
openstackgerrit | Mark Washenberger proposed a change to openstack/openstack-chef: Update glance-api.conf and defaults. https://review.openstack.org/2939 | 20:12 |
*** adjohn has joined #openstack-dev | 20:14 | |
vishy | andrewbogott: looks reasonable | 20:15 |
vishy | andrewbogott: do the tests run? | 20:15 |
andrewbogott | Nope, the test says no such table: dns_domains | 20:16 |
openstackgerrit | linuxjedi proposed a change to openstack/openstack-ci: Adds a reviews expire cron script https://review.openstack.org/2903 | 20:17 |
*** maplebed has joined #openstack-dev | 20:18 | |
openstackgerrit | linuxjedi proposed a change to openstack/openstack-ci: Adds a reviews expire cron script https://review.openstack.org/2903 | 20:18 |
LinuxJedi | does help if I don't push up a typo... | 20:18 |
openstackjenkins | Project nova-docs build #1899: SUCCESS in 2 min 49 sec: https://jenkins.openstack.org/job/nova-docs/1899/ | 20:19 |
openstackjenkins | julien.danjou: libvirt: implements boot from ISO images | 20:19 |
openstackgerrit | Florian Hines proposed a change to openstack/swift: swift-recon cli cleanup https://review.openstack.org/2928 | 20:28 |
openstackgerrit | A change to openstack/nova has been rejected: Implements blueprint separate-nova-volumeapi https://review.openstack.org/2919 | 20:29 |
*** bepernoot has quit IRC | 20:30 | |
openstackjenkins | Project nova-docs build #1900: SUCCESS in 2 min 47 sec: https://jenkins.openstack.org/job/nova-docs/1900/ | 20:34 |
openstackjenkins | armando.migliaccio: Bug #894683: nova.service does not handle attribute specific exceptions and client hangs | 20:34 |
uvirtbot | Launchpad bug 894683 in nova "nova.service does not handle attribute specific exceptions and client hangs " [High,Fix committed] https://launchpad.net/bugs/894683 | 20:34 |
openstackgerrit | Verification of a change to openstack/horizon failed: Converts all of Access & Security to use new panels, modals, views, etc. https://review.openstack.org/2927 | 20:37 |
*** ayoung has quit IRC | 20:37 | |
*** rkukura has quit IRC | 20:37 | |
*** ayoung has joined #openstack-dev | 20:38 | |
*** rkukura has joined #openstack-dev | 20:38 | |
*** ohnoimdead has joined #openstack-dev | 20:42 | |
*** cp16net has quit IRC | 20:50 | |
*** heckj has quit IRC | 20:50 | |
*** Gordonz has quit IRC | 20:50 | |
*** dolphm has joined #openstack-dev | 20:50 | |
openstackgerrit | Naveed Massjouni proposed a change to openstack/nova: Adding the request id to response headers. https://review.openstack.org/2915 | 20:52 |
soren | Vek: Gosh, sorry, I completely missed annegentle's e-mail about your moin problems the first time around. | 20:55 |
soren | Vek: Gimme a sec, need to refresh my memory. | 20:56 |
annegentle | thanks soren | 20:56 |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts all of Access & Security to use new panels, modals, views, etc. https://review.openstack.org/2927 | 20:56 |
*** zzed has joined #openstack-dev | 20:57 | |
openstackgerrit | Brian Waldon proposed a change to openstack/glance: Multi-process Glance API server support. https://review.openstack.org/2486 | 20:57 |
soren | Vek: So you have two accounts? | 20:58 |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci-puppet: Add glance config files for func testing. https://review.openstack.org/2940 | 20:59 |
*** bepernoot has joined #openstack-dev | 21:02 | |
*** dolphm has quit IRC | 21:02 | |
ttx | Meeting on #openstack-meeting | 21:04 |
*** flaviamissi has quit IRC | 21:04 | |
*** Kiall2 has joined #openstack-dev | 21:04 | |
*** rkukura has quit IRC | 21:04 | |
*** ayoung has quit IRC | 21:04 | |
*** ayoung has joined #openstack-dev | 21:05 | |
*** Kiall has quit IRC | 21:05 | |
*** Kiall2 is now known as Kiall | 21:05 | |
openstackgerrit | A change to openstack/quantum has been rejected: Fix for lp907123 https://review.openstack.org/2495 | 21:05 |
*** rkukura has joined #openstack-dev | 21:06 | |
*** bepernoot has quit IRC | 21:10 | |
openstackgerrit | Brian Waldon proposed a change to openstack/glance: Multi-process Glance API server support. https://review.openstack.org/2486 | 21:12 |
openstackgerrit | Verification of a change to openstack/horizon failed: Cleaning up instance detail page. https://review.openstack.org/2761 | 21:12 |
*** Kiall_ has joined #openstack-dev | 21:12 | |
*** Kiall_ has quit IRC | 21:12 | |
soren | Vek: Try now. | 21:14 |
openstackgerrit | Mark McLoughlin proposed a change to openstack/openstack-common: Add new cfg module https://review.openstack.org/2941 | 21:18 |
*** Kiall_ has joined #openstack-dev | 21:22 | |
openstackgerrit | Rick Harris proposed a change to openstack/python-novaclient: Get ImpLoader from ImpImporter for Py2.6 https://review.openstack.org/2942 | 21:32 |
*** novas0x2a|laptop has quit IRC | 21:34 | |
*** bhall has joined #openstack-dev | 21:35 | |
*** bhall has quit IRC | 21:35 | |
*** bhall has joined #openstack-dev | 21:35 | |
*** novas0x2a|laptop has joined #openstack-dev | 21:35 | |
*** novas0x2a|laptop has left #openstack-dev | 21:35 | |
*** andrewbogott_ has joined #openstack-dev | 21:36 | |
*** andrewbogott_ has quit IRC | 21:36 | |
*** andrewbogott_ has joined #openstack-dev | 21:36 | |
*** rods has quit IRC | 21:39 | |
*** rods has joined #openstack-dev | 21:39 | |
*** andrewbogott has quit IRC | 21:39 | |
*** andrewbogott_ has quit IRC | 21:41 | |
sleepsonthefloo | jeblair: seems like it would be useful to be able to specify an alternate jenkins devstack branch for pull requests that change config params | 21:42 |
*** jaypipes has quit IRC | 21:43 | |
jeblair | sleepsonthefloo: i agree, but implementing trunk gating on that is difficult. for one, something like cross-repo dependencies is needed inside of gerrit itself. people are working on that though: | 21:45 |
jeblair | https://groups.google.com/forum/#!topic/repo-discuss/dZg-Tie8__A | 21:45 |
*** andrewbogott has joined #openstack-dev | 21:45 | |
*** maplebed has quit IRC | 21:46 | |
*** dprince has quit IRC | 21:47 | |
jeblair | in other words: finding a way to specify that two particular branches of two projects should be used together is relatively easy. ensuring that they both get merged at "the same time" is not. | 21:48 |
*** jaypipes has joined #openstack-dev | 21:49 | |
openstackjenkins | Project nova-docs build #1901: SUCCESS in 3 min 14 sec: https://jenkins.openstack.org/job/nova-docs/1901/ | 21:49 |
openstackjenkins | naveedm9: Adding the request id to response headers. | 21:49 |
vishy | jeblair: so are we going to have to manually update devstack to get the volumeapi branch in? | 21:50 |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Add policy checks to Compute.API https://review.openstack.org/2943 | 21:50 |
jeblair | i just responded to dan's message, but since the ML can be slow, here's the text: http://paste.openstack.org/show/4218/ | 21:51 |
jeblair | vishy, sleepsonthefloo: i'm particularly interested in your take on my last paragraph | 21:51 |
openstackgerrit | gholt proposed a change to openstack/swift: TempURL and FormPost Middleware https://review.openstack.org/2506 | 21:57 |
*** spiffxp has quit IRC | 21:59 | |
*** sdake has quit IRC | 22:00 | |
*** nati2 has quit IRC | 22:06 | |
vishy | jeblair: yeah we should probably switch devstack to take the nova one and add new stuff | 22:07 |
vishy | maybe we should go ahead and stick the keystone middleware back in nova | 22:07 |
*** crobinso has quit IRC | 22:09 | |
*** pixelbeat has joined #openstack-dev | 22:13 | |
mikal | I don't mean to be impatient, but I'm wondering... Is my nova compute code review going slowly because I am meant to have solicited people to review it, or is it just that all the potential reviewers are busy at the moment? | 22:15 |
*** sdake has joined #openstack-dev | 22:19 | |
*** flaviamissi has joined #openstack-dev | 22:24 | |
andrewbogott | mikal: Some of my patches have gotten pretty stale as well. I think folks are just swamped (although I've had some luck nagging people.) | 22:25 |
vishy | mikal: which is it? | 22:26 |
vishy | mikal: which review is it that is | 22:27 |
mikal | https://review.openstack.org/#change,2902 -- phase 1 of the nova-image-management blueprint | 22:27 |
mikal | I don't think there is anything really blocking any more, I suspect its just people are really busy | 22:27 |
vishy | mikal: awesome, I was just reading through that one actually | 22:27 |
mikal | But perhaps I am being unintentionally rude by not having asked people nicely out of band or something | 22:27 |
vishy | mikal: I don't see any issues with it, although it seems like it would be nice to have some kind of testing | 22:28 |
mikal | I'd like to move onto phase 2, but I want to get this bit nailed down first in case I have to rewrite big bits of it or something | 22:28 |
mikal | Yeah, I was thinking about unit testing. I think I'll need to do a refactor to make that easier. | 22:28 |
mikal | Do you want to block this submit for it, or would you be happy with unit tests and the refactor for them being in the next review? | 22:29 |
*** GheRivero_ has quit IRC | 22:30 | |
*** markmc has quit IRC | 22:31 | |
vishy | mikal: generally we should have tests in with the patch | 22:31 |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add dns domain manipulation to nova. https://review.openstack.org/2938 | 22:31 |
openstackgerrit | andrewbogott proposed a change to openstack/nova: Add a modify function to the floating ip dns api. https://review.openstack.org/2738 | 22:31 |
vishy | mikal: made an inline comment as well | 22:31 |
*** andrewbogott has quit IRC | 22:31 | |
vishy | mikal: functionally code looks great | 22:32 |
vishy | mikal: sorry review has been slow | 22:32 |
mikal | That's fine, I just have no idea what is normal for openstack | 22:32 |
mikal | I'll work on an update with unit tests today then and submit for re-review as soon as I can | 22:32 |
mikal | Thanks for the review | 22:33 |
*** rkukura has quit IRC | 22:35 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property. https://review.openstack.org/2773 | 22:38 |
*** apevec has quit IRC | 22:39 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property. https://review.openstack.org/2773 | 22:39 |
*** zaitcev has joined #openstack-dev | 22:42 | |
*** bcwaldon has quit IRC | 22:44 | |
*** andrewsmedina has quit IRC | 22:45 | |
*** andrewbogott has joined #openstack-dev | 22:46 | |
*** zzed has quit IRC | 22:46 | |
andrewbogott | vishy: In patchset 3 the migration actually works; I had a dangling table dependency before. | 22:48 |
andrewbogott | (in case you were curious for some reason :) ) | 22:48 |
*** RobertLaptop has joined #openstack-dev | 22:49 | |
*** RobertLaptop has left #openstack-dev | 22:49 | |
openstackgerrit | Dean Troyer proposed a change to openstack/nova: nova-manage floating ip fixes https://review.openstack.org/2944 | 22:51 |
*** joesavak has quit IRC | 22:53 | |
*** Remco_ has joined #openstack-dev | 22:53 | |
openstackgerrit | A change to openstack/nova has been rejected: Add policy checks to Compute.API https://review.openstack.org/2943 | 22:58 |
*** Remco_ has quit IRC | 23:00 | |
openstackgerrit | Jay Pipes proposed a change to openstack/glance: Fixes LP Bug#913608 - tests should be isolated https://review.openstack.org/2945 | 23:02 |
*** ayoung has quit IRC | 23:02 | |
openstackjenkins | Project nova-docs build #1902: SUCCESS in 3 min 23 sec: https://jenkins.openstack.org/job/nova-docs/1902/ | 23:05 |
openstackjenkins | abogott: Add a modify function to the floating ip dns api. | 23:05 |
*** Remco_ has joined #openstack-dev | 23:05 | |
*** lts has quit IRC | 23:15 | |
*** Remco_ has quit IRC | 23:15 | |
*** andrewsmedina has joined #openstack-dev | 23:17 | |
*** markvoelker1 has quit IRC | 23:20 | |
*** spiffxp has joined #openstack-dev | 23:22 | |
*** AlanClark has joined #openstack-dev | 23:31 | |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Document changes to forge permissions. https://review.openstack.org/2946 | 23:34 |
*** bcwaldon has joined #openstack-dev | 23:36 | |
*** _adjohn has joined #openstack-dev | 23:41 | |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Add policy checks to Compute.API https://review.openstack.org/2943 | 23:42 |
*** deshantm_ has joined #openstack-dev | 23:43 | |
*** adjohn has quit IRC | 23:44 | |
*** _adjohn is now known as adjohn | 23:44 | |
*** nati2 has joined #openstack-dev | 23:44 | |
*** deshantm has quit IRC | 23:46 | |
*** rods has quit IRC | 23:51 | |
openstackgerrit | Joe Heck proposed a change to openstack/horizon: nonsense change to test gerrit https://review.openstack.org/2947 | 23:53 |
*** rods has joined #openstack-dev | 23:55 | |
openstackgerrit | Johannes Erdfelt proposed a change to openstack/nova: KVM and XEN Disk Management Parity https://review.openstack.org/2918 | 23:56 |
openstackgerrit | Tres Henry proposed a change to openstack/horizon: * Fix instance console log output for log tab * Add some css to make things a bit more pretty. https://review.openstack.org/2948 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!