*** bcwaldon has joined #openstack-dev | 00:02 | |
s1rp | jaypipes: tried to comment on your large-file-handling patch in gerrit twice... both times it lost my comments, think i'll just email you my review :/ | 00:08 |
---|---|---|
jaypipes | s1rp: by "lost my comments", I assume you mean you commented inline in the code then failed to hit the Review button to make them permanent? :) | 00:10 |
s1rp | jaypipes: not quite, i commented in-line, using the back button to switch between files... it seems if you hit the back button one too many times and then try to go forward, everything is kaput | 00:12 |
jaypipes | hmm | 00:12 |
jaypipes | s1rp: well, either way, I wish Gerrit had a Work in Progress status for the changeset... I'm still workin on the fix... | 00:12 |
s1rp | jaypipes: yeah, just frustrating that's all; with LP at least i could accrue my comments in a safe VIM file and then paste them in... with in line comments i'm at the mercy of the browser | 00:13 |
jaypipes | notmyname, creiht: around? got a question about Swift's large object manifest that I'm having some issues with... | 00:14 |
notmyname | jaypipes: shoot | 00:14 |
jaypipes | s1rp: I will pretend I did not see that LP love. | 00:14 |
jaypipes | notmyname: ok, so... | 00:14 |
jaypipes | notmyname: I'm writing all the chunks to Swift perfectly good. But I'm getting a 422 Unprocessable when I put_object() the manifest.. | 00:14 |
jaypipes | notmyname: lemme paste the code. | 00:14 |
notmyname | ok | 00:15 |
jaypipes | notmyname: here's the piece of code in question: http://pastie.org/2414190 | 00:15 |
*** bengrue_ has joined #openstack-dev | 00:16 | |
jaypipes | notmyname: all is good until the put_object at the bottom. That's returning a 422. I've tried setting the body param to None, 0x0, "". None seem to work... | 00:16 |
*** nati_ has joined #openstack-dev | 00:16 | |
notmyname | jaypipes: try taking out the etag | 00:16 |
notmyname | etags with large objects is slightly different | 00:16 |
notmyname | (and the body of None should be fine) | 00:16 |
notmyname | jaypipes: if you use an etag on the manifest object, it needs to be the md5 of an empty string. for details on the etag that is returned for manifest objects, see http://swift.openstack.org/overview_large_objects.html?highlight=manifest#additional-notes | 00:19 |
*** _0x44_ has joined #openstack-dev | 00:19 | |
*** s1rp_ has joined #openstack-dev | 00:20 | |
jaypipes | notmyname: ah, I see. So, one more question. If the ETag is the MD5 of an empty string when you POST the manifest, what is the ETag returned when you GET the manifest? | 00:20 |
notmyname | jaypipes: see the link :-) | 00:20 |
jaypipes | notmyname: :) well put. | 00:20 |
jaypipes | notmyname: thx again :) | 00:21 |
notmyname | jaypipes: so it's working now? great! | 00:21 |
jaypipes | notmyname: so... it looks like I can remove the hashlib stuff there, as Swift should do that for me, then. | 00:21 |
jaypipes | notmyname: testing.. I'll tell you in a sec ;) | 00:22 |
notmyname | jaypipes: yes, but sending your own computed etag will force swift to compare it's computed one against what you sent. if they differ, the request will fail | 00:22 |
*** bengrue has quit IRC | 00:22 | |
*** _0x44 has quit IRC | 00:22 | |
*** nati has quit IRC | 00:22 | |
*** zorzar has quit IRC | 00:22 | |
*** CatKiller has quit IRC | 00:22 | |
*** exlt has quit IRC | 00:22 | |
*** s1rp has quit IRC | 00:22 | |
*** bengrue_ is now known as bengrue | 00:22 | |
*** CatKiller has joined #openstack-dev | 00:22 | |
jaypipes | notmyname: cool. good to know... | 00:23 |
notmyname | jaypipes: might be a nice-to-have for storing important stuff like nova images ;-) | 00:23 |
*** zorzar has joined #openstack-dev | 00:26 | |
*** deshantm_laptop has joined #openstack-dev | 00:27 | |
*** exlt has joined #openstack-dev | 00:28 | |
jaypipes | notmyname: well, we do checksumming on our side, regardless, so it's more of a triple-check :) | 00:28 |
*** mnour has quit IRC | 00:28 | |
notmyname | belt and suspenders (and too tight pants?) | 00:28 |
jaypipes | notmyname: that seems to have worked! :) thank you sir! | 00:28 |
notmyname | cool | 00:28 |
jaypipes | notmyname: indeed :) | 00:28 |
notmyname | /dinner time then | 00:28 |
*** deshantm_laptop has quit IRC | 00:30 | |
*** _0x44_ is now known as _0x444 | 00:33 | |
*** _0x444 is now known as _0x44 | 00:33 | |
*** bcwaldon has quit IRC | 00:34 | |
*** bengrue has quit IRC | 00:35 | |
*** vladimir3p has quit IRC | 00:37 | |
* mtaylor has been thinking about the doorbell ... when ARE you going to ring it? | 00:38 | |
openstackjenkins | Project nova build #1,280: SUCCESS in 3 min 33 sec: https://jenkins.openstack.org/job/nova/1280/ | 00:48 |
openstackjenkins | * Tarmac: Fixes bug 831627 where nova-manage does not exit when given a non-existent network address | 00:48 |
openstackjenkins | * Tarmac: Move documentation from nova.virt.fake into nova.virt.driver. | 00:48 |
uvirtbot | Launchpad bug 831627 in nova "Nova-Manage: method calls with bad addresses fail to raise NotFound" [Undecided,Fix committed] https://launchpad.net/bugs/831627 | 00:48 |
*** nati has joined #openstack-dev | 00:50 | |
*** zul has quit IRC | 00:51 | |
*** nati_ has quit IRC | 00:51 | |
*** hisaharu has quit IRC | 00:51 | |
openstackgerrit | Jay Pipes proposed a change to openstack/glance: Fixes LP Bug #827660 - Swift driver fail 5G upload https://review.openstack.org/311 | 00:52 |
uvirtbot | Launchpad bug 827660 in glance "Cannot store files greater than 5GB in Swift" [Critical,In progress] https://launchpad.net/bugs/827660 | 00:52 |
*** deshantm has joined #openstack-dev | 00:57 | |
*** zns has joined #openstack-dev | 01:05 | |
*** dprince has joined #openstack-dev | 01:06 | |
*** zul has joined #openstack-dev | 01:09 | |
*** zul has quit IRC | 01:09 | |
*** zul has joined #openstack-dev | 01:09 | |
*** rods has quit IRC | 01:11 | |
*** dprince has quit IRC | 01:11 | |
*** bcwaldon has joined #openstack-dev | 01:14 | |
*** chipc has quit IRC | 01:20 | |
*** Tushar has quit IRC | 01:40 | |
*** BK_man has quit IRC | 01:46 | |
*** zns has quit IRC | 01:46 | |
*** alekibango has quit IRC | 01:47 | |
*** alekibango has joined #openstack-dev | 01:47 | |
*** alekibango has quit IRC | 01:49 | |
*** alekibango has joined #openstack-dev | 01:49 | |
*** alekibango has quit IRC | 01:51 | |
*** alekibango has joined #openstack-dev | 01:52 | |
*** anotherjesse has quit IRC | 01:53 | |
*** anotherjesse has joined #openstack-dev | 01:54 | |
*** zns has joined #openstack-dev | 01:56 | |
openstackgerrit | Monty Taylor proposed a change to openstack/openstack-ci-puppet: Add support for packages.o.o and 32-bit builds. https://review.openstack.org/318 | 02:01 |
*** nati_ has joined #openstack-dev | 02:03 | |
*** nati has quit IRC | 02:03 | |
*** anotherjesse has quit IRC | 02:05 | |
*** alekibango has quit IRC | 02:05 | |
*** alekibango has joined #openstack-dev | 02:05 | |
openstackjenkins | Project nova build #1,281: SUCCESS in 5 min 2 sec: https://jenkins.openstack.org/job/nova/1281/ | 02:14 |
openstackjenkins | Tarmac: Our goal is to add optional parameter to the Create server OS 1.0 and 1.1 API to achieve following objectives:- | 02:14 |
openstackjenkins | 1) Specify number and order of networks to the create server API. | 02:14 |
openstackjenkins | In the current implementation every instance you launch for a project having 3 networks assigned to it will always have 3 vnics. In this case it is not possible to have one instance with 2 vnics ,another with 1 vnic and so on. This is not flexible enough and the network resources are not used effectively. | 02:14 |
*** bcwaldon has quit IRC | 02:14 | |
openstackjenkins | 2) Specify fixed IP address to the vnic at the boot time. When you launch a server, you can specify the fixed IP address you want to be assigned to the vnic from a particular network. If this fixed IP address is already in use, it will give exception. | 02:14 |
openstackjenkins | Example of Server Create API request XML: | 02:14 |
openstackjenkins | <?xml version="1.0" encoding="UTF-8"?> | 02:14 |
openstackjenkins | <server xmlns="http://docs.nttpflab.com/servers/api/v1.0" | 02:14 |
openstackjenkins | ����������������name="new-server-test" imageId="1" flavorId="1"> | 02:14 |
openstackjenkins | ����<metadata> | 02:14 |
openstackjenkins | ��������<meta key="My Server Name">Apache1</meta> | 02:14 |
openstackjenkins | ����</metadata> | 02:14 |
openstackjenkins | ����<personality> | 02:14 |
openstackjenkins | ��������<file path="/etc/banner.txt"> | 02:14 |
openstackjenkins | ����������������ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp | 02:14 |
openstackjenkins | ��������</file> | 02:14 |
openstackjenkins | ����</personality> | 02:14 |
openstackjenkins | ����<networks> | 02:14 |
openstackjenkins | ������������<network uuid="6622436e-5289-460f-8479-e4dcc63f16c5" fixed_ip="10.0.0.3"> | 02:14 |
openstackjenkins | ������������<network uuid="d97efefc-e071-4174-b6dd-b33af0a37706" fixed_ip="10.0.1.3"> | 02:14 |
openstackjenkins | ����</networks> | 02:14 |
openstackjenkins | </server> | 02:14 |
openstackjenkins | 3) Networks is an optional parameter, so if you don't provide any networks to the server Create API, it will behave exactly the same as of today. | 02:14 |
openstackjenkins | This feature is supported to all of the network models. | 02:14 |
openstackgerrit | Verification of a change to openstack/openstack-ci-puppet failed: Add support for packages.o.o and 32-bit builds. https://review.openstack.org/318 | 02:33 |
*** jakedahn has quit IRC | 02:34 | |
*** dragondm has quit IRC | 02:35 | |
*** nati has joined #openstack-dev | 02:40 | |
*** nati_ has quit IRC | 02:40 | |
mtaylor | wow. it's going to be nice when nova is on gerrit and we don't get the FULL change comment in the channel... | 02:41 |
zaitcev | it's not like any of that is even needed | 02:45 |
openstackgerrit | Monty Taylor proposed a change to openstack/openstack-ci-puppet: Add support for packages.o.o and 32-bit builds. https://review.openstack.org/318 | 02:56 |
openstackgerrit | A change was merged to openstack/glance: Add rfc.sh for git review. https://review.openstack.org/286 | 02:58 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Updates to samples, XSDs, and WADLs https://review.openstack.org/319 | 03:02 |
openstackgerrit | A change was merged to openstack/keystone: Updates to samples, XSDs, and WADLs https://review.openstack.org/319 | 03:05 |
openstackgerrit | Monty Taylor proposed a change to openstack/openstack-ci-puppet: Add a mutex around puppet runs. https://review.openstack.org/320 | 03:08 |
*** jakedahn has joined #openstack-dev | 03:17 | |
*** bcwaldon has joined #openstack-dev | 03:32 | |
*** nati has quit IRC | 03:39 | |
*** jakedahn has quit IRC | 04:06 | |
*** nati has joined #openstack-dev | 04:09 | |
*** openpercept_ has joined #openstack-dev | 04:19 | |
*** amccabe has joined #openstack-dev | 04:20 | |
*** amccabe has quit IRC | 04:22 | |
*** openpercept_ has quit IRC | 04:22 | |
*** amccabe has joined #openstack-dev | 04:23 | |
*** amccabe has quit IRC | 04:23 | |
*** amccabe has joined #openstack-dev | 04:23 | |
*** openpercept_ has joined #openstack-dev | 04:24 | |
*** openpercept_ is now known as Guest1674 | 04:24 | |
*** Guest1674 is now known as openpercept | 04:29 | |
*** openpercept has joined #openstack-dev | 04:30 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Dev guide rebuild and minor fixes https://review.openstack.org/321 | 04:41 |
*** zns has left #openstack-dev | 04:42 | |
openstackgerrit | A change was merged to openstack/keystone: Dev guide rebuild and minor fixes https://review.openstack.org/321 | 04:44 |
*** zaitcev has quit IRC | 04:48 | |
*** BK_man has joined #openstack-dev | 04:59 | |
*** martine has quit IRC | 05:19 | |
*** YorikSar has joined #openstack-dev | 05:43 | |
openstackjenkins | Project nova build #1,282: SUCCESS in 3 min 30 sec: https://jenkins.openstack.org/job/nova/1282/ | 06:06 |
openstackjenkins | Tarmac: Implements first-pass of config-drive that adds a vfat format drive to a vm when config_drive is True (or an image id). | 06:06 |
*** openpercept has quit IRC | 06:10 | |
*** YorikSar has quit IRC | 06:46 | |
*** reidrac has joined #openstack-dev | 06:57 | |
*** bcwaldon has quit IRC | 06:58 | |
*** alekibango has quit IRC | 07:22 | |
openstackjenkins | Project nova build #1,283: SUCCESS in 3 min 31 sec: https://jenkins.openstack.org/job/nova/1283/ | 07:25 |
openstackjenkins | Tarmac: This branch does the final tear out of AuthManager from the main code. The NoAuth middlewares (active by default) allow a user to specify any user and project id through headers (os_api) or access key (ec2_api). | 07:25 |
openstackjenkins | The plan is to leave the auth manager code in but mention that it is deprecated. There is a sample paste config in ini to still allow old auth. Immediately after the diablo release we can tear out all of the Auth related code and not support the deprecated auth anymore. | 07:25 |
*** amccabe has quit IRC | 07:25 | |
*** bengrue has joined #openstack-dev | 07:32 | |
zykes- | is the builds of keystone automatically pushed to ubuntu ? | 08:13 |
ttx | zykes-: not yet | 08:14 |
*** bengrue has quit IRC | 08:19 | |
zykes- | ttx: any eta ? | 08:23 |
ttx | zykes-: we need to do that when keystone becomes a core project... which means at the start of essex cycle | 08:23 |
ttx | probably. | 08:23 |
zykes- | ah | 08:24 |
ttx | So... October, I'd say. | 08:24 |
zykes- | why not push it before ? | 08:27 |
ttx | zykes-: manpower availability. | 08:29 |
zykes- | ah | 08:30 |
ttx | more pressing projects on the list of the jenkins/Ubuntu-packaging folks. | 08:30 |
ttx | like migartion to git/Gerrit/github | 08:30 |
*** zigo has joined #openstack-dev | 08:31 | |
ttx | soren: I need a final push on https://code.launchpad.net/~ttx/nova/d4-trans/+merge/72385 before I start cutting Nova D4 branch | 08:42 |
*** nati has quit IRC | 08:56 | |
*** mnour has joined #openstack-dev | 09:08 | |
*** nati has joined #openstack-dev | 09:10 | |
*** nati has quit IRC | 09:37 | |
*** nati has joined #openstack-dev | 09:42 | |
ttx | soren: ? | 09:42 |
*** nati has quit IRC | 09:57 | |
*** rods has joined #openstack-dev | 10:09 | |
soren | ttx: Sorry, reviewing patches. | 10:23 |
soren | ttx: Some of them are massive. I need to ignore IRC while looking at them otherwise I lose track (and my temper). | 10:24 |
soren | ttx: ...approved. | 10:24 |
* soren heads lunchwards | 10:24 | |
*** zigo has quit IRC | 10:31 | |
* soren waits for stuff to finish cooking | 10:31 | |
openstackjenkins | Project nova build #1,284: SUCCESS in 3 min 25 sec: https://jenkins.openstack.org/job/nova/1284/ | 10:40 |
openstackjenkins | Tarmac: Refresh translations | 10:40 |
soren | ttx: There you go ^ | 10:43 |
*** jaypipes has quit IRC | 11:14 | |
*** markvoelker has joined #openstack-dev | 11:18 | |
*** rods has quit IRC | 11:23 | |
*** jaypipes has joined #openstack-dev | 11:31 | |
ttx | kewl | 11:34 |
ttx | soren: I'll cut the milestone-proposed branch now, unless you have something else ready to approve. | 11:35 |
ttx | (for nova) | 11:35 |
soren | ttx: I do not. | 11:35 |
soren | I've not made it very far down the reviewslist. There are some massive ones at the top. | 11:35 |
ttx | soren: we'll discuss which still make sense post-D4, at the meeting tonight. | 11:36 |
soren | Yeah. | 11:37 |
*** mfer has joined #openstack-dev | 11:46 | |
*** zigo has joined #openstack-dev | 12:03 | |
*** joesavak has joined #openstack-dev | 12:06 | |
*** jsavak has joined #openstack-dev | 12:14 | |
*** lts has joined #openstack-dev | 12:15 | |
*** rods has joined #openstack-dev | 12:16 | |
*** joesavak has quit IRC | 12:16 | |
*** zul has quit IRC | 12:21 | |
*** zul has joined #openstack-dev | 12:22 | |
*** jsavak has quit IRC | 12:23 | |
openstackgerrit | Soren Hansen proposed a change to openstack/openstack-ci: Fix version record keeping in tarball_script https://review.openstack.org/322 | 12:25 |
*** bsza has joined #openstack-dev | 12:41 | |
openstackgerrit | Yuriy Taraday proposed a change to openstack/keystone: Made it possible to integrate with external LDAP. https://review.openstack.org/323 | 12:49 |
*** mattray has joined #openstack-dev | 12:56 | |
*** chipc has joined #openstack-dev | 12:56 | |
openstackgerrit | A change was merged to openstack/openstack-ci: Fix version record keeping in tarball_script https://review.openstack.org/322 | 13:02 |
*** zigo has quit IRC | 13:16 | |
*** zigo has joined #openstack-dev | 13:18 | |
*** mattray has quit IRC | 13:23 | |
*** martine has joined #openstack-dev | 13:23 | |
*** mattray has joined #openstack-dev | 13:23 | |
openstackgerrit | Yuriy Taraday proposed a change to openstack/keystone: Add ability to run fakeldap in memory. https://review.openstack.org/324 | 13:24 |
*** jjm has quit IRC | 13:41 | |
*** mdomsch has joined #openstack-dev | 13:46 | |
*** amccabe has joined #openstack-dev | 13:51 | |
openstackjenkins | Yippie, build fixed! | 13:52 |
openstackjenkins | Project nova-milestone build #16: FIXED in 31 sec: https://jenkins.openstack.org/job/nova-milestone/16/ | 13:52 |
*** bcwaldon has joined #openstack-dev | 14:02 | |
*** joesavak has joined #openstack-dev | 14:09 | |
*** jsavak has joined #openstack-dev | 14:11 | |
*** anotherjesse has joined #openstack-dev | 14:12 | |
*** joesavak has quit IRC | 14:14 | |
*** zigo has quit IRC | 14:29 | |
*** zigo has joined #openstack-dev | 14:30 | |
*** vladimir3p has joined #openstack-dev | 14:33 | |
sandywalsh | the ttx email barrage continues :p | 14:39 |
ttx | it's one of /those/ days. | 14:39 |
sandywalsh | I'm going to set up a mail rule to forward all my spam folder to you | 14:40 |
sandywalsh | with a little bow on each email | 14:40 |
*** mattray1 has joined #openstack-dev | 14:44 | |
*** mattray has quit IRC | 14:44 | |
*** ameade has joined #openstack-dev | 14:45 | |
*** rnirmal has joined #openstack-dev | 14:45 | |
openstackgerrit | James E. Blair proposed a change to openstack/keystone: Update rfc.sh to use 'true'. https://review.openstack.org/325 | 14:46 |
*** mdomsch has quit IRC | 14:48 | |
openstackgerrit | A change was merged to openstack/keystone: Update rfc.sh to use 'true'. https://review.openstack.org/325 | 14:49 |
*** hub_cap has joined #openstack-dev | 14:50 | |
*** mattray1 has quit IRC | 14:50 | |
openstackgerrit | Josh Kearney proposed a change to openstack/keystone: Updated the AUTHORS file to test the new rpc script and workflow. https://review.openstack.org/326 | 14:53 |
openstackgerrit | James E. Blair proposed a change to openstack/glance: Update rfc.sh to use 'true'. https://review.openstack.org/327 | 14:54 |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Update rfc.sh to use 'true'. https://review.openstack.org/328 | 14:55 |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci-puppet: Update rfc.sh to use 'true'. https://review.openstack.org/329 | 14:56 |
*** code_franco has joined #openstack-dev | 14:56 | |
*** reidrac has quit IRC | 15:04 | |
*** dragondm has joined #openstack-dev | 15:04 | |
openstackjenkins | Project nova build #1,285: SUCCESS in 3 min 53 sec: https://jenkins.openstack.org/job/nova/1285/ | 15:06 |
openstackjenkins | * Tarmac: Move use_ipv6 into flags. Its used in multiple places (network manager and the OSAPI) and should be defined at the top level. | 15:06 |
openstackjenkins | * Tarmac: Refresh translations | 15:06 |
openstackjenkins | * Tarmac: This branch does the final tear out of AuthManager from the main code. The NoAuth middlewares (active by default) allow a user to specify any user and project id through headers (os_api) or access key (ec2_api). | 15:06 |
openstackjenkins | The plan is to leave the auth manager code in but mention that it is deprecated. There is a sample paste config in ini to still allow old auth. Immediately after the diablo release we can tear out all of the Auth related code and not support the deprecated auth anymore. | 15:06 |
openstackjenkins | * Tarmac: Implements first-pass of config-drive that adds a vfat format drive to a vm when config_drive is True (or an image id). | 15:06 |
openstackjenkins | * Tarmac: Our goal is to add optional parameter to the Create server OS 1.0 and 1.1 API to achieve following objectives:- | 15:06 |
openstackjenkins | 1) Specify number and order of networks to the create server API. | 15:06 |
openstackjenkins | In the current implementation every instance you launch for a project having 3 networks assigned to it will always have 3 vnics. In this case it is not possible to have one instance with 2 vnics ,another with 1 vnic and so on. This is not flexible enough and the network resources are not used effectively. | 15:06 |
openstackjenkins | 2) Specify fixed IP address to the vnic at the boot time. When you launch a server, you can specify the fixed IP address you want to be assigned to the vnic from a particular network. If this fixed IP address is already in use, it will give exception. | 15:06 |
openstackjenkins | Example of Server Create API request XML: | 15:06 |
openstackjenkins | <?xml version="1.0" encoding="UTF-8"?> | 15:06 |
openstackjenkins | <server xmlns="http://docs.nttpflab.com/servers/api/v1.0" | 15:06 |
openstackjenkins | ����������������name="new-server-test" imageId="1" flavorId="1"> | 15:06 |
openstackjenkins | ����<metadata> | 15:06 |
openstackjenkins | ��������<meta key="My Server Name">Apache1</meta> | 15:06 |
openstackjenkins | ����</metadata> | 15:06 |
openstackjenkins | ����<personality> | 15:06 |
openstackjenkins | ��������<file path="/etc/banner.txt"> | 15:06 |
openstackjenkins | ����������������ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp | 15:06 |
openstackjenkins | ��������</file> | 15:06 |
openstackjenkins | ����</personality> | 15:06 |
openstackjenkins | ����<networks> | 15:06 |
openstackjenkins | ������������<network uuid="6622436e-5289-460f-8479-e4dcc63f16c5" fixed_ip="10.0.0.3"> | 15:06 |
openstackgerrit | A change was merged to openstack/glance: Update rfc.sh to use 'true'. https://review.openstack.org/327 | 15:06 |
notmyname | jeblair: so you are wanting each repo to keep a copy of the VCS script in the repo itself? | 15:08 |
jeblair | notmyname: yes, it seemed easier than asking devs to install something in ~/bin. we're hoping it will settle down and not change often. we'll keep them synchronized between the different projects. | 15:12 |
*** chipc has left #openstack-dev | 15:14 | |
notmyname | jeblair: hmm...honestly, I'm not sure how I feel about that. | 15:14 |
notmyname | jeblair: having VCS-specific stuff in the repo seems wrong to me. kinda like having debian-specific stuff in the repo. | 15:15 |
jeblair | notmyname: i'm conflicted myself. but the goal of the script is to eliminate the setup process for a new dev initially cloning a repo. i think if the script changes too often and having duplicate copies is too much work, we can certainly look into something more sophisticated like "repo", or at least, adopt that model | 15:16 |
notmyname | jeblair: I'd prefer either a remote review repo that maintains its own hooks to do all that stuff (ideal) or the original instructions where the dev sets up the VCS to push properly | 15:17 |
notmyname | jeblair: but, really, it's just a minor thing. you won't get /too/ much argument for me whatever ends up being done (probably) | 15:18 |
*** alekibango has joined #openstack-dev | 15:19 | |
mtaylor | notmyname: well... use of the rfc script in the repo is completely optional, really (and yeah, I'm also a little conflicted about the idea of having the scripts in the trees) | 15:20 |
jeblair | notmyname: can you elaborate on "a remote review repo that maintains its own hooks" ? | 15:20 |
mtaylor | notmyname: I think I started liking the idea when I realized that now all a dev needs to do is add a single alias once and then they're set for any openstack repo | 15:21 |
jeblair | notmyname: we thought about using a git subproject, is that what you mean? | 15:21 |
mtaylor | notmyname: but the having-multiple-copies thing is a little irritating | 15:21 |
mtaylor | also - good morning! :) | 15:21 |
creiht | mtaylor: and gets more irritating with each new project added | 15:22 |
mtaylor | creiht: yup | 15:22 |
notmyname | is it possible to maintain a git repo that has hooks for any pushes it receives (or something similar)? | 15:22 |
mtaylor | creiht: BUT - it's really only annoying for jeblair and I, whereas the other thing (manually downloading the post-commit hook for each project) becomes annoying for many other people. so we'll eat the annyoance cost ourselves :) | 15:23 |
notmyname | that way the review stuff only has to be on that repo (which project devs don't have to maintain) | 15:23 |
creiht | heh | 15:23 |
jeblair | notmyname: there's not really any special review stuff that happens in the script | 15:24 |
jeblair | i think gerrit is already very similar to what you describe -- it's a git repo, and when you push to it, a review gets created | 15:24 |
jk0 | mtaylor: are we supposed to get email notifications when people review our gerrit submissions? | 15:24 |
mtaylor | jk0: yes. are you not? | 15:24 |
jk0 | I haven't -- only one from LP after it was merged | 15:24 |
notmyname | jeblair: right, but you currently have gerrit + pre-gerrit scripts | 15:24 |
jeblair | what the scripts smooths over is the initial setup of the gerrit remote, and installation of a hook that adds a change-id hook | 15:25 |
mtaylor | jk0: it is possible that gerrit does not know your email address ... the accounts there were populated from lp stuff, but not all lp accounts have an email address that I can read | 15:25 |
jeblair | er, adds a change-id line to commits | 15:25 |
jk0 | mtaylor: everything looks correct in my account settings | 15:25 |
jeblair | and the script runs a rebase to origin/master before pushing | 15:25 |
mtaylor | jk0: k. will investigate | 15:25 |
jeblair | jk0: do you have a "watch" set for the project you're interested in? | 15:26 |
jeblair | jk0: https://review.openstack.org/#settings,projects | 15:26 |
jk0 | I don't think so, I'll double check | 15:26 |
mtaylor | jeblair: but this is for a review he submitted ... he should get email on that without a project watch, no? | 15:26 |
jk0 | "New Changes" is checked | 15:26 |
jeblair | oh. yes, sorry. | 15:27 |
jk0 | I re-registered my email address, I'll see if that works | 15:28 |
jk0 | althought it's still not showing up in the 'Profile' | 15:28 |
jk0 | -t | 15:28 |
jeblair | notmyname: so the change-id hook and the rebase both have to run locally, it's not something we can do server-side. the change-id hook is there to make it easy for devs to upload new versions of patch-sets. | 15:28 |
jeblair | jk0: what is your email? | 15:29 |
jk0 | josh@jk0.org | 15:29 |
jeblair | 2011-08-23 15:27:45 1QvstD-0003ua-JM => josh@jk0.org R=dnslookup T=remote_smtp H=aspmx.l.google.com [74.125.47.27] X=TLS1.0:RSA_ARCFOUR_SHA1:16 | 15:30 |
*** jsavak has quit IRC | 15:30 | |
*** joesavak has joined #openstack-dev | 15:30 | |
jeblair | that's from 3 minutes ago | 15:30 |
notmyname | jeblair: ok. that's understandable. then I'd prefer good instructions for setting that up over VCS scripts in the repo | 15:30 |
jeblair | it didn't send anything before that today. | 15:30 |
jk0 | that's the one it send to verify after I tried reregistering | 15:30 |
jk0 | *sent | 15:30 |
jk0 | I did receive that. we'll see if I get any in the future | 15:30 |
jeblair | jk0: ok. | 15:30 |
redbo | what do I need to do to get on chatter? I ignored all those emails, but now I think it might be interesting? | 15:31 |
redbo | ack | 15:31 |
jeblair | notmyname: http://wiki.openstack.org/GerritWorkflow?action=recall&rev=20#Project_Setup | 15:32 |
jeblair | notmyname: that's what that looks like | 15:32 |
openstackjenkins | Project swift build #311: SUCCESS in 29 sec: https://jenkins.openstack.org/job/swift/311/ | 15:32 |
openstackjenkins | Tarmac: updated the proxy to return all headers stored for manifest objects | 15:32 |
jeblair | notmyname: we thought it was a lot of work to ask devs to do each time they cloned a repo, so we thought Gluster's hide-it-in-a-script approach made things much easier for devs | 15:33 |
notmyname | jeblair: I understand that. I'd prefer to go the non-script route if possible, but, really, we'll do whatever everyone else is doing. just tell us what to do. | 15:36 |
*** mattray has joined #openstack-dev | 15:37 | |
*** rods has quit IRC | 15:37 | |
jeblair | notmyname: cool. we'll keep thinking about better options. | 15:38 |
notmyname | jeblair: FWIW, I found those instructions (rev 20) to be fine | 15:44 |
*** mattray has quit IRC | 15:46 | |
*** anotherjesse has quit IRC | 15:46 | |
*** troytoman-away is now known as troytoman | 15:47 | |
*** galthaus has joined #openstack-dev | 15:48 | |
*** rods has joined #openstack-dev | 15:49 | |
*** jsavak has joined #openstack-dev | 15:53 | |
*** joesavak has quit IRC | 15:54 | |
*** amccabe has quit IRC | 15:58 | |
*** amccabe has joined #openstack-dev | 15:58 | |
*** jsavak has quit IRC | 16:01 | |
*** galthaus has quit IRC | 16:08 | |
*** mnour has quit IRC | 16:10 | |
*** mattray has joined #openstack-dev | 16:18 | |
*** hisaharu has joined #openstack-dev | 16:24 | |
*** mszilagyi has joined #openstack-dev | 16:29 | |
*** zigo has quit IRC | 16:31 | |
*** mdomsch has joined #openstack-dev | 16:32 | |
*** mdomsch_ has joined #openstack-dev | 16:32 | |
*** mszilagyi_ has joined #openstack-dev | 16:36 | |
*** mszilagyi has quit IRC | 16:37 | |
*** mszilagyi_ is now known as mszilagyi | 16:37 | |
*** Glacee has quit IRC | 16:42 | |
*** jaypipes has quit IRC | 16:42 | |
*** Glacee has joined #openstack-dev | 16:42 | |
*** jaypipes has joined #openstack-dev | 16:43 | |
Daviey | mtaylor: Around? | 16:44 |
*** mtaylor has quit IRC | 16:46 | |
*** mtaylor has joined #openstack-dev | 16:46 | |
*** mtaylor has joined #openstack-dev | 16:46 | |
*** ChanServ sets mode: +v mtaylor | 16:46 | |
*** jeblair has quit IRC | 16:51 | |
mtaylor | Daviey: whazzup? | 16:51 |
*** termie_ has joined #openstack-dev | 16:52 | |
zul | mtaylor: heyo | 16:53 |
mtaylor | hey Daviey - I may be talking to zul already about your question ... so let's do it here | 16:53 |
Daviey | mtaylor: You probably are... i just sent a mail to the list aswell. | 16:53 |
mtaylor | zul, Daviey: there's a couple of things. a) is I need to be able to support debian as well as ubuntu (this is the big one) | 16:54 |
Daviey | mtaylor: Where was this planned or discussed? | 16:54 |
mtaylor | Daviey: sorry, came as a set of emails - probably should have hit some of them to the mailing list | 16:55 |
*** nati has joined #openstack-dev | 16:55 | |
Daviey | mtaylor: This *really* isn't very good. | 16:55 |
zul | it really isnt | 16:56 |
mtaylor | wait - why not? | 16:56 |
Daviey | mtaylor: So, perhaps i'm missing the picture. | 16:56 |
*** zedas_ has joined #openstack-dev | 16:56 | |
*** termie has quit IRC | 16:56 | |
*** zedas has quit IRC | 16:56 | |
Daviey | As we have no plan with what is happening, i am left jumping to conclusions. | 16:56 |
*** jeblair has joined #openstack-dev | 16:56 | |
mtaylor | gotcha. sorry - I was finishing up the POC so I could actually point to something | 16:57 |
Daviey | mtaylor: And if say, we don't buy into this.. it's either wasted effort - or the openstack upstream and ubuntu packaging effort diverges? | 16:57 |
*** ecarlin has joined #openstack-dev | 16:58 | |
mtaylor | so - the big picture is this: PPAs don't support building for debian. they also don't support dealing with rpm-based anything ... so we're working on setting up packages.openstack.org to deal with those things | 16:58 |
Daviey | mtaylor: And again, where was this discussed? | 16:59 |
*** galthaus has joined #openstack-dev | 17:00 | |
mtaylor | additionally, we have folks (thomas goirand from debian, pvo and jesse from rackspace) who are working with or using deb packages - but who are cutting their own ... so figuring out how to loop them in so that we're not wasting/duplicating effort is important | 17:00 |
*** mdomsch_ has quit IRC | 17:01 | |
*** mdomsch has quit IRC | 17:01 | |
mtaylor | Daviey: what would you not buy in to? ubuntu is still very much a target as is all of the ubuntu inclusion targets | 17:01 |
Daviey | mtaylor: I agree with that, and duplicating effort is bad.. What i am trying to find out is where this plan was concieved. | 17:01 |
Daviey | Has this been at a ODS or on a list, or private emails? | 17:02 |
*** joesavak has joined #openstack-dev | 17:02 | |
mtaylor | Daviey: agree. terrible on the communication front on my side. emails and phone calls. | 17:02 |
Daviey | I am quite suprised we were not invited to those. | 17:03 |
mtaylor | Daviey: I probably should have phrased my email to thomas differently | 17:03 |
Daviey | mtaylor: So are you planning on moving the collab maint trees away from launchpad? | 17:03 |
mtaylor | Daviey: the idea I'm working from right now is that I would set up something so that I can show it to you guys- rather than just talking in pure abstract terms | 17:04 |
Daviey | mtaylor: I agree that normally code talks.. but just landing a change like this really does need discussion. | 17:04 |
mtaylor | Daviey: totally. discussion was totally planned ... as I said, the thomas email was very poorly phrased | 17:05 |
mtaylor | Daviey: the packaging trees? I would like to get them in line with the the rest of openstack process ... but if that's too much of a hardship we'll figure out something | 17:05 |
Daviey | note, that we had growing pains with the initial collab maint, and i thought we agreed just 2 weeks ago on how life was going to be. | 17:05 |
*** ecarlin has quit IRC | 17:05 | |
Daviey | Having changes like this, especially so late in the cycle is concerning. | 17:05 |
mtaylor | sure | 17:06 |
mtaylor | which is one of the reasons I wanted to have an actual thing to point to and propose before I started freaking people out with ideas | 17:06 |
mtaylor | perhaps not the best plan of attack | 17:06 |
Daviey | mtaylor: I'm even *more* concerned that when we last discussed process, you were already thinking about doing something different. | 17:07 |
*** ecarlin has joined #openstack-dev | 17:07 | |
vishy | dprince: ping | 17:13 |
mtaylor | Daviey: well, as I said - bad with the communication on my part (I'm going to claim having been juggling 12 things over the last couple of weeks- even though I know that's bogus) I will write something up and get it out to you and the list RSN | 17:15 |
Daviey | mtaylor: thanks. | 17:16 |
vishy | blamar: ping | 17:17 |
*** mfer is now known as mfer-lunch | 17:20 | |
*** jaypipes has quit IRC | 17:27 | |
*** jaypipes has joined #openstack-dev | 17:30 | |
*** jaypipes has quit IRC | 17:31 | |
*** jaypipes has joined #openstack-dev | 17:34 | |
termie_ | jeblair, mtaylor: y'all should be able to re-kick the baremetal testing servers and have them successfully turn on, there still may be issues with what the puppet scripts themselves do to resolve | 17:40 |
termie_ | jeblair, mtaylor: but the servers themselves should be 90+% there, if you can figure out how to use kong (cloudbuilders github) it is designed to point at something like that cluster | 17:40 |
termie_ | i have to run around for the first half of the day, but you can ask in the skype channels if you need some help | 17:40 |
*** mfer-lunch is now known as mfer | 17:40 | |
*** notmyname has quit IRC | 17:40 | |
*** notmyname has joined #openstack-dev | 17:40 | |
*** ChanServ sets mode: +v notmyname | 17:40 | |
*** jsavak has joined #openstack-dev | 17:41 | |
mtaylor | termie_: great! thanks! | 17:41 |
*** jsavak has quit IRC | 17:42 | |
*** jsavak has joined #openstack-dev | 17:42 | |
*** jsavak has quit IRC | 17:44 | |
*** joesavak has quit IRC | 17:46 | |
*** alekibango has quit IRC | 17:48 | |
*** bengrue has joined #openstack-dev | 17:56 | |
*** zedas_ is now known as zedas | 18:01 | |
*** anotherjesse has joined #openstack-dev | 18:04 | |
nati | Hi, I need one more core reviews for monkey_patch_notification branch. I have already got 1 core approval (Joshua) and 1 community approval (Alex) https://code.launchpad.net/~ntt-pf-lab/nova/monkey_patch_notification/+merge/72262 | 18:06 |
*** joesavak has joined #openstack-dev | 18:07 | |
bengrue | http://wiki.openstack.org/StartingPage?action=newaccount <- is this supposed to work? | 18:07 |
bengrue | Because it doesn't/ | 18:07 |
bengrue | Who controls/maintains/whatevers the wiki? | 18:08 |
*** jsavak has joined #openstack-dev | 18:08 | |
annegentle | bengrue: hi Ben, I can create an account for you - I had to turn off wiki account creation due to spammers. Sorry. | 18:09 |
annegentle | bengrue: would you like it to be bengrue? | 18:09 |
bengrue | mcgrue, if possible. that'll match my lp and github accounts. | 18:09 |
bengrue | thanks. | 18:09 |
bengrue | email is ben@pistoncloud.com | 18:09 |
*** jakedahn has joined #openstack-dev | 18:09 | |
annegentle | bengrue: nice. mcgrue it is :) | 18:09 |
annegentle | thanks | 18:09 |
ameade | tip of the hat anne, you were quick on that | 18:10 |
*** novas0x2a|laptop has joined #openstack-dev | 18:10 | |
bengrue | hey annegentle: novas0x2a|laptop also needs an account. | 18:10 |
annegentle | ameade: :) | 18:10 |
bengrue | (He is a fellow pistonite.) | 18:10 |
*** jsavak has quit IRC | 18:11 | |
annegentle | bengrue: ok, will do. | 18:11 |
novas0x2a|laptop | thanks! | 18:11 |
vishy | is everyone out today? | 18:16 |
bengrue | "everyone"? | 18:18 |
bengrue | Piston HQ is full; Come over here and hack! | 18:18 |
bengrue | We have better beer. | 18:18 |
nati | Cool | 18:19 |
hub_cap | hey all, i found what looks like a bug. Im trying to auth a user that has secret key 'X', and there is >1 user with secret key 'X' in the db. The sqlalchemy code just takes the key and grabs the first result. Is there any reason why we are querying on _just_ the key and not user/key and making sure there is only 1 row? | 18:20 |
vishy | hub_cap: ec2 or os api? | 18:20 |
hub_cap | osapi vishy | 18:20 |
hub_cap | well its the auth layer, is that just os or ec2? | 18:20 |
vishy | hub_cap: that sounds like a bug :) | 18:20 |
hub_cap | hehe ya | 18:20 |
vishy | hub_cap: os api uses access keys | 18:21 |
vishy | which need to be unique | 18:21 |
vishy | * ec2 api that is | 18:21 |
hub_cap | vishy: let me look @ it a bit further, if there should be guaranteed uniqueness then we might want to add a migration if there isint one | 18:22 |
hub_cap | access_key is what im using, and its not unique in my world | 18:22 |
*** troytoman is now known as troytoman-away | 18:23 | |
hub_cap | vishy: the error msg is in the auth.py in openstack/ module, so i assume its os api :D | 18:25 |
hub_cap | unless that auth.py is used by ec2 api as well | 18:25 |
vishy | nope :) | 18:25 |
vishy | it is os_api | 18:25 |
hub_cap | so tehre is no unique guarantee in the osapi right? | 18:26 |
*** jsavak has joined #openstack-dev | 18:27 | |
*** zaitcev has joined #openstack-dev | 18:27 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Fixed error where endpoints returned for tenant instead of token https://review.openstack.org/330 | 18:28 |
hub_cap | err maybe i shouldve rephrased that, so there is no uniqueness constraint in the os_api, right? | 18:29 |
*** mattray1 has joined #openstack-dev | 18:31 | |
openstackgerrit | A change was merged to openstack/keystone: Made it possible to integrate with external LDAP. https://review.openstack.org/323 | 18:32 |
openstackgerrit | Verification of a change to openstack/keystone failed: Add ability to run fakeldap in memory. https://review.openstack.org/324 | 18:32 |
vishy | westmaas: looking for blamer and prince, are they out today? | 18:33 |
vishy | westmaas: *dprince | 18:33 |
openstackgerrit | A change was merged to openstack/keystone: Updated the AUTHORS file to test the new rpc script and workflow. https://review.openstack.org/326 | 18:34 |
*** mattray has quit IRC | 18:34 | |
*** mwhooker has joined #openstack-dev | 18:35 | |
openstackgerrit | A change was merged to openstack/keystone: Fixed error where endpoints returned for tenant instead of token https://review.openstack.org/330 | 18:36 |
westmaas | dprince headed home after our earthquake! | 18:39 |
westmaas | blamar_: you around? | 18:39 |
westmaas | vishy: ^^ | 18:40 |
blamar_ | westmaas: i'm around | 18:40 |
hub_cap | westmaas: did yall feel that? how far are yall from the epicenter? | 18:40 |
vishy | oh right, that would explain it | 18:40 |
vishy | blamar_: ah forgot the underscore | 18:41 |
westmaas | maybe 100 miles? 2 hours driving. | 18:41 |
vishy | blamar_: just curious about your email to the list this morning. I've approved a few branches where a core member had a needs fixing that was old and the fix had been addressed | 18:41 |
openstackjenkins | Project nova-milestone build #17: SUCCESS in 13 sec: https://jenkins.openstack.org/job/nova-milestone/17/ | 18:41 |
openstackjenkins | Tarmac: Fix for ipv6 flag. | 18:41 |
vishy | blamar_: you think this is bad practice? | 18:42 |
tr3buchet | vishy: are there 2 of these: https://code.launchpad.net/~rackspace-titan/nova/fix_osapi_use_ipv6_flag_error/+merge/72613 | 18:42 |
vishy | tr3buchet: yes, one was for milestone proposed | 18:42 |
tr3buchet | vishy: the other is already merged/ | 18:43 |
tr3buchet | ? | 18:43 |
jaypipes | westmaas: seriously? you guys had an earthquake? | 18:43 |
tr3buchet | jaypipes yep! | 18:43 |
vishy | tr3buchet: it merged after the milestone was cut | 18:43 |
blamar_ | vishy: stale reviews stuck, so if it's 48 hours old I'm all for pushing it | 18:43 |
jaypipes | tr3buchet: dang | 18:43 |
tr3buchet | vishy: kk | 18:43 |
blamar_ | vishy: I just don't want deadlines to make people go into a push frenzy | 18:43 |
tr3buchet | jaypipes: not that i'm there. but yes, they evacuated govt in the dc area and everyting | 18:43 |
jaypipes | wow... | 18:44 |
vishy | blamar_: ok. That is what i thought, especially if it is a simple looks good except for minor nit | 18:44 |
blamar_ | jaypipes: it was pretty surreal | 18:44 |
vishy | blamar_: push frenzy, go! | 18:44 |
jaypipes | blamar_: yeah, I've been in earthquakes before... very unsettling. | 18:44 |
blamar_ | vishy: Yeah, it's going to be a judgement call sometimes...but the more communication Core devs have the better | 18:44 |
dabo | I think that if you place a 'needs fixing' on an issue, you are also taking responsibility for staying on top of the fixes that get posted | 18:50 |
vishy | blamar_, westmaas: since prince isn't around, care to help me with a little brainstorming wrt noauth? | 18:52 |
blamar_ | vishy: I can try! | 18:52 |
vishy | here is the issue: https://bugs.launchpad.net/nova/+bug/831995/ | 18:52 |
uvirtbot | Launchpad bug 831995 in nova "EC2 API noauth user_id is invalid" [High,New] | 18:52 |
vishy | basically, in no auth we don't store an access key for a user so we have no way to look it up from access key | 18:53 |
vishy | so I use the access_key as the user_id | 18:53 |
vishy | which is all fine except when switching back and forth between the two apis | 18:53 |
vishy | the ec2 creeds give you one user_id and the os api creds give you a different one | 18:54 |
blamar_ | vishy: gimmie a sec to get this straight, haven't looked too much at noauth | 18:56 |
vishy | mtaylor: ping | 18:57 |
mtaylor | vishy: pong | 18:57 |
mtaylor | vishy: what can I do for you sir? | 18:57 |
vishy | mtaylor: milestone pap is failing builds (looks like it is due to not having the new version of python nova client) | 18:57 |
vishy | should i copy the one from trunk into the milestone ppa? | 18:58 |
soren | I did already. | 19:02 |
soren | 3 minutes ago. | 19:02 |
soren | -ish. | 19:02 |
soren | Didn't think anyone noticed/cared/whatever. | 19:02 |
*** ecarlin_ has joined #openstack-dev | 19:02 | |
soren | vishy, mtaylor: ^^ | 19:02 |
vishy | soren: sneaky! | 19:03 |
mtaylor | soren is like that :) | 19:03 |
soren | I try. | 19:03 |
*** ecarlin has quit IRC | 19:06 | |
*** ecarlin_ is now known as ecarlin | 19:06 | |
*** galthaus has quit IRC | 19:10 | |
blamar_ | vishy: do we need to even generate access keys anymore in nova then? seems if we change access = str(uuid.uuid4()) to access = "admin" in the AuthManager than the novarc would be generated to say EC2_ACCESS_KEY="admin:admin" and it would parse the same in EC2 and OSAPI? | 19:14 |
ttx | soren: I noticed the failed builds, was planning to ask you to push the missing packages :) | 19:14 |
soren | You guys just try and keep up, mkay? | 19:15 |
soren | :D | 19:15 |
vishy | blamar_: that was my initial thought. The issue is that if people try and switch back to deprecated auth, then it will no longer work | 19:15 |
vishy | blamar_: the best i could come up with was a flag | 19:16 |
vishy | use_deprecated_auth: which would put access key in the creds instead of user_id | 19:16 |
ttx | soren: retrying the builds now | 19:16 |
vishy | that would mean using deprecated auth would require a) switching the flag and b) changing the paste.ini to use the old config | 19:16 |
ttx | soren: that said, glance milestone-proposed PPA is stuck as well | 19:16 |
blamar_ | vishy: not sure how often that case is going to get used..but I guess yeah if we're keeping the code around then we should leave a way to use it.. can't think of another solution, stupid backwards compatibility | 19:18 |
vishy | blamar_: ok I'll do that then | 19:18 |
soren | ttx: Don't knot about that. | 19:18 |
ttx | soren: Missing build dependencies: python-kombu | 19:19 |
*** mszilagyi has quit IRC | 19:20 | |
soren | In... swift? Really? | 19:20 |
ttx | glance | 19:20 |
ttx | <ttx> soren: that said, glance milestone-proposed PPA is stuck as well | 19:20 |
soren | Oh. | 19:20 |
* soren is an idiot. | 19:20 | |
ttx | soren: no. Just a little distracted. | 19:20 |
soren | And then some. | 19:20 |
soren | ttx: Sorted. | 19:21 |
soren | http://paste.openstack.org/show/2257/ | 19:22 |
vishy | blamar_: https://code.launchpad.net/~vishvananda/nova/lp831995/+merge/72618 | 19:23 |
blamar_ | vishy: k, running that through some functional tests with OSAPI and EC2 apis | 19:25 |
vishy | cool thx | 19:26 |
*** mdomsch has joined #openstack-dev | 19:28 | |
ttx | soren: milestone-proposed PPA still failing. I think it wants a fresher novaclient | 19:35 |
ttx | soren (for nova) | 19:35 |
*** mszilagyi has joined #openstack-dev | 19:35 | |
soren | ttx: Erm.. It's the same as is in nova-core/trunk.... which works. | 19:39 |
ttx | soren: maybe I'm readin that buildlog wrong | 19:39 |
soren | No, I agree. | 19:40 |
soren | I just don't understand. | 19:40 |
ttx | soren: but you like to understand. | 19:40 |
soren | I do. | 19:40 |
soren | I'm working on that. | 19:41 |
ttx | thanks | 19:41 |
ttx | glance is still failing as well, fwiw :) | 19:41 |
soren | Oh! | 19:46 |
soren | It's glance's fault! | 19:46 |
soren | Not novaclient. | 19:46 |
soren | We need glance to work first. | 19:46 |
soren | Heh :) | 19:46 |
vishy | yeah python-kombu | 19:49 |
vishy | is my guess, that thing seems to mess a lot up :) | 19:49 |
soren | ttx: Do you remember how glance is meant to land in milestone-proposed? | 19:49 |
soren | ttx: Copy from glance-core/milestone-proposed? | 19:50 |
*** BK_man has joined #openstack-dev | 19:50 | |
*** BK_man has quit IRC | 19:50 | |
*** johnpur has joined #openstack-dev | 19:50 | |
*** ChanServ sets mode: +v johnpur | 19:50 | |
soren | ttx: ...and glance has been failing in the trunk ppa as well. | 19:52 |
soren | ttx: Due to that PPA's utter kombulessness. | 19:52 |
soren | What an awesome word. | 19:52 |
ttx | soren: can't look right now, trying to unfuck the odsreg site | 19:54 |
soren | ttx: Enjoy. | 19:54 |
*** ecarlin has quit IRC | 19:59 | |
*** ecarlin has joined #openstack-dev | 19:59 | |
openstackjenkins | Project nova build #1,286: SUCCESS in 3 min 7 sec: https://jenkins.openstack.org/job/nova/1286/ | 19:59 |
openstackjenkins | Tarmac: Fixes bug that causes 400 status code when an instance wasn't attached to a network. | 19:59 |
*** jbryce has joined #openstack-dev | 20:00 | |
anotherjesse | jeblair: you totally can run with a sites.pp | 20:01 |
anotherjesse | it is just a PITA since you have to have some variables set per host | 20:01 |
anotherjesse | what our encoder does is take a json file with config for cluster | 20:01 |
anotherjesse | and a json file with config for host (with things like mac addresses, ip addresses, ...) | 20:01 |
anotherjesse | and put them together | 20:01 |
anotherjesse | err - classifier not encoder | 20:02 |
jaypipes | anotherjesse: hey, mtaylor and jeblair just got the server access shortly before the meeting. they need some time to go over the puppet config, please. Can we continue this conversation in a bit? | 20:04 |
vishy | bcwaldon, blamar_: is that 400 a candidate for milestone-proposed as well? | 20:04 |
anotherjesse | jeblair: our classifier is at http://paste.openstack.org/show/2260/ | 20:04 |
bcwaldon | vishy: I would say so | 20:04 |
jeblair | yeah, i want to dig into it more so i can talk more intelligently about it. :) | 20:04 |
vishy | ok, putting it in | 20:04 |
bcwaldon | vishy: thank you, sir | 20:04 |
*** mattray1 has quit IRC | 20:08 | |
openstackjenkins | Project nova build #1,287: SUCCESS in 3 min 25 sec: https://jenkins.openstack.org/job/nova/1287/ | 20:10 |
openstackjenkins | * Tarmac: I added notifications decorator for each API call using monkey_patching. | 20:10 |
openstackjenkins | By this merge, users can get API call notification from any modules. | 20:10 |
openstackjenkins | * Tarmac: Fixes bug that causes 400 status code when an instance wasn't attached to a network. | 20:10 |
openstackjenkins | * Tarmac: Move use_ipv6 into flags. Its used in multiple places (network manager and the OSAPI) and should be defined at the top level. | 20:10 |
vishy | hmm: ^^ that really should have needed a ff exception | 20:14 |
openstackjenkins | Project nova-milestone build #18: SUCCESS in 12 sec: https://jenkins.openstack.org/job/nova-milestone/18/ | 20:17 |
openstackjenkins | Tarmac: Fix for 400 error when network is none. | 20:17 |
*** mdomsch has quit IRC | 20:22 | |
anotherjesse | jaypipes: sure | 20:23 |
anotherjesse | jaypipes: sorry - was back in the meeting channel | 20:23 |
anotherjesse | jeblair / mtaylor if I'm not around on irc or skype feel free to text questions that block - Will /msg cell | 20:24 |
tr3buchet | vishy: can you explain requested_networks? do you know about it? | 20:33 |
vishy | tr3buchet: you mean the extension for specifying a network when you launch? | 20:34 |
*** mszilagyi has quit IRC | 20:34 | |
tr3buchet | i came across it in network manager | 20:34 |
vishy | tr3buchet: i think it is related to that branch but I'd have to check the code to be sure | 20:35 |
tr3buchet | the extension gives you ability to request specific networks to connect to? | 20:35 |
vishy | tr3buchet: yes and specific ips | 20:36 |
tr3buchet | ah the IP makes the magic happen i guess, otherwise i was goign to say i didn't really like the way this was implemented | 20:36 |
tr3buchet | i might want to retool some of this | 20:36 |
tr3buchet | (if i ever get a chance) | 20:37 |
vishy | tr3buchet: I love refactors | 20:37 |
vishy | :) | 20:37 |
bengrue | effing hell | 20:37 |
bengrue | TooManyConcurrentRequests: The medium 'SmartSSHClientMedium(bzr+ssh://mcgrue@bazaar.launchpad.net/)' has reached its concurrent request limit. Be sure to finish_writing and finish_reading on the currently open request. | 20:37 |
bengrue | launchpad overloaded? | 20:38 |
tr3buchet | vishy: sweet! | 20:40 |
*** ameade has quit IRC | 20:45 | |
vishy | blamar_: fixed my oops… https://code.launchpad.net/~vishvananda/nova/lp831995/+merge/72618 | 20:46 |
*** blamar_ has quit IRC | 20:46 | |
*** joesavak has quit IRC | 20:47 | |
*** jsavak has quit IRC | 20:47 | |
ttx | Team meeting starts in 12 minutes in #openstack-meeting ! | 20:48 |
*** danwent has joined #openstack-dev | 20:49 | |
danwent | i'm here | 20:49 |
Daviey | danwent: RE: uantum Demo - "Install 64-bit Ubuntu 11.04 (yes, it must be Natty if you want to install OVS using apt-get. " .. Does that mean >=11.04? Has anyone tried it on Oneiric at the moment, do you know? | 20:49 |
*** ewindisch has joined #openstack-dev | 20:50 | |
danwent | Daviey: it should work. I haven't tested it myself, but the packaging should be available for all ubuntu releases moving forward | 20:50 |
danwent | if someone can test it to make sure, i'll update the wiki, but I don't expect problems | 20:51 |
Daviey | danwent: Yeah, we've been looking at the openvswitch packages, but i don't think anyone has put any weight into testing them in real enviroments. | 20:51 |
*** termie_ is now known as termie | 20:51 | |
*** termie has joined #openstack-dev | 20:51 | |
danwent | are there particular problems you've seen? We have a TODO to the OVS team to look at the unbuntu packaging and get it updated with the packaging scripts in the OVS trunk. | 20:52 |
Daviey | danwent: Interesting! Can you share the TODO list? If this is a core thing you are wanting in the next ubuntu release, i;d really like to track them. | 20:53 |
*** tylesmit has joined #openstack-dev | 20:53 | |
danwent | Daviey: At one point there were concerns that the init scripts may be a bit out of date. The OVS team also wants to see if they can leverage the DKMS packaging and pull it into the OVS tree. | 20:55 |
danwent | Daviey: I can put you in touch with the right team members. | 20:55 |
Daviey | danwent: We added the dkms packaging and submitted it back to them. | 20:55 |
Daviey | danwent: There primary target is Debian, which doesn't really make too much sense for DKMS as a primary route in my experience. | 20:56 |
danwent | Daviey: yeah, much appreciated. My impression was that it was not in the OVS trunk though... or is it? | 20:56 |
danwent | Daviey: last I talked to them, they were talking about creating kernel-specific binaries for individual ubuntu kernels.... i was asking them for DKMS | 20:57 |
danwent | daviey: they -> OVS team | 20:57 |
Daviey | danwent: Seems we need to have a better 3 way conversation. DKMS is our favoured method, as we don't promise kernel ABI compatability for the supported cycle. | 20:58 |
danwent | Daviey: definitely agree. I think I have your email already, I will send out a quick note. | 20:59 |
ttx | Team meeting starts NOW, please join #openstack-meeting ! | 21:00 |
Daviey | danwent: groovy. | 21:00 |
*** mdomsch has joined #openstack-dev | 21:03 | |
*** lts has quit IRC | 21:07 | |
*** mwhooker has quit IRC | 21:10 | |
*** joesavak has joined #openstack-dev | 21:10 | |
*** jsavak has joined #openstack-dev | 21:10 | |
*** jakedahn has quit IRC | 21:10 | |
*** jakedahn has joined #openstack-dev | 21:11 | |
*** jsavak has quit IRC | 21:12 | |
*** hub_cap has quit IRC | 21:14 | |
*** troytoman-away is now known as troytoman | 21:15 | |
*** jakedahn_ has joined #openstack-dev | 21:23 | |
openstackjenkins | Project nova build #1,288: SUCCESS in 3 min 13 sec: https://jenkins.openstack.org/job/nova/1288/ | 21:24 |
openstackjenkins | * Tarmac: Adds a use_deprecated_auth flag to make sure creds generated using nova-manage commands will work with noauth. | 21:24 |
openstackjenkins | * Tarmac: I added notifications decorator for each API call using monkey_patching. | 21:24 |
openstackjenkins | By this merge, users can get API call notification from any modules. | 21:24 |
*** jakedahn has quit IRC | 21:25 | |
*** jakedahn_ is now known as jakedahn | 21:25 | |
*** asomya has joined #openstack-dev | 21:30 | |
*** bcwaldon has quit IRC | 21:32 | |
openstackjenkins | Project nova-milestone build #19: SUCCESS in 13 sec: https://jenkins.openstack.org/job/nova-milestone/19/ | 21:36 |
openstackjenkins | Tarmac: Adds a use_deprecated_auth flag to make sure creds generated using nova-manage commands will work with noauth. | 21:36 |
*** johnpur has quit IRC | 21:40 | |
*** jsavak has joined #openstack-dev | 21:45 | |
*** amccabe has quit IRC | 21:47 | |
*** AhmedSoliman has joined #openstack-dev | 21:55 | |
*** comstud_ is now known as comstud | 21:55 | |
*** jbryce has quit IRC | 21:56 | |
Daviey | comstud: Do you have a branch? | 22:01 |
comstud | i need to merge my standalone code into a branch and upload it | 22:01 |
comstud | it's a larger refactor than what your patch started | 22:01 |
Daviey | comstud: please do, i'd like to start sniffing it. | 22:01 |
Daviey | comstud: ah, i went for the compat module to keep it small. | 22:02 |
comstud | i'll get to it shortly.. i have a mtg after this mtg | 22:02 |
comstud | yeah | 22:02 |
*** tylesmit has quit IRC | 22:02 | |
comstud | i'm not sure the compat module will work, honestly | 22:02 |
Daviey | oh? | 22:02 |
comstud | because of the hackiness way we use carrot today | 22:02 |
comstud | yeah | 22:02 |
comstud | it might, but i dunno | 22:02 |
Daviey | comstud: I'm really keen to get carrot gone :) | 22:02 |
comstud | yeah :) | 22:02 |
Daviey | comstud: If we can live with kombu 1.0.4, rather than 1.2.X.. i'd be VERY happy | 22:03 |
comstud | looks like i have 1.1.6 installed | 22:04 |
comstud | so my testing has been based off of that | 22:04 |
Daviey | oh.. pypy is 1.2.1? | 22:04 |
comstud | looks like it | 22:05 |
comstud | now | 22:05 |
comstud | obviously was 1.1.6 whenever i installed it | 22:06 |
comstud | :) | 22:06 |
*** mfer has quit IRC | 22:06 | |
comstud | another dev box of mine has 1.1.3 | 22:06 |
Daviey | :/ | 22:06 |
comstud | i was testing it there also | 22:06 |
comstud | anyway, i'll get a branch uploaded tonight | 22:07 |
comstud | which should have everything minus tests | 22:07 |
comstud | i'll leave a comment on the bug, so you'll get a notice | 22:07 |
*** jsavak has quit IRC | 22:08 | |
*** joesavak has quit IRC | 22:08 | |
Daviey | comstud: "bzr commit --fixes lp:798876" will be enough for me to see it. | 22:11 |
Daviey | Thanks! | 22:11 |
comstud | np | 22:12 |
*** mfer has joined #openstack-dev | 22:22 | |
*** code_franco has quit IRC | 22:28 | |
*** bsza has quit IRC | 22:32 | |
*** hisaharu has quit IRC | 22:42 | |
*** asomya has quit IRC | 22:50 | |
*** hisaharu has joined #openstack-dev | 22:52 | |
*** novas0x2a|laptop has quit IRC | 22:54 | |
*** novas0x2a|lapto1 has joined #openstack-dev | 22:55 | |
*** mfer has quit IRC | 22:57 | |
*** markvoelker has quit IRC | 22:57 | |
*** AhmedSoliman has quit IRC | 23:05 | |
*** danwent has left #openstack-dev | 23:19 | |
*** jbryce has joined #openstack-dev | 23:23 | |
*** zns has joined #openstack-dev | 23:29 | |
*** rnirmal has quit IRC | 23:29 | |
*** mfer has joined #openstack-dev | 23:31 | |
*** novas0x2a|lapto1 has quit IRC | 23:32 | |
*** novas0x2a|laptop has joined #openstack-dev | 23:33 | |
*** mfer has quit IRC | 23:34 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Add ability to run fakeldap in memory. https://review.openstack.org/324 | 23:37 |
openstackgerrit | Verification of a change to openstack/keystone failed: Add ability to run fakeldap in memory. https://review.openstack.org/324 | 23:39 |
bengrue | What are common reasons why test_create_image would hang? I've already ruled out "lack of free RAM", which was the previous root cause I encountered. | 23:40 |
*** novas0x2a|laptop has quit IRC | 23:40 | |
jaypipes | bengrue: any log output? | 23:41 |
*** novas0x2a|laptop has joined #openstack-dev | 23:41 | |
*** martine has quit IRC | 23:42 | |
bengrue | Streaming things along the lines of "Found instance 'instance-00000001' in DB but no VM. State=5, so setting state to shutoff" | 23:42 |
bengrue | but these are the unit tests, so I wouldn't expect it to try to be running against actual VMs. Is this a bad assumption? | 23:43 |
jaypipes | bengrue: hmm... almost sounds like the test case isn't clearing state correctly -- i.e. some test case has side-effects... | 23:46 |
jaypipes | bengrue: have you tried running the individual test case alone, vs. just doing a run_tests.sh? | 23:47 |
bengrue | not yet, that's a good idea. | 23:48 |
jaypipes | bengrue: you can do so by doing: ./run_tests.sh -V <specify the test module path> | 23:48 |
bengrue | Should've exhausted options before asking, but I figured: hey, lazyweb. | 23:48 |
jaypipes | bengrue: something like this: | 23:48 |
bengrue | I don't use virtualenv. | 23:49 |
jaypipes | ./run_tests.sh -N nova.tests.api.openstack.test_api:TestApi.test_some_method | 23:49 |
jaypipes | bengrue: -N for no virtualenv, sorry, doesn't have to do with running in a venv or not.. just a habit of mine :) | 23:49 |
bengrue | yeah, I usually do -N | 23:49 |
bengrue | didn't know the colon notation. | 23:49 |
bengrue | thanks. | 23:49 |
jaypipes | no probs! | 23:50 |
*** novas0x2a|laptop has quit IRC | 23:51 | |
*** novas0x2a|laptop has joined #openstack-dev | 23:52 | |
*** ecarlin has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!