*** vincentricci has left #openstack-dev | 00:00 | |
*** adjohn has joined #openstack-dev | 00:00 | |
*** vincentricci has joined #openstack-dev | 00:00 | |
*** dubsquared has quit IRC | 00:02 | |
*** vricci has joined #openstack-dev | 00:10 | |
*** roge has quit IRC | 00:11 | |
*** vricci has quit IRC | 00:12 | |
*** sandywalsh has quit IRC | 00:13 | |
*** dubsquared has joined #openstack-dev | 00:14 | |
*** ncode has quit IRC | 00:16 | |
jeblair | restarting jenkins in order to remove a plugin | 00:22 |
---|---|---|
*** openstackjenkins has quit IRC | 00:22 | |
*** maplebed has quit IRC | 00:23 | |
*** openstackjenkins has joined #openstack-dev | 00:23 | |
jeblair | done | 00:25 |
*** maplebed has joined #openstack-dev | 00:25 | |
*** lloydde_ has quit IRC | 00:27 | |
jeblair | jkoelker: i just made a change that should fix the gate tests for 5173. i've retriggered the jobs again | 00:27 |
jeblair | jkoelker: and it merged. | 00:28 |
*** dubsquared has quit IRC | 00:29 | |
*** flaviamissi has joined #openstack-dev | 00:30 | |
*** flaviamissi has quit IRC | 00:35 | |
*** anotherjesse_zz is now known as anotherjesse | 00:35 | |
*** flaviamissi has joined #openstack-dev | 00:35 | |
jeblair | chmouel: 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 IRC | 00:46 | |
*** mattstep has joined #openstack-dev | 00:47 | |
*** mattstep has quit IRC | 00:48 | |
*** mattstep has joined #openstack-dev | 00:49 | |
*** sandywalsh has joined #openstack-dev | 00:51 | |
*** flaviamissi has quit IRC | 00:52 | |
*** jmckenty has quit IRC | 00:53 | |
*** flaviamissi has joined #openstack-dev | 00:54 | |
*** flaviamissi has quit IRC | 00:58 | |
*** flaviamissi has joined #openstack-dev | 00:59 | |
jkoelker | jeblair: thanks | 01:02 |
*** paulormg has quit IRC | 01:02 | |
*** johnpostlethwait has quit IRC | 01:12 | |
*** vizsla has quit IRC | 01:13 | |
*** flaviamissi_ has joined #openstack-dev | 01:18 | |
*** flaviamissi has quit IRC | 01:18 | |
*** hub_cap has joined #openstack-dev | 01:18 | |
*** jdg_ has quit IRC | 01:19 | |
*** paulstallworth has joined #openstack-dev | 01:21 | |
*** maplebed is now known as maplebedAFK | 01:23 | |
*** shevek_ has quit IRC | 01:28 | |
*** danwent has joined #openstack-dev | 01:29 | |
*** gyee has quit IRC | 01:32 | |
*** dalang has joined #openstack-dev | 01:34 | |
*** danwent has quit IRC | 01:38 | |
*** thingee1 has quit IRC | 01:40 | |
*** lloydde has joined #openstack-dev | 01:42 | |
*** vincentricci has joined #openstack-dev | 01:48 | |
*** mszilagyi has quit IRC | 01:49 | |
*** spiffxp has quit IRC | 01:49 | |
*** vincentricci has left #openstack-dev | 01:51 | |
*** agonella has joined #openstack-dev | 01:59 | |
*** johnpostlethwait has joined #openstack-dev | 02:04 | |
*** jdurgin has quit IRC | 02:06 | |
*** jakedahn_zz is now known as jakedahn | 02:06 | |
*** lloydde has quit IRC | 02:06 | |
*** jdurgin has joined #openstack-dev | 02:09 | |
*** Gordonz has joined #openstack-dev | 02:10 | |
*** Gordonz has quit IRC | 02:11 | |
*** Gordonz has joined #openstack-dev | 02:11 | |
*** dalang has quit IRC | 02:12 | |
*** jdurgin has quit IRC | 02:16 | |
*** zul has quit IRC | 02:22 | |
*** jdurgin has joined #openstack-dev | 02:23 | |
*** Gordonz has quit IRC | 02:27 | |
*** rods has quit IRC | 02:31 | |
*** johnpostlethwait has quit IRC | 02:32 | |
*** jaypipes has quit IRC | 02:35 | |
*** mnewby has quit IRC | 02:46 | |
*** jdurgin has quit IRC | 02:50 | |
*** roge has joined #openstack-dev | 03:03 | |
*** danwent has joined #openstack-dev | 03:16 | |
*** agonella has quit IRC | 03:18 | |
*** maplebedAFK has quit IRC | 03:19 | |
andrewbogott | If 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 IRC | 03:22 | |
anotherjesse | andrewbogott: three :( id, uuid, ec2 id (which I think is computed … ) | 03:24 |
anotherjesse | some resources have a name as well | 03:24 |
andrewbogott | And, apparently the uuid is called 'id' in the commandline and gui interface :( | 03:24 |
paulstallworth | submit it | 03:25 |
andrewbogott | I will, once I'm sure I understand... | 03:26 |
anotherjesse | andrewbogott: not necessarily an issue - if we don't expose the "id" integer value anywhere… not sure | 03:26 |
andrewbogott | Although... maybe the integer id is a totally internal convention that users don't know about. | 03:26 |
andrewbogott | yeah, what you said. | 03:26 |
anotherjesse | I think it is a deprecated field | 03:26 |
andrewbogott | 'id' is deprecated? | 03:26 |
anotherjesse | but wasn't paying complete attention when it happened | 03:26 |
anotherjesse | andrewbogott: iirc uuid is the preferred identifier - but vishy, berhens or bcwaldon would know better | 03:27 |
andrewbogott | uuid should be preferred, but atm every single db call takes the int id and not a uuid. | 03:27 |
anotherjesse | uuid's are so much easier to read | 03:28 |
andrewbogott | But, yeah, the UI seems to use uuid consistently, which is good. | 03:28 |
anotherjesse | ;p | 03:28 |
*** reed has quit IRC | 03:28 | |
vishy | the id is legacy | 03:28 |
anotherjesse | vishy: should we kill in folsom week 1? | 03:28 |
vishy | we are trying to convert everything over to uuid but id is still used internally | 03:28 |
vishy | in a few places | 03:28 |
vishy | most notably to generate ec2 ids | 03:29 |
vishy | anotherjesse: it is still the primary key of the instances table i think as well | 03:29 |
anotherjesse | vishy: k - added to our backlog to look at "when we have time" | 03:30 |
vishy | anotherjesse: we need to make sure we finish up: https://launchpad.net/nova/+milestone/essex-rc1 | 03:31 |
anotherjesse | vishy: referring to post essex | 03:31 |
vishy | anotherjesse: getting close :) | 03:31 |
vishy | anotherjesse: right :) | 03:31 |
*** Ryan_Lane has quit IRC | 03:31 | |
*** galthaus has joined #openstack-dev | 03:38 | |
*** dwalleck has joined #openstack-dev | 03:45 | |
*** Glacee has quit IRC | 03:45 | |
*** dwalleck has quit IRC | 03:46 | |
andrewbogott | Ah... everything works much better now that I know the difference! | 03:50 |
anotherjesse | andrewbogott: any chance you can blog your journey and share it with docs team to update docs? | 03:51 |
andrewbogott | id vs. uuid you mean? | 03:51 |
anotherjesse | that, keystone, ... | 03:52 |
annegentle | andrewbogott: 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 |
andrewbogott | I 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 |
annegentle | andrewbogott: *sob* you just described my existence | 03:53 |
*** vizsla has joined #openstack-dev | 03:53 | |
annegentle | :) | 03:53 |
andrewbogott | annegentle: <emoticon expressing sympathy> | 03:53 |
annegentle | andrewbogott: hee | 03:54 |
andrewbogott | When 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 |
annegentle | andrewbogott: heh. well at least you didn't have to do that in 22 languages or something | 03:57 |
andrewbogott | True! | 03:57 |
*** novas0x2a|laptop has quit IRC | 03:59 | |
anotherjesse | I'm about to add "import iso8601" to keystone's auth_token middleware | 04:02 |
anotherjesse | it is a third party library, but the spec says the timestamp coming is an iso9601 format … so to parse something more complicated than python provides | 04:02 |
*** dolphm has quit IRC | 04:03 | |
*** littleidea has quit IRC | 04:13 | |
*** littleidea has joined #openstack-dev | 04:14 | |
annegentle | anotherjesse: take a quick look see at https://review.openstack.org/5187 | 04:19 |
annegentle | anotherjesse: moving to /www pointing to trunk and diablo going secondary | 04:20 |
anotherjesse | annegentle: not core, but I did +1 | 04:24 |
anotherjesse | would be nice if we had versions more prominent | 04:25 |
anotherjesse | but that is a different bug | 04:25 |
bcwaldon | annegentle: 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 summary | 04:25 |
anotherjesse | bcwaldon: ++ * 100 | 04:26 |
bcwaldon | annegentle: Gerrit likes that a lot better :) | 04:26 |
anotherjesse | bcwaldon: actually all of git | 04:26 |
bcwaldon | anotherjesse: yes, that, too | 04:26 |
*** dolphm has joined #openstack-dev | 04:26 | |
annegentle | bcwaldon: ohhh | 04:30 |
annegentle | how do I get vi to tell me how many chars in a line? | 04:32 |
anotherjesse | vim should let you know | 04:32 |
Lumiere | if you have syntax highlighting on | 04:33 |
*** dolphm has quit IRC | 04:33 | |
Lumiere | it should change colors after 50 characters | 04:33 |
Lumiere | the second line should be highlighted (red) | 04:33 |
bcwaldon | annegentle: are any of your git commands colored? | 04:43 |
*** roge has quit IRC | 04:47 | |
annegentle | bcwaldon: so I've tried to install the git autocomplete to no avail | 04:48 |
bcwaldon | annegentle: you running on os x? | 04:48 |
annegentle | bcwaldon: ayup | 04:48 |
bcwaldon | what if you run 'git config color.ui true' | 04:49 |
bcwaldon | what does a commit message look like after that? | 04:49 |
anotherjesse | jeblair: raise Exception("No ready nodes") | 04:52 |
*** ches has quit IRC | 04:53 | |
*** ches has joined #openstack-dev | 04:54 | |
annegentle | bcwaldon: pout, no change | 04:56 |
bcwaldon | :( | 04:56 |
bcwaldon | well dang | 04:56 |
annegentle | weird. git config --get color.ui says "true" | 04:57 |
*** hub_cap has joined #openstack-dev | 04:57 | |
bcwaldon | what about just 'color'? | 04:57 |
bcwaldon | or 'color.interactive' | 04:58 |
bcwaldon | looking at this, btw: http://book.git-scm.com/5_customizing_git.html | 04:58 |
galthaus | Hi. 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 |
bcwaldon | galthaus: is it obvious which one will be accepted? | 04:59 |
bcwaldon | galthaus: sometimes we end up taking one over the other for a certain reason, then we abandon the other | 04:59 |
galthaus | one is a complete subset of the other (assuming the super set eventually passes jenkins verification). | 04:59 |
*** pixelbeat has quit IRC | 04:59 | |
bcwaldon | galthaus: then I would suggest the review which is a subset be abandoned | 05:00 |
galthaus | bcwaldon: does that happen automagically over time? | 05:01 |
bcwaldon | galthaus: is this review owned by you? | 05:01 |
galthaus | yes | 05:01 |
bcwaldon | galthaus: there is an 'Abandon' button in Gerrit that you can use | 05:01 |
bcwaldon | galthaus: if a review sits without any activity for two weeks (or one week with negative response), it will be abandoned automatically | 05:02 |
galthaus | bcwaldon: okay. Thanks. | 05:03 |
*** vizsla has quit IRC | 05:05 | |
redbo | who can I talk to about gerrit problems? http://www.quickmeme.com/meme/36j297/ | 05:07 |
hub_cap | vishy: anotherjesse thx for the reviews guys. | 05:07 |
anotherjesse | redbo: heh | 05:08 |
bcwaldon | redbo: I just saw a review land, might be clearing up now | 05:09 |
bcwaldon | redbo: but you can talk to jeblair or mtaylor when they're online | 05:09 |
anotherjesse | hub_cap: one does not simply send a pull request | 05:09 |
hub_cap | yes u must be one with the gerrit | 05:12 |
*** anotherjesse is now known as anotherjesse_zz | 05:24 | |
*** hub_cap has quit IRC | 05:25 | |
*** danwent has quit IRC | 05:28 | |
*** jdg has joined #openstack-dev | 05:53 | |
*** littleidea has quit IRC | 06:07 | |
*** littleidea has joined #openstack-dev | 06:15 | |
*** zaitcev has quit IRC | 06:17 | |
chmouel | jeblair: please feel free to do so that would probably be quicker | 06:28 |
*** hattwick has quit IRC | 06:33 | |
*** paulstallworth has quit IRC | 06:50 | |
*** danwent has joined #openstack-dev | 06:58 | |
*** jdg has quit IRC | 07:08 | |
*** littleidea has quit IRC | 07:10 | |
*** dtroyer has quit IRC | 07:33 | |
*** Mandell has quit IRC | 08:00 | |
*** bencherian has left #openstack-dev | 08:24 | |
*** hattwick has joined #openstack-dev | 09:00 | |
*** shevek_ has joined #openstack-dev | 09:18 | |
*** hazmat has quit IRC | 09:35 | |
*** hazmat` has joined #openstack-dev | 09:35 | |
*** pixelbeat has joined #openstack-dev | 09:46 | |
*** danwent has quit IRC | 10:17 | |
*** vizsla has joined #openstack-dev | 11:01 | |
*** maploin has joined #openstack-dev | 11:03 | |
*** maploin has quit IRC | 11:03 | |
*** maploin has joined #openstack-dev | 11:03 | |
*** rods has joined #openstack-dev | 11:04 | |
*** vizsla has quit IRC | 11:05 | |
*** bsza has joined #openstack-dev | 11:50 | |
*** eglynn has quit IRC | 12:47 | |
*** eglynn__ has quit IRC | 12:47 | |
*** andrewsmedina has quit IRC | 12:47 | |
*** ncode has joined #openstack-dev | 13:46 | |
*** ncode has joined #openstack-dev | 13:46 | |
*** maploin has quit IRC | 13:50 | |
*** pixelbeat has quit IRC | 14:00 | |
*** LinuxJedi has quit IRC | 14:01 | |
*** roge has joined #openstack-dev | 14:31 | |
*** ncode has quit IRC | 14:41 | |
*** gkotton has quit IRC | 15:06 | |
*** gkotton has joined #openstack-dev | 15:06 | |
*** adjohn has quit IRC | 15:15 | |
*** lloydde has joined #openstack-dev | 15:33 | |
*** hhoover has joined #openstack-dev | 15:34 | |
andrewbogott | dragondm: Have a moment for a notification question? | 15:40 |
*** bencherian has joined #openstack-dev | 15:42 | |
*** ywu has joined #openstack-dev | 15:44 | |
*** galthaus has left #openstack-dev | 15:48 | |
*** zigo has joined #openstack-dev | 15:49 | |
andrewbogott | dragondm: 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-dev | 15:54 | |
*** roge has quit IRC | 16:00 | |
*** hhoover has left #openstack-dev | 16:00 | |
*** Remco_ has joined #openstack-dev | 16:08 | |
*** roge has joined #openstack-dev | 16:08 | |
*** dtroyer has joined #openstack-dev | 16:24 | |
*** pixelbeat has joined #openstack-dev | 16:35 | |
*** LinuxJedi has joined #openstack-dev | 16:39 | |
*** sdake has quit IRC | 16:42 | |
*** pixelbeat has quit IRC | 16:42 | |
*** dolphm has joined #openstack-dev | 16:49 | |
*** LinuxJedi has quit IRC | 16:58 | |
*** pixelbeat has joined #openstack-dev | 17:05 | |
*** LinuxJedi has joined #openstack-dev | 17:07 | |
*** Mandell has joined #openstack-dev | 17:08 | |
*** dolphm has quit IRC | 17:10 | |
*** ches has quit IRC | 17:12 | |
*** ches has joined #openstack-dev | 17:13 | |
*** dolphm has joined #openstack-dev | 17:15 | |
*** danwent has joined #openstack-dev | 17:16 | |
*** Mandell has quit IRC | 17:20 | |
*** danwent has quit IRC | 17:24 | |
*** torgomatic has joined #openstack-dev | 17:24 | |
*** johnpostlethwait has joined #openstack-dev | 17:27 | |
*** bsza has quit IRC | 17:27 | |
*** ches has quit IRC | 17:31 | |
*** ches has joined #openstack-dev | 17:31 | |
jeblair | woo-hoo! Screen logs are now available for devstack gate tests: https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/2411/ | 17:32 |
jeblair | chmouel, anotherjesse_zz: ^ thanks! | 17:32 |
*** danwent has joined #openstack-dev | 17:32 | |
*** dolphm has quit IRC | 17:40 | |
*** Mandell has joined #openstack-dev | 17:42 | |
*** danwent has quit IRC | 17:43 | |
chmouel | jeblair: nice! | 17:44 |
chmouel | vishy: ping? | 17:45 |
*** danwent has joined #openstack-dev | 17:47 | |
chmouel | vishy: 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 IRC | 17:48 | |
*** danwent has quit IRC | 17:50 | |
*** dolphm has joined #openstack-dev | 18:00 | |
*** ches has quit IRC | 18:01 | |
*** ches has joined #openstack-dev | 18:01 | |
vishy | chmouel: you ned to add two configs to nova | 18:02 |
vishy | s3_access_key | 18:02 |
vishy | and | 18:02 |
vishy | s3_secret_key | 18:02 |
vishy | i guess you will need to create them earlier somewhere and add them with add_nova_opt | 18:03 |
chmouel | ok, that wasn't done before with nova-objectstore? | 18:05 |
chmouel | only with n-obj | 18:05 |
*** johnpostlethwait has quit IRC | 18:05 | |
vishy | right | 18:06 |
vishy | nova objectstore doesn't check signature | 18:06 |
vishy | it is open | 18:07 |
vishy | chmouel: ^^ | 18:07 |
chmouel | vishy: ok, will grep fro there | 18:09 |
vishy | you could probably do it manually at first to make sure it works | 18:09 |
chmouel | yup 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 later | 18:11 |
*** roge has quit IRC | 18:12 | |
*** torgomatic has quit IRC | 18:13 | |
*** dtroyer has quit IRC | 18:25 | |
*** dolphm has quit IRC | 18:28 | |
vishy | chmouel: cool, can't wait to see it in action. | 18:35 |
*** adjohn has joined #openstack-dev | 18:42 | |
*** jakedahn is now known as jakedahn_zz | 18:42 | |
*** adjohn has quit IRC | 18:42 | |
*** martine has joined #openstack-dev | 18:44 | |
*** adjohn has joined #openstack-dev | 18:48 | |
*** shevek_ has joined #openstack-dev | 18:54 | |
*** Mandell has quit IRC | 18:54 | |
*** andrewsmedina has joined #openstack-dev | 18:57 | |
*** sniperd has joined #openstack-dev | 19:06 | |
*** Mandell has joined #openstack-dev | 19:10 | |
*** bencherian has quit IRC | 19:12 | |
*** Mandell has quit IRC | 19:18 | |
*** johnpostlethwait has joined #openstack-dev | 19:20 | |
*** lloydde has quit IRC | 19:24 | |
*** bencherian has joined #openstack-dev | 19:37 | |
*** torgomatic has joined #openstack-dev | 19:41 | |
*** zigo has quit IRC | 20:04 | |
*** bsza has joined #openstack-dev | 20:06 | |
*** martine has quit IRC | 20:09 | |
*** LinuxJedi has quit IRC | 20:24 | |
*** bsza has quit IRC | 20:27 | |
*** jkoelker has left #openstack-dev | 20:31 | |
*** jkoelker has joined #openstack-dev | 20:31 | |
*** torgomatic has quit IRC | 20:31 | |
*** bsza has joined #openstack-dev | 20:32 | |
*** Mandell has joined #openstack-dev | 20:32 | |
*** shevek_ has quit IRC | 20:35 | |
*** shevek_ has joined #openstack-dev | 20:36 | |
*** dtroyer has joined #openstack-dev | 20:37 | |
*** bsza has quit IRC | 20:41 | |
*** bsza has joined #openstack-dev | 20:42 | |
*** shevek_ has quit IRC | 20:46 | |
*** johnpostlethwait has quit IRC | 20:48 | |
*** bsza has quit IRC | 20:54 | |
*** eglynn__ has joined #openstack-dev | 20:58 | |
*** eglynn has joined #openstack-dev | 20:58 | |
*** eglynn__ has quit IRC | 21:12 | |
*** johnpostlethwait has joined #openstack-dev | 21:12 | |
*** johnpostlethwait has quit IRC | 21:12 | |
*** eglynn has quit IRC | 21:13 | |
*** johnpostlethwait has joined #openstack-dev | 21:15 | |
*** Mandell has quit IRC | 21:26 | |
annegentle | vishy: or mtaylor or other admins, can you approve Sagar Nikam on https://launchpad.net/~openstack-cla/+members#proposed | 21:35 |
annegentle | please? :) | 21:35 |
*** Mandell has joined #openstack-dev | 21:50 | |
*** mszilagyi has joined #openstack-dev | 22:05 | |
vishy | annegentle: done | 22:08 |
annegentle | vishy: ty | 22:08 |
mikal | Is 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 |
mikal | I need one more core reviewer... | 22:41 |
chmouel | vishy: 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 image | 22:44 |
chmouel | vishy: which I am not sure how we can get that | 22:45 |
vishy | chmouel: well it is in the request context | 22:46 |
vishy | chmouel: how to get it to swift though... | 22:46 |
vishy | so buckets are only unique per account? | 22:46 |
chmouel | yes | 22:46 |
chmouel | what i have to do if I have a ec2 token in req | 22:47 |
vishy | chmouel: i guess you could hack it into the access token | 22:47 |
chmouel | vishy: then I will have to go back to keystone for the real account uid | 22:47 |
vishy | that is annoying though | 22:47 |
chmouel | yep | 22:47 |
vishy | i mean | 22:47 |
vishy | pass in access token to s3 server as access_token:tenant | 22:48 |
vishy | i'm trying to think if there is another way to do it | 22:48 |
vishy | because it just passes bucket right? | 22:48 |
chmouel | currently yes | 22:48 |
chmouel | we could do if we just pass access_token | 22:48 |
vishy | i wonder if we could do "tenant/bucket" | 22:49 |
chmouel | and have revalidate to keystone for the real account_id | 22:49 |
vishy | as the bucket | 22:49 |
chmouel | yeah i was thinking about that that could work | 22:49 |
chmouel | even tho feels hacky | 22:49 |
vishy | but i guess then the s3 has to be smart enough to cut off tenant | 22:49 |
*** sdake has joined #openstack-dev | 22:51 | |
*** sdake has quit IRC | 22:52 | |
*** sdake has joined #openstack-dev | 22:52 | |
redbo | mtaylor,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-dev | 22:58 | |
mtaylor | redbo: I'm not really here today - perhaps jeblair or LinuxJedi might get a sec | 23:03 |
mtaylor | redbo: did you ever merge accounts on launchpad? | 23:03 |
redbo | I don't know | 23:07 |
*** eglynn_ has joined #openstack-dev | 23:10 | |
redbo | mtaylor: email search says merged two accounts nearly 2 years ago | 23:10 |
redbo | ^I | 23:10 |
*** Ryan_Lane has joined #openstack-dev | 23:16 | |
*** Remco_ has quit IRC | 23:23 | |
*** jakedahn_zz is now known as jakedahn | 23:32 | |
*** ncode has quit IRC | 23:41 | |
vishy | chmouel: we need to do something :( | 23:46 |
vishy | chmouel: i wonder if there is a way we can pass extra metadata in to s3 somehow | 23:47 |
vishy | chmouel: looks like you have to set s3_host and s3_port as well | 23:48 |
*** ncode has joined #openstack-dev | 23:51 | |
vishy | chmouel: ok the only thing i can think of is a flag to prefix the bucket with the tenant id | 23:52 |
vishy | and then for reseller admins, it will convert the first xxxx/ to bucket | 23:52 |
*** ncode has quit IRC | 23:54 | |
vishy | chmouel: actually this will be way easier in the access key | 23:55 |
vishy | chmouel: actually i think access-key affix is fine but i don't know how to make it work with real s3 | 23:55 |
*** agonella has joined #openstack-dev | 23:58 | |
*** agonella has left #openstack-dev | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!