jamielennox | it's present in nova and keystone, but so far not in swift, glance or heat | 00:01 |
---|---|---|
clarkb | it may have been required then the localization stuff just didn't work | 00:01 |
*** comay has quit IRC | 00:02 | |
*** rootard has joined #openstack-dev | 00:02 | |
*** e0ne has quit IRC | 00:04 | |
*** buzztroll has quit IRC | 00:04 | |
*** quade has quit IRC | 00:04 | |
ayoung | jamielennox, I'll just grab the whole request and put it into context.request | 00:05 |
*** simo has joined #openstack-dev | 00:05 | |
*** simo has quit IRC | 00:05 | |
*** simo has joined #openstack-dev | 00:05 | |
*** michchap has joined #openstack-dev | 00:05 | |
*** Chaser has joined #openstack-dev | 00:05 | |
*** mriedem has joined #openstack-dev | 00:05 | |
*** thingee is now known as thingee_zzz | 00:06 | |
*** anniec has quit IRC | 00:06 | |
jamielennox | ayoung: got too hard or you found a reason to keep the context? | 00:06 |
*** hemna has quit IRC | 00:07 | |
*** carlp-away has joined #openstack-dev | 00:07 | |
*** aeperezt has quit IRC | 00:08 | |
*** freedomhui has joined #openstack-dev | 00:09 | |
*** anniec has joined #openstack-dev | 00:10 | |
ayoung | nah, you just convinced me | 00:10 |
ayoung | jamielennox, but dropping context changes everything | 00:11 |
ayoung | too big a change for now, just assume that we'll go right to the request in the future | 00:11 |
jamielennox | ok, then yea take the whole request rather than just the environment | 00:12 |
ayoung | jamielennox, look at what i just saw in the middle of a devstack run + nova x509-get-root-cert /opt/stack/devstack/accrc/cacert.pem | 00:12 |
*** SergeyLukjanov has joined #openstack-dev | 00:12 | |
*** enmand has quit IRC | 00:13 | |
jamielennox | ? | 00:13 |
ayoung | jamielennox, yeah, no idea what that is...but it should be using certmonger | 00:13 |
jamielennox | x509-create-cert Create x509 cert for a user in tenant | 00:14 |
jamielennox | x509-get-root-cert Fetches the x509 root cert. | 00:14 |
ayoung | so now nova a CA | 00:14 |
*** markwash has quit IRC | 00:14 | |
ayoung | so Nova is a CA | 00:14 |
jamielennox | nova has had a ca for ages, no body could ever really clarify what it was for though | 00:15 |
ayoung | jamielennox, and now the devstack run has hung on that line | 00:15 |
*** vuil has quit IRC | 00:16 | |
jamielennox | i think it handles it's own client cert creation for login | 00:17 |
*** jasdeepH has joined #openstack-dev | 00:17 | |
ayoung | login to what? | 00:17 |
*** jasdeepH has quit IRC | 00:17 | |
jamielennox | ... nova? | 00:18 |
ayoung | jamielennox, you mean devstack it creates a client cert for the nova client? | 00:19 |
ayoung | or just server cert | 00:19 |
jamielennox | devstack can create a tls-proxy to nova | 00:19 |
jamielennox | i'm guessing here about what x509-get-root-cert does but if the corresponding call is x509-create-cert for a user in tenant | 00:20 |
jamielennox | then i would bet that create gives you a client certificate for your user under the root cert returned by get-root-cert | 00:21 |
jamielennox | what nova uses that client cert for i've got no idea. i'm looking around in devstack and i can't see it used anywhere | 00:21 |
*** fbo is now known as fbo_away | 00:23 | |
jamielennox | ./eucarc:alias ec2-upload-bundle="ec2-upload-bundle -a ${EC2_ACCESS_KEY} -s ${EC2_SECRET_KEY} --url ${S3_URL} --ec2cert ${NOVA_CERT}" | 00:24 |
jamielennox | so maybe they need it for some sort of ec2 compatability | 00:24 |
*** melwitt has quit IRC | 00:26 | |
*** troytoman-away is now known as troytoman | 00:27 | |
morganfainberg | jamielennox ping | 00:29 |
jamielennox | morganfainberg: hello | 00:30 |
*** michchap_ has joined #openstack-dev | 00:30 | |
*** matsuhashi has joined #openstack-dev | 00:30 | |
morganfainberg | jamielennox, wanted you to look at something because i have seen this infrequently...but it looks kinda racy and mostly transient | 00:30 |
morganfainberg | http://logs.openstack.org/78/50078/5/gate/gate-keystone-python26/eb07d73/console.html | 00:30 |
morganfainberg | 2013-10-29 23:33:04.507 | 00:30 |
jamielennox | not what i was hoping for when you said kinda racy | 00:31 |
morganfainberg | jamielennox lol | 00:31 |
morganfainberg | jamielennox, yeah i know =/ | 00:31 |
morganfainberg | jamielennox, oh nvm i see the issue. | 00:31 |
morganfainberg | ugh | 00:31 |
*** colinmcnamara has quit IRC | 00:31 | |
morganfainberg | this is teardown doesn't run if setup fails | 00:31 |
morganfainberg | http://logs.openstack.org/78/50078/5/gate/gate-keystone-python26/eb07d73/console.html#_2013-10-29_23_33_04_514 | 00:32 |
jamielennox | looks like it didn't redo the db | 00:32 |
*** davlaps has quit IRC | 00:32 | |
morganfainberg | yheah | 00:32 |
morganfainberg | some setup failed i think. | 00:32 |
morganfainberg | nvm. sorry to bug | 00:32 |
*** colinmcnamara has joined #openstack-dev | 00:32 | |
morganfainberg | i think this will be easier to solve once we get dstanek's test fixes in and we move to addCleanup vs tearDown | 00:32 |
morganfainberg | which will make mordred happy too | 00:32 |
jamielennox | both right, the setUp fails after the database is created and then it is not removed | 00:33 |
*** reed has quit IRC | 00:33 | |
*** michchap has quit IRC | 00:33 | |
morganfainberg | jamielennox, yep yep | 00:33 |
jamielennox | are cleanup's still triggered on a setUp failure/ | 00:34 |
clarkb | yes, that is why cleanups are better | 00:35 |
clarkb | that and they can be added in the same place where you do something that needs cleanup, makes the code much easier to read | 00:35 |
*** mihgen has quit IRC | 00:35 | |
ayoung | OK...I'm going home.... | 00:35 |
jamielennox | clarkb: i thought so, i remember that if teardown had issues the same thing would happen and that was taken care of by cleanups | 00:35 |
*** pmathews has quit IRC | 00:35 | |
jamielennox | ayoung: night | 00:36 |
*** colinmcnamara has quit IRC | 00:36 | |
*** sthaha has joined #openstack-dev | 00:36 | |
*** sthaha has quit IRC | 00:36 | |
*** sthaha has joined #openstack-dev | 00:36 | |
*** radsy has quit IRC | 00:38 | |
*** angdraug has quit IRC | 00:39 | |
*** ayoung has quit IRC | 00:40 | |
*** aeperezt has joined #openstack-dev | 00:41 | |
morganfainberg | clarkb, we are getting closer to awesome testing (jamielennox and dstanek are rocking it) | 00:41 |
*** troytoman is now known as troytoman-away | 00:41 | |
morganfainberg | clarkb, i am looking forward to seeing keystone closer to the other projects (baby steps, right? ;) | 00:41 |
*** tonyha_ has joined #openstack-dev | 00:41 | |
*** melwitt has joined #openstack-dev | 00:41 | |
jamielennox | closer in this case is still a bit like jumping for the moon, but closer | 00:42 |
*** yaguang has joined #openstack-dev | 00:43 | |
morganfainberg | jamielennox, hehe | 00:43 |
*** xarses has quit IRC | 00:44 | |
*** michchap_ has quit IRC | 00:44 | |
*** michchap has joined #openstack-dev | 00:47 | |
*** Farooque has joined #openstack-dev | 00:48 | |
*** Farooque has quit IRC | 00:48 | |
*** Ryan_Lane has quit IRC | 00:49 | |
jaypipes | jamielennox: https://review.openstack.org/#/c/54215/ updated based on our IRC conversation. | 00:49 |
jaypipes | morganfainberg: ^^ if you're interested. | 00:49 |
morganfainberg | jaypipes of course i am interested! | 00:49 |
* morganfainberg goes and reads. | 00:49 | |
*** macjack has joined #openstack-dev | 00:52 | |
*** ericw has quit IRC | 00:53 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 00:55 | |
*** _SergeyLukjanov has quit IRC | 00:55 | |
*** buzztroll has joined #openstack-dev | 00:57 | |
morganfainberg | jaypipes, as much as i wish we could make id == name, this seems like you got a lot of the IRC conversation/discussion in. still reading a bit more in depth to make sure i'm not missing something important though | 00:58 |
*** e0ne has joined #openstack-dev | 01:00 | |
*** ericw has joined #openstack-dev | 01:00 | |
*** tonyha_ has quit IRC | 01:00 | |
*** e0ne has quit IRC | 01:01 | |
*** buzztroll has quit IRC | 01:01 | |
*** sarob has quit IRC | 01:01 | |
*** e0ne has joined #openstack-dev | 01:02 | |
*** sarob has joined #openstack-dev | 01:02 | |
*** mkollaro1 has quit IRC | 01:03 | |
*** nosnos has joined #openstack-dev | 01:03 | |
*** SumitNaiksatam has quit IRC | 01:04 | |
*** colinmcnamara has joined #openstack-dev | 01:04 | |
*** dprince has quit IRC | 01:04 | |
*** ericw has quit IRC | 01:04 | |
*** stevemar has joined #openstack-dev | 01:05 | |
*** e0ne has quit IRC | 01:06 | |
*** sarob has quit IRC | 01:06 | |
*** souvik has joined #openstack-dev | 01:06 | |
*** SergeyLukjanov has joined #openstack-dev | 01:08 | |
*** ericw has joined #openstack-dev | 01:08 | |
*** jhesketh__ has quit IRC | 01:10 | |
*** krotscheck has quit IRC | 01:10 | |
*** yamahata has joined #openstack-dev | 01:15 | |
jamielennox | jaypipes: done | 01:15 |
*** sumanthns has joined #openstack-dev | 01:15 | |
jamielennox | jaypipes, morganfainberg: i'm not against having 'name' as a property of the region if you want. Just not enforcing name == id | 01:16 |
*** sumanthns has quit IRC | 01:17 | |
*** ayoung has joined #openstack-dev | 01:17 | |
*** jhesketh__ has joined #openstack-dev | 01:17 | |
*** sdake has joined #openstack-dev | 01:19 | |
*** xarses has joined #openstack-dev | 01:20 | |
*** vkmc has quit IRC | 01:20 | |
morganfainberg | jamielennox, we can't do name == id. id needs to be immutable so we can move regions, was decided iirc in the meeting | 01:21 |
jamielennox | matter of fact most of our APIs are like that, they have a required "Name" field, though even with groups etc there is no *need* for a name | 01:21 |
jamielennox | morganfainberg: that's what i mean | 01:21 |
morganfainberg | jamielennox, yeah | 01:21 |
jamielennox | i don't mind having a name field if you want it, just don't require name == id | 01:21 |
ayoung | jamielennox, we are not | 01:22 |
ayoung | for regions name will be the path, and the id will be a uuid | 01:22 |
morganfainberg | jamielennox, ayoung beat me to it | 01:22 |
morganfainberg | it's def. coming together. | 01:22 |
jamielennox | name as path? that's not my understanding - path is always id | 01:23 |
ayoung | HTF do I run tox and get it to stop on first test failure? | 01:23 |
*** colinmcnamara has quit IRC | 01:23 | |
morganfainberg | ayoung, uhm isn't that -- -x ? | 01:23 |
ayoung | jamielennox, path as in /region/subreg/subsub | 01:23 |
morganfainberg | wait that was nose. | 01:23 |
jamielennox | you can still just run nosetests -x | 01:23 |
ayoung | yeah, that was nose | 01:23 |
jamielennox | bah, actually it appears not anymore | 01:23 |
morganfainberg | there is a testr mechanism. | 01:23 |
*** gordc has quit IRC | 01:23 | |
*** colinmcnamara has joined #openstack-dev | 01:23 | |
*** souvik has quit IRC | 01:23 | |
ayoung | Nasty Bagginses | 01:23 |
jamielennox | in client you can still run nosetests -x even though it uses testr | 01:24 |
jamielennox | :) | 01:24 |
*** colinmcnamara has quit IRC | 01:24 | |
*** colinmcnamara has joined #openstack-dev | 01:24 | |
jamielennox | just be aware that the setup and imports may not be the same | 01:24 |
ayoung | feh | 01:25 |
*** Artpicre has quit IRC | 01:25 | |
*** aeperezt has quit IRC | 01:25 | |
*** ericw has quit IRC | 01:26 | |
morganfainberg | ayoung, --until-failure | 01:26 |
morganfainberg | i think will do what you're looking for | 01:26 |
morganfainberg | https://testrepository.readthedocs.org/en/latest/MANUAL.html#running-tests | 01:26 |
*** colinmcnamara has quit IRC | 01:28 | |
ayoung | I think I can get away with tox -- -x but won't know until the tox venv is rebuilt | 01:29 |
*** colinmcnamara has joined #openstack-dev | 01:29 | |
jamielennox | tox is good for having consistent runs and for CI etc, it can be a PITA for local testing | 01:29 |
ayoung | they are all equivalent to me... | 01:30 |
*** ericw has joined #openstack-dev | 01:30 | |
*** dubsquared has joined #openstack-dev | 01:30 | |
ayoung | python is all "oh foo is no good, we must switch to bar." Its like "The Life of Brian" Follow the Gourd! | 01:30 |
*** dsirrine has quit IRC | 01:30 | |
*** vipul is now known as vipul-away | 01:31 | |
clarkb | jamielennox: I end up running tox the first time then sourcing the venv and going from there | 01:31 |
*** colinmcnamara has quit IRC | 01:32 | |
ayoung | clarkb, I'm just annoyed that someone broke my ./run_tests.sh -x | 01:32 |
clarkb | what does -x do? | 01:32 |
ayoung | stops on first failure | 01:32 |
*** dubsquared has quit IRC | 01:32 | |
*** colinmcnamara has joined #openstack-dev | 01:32 | |
ayoung | at least it used to did | 01:33 |
*** bingbu has joined #openstack-dev | 01:35 | |
*** vipul-away is now known as vipul | 01:36 | |
*** SumitNaiksatam has joined #openstack-dev | 01:37 | |
*** fandikurnia01 has quit IRC | 01:39 | |
*** freedomhui has quit IRC | 01:40 | |
*** SergeyLukjanov has quit IRC | 01:42 | |
*** ericw has quit IRC | 01:43 | |
*** markwash has joined #openstack-dev | 01:44 | |
*** tonyha has quit IRC | 01:45 | |
*** ericw has joined #openstack-dev | 01:45 | |
*** dsirrine has joined #openstack-dev | 01:45 | |
*** achampion is now known as alunch | 01:46 | |
*** nati_ueno has joined #openstack-dev | 01:46 | |
*** alunch is now known as slic | 01:46 | |
*** slic is now known as achampion | 01:47 | |
*** gordc has joined #openstack-dev | 01:50 | |
*** riskable has quit IRC | 01:51 | |
*** rongze has joined #openstack-dev | 01:53 | |
*** fandikurnia01 has joined #openstack-dev | 01:54 | |
*** adalbas has quit IRC | 01:54 | |
*** nati_ueno has quit IRC | 01:55 | |
*** rongze has quit IRC | 01:55 | |
*** danwent has quit IRC | 01:56 | |
*** rongze has joined #openstack-dev | 01:56 | |
*** ericw has quit IRC | 01:56 | |
*** nati_ueno has joined #openstack-dev | 01:57 | |
*** buzztroll has joined #openstack-dev | 01:57 | |
*** e0ne has joined #openstack-dev | 01:57 | |
*** buzztrol_ has joined #openstack-dev | 01:58 | |
*** buzztroll has quit IRC | 01:58 | |
*** rongze has quit IRC | 02:00 | |
*** dims has quit IRC | 02:01 | |
*** e0ne has quit IRC | 02:02 | |
*** xingchao has joined #openstack-dev | 02:02 | |
*** rongze has joined #openstack-dev | 02:03 | |
*** souvik has joined #openstack-dev | 02:03 | |
*** achampion has quit IRC | 02:04 | |
*** erkules_ has joined #openstack-dev | 02:05 | |
*** achampion has joined #openstack-dev | 02:06 | |
*** erkules has quit IRC | 02:08 | |
*** achampion has quit IRC | 02:09 | |
*** achampion has joined #openstack-dev | 02:10 | |
*** thingee_zzz is now known as thingee | 02:11 | |
*** sarob has joined #openstack-dev | 02:13 | |
*** sarob has quit IRC | 02:13 | |
*** sarob_ has joined #openstack-dev | 02:13 | |
*** sarob has joined #openstack-dev | 02:14 | |
*** freedomhui has joined #openstack-dev | 02:16 | |
*** ericw has joined #openstack-dev | 02:17 | |
*** READ10 has quit IRC | 02:18 | |
*** sarob_ has quit IRC | 02:18 | |
*** guohliu has joined #openstack-dev | 02:20 | |
*** ericw has quit IRC | 02:21 | |
*** souvik has quit IRC | 02:22 | |
*** nati_ueno has quit IRC | 02:23 | |
*** nati_ueno has joined #openstack-dev | 02:24 | |
*** zul has quit IRC | 02:24 | |
*** achampion has quit IRC | 02:24 | |
*** insanidade has quit IRC | 02:25 | |
*** achampion has joined #openstack-dev | 02:25 | |
*** anniec has quit IRC | 02:26 | |
*** souvik has joined #openstack-dev | 02:28 | |
*** nati_ueno has quit IRC | 02:28 | |
*** amcrn has joined #openstack-dev | 02:29 | |
*** enmand has joined #openstack-dev | 02:30 | |
*** ljjjustin has joined #openstack-dev | 02:31 | |
*** ericw has joined #openstack-dev | 02:36 | |
*** ericw has quit IRC | 02:36 | |
*** Chicago has joined #openstack-dev | 02:37 | |
*** zhikunliu has joined #openstack-dev | 02:38 | |
*** amcrn has quit IRC | 02:38 | |
*** buzztrol_ has quit IRC | 02:41 | |
*** faramir1 has joined #openstack-dev | 02:41 | |
*** singhs has joined #openstack-dev | 02:41 | |
*** buzztroll has joined #openstack-dev | 02:41 | |
*** spzala has quit IRC | 02:44 | |
*** buzztroll has quit IRC | 02:45 | |
*** yamahata has quit IRC | 02:46 | |
*** michchap has quit IRC | 02:48 | |
*** zodiak has joined #openstack-dev | 02:48 | |
*** esheffield_ is now known as esheffield | 02:48 | |
*** gyee has quit IRC | 02:49 | |
*** macjack has quit IRC | 02:49 | |
*** xchu has joined #openstack-dev | 02:55 | |
*** vuil has joined #openstack-dev | 02:57 | |
*** lnxnut has joined #openstack-dev | 02:58 | |
*** e0ne has joined #openstack-dev | 02:58 | |
*** buzztroll has joined #openstack-dev | 02:58 | |
*** souvik has quit IRC | 02:58 | |
*** yamahata has joined #openstack-dev | 02:59 | |
*** mriedem has quit IRC | 02:59 | |
*** anteaya has quit IRC | 03:00 | |
*** paragan has joined #openstack-dev | 03:00 | |
*** paragan has joined #openstack-dev | 03:00 | |
*** guohliu has quit IRC | 03:01 | |
*** vuil has quit IRC | 03:02 | |
*** e0ne has quit IRC | 03:03 | |
*** twoputt has quit IRC | 03:05 | |
*** bdpayne has quit IRC | 03:05 | |
*** sarob has quit IRC | 03:05 | |
*** twoputt_ has quit IRC | 03:05 | |
*** souvik has joined #openstack-dev | 03:07 | |
*** coolsvap has joined #openstack-dev | 03:13 | |
*** ArcTanSusan has joined #openstack-dev | 03:15 | |
*** galstrom_zzz is now known as galstrom | 03:15 | |
*** ArcTanSusan has quit IRC | 03:17 | |
*** galstrom is now known as galstrom_zzz | 03:17 | |
*** nikhil__ is now known as nikhil|afk | 03:17 | |
*** ArcTanSusan has joined #openstack-dev | 03:18 | |
*** enmand has quit IRC | 03:19 | |
*** vipul has quit IRC | 03:20 | |
*** melwitt has quit IRC | 03:20 | |
*** vipul has joined #openstack-dev | 03:21 | |
*** prekarat has joined #openstack-dev | 03:23 | |
*** prekarat has quit IRC | 03:24 | |
*** slagle_ has joined #openstack-dev | 03:24 | |
*** slagle_ has quit IRC | 03:24 | |
*** slagle_ has joined #openstack-dev | 03:25 | |
*** herndon has quit IRC | 03:25 | |
*** buzztroll has quit IRC | 03:30 | |
*** buzztroll has joined #openstack-dev | 03:30 | |
*** buzztroll has quit IRC | 03:35 | |
*** buzztroll has joined #openstack-dev | 03:35 | |
*** jimfehlig has joined #openstack-dev | 03:39 | |
*** lnxnut has quit IRC | 03:42 | |
*** souvik has quit IRC | 03:42 | |
*** lnxnut has joined #openstack-dev | 03:43 | |
*** lnxnut has quit IRC | 03:47 | |
*** fandikurnia01 has quit IRC | 03:52 | |
*** sumanth has joined #openstack-dev | 03:52 | |
*** gordc has quit IRC | 03:54 | |
*** beagles has quit IRC | 03:56 | |
*** buzztroll has quit IRC | 03:57 | |
*** buzztroll has joined #openstack-dev | 03:58 | |
*** e0ne has joined #openstack-dev | 03:58 | |
*** danwent has joined #openstack-dev | 03:59 | |
*** buzztroll has quit IRC | 04:02 | |
*** e0ne has quit IRC | 04:02 | |
*** schwicht has quit IRC | 04:02 | |
*** stevemar has quit IRC | 04:03 | |
*** jimfehlig has quit IRC | 04:03 | |
*** vipul is now known as vipul-away | 04:05 | |
*** ArcTanSusan has quit IRC | 04:05 | |
*** jecarey has joined #openstack-dev | 04:07 | |
*** harlowja has quit IRC | 04:07 | |
*** vipul-away is now known as vipul | 04:10 | |
*** kushal has joined #openstack-dev | 04:13 | |
*** schwicht has joined #openstack-dev | 04:20 | |
*** e1mer has joined #openstack-dev | 04:21 | |
*** yaguang has quit IRC | 04:24 | |
*** schwicht has quit IRC | 04:25 | |
*** buzztroll has joined #openstack-dev | 04:26 | |
*** matiu_ has joined #openstack-dev | 04:26 | |
*** matiu_ has joined #openstack-dev | 04:26 | |
*** ArcTanSusan has joined #openstack-dev | 04:27 | |
*** nati_ueno has joined #openstack-dev | 04:29 | |
*** matiu has quit IRC | 04:30 | |
*** vuil has joined #openstack-dev | 04:31 | |
*** schwicht has joined #openstack-dev | 04:31 | |
*** Adri2000 has quit IRC | 04:32 | |
*** Adri2000 has joined #openstack-dev | 04:33 | |
*** claxton has joined #openstack-dev | 04:33 | |
*** arborism has joined #openstack-dev | 04:37 | |
*** paragan has quit IRC | 04:38 | |
*** terriyu has quit IRC | 04:39 | |
*** rongze has quit IRC | 04:42 | |
*** souvik has joined #openstack-dev | 04:43 | |
*** rongze has joined #openstack-dev | 04:43 | |
*** yaguang has joined #openstack-dev | 04:44 | |
*** DinaBelova has joined #openstack-dev | 04:45 | |
*** colinmcnamara has quit IRC | 04:46 | |
*** colinmcnamara has joined #openstack-dev | 04:47 | |
*** SnowDust has joined #openstack-dev | 04:47 | |
*** rongze has quit IRC | 04:47 | |
*** souvik1 has joined #openstack-dev | 04:48 | |
*** changbl has joined #openstack-dev | 04:50 | |
*** souvik has quit IRC | 04:50 | |
*** colinmcnamara has quit IRC | 04:51 | |
*** colinmcnamara has joined #openstack-dev | 04:52 | |
*** mfer has joined #openstack-dev | 04:53 | |
*** mfer has quit IRC | 04:53 | |
*** amerine has joined #openstack-dev | 04:55 | |
*** e0ne has joined #openstack-dev | 04:58 | |
*** paragan has joined #openstack-dev | 04:58 | |
*** paragan has joined #openstack-dev | 04:58 | |
*** nshaikh has joined #openstack-dev | 05:00 | |
*** vipul is now known as vipul-away | 05:02 | |
*** e0ne has quit IRC | 05:02 | |
*** jecarey has quit IRC | 05:02 | |
*** neelashah has joined #openstack-dev | 05:04 | |
*** souvik1 has quit IRC | 05:04 | |
*** SergeyLukjanov has joined #openstack-dev | 05:05 | |
*** kumaranvram has joined #openstack-dev | 05:07 | |
*** rushiagr has joined #openstack-dev | 05:10 | |
*** nagyz has quit IRC | 05:11 | |
*** matiu_ has quit IRC | 05:11 | |
*** nermina has joined #openstack-dev | 05:15 | |
*** jpeeler has quit IRC | 05:16 | |
*** jpeeler has joined #openstack-dev | 05:19 | |
*** vipul-away is now known as vipul | 05:19 | |
*** souvik has joined #openstack-dev | 05:25 | |
*** matiu_ has joined #openstack-dev | 05:25 | |
*** matiu_ has joined #openstack-dev | 05:25 | |
*** zul has joined #openstack-dev | 05:27 | |
*** zul has quit IRC | 05:32 | |
*** SnowDust has quit IRC | 05:34 | |
*** vartom113 has joined #openstack-dev | 05:35 | |
*** sridevi has joined #openstack-dev | 05:38 | |
*** jamielennox is now known as jamielennox|away | 05:39 | |
*** cfriesen has joined #openstack-dev | 05:40 | |
*** rohitk has joined #openstack-dev | 05:41 | |
*** cfriesen has quit IRC | 05:45 | |
*** novas0x2a|laptop has quit IRC | 05:45 | |
*** sdake has quit IRC | 05:46 | |
*** svapneel has joined #openstack-dev | 05:49 | |
*** coolsvap has quit IRC | 05:50 | |
*** svapneel has quit IRC | 05:50 | |
*** coolsvap has joined #openstack-dev | 05:50 | |
*** prekarat has joined #openstack-dev | 05:51 | |
*** vartom113 has quit IRC | 05:54 | |
*** buzztroll has quit IRC | 05:54 | |
*** colinmcnamara has quit IRC | 05:55 | |
*** buzztroll has joined #openstack-dev | 05:55 | |
*** colinmcnamara has joined #openstack-dev | 05:55 | |
*** e0ne has joined #openstack-dev | 05:58 | |
*** buzztroll has quit IRC | 05:59 | |
*** danwent has quit IRC | 05:59 | |
*** buzztroll has joined #openstack-dev | 05:59 | |
*** colinmcnamara has quit IRC | 06:00 | |
*** zul has joined #openstack-dev | 06:01 | |
*** amerine has quit IRC | 06:02 | |
*** e0ne has quit IRC | 06:03 | |
*** achampion has quit IRC | 06:03 | |
*** denis_makogon has joined #openstack-dev | 06:06 | |
*** blamar has quit IRC | 06:14 | |
*** jamielennox|away is now known as jamielennox | 06:21 | |
*** mihgen has joined #openstack-dev | 06:23 | |
*** thingee is now known as thingee_zzz | 06:25 | |
*** YorikSar has quit IRC | 06:25 | |
*** achampion has joined #openstack-dev | 06:27 | |
*** rongze has joined #openstack-dev | 06:28 | |
*** topol has joined #openstack-dev | 06:30 | |
*** finchd has left #openstack-dev | 06:30 | |
*** yeylon__ has quit IRC | 06:32 | |
*** kushal has quit IRC | 06:34 | |
*** martyntaylor has joined #openstack-dev | 06:34 | |
*** rohitk has quit IRC | 06:35 | |
*** souvik has quit IRC | 06:36 | |
*** buzztroll has quit IRC | 06:37 | |
*** buzztroll has joined #openstack-dev | 06:37 | |
*** topol has quit IRC | 06:41 | |
*** sumanthns has joined #openstack-dev | 06:42 | |
*** mrda has quit IRC | 06:43 | |
*** marios_ has quit IRC | 06:45 | |
*** marios has joined #openstack-dev | 06:46 | |
*** neoXsys has quit IRC | 06:47 | |
*** matiu_ has quit IRC | 06:50 | |
*** kushal has joined #openstack-dev | 06:51 | |
*** rohitk has joined #openstack-dev | 06:53 | |
*** mrda has joined #openstack-dev | 06:55 | |
*** vartom113 has joined #openstack-dev | 06:56 | |
*** neoXsys has joined #openstack-dev | 06:59 | |
*** zaneb has quit IRC | 07:00 | |
*** sumanthns has quit IRC | 07:00 | |
*** xqueralt has joined #openstack-dev | 07:02 | |
*** yaguang has quit IRC | 07:05 | |
*** yaguang has joined #openstack-dev | 07:05 | |
*** sushils has quit IRC | 07:05 | |
*** vipul is now known as vipul-away | 07:06 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 07:12 | |
*** _SergeyLukjanov has quit IRC | 07:13 | |
*** zaneb has joined #openstack-dev | 07:13 | |
*** YorikSar has joined #openstack-dev | 07:17 | |
*** doron_afk has joined #openstack-dev | 07:18 | |
*** doron_afk is now known as doron | 07:20 | |
*** vuil has quit IRC | 07:25 | |
*** ArcTanSusan has quit IRC | 07:26 | |
*** Chicago has quit IRC | 07:29 | |
*** arborism has quit IRC | 07:30 | |
*** doron is now known as doron_afk | 07:33 | |
*** doron_afk is now known as doron | 07:34 | |
*** gmurphy has quit IRC | 07:35 | |
*** e0ne has joined #openstack-dev | 07:35 | |
*** jcoufal has joined #openstack-dev | 07:38 | |
*** doron is now known as doron_afk | 07:40 | |
*** prekarat has quit IRC | 07:41 | |
*** avishayb has joined #openstack-dev | 07:41 | |
*** devvesa has joined #openstack-dev | 07:41 | |
*** flaper87|afk is now known as flaper87 | 07:44 | |
*** e0ne has quit IRC | 07:46 | |
*** e0ne has joined #openstack-dev | 07:46 | |
*** haomaiwang has quit IRC | 07:47 | |
*** viktors has joined #openstack-dev | 07:47 | |
*** haomaiwang has joined #openstack-dev | 07:48 | |
*** erkules_ is now known as erkules | 07:49 | |
*** e0ne has quit IRC | 07:50 | |
*** doron has joined #openstack-dev | 07:51 | |
*** belmoreira has joined #openstack-dev | 07:52 | |
*** doron_afk has quit IRC | 07:52 | |
*** jprovazn has joined #openstack-dev | 07:54 | |
*** prekarat has joined #openstack-dev | 07:54 | |
*** lsmola_ has joined #openstack-dev | 08:00 | |
*** romcheg has joined #openstack-dev | 08:00 | |
*** eglynn has joined #openstack-dev | 08:02 | |
*** jtomasek has joined #openstack-dev | 08:06 | |
*** Mandell has quit IRC | 08:09 | |
*** Mandell has joined #openstack-dev | 08:10 | |
*** doron is now known as doron_afk | 08:10 | |
*** sushils has joined #openstack-dev | 08:12 | |
*** matiu has joined #openstack-dev | 08:12 | |
*** Mandell has quit IRC | 08:14 | |
*** nermina has quit IRC | 08:19 | |
*** guohliu has joined #openstack-dev | 08:19 | |
*** boden has joined #openstack-dev | 08:19 | |
*** AnilV4 has joined #openstack-dev | 08:20 | |
*** mmagr has joined #openstack-dev | 08:22 | |
*** vartom113 has quit IRC | 08:22 | |
*** vartom113 has joined #openstack-dev | 08:22 | |
*** flaper87 is now known as flaper87|afk | 08:22 | |
*** singhs has quit IRC | 08:23 | |
*** mrda has quit IRC | 08:25 | |
*** souvik has joined #openstack-dev | 08:26 | |
*** denis_makogon has quit IRC | 08:26 | |
*** yeylon__ has joined #openstack-dev | 08:27 | |
*** tkammer has joined #openstack-dev | 08:29 | |
*** buzztroll has quit IRC | 08:30 | |
*** buzztroll has joined #openstack-dev | 08:30 | |
*** ljjjustin has quit IRC | 08:30 | |
*** flaper87|afk is now known as flaper87 | 08:32 | |
*** prekarat has quit IRC | 08:33 | |
*** buzztroll has quit IRC | 08:35 | |
*** arezmerita has joined #openstack-dev | 08:35 | |
*** sahid has joined #openstack-dev | 08:40 | |
*** ygbo has joined #openstack-dev | 08:40 | |
*** eglynn has quit IRC | 08:43 | |
*** corXi has joined #openstack-dev | 08:44 | |
*** mrda has joined #openstack-dev | 08:45 | |
*** ljjjustin has joined #openstack-dev | 08:48 | |
*** fbo_away is now known as fbo | 08:51 | |
*** mirrorbox has joined #openstack-dev | 08:53 | |
proffalken | hey all - are there any on-going projects to add performance monitoring to the openstack components (esp. Nova)? | 08:54 |
proffalken | I'd like to start measuring the performance of certain sections of the code via statsd or similar, but I'm keen to avoid a religious war about which measurement system is the best! | 08:54 |
*** ifarkas has joined #openstack-dev | 08:57 | |
*** ifarkas has quit IRC | 08:57 | |
*** ifarkas has joined #openstack-dev | 08:58 | |
*** wbill has quit IRC | 08:59 | |
*** e0ne has joined #openstack-dev | 08:59 | |
*** mindpixel has joined #openstack-dev | 09:00 | |
*** mihgen has quit IRC | 09:01 | |
*** matsuhashi has quit IRC | 09:03 | |
*** pixelb has joined #openstack-dev | 09:03 | |
*** matsuhashi has joined #openstack-dev | 09:03 | |
*** derekh has joined #openstack-dev | 09:05 | |
*** jistr has joined #openstack-dev | 09:06 | |
*** matsuhas_ has joined #openstack-dev | 09:08 | |
*** matsuhashi has quit IRC | 09:08 | |
*** doron_afk is now known as doron | 09:09 | |
*** jpich has joined #openstack-dev | 09:09 | |
*** danpb has joined #openstack-dev | 09:10 | |
*** yassine has joined #openstack-dev | 09:13 | |
*** romcheg has quit IRC | 09:13 | |
*** eglynn has joined #openstack-dev | 09:13 | |
*** MaxV has joined #openstack-dev | 09:13 | |
*** ljjjustin has quit IRC | 09:14 | |
*** JordanP has joined #openstack-dev | 09:15 | |
*** doron is now known as doron_afk | 09:15 | |
*** gszasz has joined #openstack-dev | 09:17 | |
*** mrda has quit IRC | 09:21 | |
*** mosulica has joined #openstack-dev | 09:22 | |
*** belmoreira1 has joined #openstack-dev | 09:23 | |
*** CaptTofu has quit IRC | 09:24 | |
*** belmoreira has quit IRC | 09:26 | |
*** safchain has joined #openstack-dev | 09:27 | |
*** aditirav has joined #openstack-dev | 09:28 | |
*** e0ne has quit IRC | 09:30 | |
*** e0ne has joined #openstack-dev | 09:30 | |
*** prekarat has joined #openstack-dev | 09:31 | |
*** e0ne has quit IRC | 09:31 | |
*** buzztroll has joined #openstack-dev | 09:31 | |
*** e0ne has joined #openstack-dev | 09:31 | |
*** lucasagomes has joined #openstack-dev | 09:32 | |
*** rohitk has quit IRC | 09:33 | |
*** che-arne has joined #openstack-dev | 09:33 | |
*** mihgen has joined #openstack-dev | 09:33 | |
*** romcheg has joined #openstack-dev | 09:35 | |
*** tkammer has quit IRC | 09:36 | |
*** mugsie has quit IRC | 09:37 | |
*** matiu has quit IRC | 09:39 | |
*** mosulica has quit IRC | 09:39 | |
*** buzztroll has quit IRC | 09:40 | |
*** johnthetubaguy has joined #openstack-dev | 09:40 | |
*** Alexei_987 has joined #openstack-dev | 09:41 | |
*** johnthetubaguy1 has joined #openstack-dev | 09:41 | |
*** johnthetubaguy has quit IRC | 09:42 | |
*** mkollaro has joined #openstack-dev | 09:42 | |
*** mihgen has quit IRC | 09:42 | |
*** bingbu has quit IRC | 09:44 | |
*** omachace has joined #openstack-dev | 09:46 | |
*** rohitk has joined #openstack-dev | 09:47 | |
*** matiu has joined #openstack-dev | 09:50 | |
*** matiu has quit IRC | 09:50 | |
*** matiu has joined #openstack-dev | 09:50 | |
*** prekarat has quit IRC | 09:50 | |
*** gongysh has joined #openstack-dev | 09:51 | |
*** kui has joined #openstack-dev | 09:52 | |
*** tonyha has joined #openstack-dev | 09:52 | |
*** msdubov has joined #openstack-dev | 09:53 | |
*** evgenyfedoruk has joined #openstack-dev | 09:54 | |
msdubov | russellb I've updated the commit message for the patch with docs: https://review.openstack.org/#/c/43874/ | 09:54 |
*** mihgen has joined #openstack-dev | 09:54 | |
msdubov | jog0 I've updated the commit message according to your request https://review.openstack.org/#/c/43291/ | 09:55 |
*** mindpixel has quit IRC | 09:57 | |
*** prekarat has joined #openstack-dev | 09:59 | |
*** boris-42_ is now known as boris-42 | 10:00 | |
*** tkammer has joined #openstack-dev | 10:00 | |
*** mindpixel has joined #openstack-dev | 10:01 | |
*** xchu has quit IRC | 10:01 | |
*** mindpixel has quit IRC | 10:02 | |
*** mindpixel has joined #openstack-dev | 10:03 | |
*** alexpilotti has quit IRC | 10:05 | |
*** zhikunliu has quit IRC | 10:08 | |
*** ArminderS- has quit IRC | 10:08 | |
*** faramir1 has quit IRC | 10:09 | |
*** polfilm has quit IRC | 10:09 | |
*** fifieldt has quit IRC | 10:10 | |
*** enmand has joined #openstack-dev | 10:10 | |
*** egallen has joined #openstack-dev | 10:11 | |
*** ArminderS- has joined #openstack-dev | 10:11 | |
*** avishayb has quit IRC | 10:11 | |
*** pcm_ has joined #openstack-dev | 10:12 | |
*** pcm_ has quit IRC | 10:13 | |
*** pcm_ has joined #openstack-dev | 10:13 | |
*** enmand has quit IRC | 10:15 | |
*** tkammer has quit IRC | 10:15 | |
*** archon__ has joined #openstack-dev | 10:24 | |
*** YorikSar has quit IRC | 10:27 | |
*** YorikSar has joined #openstack-dev | 10:27 | |
*** mosulica has joined #openstack-dev | 10:29 | |
*** jtomasek has quit IRC | 10:30 | |
*** doron_afk has quit IRC | 10:31 | |
*** buzztroll has joined #openstack-dev | 10:31 | |
*** paragan has quit IRC | 10:32 | |
*** afazekas has joined #openstack-dev | 10:33 | |
*** macjack has joined #openstack-dev | 10:33 | |
*** evgenyfedoruk has quit IRC | 10:35 | |
*** buzztroll has quit IRC | 10:35 | |
*** jtomasek has joined #openstack-dev | 10:37 | |
*** jtomasek has quit IRC | 10:37 | |
*** jtomasek has joined #openstack-dev | 10:38 | |
*** topol has joined #openstack-dev | 10:40 | |
*** fandikurnia01 has joined #openstack-dev | 10:41 | |
*** rongze has quit IRC | 10:42 | |
*** kushal has quit IRC | 10:42 | |
*** matiu has quit IRC | 10:43 | |
*** jamielennox is now known as jamielennox|away | 10:45 | |
*** jtomasek has quit IRC | 10:45 | |
*** jhesketh has quit IRC | 10:48 | |
*** Artpicre has joined #openstack-dev | 10:49 | |
*** Artpicre has quit IRC | 10:49 | |
*** prekarat has quit IRC | 10:51 | |
*** Artpicre has joined #openstack-dev | 10:51 | |
*** jtomasek has joined #openstack-dev | 10:54 | |
*** markmc has joined #openstack-dev | 10:54 | |
*** jruzicka has joined #openstack-dev | 10:56 | |
*** Artpicre_ has joined #openstack-dev | 10:56 | |
*** gszasz has quit IRC | 10:57 | |
ekarlso- | BobBallAway: here ? | 10:57 |
*** Artpicre_ has quit IRC | 10:58 | |
*** gszasz has joined #openstack-dev | 10:58 | |
*** Artpicre has quit IRC | 10:59 | |
*** Artpicre has joined #openstack-dev | 10:59 | |
*** gszasz is now known as gszasz_lunch | 10:59 | |
*** kushal has joined #openstack-dev | 11:00 | |
*** matsuhas_ has quit IRC | 11:01 | |
*** matsuhashi has joined #openstack-dev | 11:02 | |
*** dsantos_ has joined #openstack-dev | 11:03 | |
*** dims has joined #openstack-dev | 11:03 | |
*** prekarat has joined #openstack-dev | 11:07 | |
*** slagle_ has quit IRC | 11:08 | |
*** prekarat has quit IRC | 11:08 | |
*** DinaBelova has quit IRC | 11:09 | |
*** vnvb has joined #openstack-dev | 11:10 | |
*** doron_afk has joined #openstack-dev | 11:10 | |
*** gmurphy has joined #openstack-dev | 11:10 | |
*** souvik has quit IRC | 11:10 | |
*** doron_afk is now known as doron | 11:11 | |
*** matsuhashi has quit IRC | 11:11 | |
*** gszasz_lunch is now known as gszasz | 11:11 | |
*** RScottCoyle has joined #openstack-dev | 11:13 | |
*** DinaBelova has joined #openstack-dev | 11:14 | |
*** rkukura has left #openstack-dev | 11:19 | |
*** yamahata has quit IRC | 11:20 | |
*** egallen has quit IRC | 11:20 | |
*** e1mer has quit IRC | 11:21 | |
*** avishayb has joined #openstack-dev | 11:23 | |
*** flaper87 is now known as flaper87|afk | 11:24 | |
*** yaguang has quit IRC | 11:25 | |
*** zodiak has quit IRC | 11:27 | |
*** quade has joined #openstack-dev | 11:27 | |
*** souvik has joined #openstack-dev | 11:27 | |
*** doron is now known as doron_afk | 11:28 | |
*** dosaboy_ is now known as dosaboy | 11:28 | |
*** egallen has joined #openstack-dev | 11:28 | |
*** buzztroll has joined #openstack-dev | 11:32 | |
*** buzztroll has quit IRC | 11:36 | |
*** CaptTofu has joined #openstack-dev | 11:37 | |
*** mindpixel has quit IRC | 11:39 | |
*** enmand has joined #openstack-dev | 11:40 | |
*** mkollaro has quit IRC | 11:41 | |
*** macjack has quit IRC | 11:41 | |
*** alexpilotti has joined #openstack-dev | 11:44 | |
*** alexpilotti has quit IRC | 11:44 | |
*** FunnyLookinHat has joined #openstack-dev | 11:45 | |
*** egallen has quit IRC | 11:45 | |
*** macjack has joined #openstack-dev | 11:49 | |
*** sgordon has joined #openstack-dev | 11:49 | |
*** sgordon has joined #openstack-dev | 11:49 | |
*** morazi has joined #openstack-dev | 11:53 | |
*** sthaha has quit IRC | 11:54 | |
*** sridevi has quit IRC | 11:55 | |
*** matiu has joined #openstack-dev | 11:55 | |
*** matsuhashi has joined #openstack-dev | 12:02 | |
*** afazekas has quit IRC | 12:03 | |
*** mmagr has quit IRC | 12:03 | |
*** souvik has quit IRC | 12:08 | |
*** souvik has joined #openstack-dev | 12:09 | |
*** lucasagomes is now known as lucas-lunch | 12:12 | |
*** doron_afk is now known as doron | 12:12 | |
*** claxton has quit IRC | 12:12 | |
*** adalbas has joined #openstack-dev | 12:14 | |
*** dprince has joined #openstack-dev | 12:14 | |
*** paragan has joined #openstack-dev | 12:15 | |
*** dhellmann is now known as dhellmann-afk | 12:16 | |
*** schwicht has quit IRC | 12:16 | |
*** schwicht has joined #openstack-dev | 12:18 | |
*** slagle has quit IRC | 12:19 | |
*** jpeeler has quit IRC | 12:19 | |
*** mmagr has joined #openstack-dev | 12:19 | |
*** jpeeler has joined #openstack-dev | 12:19 | |
*** doron is now known as doron_afk | 12:20 | |
*** vladikr has joined #openstack-dev | 12:20 | |
*** quade has quit IRC | 12:21 | |
*** msdubov has quit IRC | 12:22 | |
*** rongze has joined #openstack-dev | 12:23 | |
*** radez_g0n3 is now known as radez | 12:24 | |
*** dims has quit IRC | 12:25 | |
*** dims has joined #openstack-dev | 12:25 | |
*** bpokorny has joined #openstack-dev | 12:25 | |
*** Artpicre has quit IRC | 12:26 | |
*** tkammer has joined #openstack-dev | 12:26 | |
*** nosnos has quit IRC | 12:27 | |
*** insanidade has joined #openstack-dev | 12:28 | |
*** vartom113 has quit IRC | 12:29 | |
*** freedomhui has quit IRC | 12:30 | |
*** buzztroll has joined #openstack-dev | 12:32 | |
*** yamahata has joined #openstack-dev | 12:33 | |
*** kumaranvram has quit IRC | 12:35 | |
*** flaper87|afk is now known as flaper87 | 12:35 | |
*** buzztroll has quit IRC | 12:37 | |
*** dolphm has joined #openstack-dev | 12:37 | |
*** yamahata has quit IRC | 12:39 | |
*** evgenyfedoruk has joined #openstack-dev | 12:40 | |
*** afazekas has joined #openstack-dev | 12:40 | |
*** matiu has quit IRC | 12:41 | |
*** egallen has joined #openstack-dev | 12:42 | |
*** achampion has quit IRC | 12:43 | |
*** topol has quit IRC | 12:44 | |
*** CaptTofu has quit IRC | 12:44 | |
*** dolphm is now known as dolphm_afk | 12:45 | |
*** CaptTofu has joined #openstack-dev | 12:45 | |
*** gongysh has quit IRC | 12:46 | |
*** yamahata has joined #openstack-dev | 12:46 | |
*** thomasem has joined #openstack-dev | 12:46 | |
*** beagles has joined #openstack-dev | 12:46 | |
*** radez is now known as radez_g0n3 | 12:49 | |
*** freedomhui has joined #openstack-dev | 12:51 | |
*** kushal has quit IRC | 12:52 | |
*** lbragstad has joined #openstack-dev | 12:53 | |
*** jecarey has joined #openstack-dev | 12:54 | |
*** mkollaro has joined #openstack-dev | 12:54 | |
*** eharney has joined #openstack-dev | 12:55 | |
*** slagle has joined #openstack-dev | 12:56 | |
*** sahid has quit IRC | 12:56 | |
*** bswartz has quit IRC | 12:57 | |
*** mfer has joined #openstack-dev | 12:58 | |
ekarlso- | BobBallAway: here ? | 12:59 |
*** spiritism has joined #openstack-dev | 12:59 | |
*** anteaya has joined #openstack-dev | 12:59 | |
*** glenng has joined #openstack-dev | 13:00 | |
*** dbalog has joined #openstack-dev | 13:01 | |
*** kushal has joined #openstack-dev | 13:02 | |
*** glenng1 has joined #openstack-dev | 13:02 | |
*** spiritism has quit IRC | 13:03 | |
*** e1mer has joined #openstack-dev | 13:03 | |
*** dvarga has joined #openstack-dev | 13:04 | |
*** SergeyLukjanov has joined #openstack-dev | 13:04 | |
*** glenng has quit IRC | 13:05 | |
*** e1mer has quit IRC | 13:05 | |
*** e1mer has joined #openstack-dev | 13:06 | |
*** jayg|g0n3 is now known as jayg | 13:07 | |
*** tonyha has quit IRC | 13:07 | |
*** aditirav_ has joined #openstack-dev | 13:07 | |
*** matsuhashi has quit IRC | 13:07 | |
*** aditirav_ has quit IRC | 13:08 | |
*** matsuhashi has joined #openstack-dev | 13:08 | |
*** e1mer has quit IRC | 13:09 | |
*** matsuhas_ has joined #openstack-dev | 13:09 | |
*** matsuhashi has quit IRC | 13:10 | |
*** aditirav has quit IRC | 13:10 | |
*** mfer has quit IRC | 13:10 | |
*** neelashah has quit IRC | 13:10 | |
*** guohliu has quit IRC | 13:10 | |
*** e1mer has joined #openstack-dev | 13:10 | |
*** neelashah has joined #openstack-dev | 13:10 | |
*** mugsie has joined #openstack-dev | 13:10 | |
*** e1mer has quit IRC | 13:12 | |
*** dolphm_afk has quit IRC | 13:12 | |
*** freedomhui has quit IRC | 13:12 | |
*** dolphm_afk has joined #openstack-dev | 13:13 | |
*** herndon has joined #openstack-dev | 13:13 | |
*** mriedem has joined #openstack-dev | 13:13 | |
*** e1mer has joined #openstack-dev | 13:14 | |
*** rcrit has joined #openstack-dev | 13:15 | |
*** lucas-lunch is now known as lucasagomes | 13:15 | |
*** tkammer_ has joined #openstack-dev | 13:15 | |
*** tkammer_ has quit IRC | 13:15 | |
*** e1mer has quit IRC | 13:16 | |
*** enmand has quit IRC | 13:16 | |
*** dolphm_afk has quit IRC | 13:17 | |
*** e1mer has joined #openstack-dev | 13:18 | |
*** kbringard has joined #openstack-dev | 13:18 | |
*** tkammer has quit IRC | 13:18 | |
*** enmand has joined #openstack-dev | 13:19 | |
*** otherwiseguy has joined #openstack-dev | 13:19 | |
*** dolphm_afk has joined #openstack-dev | 13:20 | |
*** e1mer has quit IRC | 13:22 | |
*** bknudson has joined #openstack-dev | 13:22 | |
*** egallen has quit IRC | 13:23 | |
*** guohliu has joined #openstack-dev | 13:23 | |
*** tkammer has joined #openstack-dev | 13:23 | |
*** joesavak has joined #openstack-dev | 13:24 | |
*** pmcg_ has joined #openstack-dev | 13:24 | |
*** e1mer has joined #openstack-dev | 13:24 | |
*** egallen has joined #openstack-dev | 13:25 | |
*** epopt37 has quit IRC | 13:25 | |
*** pmcg has quit IRC | 13:25 | |
*** kui has quit IRC | 13:26 | |
*** rongze has quit IRC | 13:27 | |
*** e1mer has quit IRC | 13:27 | |
*** odyssey4me has joined #openstack-dev | 13:27 | |
*** epopt37 has joined #openstack-dev | 13:28 | |
*** e1mer has joined #openstack-dev | 13:30 | |
*** safchain has quit IRC | 13:30 | |
*** e1mer has quit IRC | 13:31 | |
*** nermina has joined #openstack-dev | 13:32 | |
*** buzztroll has joined #openstack-dev | 13:33 | |
*** stevemar has joined #openstack-dev | 13:33 | |
*** stevemar has quit IRC | 13:35 | |
*** stevemar has joined #openstack-dev | 13:36 | |
*** egallen has quit IRC | 13:36 | |
*** stevemar has quit IRC | 13:36 | |
*** jdurgin1 has quit IRC | 13:36 | |
*** e1mer has joined #openstack-dev | 13:37 | |
*** buzztroll has quit IRC | 13:37 | |
*** egallen has joined #openstack-dev | 13:38 | |
*** slagle has quit IRC | 13:38 | |
*** sandywalsh_ has joined #openstack-dev | 13:39 | |
*** freedomhui has joined #openstack-dev | 13:39 | |
*** pschaef has joined #openstack-dev | 13:40 | |
*** gordc has joined #openstack-dev | 13:40 | |
*** sahid has joined #openstack-dev | 13:40 | |
*** achampion has joined #openstack-dev | 13:40 | |
*** rongze has joined #openstack-dev | 13:41 | |
*** dstanek has joined #openstack-dev | 13:41 | |
*** fandikurnia01 has quit IRC | 13:41 | |
*** READ10 has joined #openstack-dev | 13:41 | |
*** rcleere has joined #openstack-dev | 13:41 | |
*** sandywalsh has quit IRC | 13:42 | |
*** dvarga has quit IRC | 13:43 | |
*** rgerganov_ has joined #openstack-dev | 13:43 | |
rohitk | has anyone been able to install devstack with zeromq+redis backend? | 13:44 |
*** mmagr has quit IRC | 13:45 | |
*** rgerganov has quit IRC | 13:46 | |
*** dvarga has joined #openstack-dev | 13:47 | |
*** FunnyLookinHat has quit IRC | 13:47 | |
*** jdurgin1 has joined #openstack-dev | 13:49 | |
*** herndon has quit IRC | 13:49 | |
*** slagle has joined #openstack-dev | 13:50 | |
*** bswartz has joined #openstack-dev | 13:51 | |
*** haomaiwa_ has joined #openstack-dev | 13:51 | |
*** tkammer has quit IRC | 13:52 | |
*** xingchao_ has joined #openstack-dev | 13:52 | |
*** rkukura has joined #openstack-dev | 13:52 | |
*** xingchao has quit IRC | 13:53 | |
*** haomaiwang has quit IRC | 13:54 | |
*** CaptTofu has quit IRC | 13:55 | |
*** CaptTofu has joined #openstack-dev | 13:55 | |
*** radez_g0n3 is now known as radez | 13:57 | |
*** guohliu has quit IRC | 13:58 | |
*** CaptTofu has quit IRC | 13:58 | |
*** CaptTofu has joined #openstack-dev | 13:59 | |
*** mmagr has joined #openstack-dev | 13:59 | |
*** pberis has quit IRC | 13:59 | |
*** topol has joined #openstack-dev | 14:00 | |
*** jimfehlig has joined #openstack-dev | 14:01 | |
*** alunduil has quit IRC | 14:01 | |
*** satroutr has joined #openstack-dev | 14:01 | |
*** mrodden has joined #openstack-dev | 14:02 | |
*** vijendar has joined #openstack-dev | 14:02 | |
*** dims has quit IRC | 14:02 | |
*** yeylon__ has quit IRC | 14:02 | |
*** mrodden has quit IRC | 14:03 | |
*** dims has joined #openstack-dev | 14:04 | |
*** CaptTofu has quit IRC | 14:04 | |
*** CaptTofu has joined #openstack-dev | 14:04 | |
*** bogdando has quit IRC | 14:06 | |
*** SergeyLukjanov has quit IRC | 14:06 | |
*** tkammer has joined #openstack-dev | 14:07 | |
*** CaptTofu has quit IRC | 14:08 | |
*** CaptTofu has joined #openstack-dev | 14:09 | |
*** rushiagr has quit IRC | 14:09 | |
*** jergerber has joined #openstack-dev | 14:09 | |
*** bogdando has joined #openstack-dev | 14:09 | |
*** devanand1 is now known as devananda | 14:11 | |
*** Ruetobas has quit IRC | 14:12 | |
*** giroro_ has joined #openstack-dev | 14:12 | |
*** exed has joined #openstack-dev | 14:12 | |
*** coolsvap has quit IRC | 14:12 | |
*** guohliu has joined #openstack-dev | 14:13 | |
*** otherwiseguy has quit IRC | 14:13 | |
*** giroro_ has quit IRC | 14:18 | |
*** jmontemayor has joined #openstack-dev | 14:19 | |
*** guohliu has quit IRC | 14:20 | |
*** mrodden has joined #openstack-dev | 14:21 | |
*** Ruetobas has joined #openstack-dev | 14:23 | |
*** matsuhas_ has quit IRC | 14:25 | |
*** nkinder has joined #openstack-dev | 14:25 | |
*** matsuhashi has joined #openstack-dev | 14:25 | |
*** safchain has joined #openstack-dev | 14:26 | |
*** dolphm_afk has quit IRC | 14:26 | |
*** markwash has quit IRC | 14:27 | |
*** datsun180b has joined #openstack-dev | 14:29 | |
*** matsuhashi has quit IRC | 14:30 | |
*** FunnyLookinHat has joined #openstack-dev | 14:31 | |
*** souvik has quit IRC | 14:33 | |
*** buzztroll has joined #openstack-dev | 14:33 | |
*** zaneb has quit IRC | 14:34 | |
*** freedomhui has quit IRC | 14:35 | |
*** satroutr_ has joined #openstack-dev | 14:36 | |
*** mkollaro has quit IRC | 14:36 | |
*** zaneb has joined #openstack-dev | 14:36 | |
*** buzztroll has quit IRC | 14:38 | |
*** matiu has joined #openstack-dev | 14:39 | |
*** cfriesen has joined #openstack-dev | 14:39 | |
*** satroutr has quit IRC | 14:39 | |
*** glenng1 is now known as glenng | 14:39 | |
*** jorisroovers has joined #openstack-dev | 14:40 | |
*** alunduil has joined #openstack-dev | 14:41 | |
*** Mandell has joined #openstack-dev | 14:41 | |
*** mosregion has joined #openstack-dev | 14:41 | |
*** stevemar has joined #openstack-dev | 14:41 | |
*** msdubov has joined #openstack-dev | 14:42 | |
msdubov | russellb Pls take a look https://review.openstack.org/#/c/43874/ | 14:42 |
*** READ10 has quit IRC | 14:42 | |
*** nshaikh has left #openstack-dev | 14:43 | |
*** READ10 has joined #openstack-dev | 14:43 | |
*** sileht has quit IRC | 14:43 | |
*** mkollaro has joined #openstack-dev | 14:43 | |
*** sileht has joined #openstack-dev | 14:43 | |
*** freedomhui has joined #openstack-dev | 14:44 | |
*** paragan has quit IRC | 14:44 | |
*** rgerganov_ is now known as rgerganov | 14:44 | |
*** xingchao has joined #openstack-dev | 14:45 | |
*** haomaiwang has joined #openstack-dev | 14:45 | |
*** edmund has joined #openstack-dev | 14:45 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 14:45 | |
*** jayahn has joined #openstack-dev | 14:45 | |
*** mfer has joined #openstack-dev | 14:47 | |
*** xingchao_ has quit IRC | 14:47 | |
*** haomaiwa_ has quit IRC | 14:47 | |
*** mosregion has quit IRC | 14:48 | |
*** xingchao_ has joined #openstack-dev | 14:50 | |
*** otherwiseguy has joined #openstack-dev | 14:51 | |
*** sarob has joined #openstack-dev | 14:52 | |
*** bagiro has joined #openstack-dev | 14:52 | |
*** xingchao has quit IRC | 14:52 | |
*** souvik has joined #openstack-dev | 14:53 | |
*** pcm_ has quit IRC | 14:53 | |
*** kbrierly has joined #openstack-dev | 14:54 | |
*** bagiro has quit IRC | 14:54 | |
*** enmand has quit IRC | 14:56 | |
*** pcm_ has joined #openstack-dev | 14:57 | |
*** spzala has joined #openstack-dev | 14:57 | |
*** enmand has joined #openstack-dev | 14:57 | |
*** pcm_ has quit IRC | 14:58 | |
*** sarob has quit IRC | 15:01 | |
*** sarob has joined #openstack-dev | 15:02 | |
*** alunduil_ has joined #openstack-dev | 15:03 | |
*** tkammer has quit IRC | 15:03 | |
*** burt has joined #openstack-dev | 15:03 | |
*** sarob has quit IRC | 15:06 | |
*** alunduil has quit IRC | 15:06 | |
*** danwent has joined #openstack-dev | 15:06 | |
*** ljjjustin has joined #openstack-dev | 15:08 | |
*** jvrbanac has joined #openstack-dev | 15:08 | |
*** s2r2 has joined #openstack-dev | 15:08 | |
*** edmund has quit IRC | 15:08 | |
*** edmund has joined #openstack-dev | 15:10 | |
*** mugsie has quit IRC | 15:10 | |
*** pcm_ has joined #openstack-dev | 15:10 | |
*** sumanthns has joined #openstack-dev | 15:12 | |
*** fandikurnia01 has joined #openstack-dev | 15:13 | |
*** herndon has joined #openstack-dev | 15:16 | |
*** e1mer has quit IRC | 15:16 | |
*** tkammer has joined #openstack-dev | 15:17 | |
*** CaptTofu has quit IRC | 15:17 | |
*** Mandell has quit IRC | 15:18 | |
*** CaptTofu has joined #openstack-dev | 15:18 | |
*** e1mer has joined #openstack-dev | 15:18 | |
*** Mandell has joined #openstack-dev | 15:18 | |
*** jayahn has quit IRC | 15:19 | |
*** radez is now known as radez_g0n3 | 15:21 | |
*** BLZbubba has quit IRC | 15:21 | |
*** BLZbubba has joined #openstack-dev | 15:21 | |
*** lsmola_ has quit IRC | 15:22 | |
*** colinmcnamara has joined #openstack-dev | 15:22 | |
*** dolphm_afk has joined #openstack-dev | 15:22 | |
*** Mandell has quit IRC | 15:23 | |
*** jistr is now known as jistr|afk | 15:23 | |
*** avishayb has quit IRC | 15:24 | |
*** jprovazn has quit IRC | 15:25 | |
*** jcoufal is now known as jcoufal|afk | 15:25 | |
*** evgenyfedoruk has quit IRC | 15:25 | |
*** dsirrine has quit IRC | 15:26 | |
*** ayoung has quit IRC | 15:26 | |
*** carl_baldwin has joined #openstack-dev | 15:26 | |
*** jmontemayor has quit IRC | 15:26 | |
*** dddtest_09eae has joined #openstack-dev | 15:28 | |
*** singhs has joined #openstack-dev | 15:29 | |
*** bpokorny has quit IRC | 15:29 | |
*** mlavalle has joined #openstack-dev | 15:30 | |
*** msdubov has quit IRC | 15:30 | |
*** dsirrine has joined #openstack-dev | 15:30 | |
*** mihgen has quit IRC | 15:31 | |
*** galstrom_zzz is now known as galstrom | 15:32 | |
*** glenng has quit IRC | 15:32 | |
*** singhs has quit IRC | 15:32 | |
*** glenng has joined #openstack-dev | 15:33 | |
*** sarob has joined #openstack-dev | 15:34 | |
*** souvik has quit IRC | 15:34 | |
*** buzztroll has joined #openstack-dev | 15:34 | |
*** pmathews has joined #openstack-dev | 15:36 | |
*** pablosan has joined #openstack-dev | 15:37 | |
*** jmontemayor has joined #openstack-dev | 15:37 | |
*** bpokorny has joined #openstack-dev | 15:37 | |
*** buzztroll has quit IRC | 15:38 | |
*** sumanth has quit IRC | 15:40 | |
*** Ryan_Lane has joined #openstack-dev | 15:40 | |
*** rohitk has quit IRC | 15:42 | |
*** wbill has joined #openstack-dev | 15:44 | |
*** utlemming has quit IRC | 15:44 | |
*** utlemming has joined #openstack-dev | 15:45 | |
*** souvik has joined #openstack-dev | 15:46 | |
*** zodiak has joined #openstack-dev | 15:47 | |
*** stef__ has joined #openstack-dev | 15:47 | |
*** amerine has joined #openstack-dev | 15:48 | |
*** blamar has joined #openstack-dev | 15:48 | |
*** stef__ has quit IRC | 15:49 | |
*** jvrbanac has quit IRC | 15:50 | |
*** souvik has quit IRC | 15:51 | |
*** thingee_zzz is now known as thingee | 15:51 | |
*** nermina has quit IRC | 15:52 | |
*** vkmc has joined #openstack-dev | 15:54 | |
*** vkmc has quit IRC | 15:54 | |
*** vkmc has joined #openstack-dev | 15:54 | |
*** nati_ueno has quit IRC | 15:57 | |
*** jprovazn has joined #openstack-dev | 15:57 | |
*** tkammer has quit IRC | 16:00 | |
*** lnxnut has joined #openstack-dev | 16:00 | |
*** edmund has quit IRC | 16:00 | |
*** KurtMartin is now known as kmartin | 16:00 | |
*** Ruetobas has quit IRC | 16:01 | |
bpokorny | sdague: Thanks for your tip on this one: https://review.openstack.org/#/c/54365/ | 16:01 |
*** jorisroovers has quit IRC | 16:02 | |
bpokorny | What I put in requirements.txt was "pycadf>=0.1.4", but I now see the global requirements has "pycadf>=0.1.9". | 16:02 |
*** mihgen has joined #openstack-dev | 16:02 | |
bpokorny | So I think I need to change requirements.txt for nova to have "pycadf>=0.1.9", right? | 16:03 |
*** ostwind has joined #openstack-dev | 16:03 | |
*** romcheg has quit IRC | 16:03 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** mkollaro has quit IRC | 16:03 | |
*** jvrbanac has joined #openstack-dev | 16:04 | |
*** e0ne_ has joined #openstack-dev | 16:05 | |
*** changlp has quit IRC | 16:05 | |
bknudson | bpokorny: https://github.com/openstack/requirements/blob/master/README.rst | 16:06 |
bpokorny | Ah, I see. That wasn't in the doc I was looking at here: https://wiki.openstack.org/wiki/Requirements. | 16:07 |
bpokorny | Thanks, bknudson. Will do that. | 16:07 |
*** Ruetobas has quit IRC | 16:08 | |
*** sdake has joined #openstack-dev | 16:08 | |
*** e0ne has quit IRC | 16:08 | |
*** Ruetobas has joined #openstack-dev | 16:10 | |
*** ljjjustin has quit IRC | 16:10 | |
*** amerine has quit IRC | 16:11 | |
*** ArcTanSusan has joined #openstack-dev | 16:11 | |
*** xarses has quit IRC | 16:11 | |
*** omachace has left #openstack-dev | 16:12 | |
*** ostwind has quit IRC | 16:13 | |
*** jistr|afk is now known as jistr | 16:13 | |
*** giroro_ has joined #openstack-dev | 16:13 | |
*** jcoufal|afk is now known as jcoufal | 16:13 | |
*** Ruetobas has quit IRC | 16:14 | |
*** jimfehlig has quit IRC | 16:15 | |
*** ArcTanSusan has quit IRC | 16:16 | |
*** xqueralt has left #openstack-dev | 16:16 | |
*** romcheg has joined #openstack-dev | 16:17 | |
*** mosulica has quit IRC | 16:17 | |
*** alop has joined #openstack-dev | 16:17 | |
*** radix has joined #openstack-dev | 16:19 | |
*** belmoreira1 has quit IRC | 16:19 | |
radix | Are explicit relative imports supposed to be against the openstack style guide? | 16:20 |
*** ArcTanSusan has joined #openstack-dev | 16:20 | |
*** xqueralt has joined #openstack-dev | 16:20 | |
radix | e.g. "from . import bar" | 16:20 |
*** neelashah has quit IRC | 16:21 | |
*** jimfehlig has joined #openstack-dev | 16:22 | |
*** Chocobo has joined #openstack-dev | 16:22 | |
*** jdennis has quit IRC | 16:22 | |
bknudson | radix: https://github.com/openstack-dev/hacking/blame/master/doc/source/index.rst#L55 | 16:22 |
Chocobo | Hi all... I am looking through the keystone api and I don't see any way for a user to change his/her password. am I missing something? | 16:23 |
radix | http://docs.openstack.org/developer/hacking/ says "Do not make relative imports", but I assume that's referring to doing it implicitly, where a module within a package says "import othermodule" instead of "from package import othermodule" | 16:23 |
*** buzztroll has joined #openstack-dev | 16:23 | |
*** schwicht has quit IRC | 16:23 | |
radix | bknudson: ^ | 16:23 |
*** aditirav has joined #openstack-dev | 16:23 | |
*** ArcTanSusan has quit IRC | 16:23 | |
*** exed has quit IRC | 16:23 | |
*** markwash has joined #openstack-dev | 16:23 | |
*** alop has quit IRC | 16:24 | |
*** dolphm_afk has quit IRC | 16:24 | |
bknudson | radix: I wouldn't make that assumption. It seems pretty clear to not use relative imports. | 16:24 |
*** angdraug has joined #openstack-dev | 16:24 | |
radix | bknudson: the reason I make that assumption is that *implicit* relative imports have been barred in style guides for a very long time in the python world for a very long timee, since they are buggy, but the feature of *explicit* relative imports is new and solves the problem | 16:25 |
radix | er, sorry for the redundant grammar | 16:25 |
bknudson | radix: submit an update to hacking. | 16:25 |
radix | I don't understand why you'd bar explicit relative imports | 16:25 |
radix | bknudson: well, I'd first like to confirm whether it's intentional :) if it is, I'll just not use the feature | 16:26 |
*** slagle has quit IRC | 16:26 | |
*** slagle has joined #openstack-dev | 16:27 | |
*** souvik has joined #openstack-dev | 16:27 | |
*** kushal has quit IRC | 16:27 | |
*** egallen has quit IRC | 16:32 | |
*** markmcclain has quit IRC | 16:32 | |
*** salv-orlando has joined #openstack-dev | 16:32 | |
*** SergeyLukjanov has joined #openstack-dev | 16:34 | |
*** egallen has joined #openstack-dev | 16:34 | |
*** dvarga has quit IRC | 16:35 | |
*** souvik has quit IRC | 16:37 | |
*** dstanek has quit IRC | 16:37 | |
*** jvrbanac has quit IRC | 16:37 | |
*** fabio_ has joined #openstack-dev | 16:37 | |
*** fabio_ is now known as fabiog | 16:38 | |
*** zaneb has quit IRC | 16:38 | |
*** Ryan_Lane has quit IRC | 16:38 | |
*** sandywalsh_ has quit IRC | 16:39 | |
*** dolphm_afk has joined #openstack-dev | 16:39 | |
*** zaneb has joined #openstack-dev | 16:39 | |
*** hemnafk is now known as hemna | 16:40 | |
*** archon__ has quit IRC | 16:40 | |
*** dansmith is now known as damnsmith | 16:40 | |
*** kushal has joined #openstack-dev | 16:40 | |
*** dvarga has joined #openstack-dev | 16:40 | |
dolphm_afk | Chocobo: password change is an (unfortunately) undocumented api extension on v2, and is in progress for v3 https://blueprints.launchpad.net/keystone/+spec/v3-user-update-own-password | 16:40 |
*** neelashah has joined #openstack-dev | 16:41 | |
*** pmcg_ is now known as pmcg | 16:41 | |
*** damnsmith is now known as dansmith | 16:41 | |
*** xqueralt has quit IRC | 16:41 | |
*** xqueralt has joined #openstack-dev | 16:42 | |
*** bogdando has quit IRC | 16:42 | |
dolphm_afk | radix: relative implicit imports are a no no (from ...subpackage import othermodule) | 16:42 |
*** bogdando has joined #openstack-dev | 16:42 | |
radix | that looks like an example of explicit :) | 16:42 |
Chocobo | dolphm_afk: hmmm thanks. So there the ability is there though? I just need to dig through some code to find it? I am running a grizzly server and am thinking about writing a webpage for users to change their passwords. I could just edit the database directly. | 16:43 |
Chocobo | That actually might be easier... I already found the password hashing code. | 16:43 |
dolphm_afk | Chocobo: https://github.com/openstack/keystone/blob/master/keystone/contrib/user_crud/core.py#L50-L86 | 16:44 |
dolphm_afk | Chocobo: not all deployments back identity to sql, so the utility would be limited | 16:44 |
dolphm_afk | Chocobo: and it's obviously fragile | 16:44 |
*** SumitNaiksatam has quit IRC | 16:45 | |
*** rongze has quit IRC | 16:45 | |
dolphm_afk | Chocobo: PATCH /OS-KSCRUD/users/{user_id} | 16:45 |
*** bauzas has quit IRC | 16:46 | |
Chocobo | dolphm_afk: Thanks. | 16:46 |
tellesnobrega | stan_ivanov_: hi, how can i instanciate keystoneclient on nova? | 16:47 |
*** jcoufal has quit IRC | 16:47 | |
stan_ivanov_ | tellesnobrega: what do you mean by "ON" nova? | 16:48 |
tellesnobrega | stan_ivanov_: im need to connect to keystone from quotas.py to get domain_id for a new feature | 16:49 |
*** nikhil|afk is now known as nikhil | 16:50 | |
*** KeithSharp has joined #openstack-dev | 16:51 | |
*** kushal has quit IRC | 16:52 | |
*** xarses has joined #openstack-dev | 16:53 | |
*** twoputt has joined #openstack-dev | 16:54 | |
*** yamahata has quit IRC | 16:54 | |
*** sandywalsh_ has joined #openstack-dev | 16:54 | |
*** coolsvap has joined #openstack-dev | 16:54 | |
tellesnobrega | stan_ivanov_: so i was planning on doing something like keystone = ksclient.Client(endpoint=endpoint, token=admin_token), but my problem is, how can i get the admin_token and keystone endpoint | 16:56 |
*** mfer has quit IRC | 16:56 | |
*** neelashah has quit IRC | 16:56 | |
*** tiamar has joined #openstack-dev | 16:57 | |
*** CaptTofu has quit IRC | 16:58 | |
*** CaptTofu has joined #openstack-dev | 16:58 | |
*** e1mer has quit IRC | 16:59 | |
*** singhs has joined #openstack-dev | 16:59 | |
*** MaxV has quit IRC | 16:59 | |
stan_ivanov_ | tellesnobrega: You can also authenticate with user and password, not an admin_token | 16:59 |
*** MaxV has joined #openstack-dev | 17:00 | |
tellesnobrega | stan_ivanov_: yes, and i read that it was better, but how can i get those informations? | 17:00 |
*** sandywalsh_ has quit IRC | 17:00 | |
stan_ivanov_ | tellesnobrega: you should create a user first | 17:01 |
*** comay has joined #openstack-dev | 17:02 | |
*** reed has joined #openstack-dev | 17:02 | |
tellesnobrega | stan_ivanov_: i see, so i create a user and then connect with the user a password. How about the keystone url? | 17:02 |
*** exed has joined #openstack-dev | 17:03 | |
*** steve_ipc has joined #openstack-dev | 17:04 | |
stan_ivanov_ | the default is hostname:5000 i think | 17:04 |
*** MaxV has quit IRC | 17:04 | |
*** carl_baldwin has quit IRC | 17:04 | |
*** twoputt_ has joined #openstack-dev | 17:05 | |
*** mmagr has quit IRC | 17:05 | |
fabiog | morganfainberg: good morning ;-), can you please have a look at https://review.openstack.org/#/c/53046/ ? Thanks! | 17:06 |
*** neelashah has joined #openstack-dev | 17:06 | |
*** carl_baldwin has joined #openstack-dev | 17:06 | |
tellesnobrega | stan_ivanov_: can i use the information from admin_token? or is it safer to create an user and authenticate with user and password? | 17:07 |
*** nermina has joined #openstack-dev | 17:07 | |
stan_ivanov_ | tellesnobrega: not sure about what is safer | 17:07 |
*** twoputt has quit IRC | 17:07 | |
*** SumitNaiksatam has joined #openstack-dev | 17:08 | |
*** guohliu has joined #openstack-dev | 17:09 | |
*** ayoung_ has joined #openstack-dev | 17:09 | |
*** insanida1e has joined #openstack-dev | 17:09 | |
*** changlp has joined #openstack-dev | 17:09 | |
tellesnobrega | stan_ivanov_: either way is fine? | 17:09 |
*** yassine has quit IRC | 17:10 | |
*** vuil has joined #openstack-dev | 17:12 | |
*** zaneb has quit IRC | 17:12 | |
*** radez_g0n3 is now known as radez | 17:13 | |
*** sandywalsh_ has joined #openstack-dev | 17:13 | |
steve_ipc | Is it possible to pass "all_tenants=[0,1]" to /os-volumes/? is it possible to get that functionality through the nova extension? | 17:14 |
*** zaneb has joined #openstack-dev | 17:15 | |
*** pberis has joined #openstack-dev | 17:16 | |
*** jmontemayor has quit IRC | 17:17 | |
*** insanidade has quit IRC | 17:18 | |
*** davidhadas has joined #openstack-dev | 17:18 | |
*** guohliu has quit IRC | 17:19 | |
thomasem | Any +2's for Thomas? :D https://review.openstack.org/#/c/53715/ | 17:20 |
*** jistr has quit IRC | 17:21 | |
*** stan_ivanov_ has quit IRC | 17:21 | |
tellesnobrega | dolphm_afk: hi, is there any example on the code where the nova communicates with keystone? | 17:22 |
*** jmontemayor has joined #openstack-dev | 17:23 | |
*** egallen has quit IRC | 17:23 | |
*** dstanek has joined #openstack-dev | 17:23 | |
*** pschaef has quit IRC | 17:24 | |
*** nati_ueno has joined #openstack-dev | 17:24 | |
tellesnobrega | dolphm_afk: how can i get info from the api-paste.ini to use on a class? | 17:25 |
*** dolphm_afk has quit IRC | 17:25 | |
*** notmyname has quit IRC | 17:25 | |
*** notmyname has joined #openstack-dev | 17:26 | |
*** corXi has quit IRC | 17:26 | |
*** vipul-away is now known as vipul | 17:27 | |
*** jecarey has quit IRC | 17:27 | |
*** egallen has joined #openstack-dev | 17:28 | |
*** ygbo has quit IRC | 17:29 | |
*** Farooque has joined #openstack-dev | 17:29 | |
*** rkukura has quit IRC | 17:29 | |
*** harlowja has joined #openstack-dev | 17:29 | |
*** sahid has quit IRC | 17:30 | |
*** rkukura has joined #openstack-dev | 17:30 | |
*** dolphm_afk has joined #openstack-dev | 17:30 | |
*** egallen has quit IRC | 17:32 | |
*** mfer has joined #openstack-dev | 17:33 | |
*** twoputt_ has quit IRC | 17:33 | |
*** twoputt has joined #openstack-dev | 17:34 | |
*** ayoung_ has quit IRC | 17:35 | |
*** hub_cap has joined #openstack-dev | 17:35 | |
*** utlemming has quit IRC | 17:35 | |
*** prad has joined #openstack-dev | 17:36 | |
*** egallen has joined #openstack-dev | 17:36 | |
*** safchain has quit IRC | 17:36 | |
*** danwent has quit IRC | 17:36 | |
*** guohliu has joined #openstack-dev | 17:36 | |
*** prad has quit IRC | 17:37 | |
*** prad has joined #openstack-dev | 17:37 | |
*** utlemming has joined #openstack-dev | 17:38 | |
*** Farooque has quit IRC | 17:38 | |
*** Farooque has joined #openstack-dev | 17:39 | |
*** lskyw has joined #openstack-dev | 17:39 | |
*** Mandell has joined #openstack-dev | 17:39 | |
*** derekh has quit IRC | 17:41 | |
*** lsmola_ has joined #openstack-dev | 17:42 | |
*** Farooque has left #openstack-dev | 17:43 | |
*** mindpixel has joined #openstack-dev | 17:44 | |
steve_ipc | Hey openstack devs.. Is there any reason one would need to add cache-busting to requests on Cinder or Nova? For example this URL does not respect the 'all_tenants' param: http://128.196.172.137:8776/v1/b3ba766fc3124e8c8ddad50dca855dd7/volumes/detail?all_tenants=1&cache-busting=820217acbe554299 but this URL will show my all volumes (without cache-busting): http://128.196.172.137:8776/v1/b3ba766fc3124e8c8ddad50dca855dd7/volumes/detail?all_tenants=1 | 17:44 |
*** exed has quit IRC | 17:44 | |
steve_ipc | I was curious if there was a specific reason that passing two params doesn't work here, or if its a bug | 17:44 |
morganfainberg | fabiog, looking at it as i type this. | 17:45 |
*** rongze has joined #openstack-dev | 17:46 | |
morganfainberg | fabiog, i see a couple typos. will stick a note on them. | 17:46 |
tellesnobrega | hi, is there anyway that i can load info from api-paste.ini inside nova code? | 17:46 |
*** CaptTofu has quit IRC | 17:48 | |
*** CaptTofu has joined #openstack-dev | 17:48 | |
tellesnobrega | morganfainberg: hi, is there anyway that i can load info from api-paste.ini inside nova code? | 17:49 |
morganfainberg | tellesnobrega, i am unsure of what you mean by that. What are you trying to accomplish? | 17:49 |
*** jsavak has joined #openstack-dev | 17:52 | |
*** JordanP has quit IRC | 17:52 | |
*** amcrn has joined #openstack-dev | 17:54 | |
*** krotscheck has joined #openstack-dev | 17:54 | |
*** twoputt has quit IRC | 17:54 | |
*** twoputt has joined #openstack-dev | 17:55 | |
*** souvik has joined #openstack-dev | 17:55 | |
*** joesavak has quit IRC | 17:55 | |
*** joesavak has joined #openstack-dev | 17:55 | |
fabiog | morganfainberg: thanks | 17:55 |
morganfainberg | fabiog, it looks really good though. everything left is really minor | 17:56 |
*** vkmc has quit IRC | 17:56 | |
morganfainberg | fabiog, just checking on one last thing and posting comments. This is super helpful to have good docs on how to implement extensions! :) | 17:56 |
fabiog | morganfainberg: so do you think it can go in as is? | 17:56 |
*** jsavak has quit IRC | 17:56 | |
fabiog | I would like to get it done before the summit ;-) | 17:56 |
morganfainberg | fabiog, i think it might need one more pass - checking on one item that seems to be wrong information (vs. a typo) | 17:57 |
tellesnobrega | morganfainberg: im working a new feature, to enforce quotas for domain. But for that i need to have the domain_id, but the only data i have is the project_id, i want to connect to keystone via keystoneclient so i can get the information to connect and get the domain_id | 17:57 |
morganfainberg | fabiog, if the one item isn't incorrect, it can go in. | 17:58 |
*** souvik has quit IRC | 17:58 | |
morganfainberg | fabiog, i'll ping you as soon as i post the comments. | 17:58 |
*** souvik has joined #openstack-dev | 17:58 | |
*** vladikr has quit IRC | 17:58 | |
*** RScottCoyle_ has joined #openstack-dev | 18:00 | |
morganfainberg | tellesnobrega, ok, so in nova you have the project id, and you need code to talk to keystone to get the right "domain" for the project? what data would you need from the api-paste.ini to do that? | 18:01 |
tellesnobrega | morganfainberg: right, since im using the keystoneclient, i need the admin_user, admin_pass and the keystone_url | 18:02 |
tellesnobrega | morganfainberg: maybe there is another way to get the domain, but i havent found it yet | 18:02 |
*** RScottCoyle has quit IRC | 18:02 | |
morganfainberg | tellesnobrega, doesn't nova already have a way to talk to keystone to get catalog information? i might be crossing wires here. | 18:03 |
tellesnobrega | morganfainberg: i dont know, i dont have a big knowledge of the code and what is already done and how, im looking for something that accomplishes this | 18:04 |
*** souvik1 has joined #openstack-dev | 18:05 | |
*** souvik has quit IRC | 18:05 | |
*** retr0h has quit IRC | 18:06 | |
*** retr0h has joined #openstack-dev | 18:07 | |
*** retr0h has quit IRC | 18:07 | |
*** retr0h has joined #openstack-dev | 18:07 | |
*** freedomhui has quit IRC | 18:08 | |
*** rkukura has quit IRC | 18:08 | |
morganfainberg | tellesnobrega, well if the token is scoped for the project already (which it needs to be to perform an action on that project), it looks like the auth_token middleware provides the information you need. | 18:08 |
morganfainberg | tellesnobrega, https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L80-L84 | 18:08 |
morganfainberg | tellesnobrega, the middleware which is used to validate tokens _should_ be able to get you the information you need without needing to ask keystone explicitly each time. | 18:09 |
*** twoputt has quit IRC | 18:10 | |
morganfainberg | tellesnobrega, that is the path i would go down, try and leverage what is already provided to you before making more round-trips to keystone. | 18:10 |
*** carl_baldwin has quit IRC | 18:10 | |
tellesnobrega | morganfainberg: thanks | 18:10 |
*** spzala has quit IRC | 18:11 | |
*** twoputt_ has joined #openstack-dev | 18:11 | |
*** twoputt has joined #openstack-dev | 18:11 | |
morganfainberg | tellesnobrega, that of course assumes a V3 token. if it's a v2 token, you can assume default domain | 18:11 |
morganfainberg | since v2 is not domain aware | 18:11 |
tellesnobrega | morganfainberg: sure, but the idea to enforce domain quotas, so i would go for v3, because we need to be domain aware | 18:12 |
morganfainberg | tellesnobrega, exactly | 18:12 |
morganfainberg | tellesnobrega, but don't forget v2 has a domain, it's just always the same domain was my point. | 18:13 |
morganfainberg | you likely need to enforce the domain quota there as well. otherwise someone could use v2 to circumvent the quota ;) | 18:13 |
*** denis_makogon has joined #openstack-dev | 18:13 | |
*** xingchao_ has quit IRC | 18:15 | |
*** aditirav has quit IRC | 18:15 | |
*** edmund has joined #openstack-dev | 18:15 | |
tellesnobrega | morganfainberg: i see, im gonna keep that im mind. | 18:15 |
*** Artpicre has joined #openstack-dev | 18:16 | |
*** Artpicre has quit IRC | 18:16 | |
*** Artpicre has joined #openstack-dev | 18:17 | |
*** carl_baldwin has joined #openstack-dev | 18:18 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 18:18 | |
*** jpich has quit IRC | 18:19 | |
*** _SergeyLukjanov has quit IRC | 18:19 | |
*** nati_ueno has quit IRC | 18:19 | |
*** Mandell has quit IRC | 18:20 | |
*** nati_ueno has joined #openstack-dev | 18:20 | |
*** freedomhui has joined #openstack-dev | 18:20 | |
*** fungi has quit IRC | 18:21 | |
*** freedomhui has quit IRC | 18:22 | |
*** buzztroll has quit IRC | 18:22 | |
*** buzztroll has joined #openstack-dev | 18:23 | |
*** freedomhui has joined #openstack-dev | 18:23 | |
*** SergeyLukjanov has joined #openstack-dev | 18:23 | |
*** sbisbee_ is now known as sbisbee | 18:23 | |
*** freedomhui has quit IRC | 18:23 | |
*** dolphm_a_ has joined #openstack-dev | 18:24 | |
*** nati_ueno has quit IRC | 18:24 | |
*** SergeyLukjanov has quit IRC | 18:25 | |
*** dolphm_afk has quit IRC | 18:25 | |
*** dvarga has quit IRC | 18:26 | |
*** fabiog has quit IRC | 18:26 | |
*** buzztroll has quit IRC | 18:27 | |
*** jorisroovers has joined #openstack-dev | 18:27 | |
*** carl_baldwin has quit IRC | 18:27 | |
*** dvarga has joined #openstack-dev | 18:28 | |
*** nati_ueno has joined #openstack-dev | 18:28 | |
*** thingee is now known as thingee_zzz | 18:28 | |
*** gordc has quit IRC | 18:29 | |
*** carl_baldwin has joined #openstack-dev | 18:29 | |
*** amohn9 has joined #openstack-dev | 18:30 | |
*** markmc has quit IRC | 18:30 | |
*** SergeyLukjanov has joined #openstack-dev | 18:30 | |
*** Mandell has joined #openstack-dev | 18:30 | |
*** buzztroll has joined #openstack-dev | 18:31 | |
*** dolphm_a_ has quit IRC | 18:31 | |
*** romcheg has quit IRC | 18:31 | |
*** dolphm_afk has joined #openstack-dev | 18:31 | |
*** dolphm_afk has quit IRC | 18:31 | |
*** dolphm_afk has joined #openstack-dev | 18:32 | |
morganfainberg | hrm, darn fabiog disconnected. | 18:32 |
*** romcheg has joined #openstack-dev | 18:33 | |
*** jroovers has joined #openstack-dev | 18:33 | |
*** dolphm_afk has quit IRC | 18:33 | |
*** sushils has quit IRC | 18:34 | |
*** jorisroovers has quit IRC | 18:34 | |
*** dolphm_afk has joined #openstack-dev | 18:34 | |
*** mohits has joined #openstack-dev | 18:35 | |
*** DinaBelova has quit IRC | 18:36 | |
tellesnobrega | morganfainberg: i was studying a little more the code, and i figured that the domain_id should be set at the context | 18:37 |
tellesnobrega | morganfainberg: do you have any thoughts on that? | 18:37 |
*** jprovazn has quit IRC | 18:38 | |
*** amohn9 has left #openstack-dev | 18:38 | |
*** mohits has quit IRC | 18:38 | |
*** dolphm_afk has quit IRC | 18:38 | |
*** souvik1 has quit IRC | 18:39 | |
*** eglynn has quit IRC | 18:39 | |
*** singhs has quit IRC | 18:39 | |
*** mohits has joined #openstack-dev | 18:40 | |
*** wbill has quit IRC | 18:42 | |
*** singhs has joined #openstack-dev | 18:43 | |
*** mihgen has quit IRC | 18:43 | |
*** galstrom is now known as galstrom_zzz | 18:44 | |
*** fungi has joined #openstack-dev | 18:45 | |
*** wbill has joined #openstack-dev | 18:45 | |
*** devvesa has quit IRC | 18:47 | |
*** markwash has quit IRC | 18:47 | |
*** markwash has joined #openstack-dev | 18:50 | |
*** CaptTofu has quit IRC | 18:50 | |
*** CaptTofu has joined #openstack-dev | 18:51 | |
morganfainberg | tellesnobrega, i am unsure what exactly is in the context (in all cases) when it comes to nova. I'd need to dig into it, but yes, i could see domain being in the context. | 18:51 |
*** jcoufal has joined #openstack-dev | 18:51 | |
*** flaper87 is now known as flaper87|afk | 18:52 | |
tellesnobrega | morganfainberg: thanks. I will take a look on how i can make that work | 18:52 |
morganfainberg | tellesnobrega, though if the data is available in a nother mechanism it might not need to go into the context (or it might already be there) | 18:52 |
morganfainberg | tellesnobrega, like i said, i haven't looked at the request context in a while. i'd need to go digging to make sure i gave the "best" answer possible | 18:53 |
*** venkatesh has quit IRC | 18:54 | |
*** esheffield has quit IRC | 18:54 | |
*** nikhil has quit IRC | 18:54 | |
*** gszasz has quit IRC | 18:56 | |
tellesnobrega | morganfainberg: sure, i will try to run devstack and see what information i have on context | 18:56 |
morganfainberg | tellesnobrega, my opinion is use data that is already there if you can... duplicating data is sub-optimal unless it's just not consumable in the way you need it (obviously exceptions happen all the time) | 18:57 |
*** msdubov has joined #openstack-dev | 18:58 | |
*** hemanth_ has joined #openstack-dev | 18:59 | |
*** johnthetubaguy has quit IRC | 18:59 | |
*** markwash has quit IRC | 19:00 | |
*** bknudson has quit IRC | 19:01 | |
tellesnobrega | morganfainberg: sure, i will check if the context already have the information and see if i can work with that, if not, i may need to put that into the context, i looks like a lot of work, but the better approach, better than connecting to keystone to search for it | 19:02 |
morganfainberg | tellesnobrega, aye, avoiding round trips to keystone if you have the data available already is a better approach (more scalable) | 19:03 |
*** avishay has quit IRC | 19:03 | |
*** haleyb_ has quit IRC | 19:04 | |
tellesnobrega | morganfainberg: sure | 19:04 |
*** rkukura has joined #openstack-dev | 19:04 | |
*** jruzicka has quit IRC | 19:07 | |
*** e0ne_ has quit IRC | 19:08 | |
*** e0ne has joined #openstack-dev | 19:08 | |
*** lucasagomes is now known as lucas-dinner | 19:11 | |
*** ndipanov is now known as ndipanov_gone | 19:11 | |
*** e0ne has quit IRC | 19:13 | |
*** danpb has quit IRC | 19:14 | |
*** odyssey4me has quit IRC | 19:14 | |
*** vkmc has joined #openstack-dev | 19:15 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:16 | |
*** danwent has joined #openstack-dev | 19:17 | |
*** jsavak has joined #openstack-dev | 19:17 | |
*** haleyb_ has joined #openstack-dev | 19:18 | |
*** nati_ueno has quit IRC | 19:19 | |
*** joesavak has quit IRC | 19:20 | |
*** pixelb has quit IRC | 19:24 | |
*** vipul is now known as vipul-away | 19:25 | |
*** vipul-away is now known as vipul | 19:25 | |
*** galstrom_zzz is now known as galstrom | 19:26 | |
*** yeylon__ has joined #openstack-dev | 19:26 | |
*** RScottCoyle__ has joined #openstack-dev | 19:27 | |
*** jaypipes has quit IRC | 19:28 | |
*** zzz1 has joined #openstack-dev | 19:28 | |
*** markmcclain has joined #openstack-dev | 19:29 | |
*** eglynn has joined #openstack-dev | 19:29 | |
*** RScottCoyle_ has quit IRC | 19:31 | |
*** mindpixel has quit IRC | 19:32 | |
*** bknudson has joined #openstack-dev | 19:32 | |
*** alunduil_ has quit IRC | 19:33 | |
*** troytoman-away is now known as troytoman | 19:35 | |
*** steve_ipc has quit IRC | 19:35 | |
*** vladikr has joined #openstack-dev | 19:36 | |
*** neelashah has quit IRC | 19:36 | |
*** carl_baldwin has quit IRC | 19:37 | |
*** ayoung_ has joined #openstack-dev | 19:40 | |
*** nati_ueno has joined #openstack-dev | 19:40 | |
*** martyntaylor has quit IRC | 19:40 | |
*** martyntaylor1 has joined #openstack-dev | 19:40 | |
*** insanida1e has quit IRC | 19:41 | |
*** RScottCoyle__ has quit IRC | 19:42 | |
*** joesavak has joined #openstack-dev | 19:42 | |
*** mohits has quit IRC | 19:42 | |
*** jsavak has quit IRC | 19:44 | |
*** dolphm_afk has joined #openstack-dev | 19:45 | |
*** willingc has joined #openstack-dev | 19:47 | |
*** spzala has joined #openstack-dev | 19:47 | |
*** otherwiseguy has quit IRC | 19:49 | |
*** dolphm_afk has quit IRC | 19:49 | |
*** zzz1 has left #openstack-dev | 19:53 | |
*** buzztroll has quit IRC | 19:55 | |
*** bknudson1 has joined #openstack-dev | 19:55 | |
*** buzztroll has joined #openstack-dev | 19:55 | |
*** mriedem has quit IRC | 19:55 | |
*** thingee_zzz is now known as thingee | 19:56 | |
*** buzztroll has quit IRC | 19:56 | |
*** buzztrol_ has joined #openstack-dev | 19:56 | |
*** markwash has joined #openstack-dev | 19:56 | |
*** bknudson has quit IRC | 19:57 | |
*** Ryan_Lane has joined #openstack-dev | 19:57 | |
*** mlavalle has quit IRC | 19:59 | |
*** bknudson1 has quit IRC | 20:00 | |
*** carl_baldwin has joined #openstack-dev | 20:00 | |
*** troytoman is now known as troytoman-away | 20:01 | |
*** nati_ueno has quit IRC | 20:02 | |
*** twoputt has quit IRC | 20:02 | |
*** twoputt_ has quit IRC | 20:03 | |
*** vkmc has quit IRC | 20:03 | |
*** sushils has joined #openstack-dev | 20:03 | |
*** neelashah has joined #openstack-dev | 20:05 | |
*** dprince has quit IRC | 20:06 | |
*** tanisdl has joined #openstack-dev | 20:06 | |
*** dolphm_afk has joined #openstack-dev | 20:06 | |
*** dvarga has quit IRC | 20:08 | |
*** nati_ueno has joined #openstack-dev | 20:11 | |
*** dolphm_afk is now known as dolphm | 20:11 | |
*** insanidade has joined #openstack-dev | 20:11 | |
*** bknudson has joined #openstack-dev | 20:13 | |
*** troytoman-away is now known as troytoman | 20:13 | |
*** morazi is now known as morazi-afk | 20:14 | |
dstanek | morganfainberg, bknudson: i just updated https://review.openstack.org/54204 - i found the fixtures already existed in oslo | 20:15 |
morganfainberg | dstanek, ah cool. even better! | 20:15 |
*** mkollaro has joined #openstack-dev | 20:16 | |
*** guohliu has quit IRC | 20:17 | |
bknudson | dstanek: not exactly the same as you had it. | 20:18 |
dstanek | bknudson: no, but theirs is just as good | 20:18 |
*** joesavak has quit IRC | 20:19 | |
dstanek | bknudson: i initially looked for stuff, but apparently not well | 20:19 |
lbragstad | dstanek: when you did the sync from Oslo, you only brought over the __init__.py and the moxstubout.py module? | 20:19 |
*** e0ne has joined #openstack-dev | 20:19 | |
lbragstad | why not sync the entire module to keystone? | 20:20 |
dstanek | lbragstad: yes, because i remember seeing a review where someone was pulling the rest - i pulled only the one i needed on purpose | 20:20 |
morganfainberg | dstanek, usually when we do syncs of oslo the sync itself is a separate patchset. | 20:20 |
dstanek | morganfainberg: i can break it out if you like | 20:20 |
lbragstad | morganfainberg: +1 | 20:20 |
dstanek | and pull the rest | 20:20 |
lbragstad | cool | 20:20 |
morganfainberg | dstanek, please do if you don't mind. | 20:20 |
dstanek | should i pull the rest of oslo in? | 20:20 |
lbragstad | dstanek: that would be great | 20:20 |
*** thedodd has quit IRC | 20:20 | |
morganfainberg | dstanek, it makes it much easier to identify what is oslo vs code change | 20:21 |
lbragstad | exactly, | 20:21 |
lbragstad | dstanek: rest of oslo? | 20:21 |
lbragstad | I would say just bring in the fixture module from oslo | 20:21 |
lbragstad | https://github.com/openstack/oslo-incubator/tree/master/openstack/common/fixture | 20:21 |
dstanek | there were at least 7 or 8 other files that have changes on olso if i do a full sync | 20:21 |
dolphm | first one to send me a code review wins my next 5 minutes | 20:21 |
morganfainberg | dstanek, probably the best bet is only sync what you need (fixture in this case) | 20:22 |
morganfainberg | dstanek, syncing / updating the rest of oslo might be easier independantly incase you need to fix other issues due to changes. | 20:22 |
*** martyntaylor1 has left #openstack-dev | 20:22 | |
*** carl_baldwin has quit IRC | 20:22 | |
dstanek | can that commit contain my change to openstack-common.conf? | 20:22 |
morganfainberg | dstanek, but in reality, i'll defer that choice to you. if you want to "fix" things... | 20:23 |
lbragstad | the only other dep within oslo that you'll have is here: https://github.com/openstack/oslo-incubator/blob/master/openstack/common/fixture/lockutils.py#L20 | 20:23 |
lbragstad | I think | 20:23 |
*** mindpixel has joined #openstack-dev | 20:23 | |
morganfainberg | dstanek, oslo sync can include the change to the conf iirc, dolphm might know better though. | 20:23 |
*** singhs has quit IRC | 20:24 | |
dolphm | dstanek: i don't see why not | 20:24 |
*** e0ne has quit IRC | 20:24 | |
dolphm | dstanek: the change and the resulting sync? | 20:24 |
*** thedodd has joined #openstack-dev | 20:24 | |
dstanek | dolphm: right | 20:24 |
bknudson | I'd prefer the oslo sync was separate. | 20:24 |
dstanek | bknudson: a commit for the updated config and another one for the additional module? | 20:25 |
*** CaptTofu has quit IRC | 20:26 | |
*** CaptTofu has joined #openstack-dev | 20:26 | |
bknudson | dstanek: the openstack-common.conf and openstack/common/fixture would be in the same commit. | 20:26 |
*** egallen has quit IRC | 20:27 | |
dstanek | bknudson: ok, cool. that's what i thought. | 20:27 |
lbragstad | the commit sync oslo should contain everything that *if* we had to revert the change we could do it with one patch | 20:28 |
*** ilyashakhat_ has joined #openstack-dev | 20:28 | |
*** ilyashakhat has quit IRC | 20:29 | |
tellesnobrega | hi, has anyone experienced this problem while isntalling openstack with devstack lately? http://paste.openstack.org/show/50245/ | 20:29 |
*** carl_baldwin has joined #openstack-dev | 20:29 | |
*** neelashah has quit IRC | 20:29 | |
* dstanek goes off to start interactively rebase everything! | 20:30 | |
*** carl_baldwin has quit IRC | 20:30 | |
*** melwitt has joined #openstack-dev | 20:32 | |
*** carl_baldwin has joined #openstack-dev | 20:33 | |
*** mfer_ has joined #openstack-dev | 20:35 | |
*** mfer has quit IRC | 20:37 | |
*** mfer_ is now known as mfer | 20:37 | |
*** mrda has joined #openstack-dev | 20:37 | |
*** boden has quit IRC | 20:38 | |
*** e0ne has joined #openstack-dev | 20:38 | |
clarkb | tellesnobrega: make sure that you don't have any stale processes siting on that port | 20:40 |
*** msdubov has quit IRC | 20:42 | |
*** otherwiseguy has joined #openstack-dev | 20:42 | |
*** jdurgin has quit IRC | 20:43 | |
dolphm | anyone know if you can sign up for unconference slots prior to day-of? (or is the whiteboard schedule first come first serve each day?) | 20:43 |
tellesnobrega | clarkb: thanks | 20:44 |
shardy | sdague: hi | 20:44 |
*** epopt37 has quit IRC | 20:44 | |
sdague | shardy: what's up? | 20:44 |
shardy | sdague: hey, we've just been discussing Heat summit sessions, and I noticed a conflict with "Keystone needs on the QA Pipeline" | 20:45 |
shardy | sdague: I guess it's too late, but any chance you might consider swapping that with one of your other sessions so I can make it? | 20:45 |
*** esheffield has joined #openstack-dev | 20:46 | |
shardy | I had hoped to make that session, since my patches kinda prompted it ;) | 20:46 |
sdague | :) | 20:46 |
*** 17SADIDG1 has joined #openstack-dev | 20:46 | |
*** topol has quit IRC | 20:46 | |
sdague | let me go see | 20:46 |
sdague | I could probably flip flop multi node with it 11am on Friday | 20:48 |
shardy | sdague: that would work for me :) | 20:48 |
*** vartom113 has joined #openstack-dev | 20:49 | |
shardy | sdague: thanks! | 20:49 |
sdague | ok, I don't think anyone else has yelled at a conflict there yet | 20:49 |
shardy | sdague: Ok, sounds good, thanks, see you then! | 20:50 |
sdague | will do | 20:50 |
*** 17SADIDG1 has quit IRC | 20:54 | |
*** galstrom is now known as galstrom_zzz | 20:55 | |
*** afazekas has quit IRC | 20:56 | |
*** jdurgin has joined #openstack-dev | 20:56 | |
*** epopt37 has joined #openstack-dev | 20:58 | |
*** marun has joined #openstack-dev | 20:58 | |
*** dolphm has quit IRC | 21:01 | |
*** dolphm has joined #openstack-dev | 21:02 | |
*** dkranz has quit IRC | 21:02 | |
*** dolphm has quit IRC | 21:02 | |
*** dolphm_ has joined #openstack-dev | 21:02 | |
*** willingc has quit IRC | 21:03 | |
sdague | shardy: ok, the sched looks like it's updated now | 21:03 |
*** singhs has joined #openstack-dev | 21:04 | |
*** lsmola_ has quit IRC | 21:04 | |
*** jimfehlig has quit IRC | 21:04 | |
*** spzala has quit IRC | 21:05 | |
shardy | sdague: great, thanks | 21:05 |
*** yeylon__ has quit IRC | 21:05 | |
*** lskyw has quit IRC | 21:05 | |
*** anniec has joined #openstack-dev | 21:05 | |
*** nati_ueno has quit IRC | 21:07 | |
*** nati_ueno has joined #openstack-dev | 21:08 | |
*** singhs has quit IRC | 21:08 | |
*** nati_ueno has quit IRC | 21:08 | |
*** nati_ueno has joined #openstack-dev | 21:09 | |
*** dddtest_09eae has quit IRC | 21:11 | |
*** singhs has joined #openstack-dev | 21:12 | |
*** alunduil_ has joined #openstack-dev | 21:14 | |
*** dolphm has joined #openstack-dev | 21:15 | |
*** singhs has quit IRC | 21:15 | |
*** bswartz has quit IRC | 21:15 | |
*** nati_ueno has quit IRC | 21:18 | |
*** nati_ueno has joined #openstack-dev | 21:18 | |
*** radez is now known as radez_g0n3 | 21:19 | |
*** tan has quit IRC | 21:19 | |
*** dolphm has quit IRC | 21:19 | |
*** carl_baldwin has quit IRC | 21:19 | |
*** dolphm_ has quit IRC | 21:19 | |
*** kui has joined #openstack-dev | 21:20 | |
*** eglynn has quit IRC | 21:20 | |
*** carl_baldwin has joined #openstack-dev | 21:20 | |
*** nati_ueno has quit IRC | 21:22 | |
*** galstrom_zzz is now known as galstrom | 21:24 | |
*** mindpixel has quit IRC | 21:25 | |
*** dims has quit IRC | 21:25 | |
*** buzztrol_ has quit IRC | 21:25 | |
*** jergerber has quit IRC | 21:25 | |
*** egallen has joined #openstack-dev | 21:26 | |
*** e1mer has joined #openstack-dev | 21:28 | |
*** rongze has quit IRC | 21:29 | |
*** pcm_ has quit IRC | 21:29 | |
*** sgordon has quit IRC | 21:32 | |
*** rcleere has quit IRC | 21:32 | |
*** jdennis has joined #openstack-dev | 21:33 | |
*** sushils has quit IRC | 21:35 | |
*** aeperezt has joined #openstack-dev | 21:35 | |
*** sushils has joined #openstack-dev | 21:35 | |
*** enmand has quit IRC | 21:36 | |
*** xqueralt has quit IRC | 21:36 | |
*** mlavalle has joined #openstack-dev | 21:36 | |
*** mlavalle has quit IRC | 21:36 | |
*** mlavalle has joined #openstack-dev | 21:37 | |
*** vartom113 has quit IRC | 21:39 | |
*** lbragstad has quit IRC | 21:40 | |
*** tan has joined #openstack-dev | 21:40 | |
*** dims has joined #openstack-dev | 21:40 | |
*** insanidade has quit IRC | 21:41 | |
*** e0ne_ has joined #openstack-dev | 21:43 | |
*** marun has quit IRC | 21:43 | |
*** wbill has quit IRC | 21:43 | |
*** e0ne has quit IRC | 21:44 | |
*** CaptTofu has quit IRC | 21:45 | |
*** yolanda has quit IRC | 21:45 | |
*** carl_baldwin has quit IRC | 21:45 | |
*** CaptTofu has joined #openstack-dev | 21:45 | |
*** thomasem has quit IRC | 21:47 | |
*** CaptTofu has quit IRC | 21:47 | |
*** utlemming has quit IRC | 21:47 | |
*** CaptTofu has joined #openstack-dev | 21:47 | |
*** e0ne_ has quit IRC | 21:48 | |
*** utlemming has joined #openstack-dev | 21:48 | |
*** e0ne has joined #openstack-dev | 21:48 | |
*** nkinder has quit IRC | 21:49 | |
*** jcoufal has quit IRC | 21:49 | |
*** jayg is now known as jayg|g0n3 | 21:51 | |
*** mfer has quit IRC | 21:51 | |
*** mrodden has quit IRC | 21:51 | |
*** stevemar has quit IRC | 21:52 | |
*** jdennis has quit IRC | 21:52 | |
*** gmurphy has quit IRC | 21:52 | |
*** e0ne has quit IRC | 21:52 | |
*** wbill_ has joined #openstack-dev | 21:53 | |
*** stevemar has joined #openstack-dev | 21:54 | |
*** neelashah has joined #openstack-dev | 21:54 | |
*** markmcclain has quit IRC | 21:54 | |
*** vijendar has quit IRC | 21:54 | |
*** achampion has quit IRC | 21:55 | |
*** vijendar has joined #openstack-dev | 21:55 | |
*** romcheg has left #openstack-dev | 21:56 | |
*** adalbas has quit IRC | 21:56 | |
*** buzztroll has joined #openstack-dev | 21:57 | |
*** jdennis has joined #openstack-dev | 21:58 | |
*** SergeyLukjanov has quit IRC | 21:59 | |
*** vijendar has quit IRC | 22:00 | |
*** burt has quit IRC | 22:00 | |
*** stevemar has quit IRC | 22:01 | |
*** jasdeepH has joined #openstack-dev | 22:02 | |
*** jasdeepH has quit IRC | 22:02 | |
*** prad has quit IRC | 22:04 | |
*** bpokorny has quit IRC | 22:04 | |
*** thedodd has quit IRC | 22:05 | |
*** anniec has quit IRC | 22:05 | |
*** dstanek has quit IRC | 22:05 | |
*** galstrom is now known as galstrom_zzz | 22:06 | |
*** singhs has joined #openstack-dev | 22:06 | |
*** carl_baldwin has joined #openstack-dev | 22:06 | |
*** anniec has joined #openstack-dev | 22:07 | |
*** singhs has quit IRC | 22:07 | |
*** wbill_ has quit IRC | 22:08 | |
*** singhs has joined #openstack-dev | 22:09 | |
*** Ryan_Lane has quit IRC | 22:10 | |
*** jimfehlig has joined #openstack-dev | 22:12 | |
*** anniec has quit IRC | 22:12 | |
*** neelashah has quit IRC | 22:15 | |
*** mkollaro has quit IRC | 22:15 | |
*** egallen has quit IRC | 22:16 | |
*** troytoman is now known as troytoman-away | 22:16 | |
*** eharney has quit IRC | 22:17 | |
*** sumanthns has quit IRC | 22:17 | |
*** egallen has joined #openstack-dev | 22:17 | |
*** twoputt has joined #openstack-dev | 22:17 | |
*** twoputt_ has joined #openstack-dev | 22:18 | |
*** jvrbanac has joined #openstack-dev | 22:19 | |
*** gyee has joined #openstack-dev | 22:22 | |
*** carl_baldwin has quit IRC | 22:24 | |
*** amerine has joined #openstack-dev | 22:24 | |
*** FunnyLookinHat has quit IRC | 22:25 | |
*** sandywalsh_ has quit IRC | 22:25 | |
*** jtomasek has quit IRC | 22:26 | |
*** rongze has joined #openstack-dev | 22:26 | |
*** amerine_ has joined #openstack-dev | 22:26 | |
*** dims has quit IRC | 22:26 | |
*** datsun180b has quit IRC | 22:26 | |
*** danwent has quit IRC | 22:27 | |
*** dims has joined #openstack-dev | 22:27 | |
*** amerine has quit IRC | 22:29 | |
*** enmand has joined #openstack-dev | 22:29 | |
*** kbringard has quit IRC | 22:30 | |
*** rongze has quit IRC | 22:30 | |
*** dcmorton has quit IRC | 22:30 | |
*** dcmorton has joined #openstack-dev | 22:31 | |
*** danwent has joined #openstack-dev | 22:35 | |
*** nkinder has joined #openstack-dev | 22:37 | |
*** mlavalle has quit IRC | 22:40 | |
*** colinmcnamara has quit IRC | 22:40 | |
*** colinmcnamara has joined #openstack-dev | 22:41 | |
*** sandywalsh_ has joined #openstack-dev | 22:42 | |
*** MaxV has joined #openstack-dev | 22:44 | |
*** sdake has quit IRC | 22:49 | |
*** jimfehlig has quit IRC | 22:49 | |
*** herndon has quit IRC | 22:50 | |
*** satroutr_ has quit IRC | 22:51 | |
*** satroutr has joined #openstack-dev | 22:52 | |
*** jorisroovers has joined #openstack-dev | 22:52 | |
*** jroovers has quit IRC | 22:52 | |
*** shardy is now known as shardy_afk | 22:52 | |
*** edmund has quit IRC | 22:55 | |
*** gmurphy has joined #openstack-dev | 22:55 | |
*** kbrierly has quit IRC | 22:55 | |
*** satroutr has quit IRC | 22:56 | |
*** bknudson has left #openstack-dev | 22:57 | |
*** READ10 has quit IRC | 23:00 | |
*** mdenny has quit IRC | 23:00 | |
*** danwent has quit IRC | 23:00 | |
*** ashwini_ has joined #openstack-dev | 23:04 | |
*** e1mer has quit IRC | 23:04 | |
*** gyee has quit IRC | 23:05 | |
*** AGiardini has quit IRC | 23:09 | |
*** amerine_ has quit IRC | 23:09 | |
*** gyee has joined #openstack-dev | 23:09 | |
*** Alexei_987 has quit IRC | 23:09 | |
*** jamielennox|away is now known as jamielennox | 23:11 | |
*** buzztroll has quit IRC | 23:13 | |
*** buzztroll has joined #openstack-dev | 23:13 | |
*** buzztroll has quit IRC | 23:16 | |
*** buzztroll has joined #openstack-dev | 23:16 | |
*** fbo has quit IRC | 23:19 | |
*** jhesketh has joined #openstack-dev | 23:20 | |
*** danwent has joined #openstack-dev | 23:21 | |
*** ykhodork has joined #openstack-dev | 23:22 | |
*** CaptTofu has quit IRC | 23:22 | |
*** davlaps has joined #openstack-dev | 23:23 | |
*** CaptTofu has joined #openstack-dev | 23:23 | |
*** denis_makogon has quit IRC | 23:24 | |
*** rongze has joined #openstack-dev | 23:26 | |
*** jmontemayor has quit IRC | 23:27 | |
*** MaxV has quit IRC | 23:29 | |
*** kui has quit IRC | 23:29 | |
*** MaxV has joined #openstack-dev | 23:29 | |
*** rongze has quit IRC | 23:31 | |
*** davlaps has quit IRC | 23:31 | |
*** MaxV has quit IRC | 23:34 | |
*** rwsu has quit IRC | 23:38 | |
*** pmathews has quit IRC | 23:43 | |
*** pablosan has quit IRC | 23:43 | |
*** gyee has quit IRC | 23:44 | |
*** hemna is now known as hemnafk | 23:44 | |
*** bknudson has joined #openstack-dev | 23:44 | |
*** rwsu has joined #openstack-dev | 23:45 | |
*** buzztroll has quit IRC | 23:46 | |
*** jroovers has joined #openstack-dev | 23:48 | |
*** CaptTofu has quit IRC | 23:48 | |
*** CaptTofu has joined #openstack-dev | 23:49 | |
*** jorisroovers has quit IRC | 23:50 | |
*** quade has joined #openstack-dev | 23:50 | |
*** jroovers has quit IRC | 23:50 | |
*** jorisroovers has joined #openstack-dev | 23:51 | |
*** buzztroll has joined #openstack-dev | 23:52 | |
*** bswartz has joined #openstack-dev | 23:53 | |
*** jvrbanac has quit IRC | 23:55 | |
*** markwash has quit IRC | 23:57 | |
*** lucas-dinner has quit IRC | 23:57 | |
*** faramir1 has joined #openstack-dev | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!