Saturday, 2012-03-10

*** vincentricci has left #openstack-dev00:00
*** adjohn has joined #openstack-dev00:00
*** vincentricci has joined #openstack-dev00:00
*** dubsquared has quit IRC00:02
*** vricci has joined #openstack-dev00:10
*** roge has quit IRC00:11
*** vricci has quit IRC00:12
*** sandywalsh has quit IRC00:13
*** dubsquared has joined #openstack-dev00:14
*** ncode has quit IRC00:16
jeblairrestarting jenkins in order to remove a plugin00:22
*** openstackjenkins has quit IRC00:22
*** maplebed has quit IRC00:23
*** openstackjenkins has joined #openstack-dev00:23
jeblairdone00:25
*** maplebed has joined #openstack-dev00:25
*** lloydde_ has quit IRC00:27
jeblairjkoelker: i just made a change that should fix the gate tests for 5173.  i've retriggered the jobs again00:27
jeblairjkoelker: and it merged.00:28
*** dubsquared has quit IRC00:29
*** flaviamissi has joined #openstack-dev00:30
*** flaviamissi has quit IRC00:35
*** anotherjesse_zz is now known as anotherjesse00:35
*** flaviamissi has joined #openstack-dev00:35
jeblairchmouel: 945231 is assigned to you in openstack-ci; does that mean you're going to make the change to the devstack-gate scripts, or would you like me to?00:36
*** mattstep has quit IRC00:46
*** mattstep has joined #openstack-dev00:47
*** mattstep has quit IRC00:48
*** mattstep has joined #openstack-dev00:49
*** sandywalsh has joined #openstack-dev00:51
*** flaviamissi has quit IRC00:52
*** jmckenty has quit IRC00:53
*** flaviamissi has joined #openstack-dev00:54
*** flaviamissi has quit IRC00:58
*** flaviamissi has joined #openstack-dev00:59
jkoelkerjeblair: thanks01:02
*** paulormg has quit IRC01:02
*** johnpostlethwait has quit IRC01:12
*** vizsla has quit IRC01:13
*** flaviamissi_ has joined #openstack-dev01:18
*** flaviamissi has quit IRC01:18
*** hub_cap has joined #openstack-dev01:18
*** jdg_ has quit IRC01:19
*** paulstallworth has joined #openstack-dev01:21
*** maplebed is now known as maplebedAFK01:23
*** shevek_ has quit IRC01:28
*** danwent has joined #openstack-dev01:29
*** gyee has quit IRC01:32
*** dalang has joined #openstack-dev01:34
*** danwent has quit IRC01:38
*** thingee1 has quit IRC01:40
*** lloydde has joined #openstack-dev01:42
*** vincentricci has joined #openstack-dev01:48
*** mszilagyi has quit IRC01:49
*** spiffxp has quit IRC01:49
*** vincentricci has left #openstack-dev01:51
*** agonella has joined #openstack-dev01:59
*** johnpostlethwait has joined #openstack-dev02:04
*** jdurgin has quit IRC02:06
*** jakedahn_zz is now known as jakedahn02:06
*** lloydde has quit IRC02:06
*** jdurgin has joined #openstack-dev02:09
*** Gordonz has joined #openstack-dev02:10
*** Gordonz has quit IRC02:11
*** Gordonz has joined #openstack-dev02:11
*** dalang has quit IRC02:12
*** jdurgin has quit IRC02:16
*** zul has quit IRC02:22
*** jdurgin has joined #openstack-dev02:23
*** Gordonz has quit IRC02:27
*** rods has quit IRC02:31
*** johnpostlethwait has quit IRC02:32
*** jaypipes has quit IRC02:35
*** mnewby has quit IRC02:46
*** jdurgin has quit IRC02:50
*** roge has joined #openstack-dev03:03
*** danwent has joined #openstack-dev03:16
*** agonella has quit IRC03:18
*** maplebedAFK has quit IRC03:19
andrewbogottIf I do 'nova list' my instance has the id '91ec5786-ee3d-45d8-83b3-63dfc31d8c97'.  And yet, in sqlalchemy/models.py, almost every 'instance_id' column is of type 'integer'.  How many different kind of instance ids are there?03:22
*** bsza has quit IRC03:22
anotherjesseandrewbogott: three :(  id, uuid, ec2 id (which I think is computed … )03:24
anotherjessesome resources have a name as well03:24
andrewbogottAnd, apparently the uuid is called 'id' in the commandline and gui interface :(03:24
paulstallworthsubmit it03:25
andrewbogottI will, once I'm sure I understand...03:26
anotherjesseandrewbogott: not necessarily an issue - if we don't expose the "id" integer value anywhere… not sure03:26
andrewbogottAlthough... maybe the integer id is a totally internal convention that users don't know about.03:26
andrewbogottyeah, what you said.03:26
anotherjesseI think it is a deprecated field03:26
andrewbogott'id' is deprecated?03:26
anotherjessebut wasn't paying complete attention when it happened03:26
anotherjesseandrewbogott: iirc uuid is the preferred identifier - but vishy, berhens or bcwaldon would know better03:27
andrewbogottuuid should be preferred, but atm every single db call takes the int id and not a uuid.03:27
anotherjesseuuid's are so much easier to read03:28
andrewbogottBut, yeah, the UI seems to use uuid consistently, which is good.03:28
anotherjesse;p03:28
*** reed has quit IRC03:28
vishythe id is legacy03:28
anotherjessevishy: should we kill in folsom week 1?03:28
vishywe are trying to convert everything over to uuid but id is still used internally03:28
vishyin a few places03:28
vishymost notably to generate ec2 ids03:29
vishyanotherjesse: it is still the primary key of the instances table i think as well03:29
anotherjessevishy: k - added to our backlog to look at "when we have time"03:30
vishyanotherjesse: we need to make sure we finish up: https://launchpad.net/nova/+milestone/essex-rc103:31
anotherjessevishy: referring to post essex03:31
vishyanotherjesse: getting close :)03:31
vishyanotherjesse: right :)03:31
*** Ryan_Lane has quit IRC03:31
*** galthaus has joined #openstack-dev03:38
*** dwalleck has joined #openstack-dev03:45
*** Glacee has quit IRC03:45
*** dwalleck has quit IRC03:46
andrewbogottAh... everything works much better now that I know the difference!03:50
anotherjesseandrewbogott: any chance you can blog your journey and share it with docs team to update docs?03:51
andrewbogottid vs. uuid you mean?03:51
anotherjessethat, keystone, ...03:52
annegentleandrewbogott: anotherjesse: would love it. and there's also adam young's LDAP journey blog http://adam.younglogic.com/2012/02/openstack-keystone-ldap-redux/03:52
andrewbogottI will think about it.  Most of these issues are things that are changing so fast that the docs will be wrong before they're written.03:53
annegentleandrewbogott: *sob* you just described my existence03:53
*** vizsla has joined #openstack-dev03:53
annegentle:)03:53
andrewbogottannegentle:  <emoticon expressing sympathy>03:53
annegentleandrewbogott: hee03:54
andrewbogottWhen I was in charge of docs I tended to wait until the night before shipping to shoot all the screenshots so I wouldn't have to do them twice.  I think my work was not generally considered high-quality :(03:55
annegentleandrewbogott: heh. well at least you didn't have to do that in 22 languages or something03:57
andrewbogottTrue!03:57
*** novas0x2a|laptop has quit IRC03:59
anotherjesseI'm about to add "import iso8601" to keystone's auth_token middleware04:02
anotherjesseit is a third party library, but the spec says the timestamp coming is an iso9601 format … so to parse something more complicated than python provides04:02
*** dolphm has quit IRC04:03
*** littleidea has quit IRC04:13
*** littleidea has joined #openstack-dev04:14
annegentleanotherjesse: take a  quick look see at https://review.openstack.org/518704:19
annegentleanotherjesse: moving to /www pointing to trunk and diablo going secondary04:20
anotherjesseannegentle: not core, but I did +104:24
anotherjessewould be nice if we had versions more prominent04:25
anotherjessebut that is a different bug04:25
bcwaldonannegentle: protip: make the top line of your commit message 50 chars or less, then leave a blank line immediately after it before writing the rest of your summary04:25
anotherjessebcwaldon: ++ * 10004:26
bcwaldonannegentle: Gerrit likes that a lot better :)04:26
anotherjessebcwaldon: actually all of git04:26
bcwaldonanotherjesse: yes, that, too04:26
*** dolphm has joined #openstack-dev04:26
annegentlebcwaldon: ohhh04:30
annegentlehow do I get vi to tell me how many chars in a line?04:32
anotherjessevim should let you know04:32
Lumiereif you have syntax highlighting on04:33
*** dolphm has quit IRC04:33
Lumiereit should change colors after 50 characters04:33
Lumierethe second line should be highlighted (red)04:33
bcwaldonannegentle: are any of your git commands colored?04:43
*** roge has quit IRC04:47
annegentlebcwaldon: so I've tried to install the git autocomplete to no avail04:48
bcwaldonannegentle: you running on os x?04:48
annegentlebcwaldon: ayup04:48
bcwaldonwhat if you run 'git config color.ui true'04:49
bcwaldonwhat does a commit message look like after that?04:49
anotherjessejeblair:     raise Exception("No ready nodes")04:52
*** ches has quit IRC04:53
*** ches has joined #openstack-dev04:54
annegentlebcwaldon: pout, no change04:56
bcwaldon:(04:56
bcwaldonwell dang04:56
annegentleweird. git config --get color.ui says "true"04:57
*** hub_cap has joined #openstack-dev04:57
bcwaldonwhat about just 'color'?04:57
bcwaldonor 'color.interactive'04:58
bcwaldonlooking at this, btw: http://book.git-scm.com/5_customizing_git.html04:58
galthausHi.  I have gerrit flow question.  I put in a fix for a bug (really small and minimal, but learning process).  I noticed that another pending fix includes my fix as well.   Do we do anything about that?  Just let one atrophy away?04:58
bcwaldongalthaus: is it obvious which one will be accepted?04:59
bcwaldongalthaus: sometimes we end up taking one over the other for a certain reason, then we abandon the other04:59
galthausone is a complete subset of the other (assuming the super set eventually passes jenkins verification).04:59
*** pixelbeat has quit IRC04:59
bcwaldongalthaus: then I would suggest the review which is a subset be abandoned05:00
galthausbcwaldon: does that happen automagically over time?05:01
bcwaldongalthaus: is this review owned by you?05:01
galthausyes05:01
bcwaldongalthaus: there is an 'Abandon' button in Gerrit that you can use05:01
bcwaldongalthaus: if a review sits without any activity for two weeks (or one week with negative response), it will be abandoned automatically05:02
galthausbcwaldon: okay.  Thanks.05:03
*** vizsla has quit IRC05:05
redbowho can I talk to about gerrit problems?  http://www.quickmeme.com/meme/36j297/05:07
hub_capvishy: anotherjesse thx for the reviews guys.05:07
anotherjesseredbo: heh05:08
bcwaldonredbo: I just saw a review land, might be clearing up now05:09
bcwaldonredbo: but you can talk to jeblair or mtaylor when they're online05:09
anotherjessehub_cap: one does not simply send a pull request05:09
hub_capyes u must be one with the gerrit05:12
*** anotherjesse is now known as anotherjesse_zz05:24
*** hub_cap has quit IRC05:25
*** danwent has quit IRC05:28
*** jdg has joined #openstack-dev05:53
*** littleidea has quit IRC06:07
*** littleidea has joined #openstack-dev06:15
*** zaitcev has quit IRC06:17
chmoueljeblair: please feel free to do so that would probably be quicker06:28
*** hattwick has quit IRC06:33
*** paulstallworth has quit IRC06:50
*** danwent has joined #openstack-dev06:58
*** jdg has quit IRC07:08
*** littleidea has quit IRC07:10
*** dtroyer has quit IRC07:33
*** Mandell has quit IRC08:00
*** bencherian has left #openstack-dev08:24
*** hattwick has joined #openstack-dev09:00
*** shevek_ has joined #openstack-dev09:18
*** hazmat has quit IRC09:35
*** hazmat` has joined #openstack-dev09:35
*** pixelbeat has joined #openstack-dev09:46
*** danwent has quit IRC10:17
*** vizsla has joined #openstack-dev11:01
*** maploin has joined #openstack-dev11:03
*** maploin has quit IRC11:03
*** maploin has joined #openstack-dev11:03
*** rods has joined #openstack-dev11:04
*** vizsla has quit IRC11:05
*** bsza has joined #openstack-dev11:50
*** eglynn has quit IRC12:47
*** eglynn__ has quit IRC12:47
*** andrewsmedina has quit IRC12:47
*** ncode has joined #openstack-dev13:46
*** ncode has joined #openstack-dev13:46
*** maploin has quit IRC13:50
*** pixelbeat has quit IRC14:00
*** LinuxJedi has quit IRC14:01
*** roge has joined #openstack-dev14:31
*** ncode has quit IRC14:41
*** gkotton has quit IRC15:06
*** gkotton has joined #openstack-dev15:06
*** adjohn has quit IRC15:15
*** lloydde has joined #openstack-dev15:33
*** hhoover has joined #openstack-dev15:34
andrewbogottdragondm:  Have a moment for a notification question?15:40
*** bencherian has joined #openstack-dev15:42
*** ywu has joined #openstack-dev15:44
*** galthaus has left #openstack-dev15:48
*** zigo has joined #openstack-dev15:49
andrewbogottdragondm: Well, in case your proxy gets this question and you wants to answer my proxy... I'm wondering if there's existing code to help my nova extension subscribe to certain notifications.  I know how to do it from scratch, but I believe that that requires me to know which notification system is active, which seems wrong.15:50
*** littleidea has joined #openstack-dev15:54
*** roge has quit IRC16:00
*** hhoover has left #openstack-dev16:00
*** Remco_ has joined #openstack-dev16:08
*** roge has joined #openstack-dev16:08
*** dtroyer has joined #openstack-dev16:24
*** pixelbeat has joined #openstack-dev16:35
*** LinuxJedi has joined #openstack-dev16:39
*** sdake has quit IRC16:42
*** pixelbeat has quit IRC16:42
*** dolphm has joined #openstack-dev16:49
*** LinuxJedi has quit IRC16:58
*** pixelbeat has joined #openstack-dev17:05
*** LinuxJedi has joined #openstack-dev17:07
*** Mandell has joined #openstack-dev17:08
*** dolphm has quit IRC17:10
*** ches has quit IRC17:12
*** ches has joined #openstack-dev17:13
*** dolphm has joined #openstack-dev17:15
*** danwent has joined #openstack-dev17:16
*** Mandell has quit IRC17:20
*** danwent has quit IRC17:24
*** torgomatic has joined #openstack-dev17:24
*** johnpostlethwait has joined #openstack-dev17:27
*** bsza has quit IRC17:27
*** ches has quit IRC17:31
*** ches has joined #openstack-dev17:31
jeblairwoo-hoo!  Screen logs are now available for devstack gate tests: https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/2411/17:32
jeblairchmouel, anotherjesse_zz: ^ thanks!17:32
*** danwent has joined #openstack-dev17:32
*** dolphm has quit IRC17:40
*** Mandell has joined #openstack-dev17:42
*** danwent has quit IRC17:43
chmoueljeblair: nice!17:44
chmouelvishy: ping?17:45
*** danwent has joined #openstack-dev17:47
chmouelvishy: I am getting swift3 acting as nova-objectstore in devstack as https://review.openstack.org/#change,4696 but euca-register fail and I am getting this out of nova-api: http://pastie.org/private/lwdc3vyle857ajzmcnmauw I am guessing this phase2 we were talking about some time ago?17:48
*** shevek_ has quit IRC17:48
*** danwent has quit IRC17:50
*** dolphm has joined #openstack-dev18:00
*** ches has quit IRC18:01
*** ches has joined #openstack-dev18:01
vishychmouel: you ned to add two configs to nova18:02
vishys3_access_key18:02
vishyand18:02
vishys3_secret_key18:02
vishyi guess you will need to create them earlier somewhere and add them with add_nova_opt18:03
chmouelok, that wasn't done before with nova-objectstore?18:05
chmouelonly with n-obj18:05
*** johnpostlethwait has quit IRC18:05
vishyright18:06
vishynova objectstore doesn't check signature18:06
vishyit is open18:07
vishychmouel: ^^18:07
chmouelvishy: ok, will grep fro there18:09
vishyyou could probably do it manually at first to make sure it works18:09
chmouelyup was doing that but this is the time where the kid just want me to google spiderman 4 (????) so it's probably going to be for later18:11
*** roge has quit IRC18:12
*** torgomatic has quit IRC18:13
*** dtroyer has quit IRC18:25
*** dolphm has quit IRC18:28
vishychmouel: cool, can't wait to see it in action.18:35
*** adjohn has joined #openstack-dev18:42
*** jakedahn is now known as jakedahn_zz18:42
*** adjohn has quit IRC18:42
*** martine has joined #openstack-dev18:44
*** adjohn has joined #openstack-dev18:48
*** shevek_ has joined #openstack-dev18:54
*** Mandell has quit IRC18:54
*** andrewsmedina has joined #openstack-dev18:57
*** sniperd has joined #openstack-dev19:06
*** Mandell has joined #openstack-dev19:10
*** bencherian has quit IRC19:12
*** Mandell has quit IRC19:18
*** johnpostlethwait has joined #openstack-dev19:20
*** lloydde has quit IRC19:24
*** bencherian has joined #openstack-dev19:37
*** torgomatic has joined #openstack-dev19:41
*** zigo has quit IRC20:04
*** bsza has joined #openstack-dev20:06
*** martine has quit IRC20:09
*** LinuxJedi has quit IRC20:24
*** bsza has quit IRC20:27
*** jkoelker has left #openstack-dev20:31
*** jkoelker has joined #openstack-dev20:31
*** torgomatic has quit IRC20:31
*** bsza has joined #openstack-dev20:32
*** Mandell has joined #openstack-dev20:32
*** shevek_ has quit IRC20:35
*** shevek_ has joined #openstack-dev20:36
*** dtroyer has joined #openstack-dev20:37
*** bsza has quit IRC20:41
*** bsza has joined #openstack-dev20:42
*** shevek_ has quit IRC20:46
*** johnpostlethwait has quit IRC20:48
*** bsza has quit IRC20:54
*** eglynn__ has joined #openstack-dev20:58
*** eglynn has joined #openstack-dev20:58
*** eglynn__ has quit IRC21:12
*** johnpostlethwait has joined #openstack-dev21:12
*** johnpostlethwait has quit IRC21:12
*** eglynn has quit IRC21:13
*** johnpostlethwait has joined #openstack-dev21:15
*** Mandell has quit IRC21:26
annegentlevishy: or mtaylor or other admins, can you approve Sagar Nikam on https://launchpad.net/~openstack-cla/+members#proposed21:35
annegentleplease? :)21:35
*** Mandell has joined #openstack-dev21:50
*** mszilagyi has joined #openstack-dev22:05
vishyannegentle: done22:08
annegentlevishy: ty22:08
mikalIs there anyone around who wants to take a look at https://review.openstack.org/#change,5075 ? Its a fix for a nova rc1 bug.22:40
mikalI need one more core reviewer...22:41
chmouelvishy: so about that nova-objectstore I can do whatever I want with a user with reseller cap but I need to know to which tenant/account I need to go to look at from s3.py for the image22:44
chmouelvishy: which I am not sure how we can get that22:45
vishychmouel: well it is in the request context22:46
vishychmouel: how to get it to swift though...22:46
vishyso buckets are only unique per account?22:46
chmouelyes22:46
chmouelwhat i have to do if I have a ec2 token in req22:47
vishychmouel: i guess you could hack it into the access token22:47
chmouelvishy: then I will have to go back to keystone for the real account uid22:47
vishythat is annoying though22:47
chmouelyep22:47
vishyi mean22:47
vishypass in access token to s3 server as access_token:tenant22:48
vishyi'm trying to think if there is another way to do it22:48
vishybecause it just passes bucket right?22:48
chmouelcurrently yes22:48
chmouelwe could do if we just pass access_token22:48
vishyi wonder if we could do "tenant/bucket"22:49
chmoueland have revalidate to keystone for the real account_id22:49
vishyas the bucket22:49
chmouelyeah i was thinking about that that could work22:49
chmoueleven tho feels hacky22:49
vishybut i guess then the s3 has to be smart enough to cut off tenant22:49
*** sdake has joined #openstack-dev22:51
*** sdake has quit IRC22:52
*** sdake has joined #openstack-dev22:52
redbomtaylor,jeblair: can someone look at my gerrit account?  It seems to be confused as to which lp groups I'm a member of.22:56
*** ncode has joined #openstack-dev22:58
mtaylorredbo: I'm not really here today - perhaps jeblair or LinuxJedi might get a sec23:03
mtaylorredbo: did you ever merge accounts on launchpad?23:03
redboI don't know23:07
*** eglynn_ has joined #openstack-dev23:10
redbomtaylor: email search says merged two accounts nearly 2 years ago23:10
redbo                           ^I23:10
*** Ryan_Lane has joined #openstack-dev23:16
*** Remco_ has quit IRC23:23
*** jakedahn_zz is now known as jakedahn23:32
*** ncode has quit IRC23:41
vishychmouel: we need to do something :(23:46
vishychmouel: i wonder if there is a way we can pass extra metadata in to s3 somehow23:47
vishychmouel: looks like you have to set s3_host and s3_port as well23:48
*** ncode has joined #openstack-dev23:51
vishychmouel: ok the only thing i can think of is a flag to prefix the bucket with the tenant id23:52
vishyand then for reseller admins, it will convert the first xxxx/ to bucket23:52
*** ncode has quit IRC23:54
vishychmouel: actually this will be way easier in the access key23:55
vishychmouel: actually i think access-key affix is fine but i don't know how to make it work with real s323:55
*** agonella has joined #openstack-dev23:58
*** agonella has left #openstack-dev23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!