*** mgius has quit IRC | 00:03 | |
*** jkoelker has quit IRC | 00:04 | |
*** heckj has quit IRC | 00:11 | |
*** Tv has quit IRC | 00:14 | |
*** alekibango has quit IRC | 00:27 | |
*** Tv has joined #openstack-dev | 00:30 | |
*** jdurgin has quit IRC | 00:31 | |
*** alekibango has joined #openstack-dev | 00:35 | |
*** Binbin has joined #openstack-dev | 00:37 | |
*** alekibango has quit IRC | 00:40 | |
*** alekibango has joined #openstack-dev | 00:49 | |
*** vladimir3p has quit IRC | 01:18 | |
HugoKuo | morning | 02:03 |
---|---|---|
*** Adri2000 has quit IRC | 02:40 | |
*** Adri2000 has joined #openstack-dev | 02:40 | |
*** Adri2000 is now known as Guest22931 | 02:40 | |
*** lorin1 has joined #openstack-dev | 03:20 | |
*** winston-d has quit IRC | 03:24 | |
*** lorin1 has left #openstack-dev | 04:01 | |
*** vladimir3p has joined #openstack-dev | 04:24 | |
*** Zangetsue has joined #openstack-dev | 04:50 | |
*** openpercept_ has joined #openstack-dev | 05:12 | |
*** Tv has quit IRC | 05:12 | |
*** winston-d has joined #openstack-dev | 05:25 | |
*** zaitcev has quit IRC | 06:05 | |
*** vladimir3p has quit IRC | 07:15 | |
*** reidrac has joined #openstack-dev | 07:29 | |
ttx | notmyname: Proposed merge from trunk into milestone-proposed: https://code.launchpad.net/~ttx/swift/1.4.1-proposed/+merge/64648 -- please sanity check and accept | 09:30 |
*** Binbin has quit IRC | 09:46 | |
*** Guest22931 is now known as Adri2000 | 10:32 | |
*** Adri2000 has joined #openstack-dev | 10:32 | |
*** nati has joined #openstack-dev | 10:56 | |
sandywalsh | soren, ttx ... in pip-requires if we specify version 2.5 won't that also find 2.5.x ? | 11:09 |
sandywalsh | soren, ttx (context: https://bugs.launchpad.net/nova/+bug/797510) | 11:09 |
uvirtbot | Launchpad bug 797510 in nova "tools/pip-requires requires non-existing novaclient" [Undecided,New] | 11:09 |
*** markvoelker has joined #openstack-dev | 11:13 | |
*** nati has quit IRC | 11:31 | |
*** nati has joined #openstack-dev | 11:32 | |
soren | sandywalsh: I've never used pip. No clue. | 12:02 |
zykes- | soren: you done preseeding ? | 12:02 |
soren | zykes-: Some. | 12:09 |
zykes- | got any working recipe for a nova setup? | 12:09 |
*** BK_man has quit IRC | 12:17 | |
ttx | sandywalsh: same here. I don't use pip. I just use the packages and run some components from branch instead of package. | 12:20 |
sandywalsh | soren, ttx, np, I'll investigate | 12:24 |
sandywalsh | soren, ttx, maybe it's time to revisit the idea of pulling novaclient into nova? We deferred due to schedule last time. | 12:28 |
soren | zykes-: Sorry, no. | 12:35 |
ttx | sandywalsh: I thought the current trend was to drop it in favor of Jakob's client ? | 12:35 |
soren | That was my impression as well. | 12:37 |
sandywalsh | huh? news to me ... I thought it was to have a discussion. His client is miles behind novaclient now. | 12:41 |
soren | IIRC, he gave (or was to give) some of us access to his repo, so that wouldn't be the case anymore. | 12:42 |
*** Zangetsue_ has joined #openstack-dev | 12:43 | |
ttx | sandywalsh: dabo is handling the merge effort | 12:43 |
sandywalsh | ttx, soren hmm, only saw the initial email, never heard any other decisions since then. | 12:43 |
*** Zangetsue has quit IRC | 12:44 | |
dabo | ttx: sandywalsh: the goal is to get OpenStackers as committers on jacobian's branch | 12:44 |
*** Zangetsue has joined #openstack-dev | 12:44 | |
dabo | I've followed up with him twice, but nothing so far. | 12:44 |
sandywalsh | dabo, are you migrating novaclient to his branch? | 12:44 |
dabo | until then, we need to use our own fork | 12:44 |
dabo | sandywalsh: no | 12:44 |
dabo | when we get added as committers, I figured that you and jk0 would do that | 12:45 |
sandywalsh | why are we moving to his branch vs him moving to ours? Seems easier. | 12:45 |
dabo | sandywalsh: because it was felt that an outside project would keep us more honest in our API | 12:45 |
dabo | iow, if it can't be done without resorting to internal calls, it isn't a proper client | 12:46 |
sandywalsh | not sure what that means | 12:46 |
dabo | If we had a need for stuff that is necessary for OpenStack that is not needed in a client (such as inter-zone communication), then that should be separate. | 12:47 |
*** Zangetsue_ has quit IRC | 12:47 | |
sandywalsh | public api is public api | 12:47 |
sandywalsh | not even sure how you would make something that like separate? are you proposing a different api? | 12:48 |
soren | sandywalsh: It's just really easy to neglect keeping the docs and the implemented API in sync, if you're doing both the client and server side. | 12:48 |
*** zykes- has quit IRC | 12:49 | |
*** zykes- has joined #openstack-dev | 12:49 | |
sandywalsh | soren, well I buy that argument. Sounds like more of a process issue than a technology issue | 12:50 |
soren | sandywalsh: If you document one syntax in the API, but misremember and then implement it differently in the server and you implement the client side to match the server rather than the docs, that | 12:50 |
soren | s bad. | 12:50 |
sandywalsh | iow, I haven't heard a good argument for him migrating to us vs. us migrating to him :) | 12:53 |
ttx | sandywalsh: iirc the "keep us honest by having it driven from the outside" was the main reason. Do you have a good reason to prefer the other way ? | 12:55 |
dabo | sandywalsh: there was extensive discussion about it in #openstack-meeting a few weeks ago | 12:55 |
sandywalsh | I guess I don't see how us having access to his repo vs. him having access to our repo really makes anything more honest. | 12:57 |
ttx | the repo appears slightly (slightly) more externally-maintained with "us having access to his repo" I'd say... but I agree the two options are pretty similar. | 13:00 |
ttx | and now that we delegated dabo to bridge the gap and he managed to converge on "his repo", I'd like to see a very good reason for backpedaling. | 13:01 |
sandywalsh | I'd buy that ... but is it worth the up-front effort to migrate the codebase over? In fact it would be better to just kill his branch and move ours over in one-fell-swoop. | 13:02 |
sandywalsh | but that's just my $0.02 | 13:02 |
ttx | sandywalsh: oh, you mean his branch is so behind-the-times that it makes much more sense the other way around ? | 13:02 |
sandywalsh | yes | 13:02 |
dabo | that may end up being the way to go | 13:03 |
ttx | sandywalsh: ok that makes sense. I have no idea how much behind-the-times it is, so I can't comment on that :) | 13:03 |
sandywalsh | that said, getting the process in place for API changes is perhaps even more important. | 13:04 |
dabo | ttx: we're doing lots of stuff for internal usage that he would have had no reason to develop | 13:04 |
*** ameade has joined #openstack-dev | 13:05 | |
sandywalsh | dabo, internal to who? | 13:05 |
ttx | dabo: no reason because it doesn't make sense in a client library ? Then it might make sense to discuss a nova-internal bit for internal nova use | 13:05 |
dabo | zone booting | 13:05 |
dabo | why would a Rackspace customer need that? | 13:06 |
sandywalsh | anyone who wants zones/dist-sched needs that ... and it goes away once the api is solidified | 13:06 |
dabo | sandywalsh: imagine that nova is deployed as Rackspace Cloud Servers, with the zones configured as needed. When would a Cloud Servers customer ever need the zone booting capabilities? | 13:07 |
sandywalsh | anytime they want to provision > 1 instance at a time | 13:08 |
dabo | what does that have to do with zones? | 13:08 |
dabo | I might want to deploy > 1 instance in a single-zone deployment | 13:08 |
sandywalsh | it has to do with API 1.0 not supporting reservation ids ... /zones/boot is just a placeholder until the api spec catches up | 13:09 |
sandywalsh | this is my whole point, we can't hold back development until the api adoption process is nailed down. | 13:10 |
sandywalsh | we'll never get anything done | 13:10 |
dabo | and my whole point is that such things don't belong in a client that is released to the public. If we need shortcuts or duct tape, they should be internal | 13:11 |
sandywalsh | using what? a different api? | 13:11 |
dabo | if the api doesn't support something, it shouldn't be in the client | 13:11 |
sandywalsh | so Extensions can never be supported in the client? | 13:12 |
dabo | only if they are clearly marked as such. Not every deployment will support every extension, but they will all support the core API | 13:13 |
sandywalsh | where would they be clearly marked? | 13:14 |
sandywalsh | in the spec? | 13:14 |
dabo | in the spec, in any documentation, etc | 13:15 |
sandywalsh | or a big text message "this is non-standard!" :) If they can issue it via curl, why not make it available in (a) client | 13:15 |
sandywalsh | (once again DirectAPI is sounding better and better :) | 13:17 |
dabo | sandywalsh: wasn't that the point of direct api? To allow devs access to the internals without having to muck up the public api? | 13:18 |
sandywalsh | no, it was to make the client move in lock-step with the server without having to manually sync | 13:18 |
*** Zangetsue has quit IRC | 13:28 | |
*** Zangetsue has joined #openstack-dev | 13:30 | |
openstackjenkins | Project nova build #1,009: SUCCESS in 2 min 54 sec: http://jenkins.openstack.org/job/nova/1009/ | 13:34 |
openstackjenkins | Tarmac: Adds code to run_tests.py which: | 13:34 |
openstackjenkins | ??* Prints the time taken to run each test | 13:34 |
openstackjenkins | ??* Prints the 5 slowest tests at the end of the test-run | 13:34 |
openstackjenkins | * Adds --hide-elapsed option to suppress elapsed time output | 13:34 |
*** nati has quit IRC | 13:49 | |
*** nati has joined #openstack-dev | 13:55 | |
*** bcwaldon has joined #openstack-dev | 13:57 | |
*** openpercept_ has quit IRC | 14:06 | |
openstackjenkins | Project nova build #1,010: SUCCESS in 3 min 0 sec: http://jenkins.openstack.org/job/nova/1010/ | 14:09 |
openstackjenkins | Tarmac: The Xen driver supports running instances in PV or HVM modes, but the method it uses to determine which to use is complicated and doesn't work in all cases. The result is that images that need to use HVM mode (such as FreeBSD 64-bit) end up setting a property named 'os' set to 'windows'. | 14:09 |
openstackjenkins | This branch adds checks for a new property called 'vm_mode'. This can be set to 'pv' or 'hvm' and select the appropriate mode. If the property doesn't exist, the existing logic is still used to determine which mode to use. | 14:09 |
*** dolphm has joined #openstack-dev | 14:13 | |
*** dolphm has quit IRC | 14:25 | |
*** dolphm has joined #openstack-dev | 14:28 | |
*** BK_man has joined #openstack-dev | 14:35 | |
*** jkoelker has joined #openstack-dev | 14:45 | |
*** nati has quit IRC | 14:45 | |
*** throughnothing has quit IRC | 14:56 | |
*** glenc has quit IRC | 14:58 | |
*** throughnothing has joined #openstack-dev | 14:58 | |
*** glenc has joined #openstack-dev | 14:58 | |
*** dragondm has joined #openstack-dev | 15:01 | |
*** glenc has quit IRC | 15:05 | |
soren | ttx: I just added a new tool to our archive management toolbox. | 15:06 |
*** westmaas has quit IRC | 15:06 | |
soren | ttx: It finds packages that live in PPA's, but are out of sync. This is likely to cause problems when we copy everything to the common release PPA. | 15:06 |
soren | ttx: (e.g. swift only ever having been tested with eventlet 0.9.13 on Lucid, while Nova is on 0.9.15 on Lucid) | 15:06 |
soren | ttx: Example output http://paste.ubuntu.com/627395/ | 15:07 |
*** westmaas has joined #openstack-dev | 15:07 | |
*** glenc has joined #openstack-dev | 15:07 | |
ttx | soren: cool, should probably file bugs to push convergence | 15:09 |
soren | ttx: I was just going to translate mismatches into items for my RTM todo-list. | 15:10 |
*** Zangetsue has quit IRC | 15:13 | |
ttx | btw, I've got my rtm cli up at https://code.launchpad.net/~ttx/+junk/scripts, if you're interested | 15:18 |
*** openstack has joined #openstack-dev | 15:20 | |
*** reidrac has quit IRC | 15:20 | |
ttx | soren: ^ | 15:20 |
ttx | uses pyrtm from https://launchpad.net/~ttx/+archive/extras | 15:20 |
soren | ttx: Awesome, I was just about to ask :) | 15:21 |
soren | ttx: Any reason pyrtm isn't in UBuntu? | 15:21 |
*** bcwaldon has quit IRC | 15:21 | |
ttx | it was a bit stale last time I looked | 15:22 |
ttx | as in "orphaned" | 15:22 |
soren | Erk. | 15:22 |
* ttx checks freshness | 15:23 | |
*** jaypipes has quit IRC | 15:23 | |
*** mtaylor has quit IRC | 15:23 | |
*** mtaylor has joined #openstack-dev | 15:23 | |
*** mtaylor has joined #openstack-dev | 15:23 | |
*** ChanServ sets mode: +v mtaylor | 15:23 | |
*** jaypipes has joined #openstack-dev | 15:23 | |
soren | ttx: The repo on bitbucket isn't entirely dead, though. | 15:24 |
soren | ttx: Releases are just few and far apart. | 15:24 |
ttx | right, it used to be "more dead". | 15:24 |
ttx | i'll revisit it. Soon. | 15:24 |
*** bcwaldon has joined #openstack-dev | 15:27 | |
*** bcwaldon has quit IRC | 15:28 | |
*** bcwaldon has joined #openstack-dev | 15:28 | |
ttx | soren: fail: http://jenkins.openstack.org/job/swift-milestone-ppa/5/ | 15:33 |
*** devcamcar has quit IRC | 15:34 | |
*** devcamcar has joined #openstack-dev | 15:35 | |
*** heckj has joined #openstack-dev | 15:38 | |
*** openpercept_ has joined #openstack-dev | 15:39 | |
*** openpercept_ has quit IRC | 15:39 | |
*** openpercept_ has joined #openstack-dev | 15:39 | |
*** bcwaldon has quit IRC | 15:39 | |
*** bcwaldon has joined #openstack-dev | 15:41 | |
*** zaitcev has joined #openstack-dev | 15:52 | |
*** bcwaldon_ has joined #openstack-dev | 15:54 | |
*** troytoman-away is now known as troytoman | 15:56 | |
*** bcwaldon has quit IRC | 15:56 | |
*** Tv has joined #openstack-dev | 16:10 | |
*** ohnoimdead has joined #openstack-dev | 16:19 | |
*** vladimir3p has joined #openstack-dev | 16:30 | |
*** mgius has joined #openstack-dev | 16:44 | |
*** bcwaldon has joined #openstack-dev | 16:55 | |
jaypipes | vishy: ping | 16:58 |
*** jdurgin has joined #openstack-dev | 16:59 | |
*** dovetaildan has quit IRC | 17:16 | |
*** dovetaildan has joined #openstack-dev | 17:28 | |
bcwaldon | jaypipes: ping | 17:30 |
*** vikasg has left #openstack-dev | 17:33 | |
jaypipes | bcwaldon: pung. | 17:36 |
bcwaldon | So I can't seem to see a clean way to separate out http header code from the (de)serializers | 17:37 |
bcwaldon | https://code.launchpad.net/~rackspace-titan/glance/wsgi-refactor/+merge/64311 | 17:37 |
jaypipes | bcwaldon: give me one ping only sir. one ping only. (said in the voice of Sean Connery) | 17:37 |
bcwaldon | I love that guy | 17:38 |
jaypipes | bcwaldon: ok, gimme a few. I'll comment on the MP. | 17:38 |
bcwaldon | Thanks | 17:38 |
*** bcwaldon has quit IRC | 17:54 | |
*** BK_man has quit IRC | 17:58 | |
*** openpercept_ has quit IRC | 18:08 | |
*** openpercept_ has joined #openstack-dev | 18:10 | |
*** openpercept_ is now known as Guest58356 | 18:10 | |
*** ameade has quit IRC | 18:14 | |
*** Guest58356 has quit IRC | 18:16 | |
*** heckj has quit IRC | 18:23 | |
*** vladimir3p has quit IRC | 18:27 | |
openstackjenkins | Project burrow build #15: SUCCESS in 14 sec: http://jenkins.openstack.org/job/burrow/15/ | 18:46 |
openstackjenkins | Tarmac: Finished detail, marker, and limit tests for accounts. | 18:46 |
*** mgius has quit IRC | 18:56 | |
*** mgius has joined #openstack-dev | 18:57 | |
soren | mtaylor: ping | 18:58 |
soren | mtaylor: I'm fairl sure ths is the "can't fetch artifacts over unuathenticated http anymore" problem. Seeing as you've addressed this in the past, can you take a look? | 18:59 |
*** dolphm has quit IRC | 19:09 | |
*** ameade has joined #openstack-dev | 19:12 | |
*** openpercept_ has joined #openstack-dev | 19:12 | |
*** openpercept_ is now known as Guest61242 | 19:12 | |
*** Guest61242 has quit IRC | 19:16 | |
soren | mtaylor: Heheh... "This" refers to http://jenkins.openstack.org/job/swift-milestone-ppa/5/ | 19:34 |
*** markvoelker has quit IRC | 19:40 | |
*** jaypipes is now known as jaypipes-afk | 19:52 | |
*** heckj has joined #openstack-dev | 19:59 | |
*** openpercept_ has joined #openstack-dev | 20:14 | |
*** openpercept_ is now known as Guest56702 | 20:15 | |
*** asomya has joined #openstack-dev | 20:32 | |
*** bcwaldon_ has quit IRC | 21:00 | |
*** ameade has quit IRC | 21:01 | |
*** markvoelker has joined #openstack-dev | 21:01 | |
*** adiantum has joined #openstack-dev | 21:12 | |
*** adiantum has quit IRC | 21:18 | |
*** adiantum has joined #openstack-dev | 21:22 | |
*** scotticus has left #openstack-dev | 21:23 | |
*** adiantum has quit IRC | 21:31 | |
*** adiantum has joined #openstack-dev | 21:37 | |
soren | It's *really* quiet this evening. | 21:43 |
* eday drops a pin | 21:47 | |
*** adiantum has quit IRC | 21:49 | |
markvoelker | soren, eday: well, we could always start a discussion of XML vs JSON, names for "E", or choice of version control system. Those topics usually liven things up around here. =) | 21:49 |
* heckj gets all stabby | 21:50 | |
*** Guest56702 has quit IRC | 21:57 | |
eday | markvoelker: What's there to discuss? We all know the outcomes, it's just something to keep us busy until some does the work to make it so :) | 21:59 |
mgius | we could discuss what might happen on the next season of Glee? | 22:01 |
*** adiantum has joined #openstack-dev | 22:02 | |
eday | I think I have a fingernail to rip out first... | 22:03 |
*** vladimir3p has joined #openstack-dev | 22:15 | |
*** adiantum has quit IRC | 22:39 | |
*** asomya has quit IRC | 22:40 | |
comstud | eday: let me help | 22:41 |
*** jkoelker has quit IRC | 22:46 | |
*** adiantum has joined #openstack-dev | 22:52 | |
*** adiantum has quit IRC | 23:01 | |
*** troytoman is now known as troytoman-away | 23:02 | |
*** adiantum has joined #openstack-dev | 23:06 | |
*** Vek has quit IRC | 23:11 | |
*** Vek has joined #openstack-dev | 23:11 | |
*** markvoelker has quit IRC | 23:19 | |
*** dragondm has quit IRC | 23:26 | |
*** jaypipes-afk is now known as jaypipes | 23:29 | |
*** HugoKuo_ has joined #openstack-dev | 23:33 | |
*** heckj has quit IRC | 23:35 | |
*** throughn1thing has joined #openstack-dev | 23:36 | |
*** sandywalsh_ has joined #openstack-dev | 23:37 | |
*** mancdaz1203 has joined #openstack-dev | 23:37 | |
mtaylor | soren: yes | 23:48 |
*** ohnoimdead has quit IRC | 23:50 | |
*** adiantum has quit IRC | 23:53 | |
*** throughnothing has quit IRC | 23:53 | |
*** HugoKuo has quit IRC | 23:53 | |
*** RobertLaptop has quit IRC | 23:53 | |
*** mancdaz has quit IRC | 23:53 | |
*** rods has quit IRC | 23:53 | |
*** clayg has quit IRC | 23:53 | |
*** sandywalsh has quit IRC | 23:53 | |
*** Daviey has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!