*** sarob has quit IRC | 00:00 | |
*** cjellick has quit IRC | 00:01 | |
*** colinmcnamara has quit IRC | 00:01 | |
*** mrodden has quit IRC | 00:02 | |
*** FatDarrel has quit IRC | 00:03 | |
*** cjellick has joined #openstack-dev | 00:03 | |
*** pmathews has quit IRC | 00:04 | |
*** otherwiseguy has quit IRC | 00:04 | |
dtroyer | ok, so I totally thought I was looking at the keystone-in-apache review and, well, I was confused. | 00:05 |
---|---|---|
dtroyer | I see the problem, the scheme in the keystone api check URL is blank | 00:05 |
jamielennox | ah, sorry - that's all passed in | 00:06 |
jamielennox | right | 00:06 |
jamielennox | but it seems to be something to do with how grenade pulls in the various devstack changes | 00:07 |
*** spzala has joined #openstack-dev | 00:07 | |
*** cjellick has quit IRC | 00:07 | |
jamielennox | i *think* that grenade is pulling in the devstack functions from master, not from the change | 00:07 |
dtroyer | the devstack tree is totally pre-set up by devstack-gate | 00:08 |
dtroyer | both of them…zuul is responsible for getting the right bits into position | 00:08 |
jamielennox | so looking at the change to lib/keystone it's not that complex, and if grenade is sourcing that file then it should be getting KEYSTONE_AUTH_PROTOCOL set up correctly | 00:10 |
jamielennox | https://review.openstack.org/#/c/47076/8/lib/keystone | 00:10 |
*** jcoufal has quit IRC | 00:11 | |
jamielennox | o damn, that's right | 00:12 |
jamielennox | /opt/stack/new/devstack/lib/keystone: line 79: is_ssl_enabled_service: command not found | 00:12 |
dtroyer | yeah…also, grenade sources its own copy of functions, not devstack's, but it sources lib/keystone so that function is not there | 00:13 |
jamielennox | sorry, i've done a bit of a context shift since i did this | 00:13 |
*** michchap_ has quit IRC | 00:13 | |
jamielennox | ok, and we can't simple source lib/tls in grenade as upgrade_keystone should be able to run independantly right? | 00:13 |
dtroyer | what I'm not sure about (yet) is why KEYSTONE_AUTH_PROTOCOL is empty then rather than containing the default set above | 00:14 |
*** CaptTofu has quit IRC | 00:14 | |
dtroyer | adding lib/tls to upgrade-keystone is fine if it is required | 00:14 |
*** CaptTofu has joined #openstack-dev | 00:15 | |
*** vuil has quit IRC | 00:15 | |
jamielennox | yea, i'm just hoping that once the first one is passed we can do the same thing for the other services, i guess we just need to source lib/tls in each | 00:15 |
*** michchap has joined #openstack-dev | 00:16 | |
*** jd__ has quit IRC | 00:16 | |
dtroyer | what is in lib/tls that you need? | 00:16 |
jamielennox | the things that i added to it: https://review.openstack.org/#/c/47076/7/lib/tls | 00:17 |
jamielennox | is_ssl_enabled_service and ensure_certificates | 00:17 |
dtroyer | right, I just saw that ;) | 00:17 |
jamielennox | although i'm not sure if ensure_certificates is required for grenade... | 00:18 |
dtroyer | probably not…is_ssl_enabled_service() is in functions in the current patch set | 00:18 |
jamielennox | ensure_certificates is only called in configure_keystone - am i right that grenade doesn't call that | 00:19 |
dtroyer | if you moved it back ti lib/tls we could include that in the upgrade-* scripts as requried and all should be good | 00:19 |
dtroyer | grenade doesn't currently call configure_* functions, but it once did. | 00:20 |
jamielennox | oh, so i must have moved it there so that grenade would source it correctly | 00:20 |
jamielennox | but if is_ssl_enabled is in functions why doesn't grenade find it ? | 00:20 |
*** CaptTofu has quit IRC | 00:20 | |
dtroyer | because grande has its own copy of functions, it doesn't use devstacks | 00:20 |
jamielennox | ah | 00:21 |
*** CaptTofu has joined #openstack-dev | 00:21 | |
dtroyer | it needs to be somewhat stable, but it is just a copy | 00:21 |
jamielennox | so is it better to source lib/tls in every upgrade_ script - or should i just copy is_ssl_enabled into grenade's functions? | 00:21 |
dtroyer | we put is_apache_enabled_service() into lib/apache so there is precendent for that, I'm fine with it, especially if you're going to want lib/tls for each service as you enable this. | 00:22 |
*** galstrom_zzz is now known as galstrom | 00:24 | |
*** jasdeepH has quit IRC | 00:24 | |
*** alop has quit IRC | 00:24 | |
*** jasdeepH has joined #openstack-dev | 00:25 | |
jamielennox | i see no reference to apache in grenade but | 00:25 |
*** jasdeepH has quit IRC | 00:25 | |
jamielennox | so i take it that if we configured keystone to use httpd in devstack and then ran a grenade update it would fail | 00:25 |
dtroyer | no, just that a is_xxx_enabled function doesn't _have_ to go into functions | 00:25 |
jamielennox | oh, right - yea i only moved it there as i was trying to get grenade to pick it up | 00:26 |
dtroyer | if we change the default for keystone to use apache then yes, grenade would fail and need updating, otherwise it should be fine | 00:26 |
jamielennox | ok so i'll move is_ssl_enabled_service back into lib/tls | 00:27 |
*** jd__ has joined #openstack-dev | 00:28 | |
jamielennox | but we will require a change in grenade - either a copy of is_ssl_enabled_service in grenade/functions or a source devstack/lib/tls in each of the upgrade_service scripts | 00:28 |
*** matsuhashi has joined #openstack-dev | 00:28 | |
*** rudrarugge has quit IRC | 00:29 | |
jamielennox | i'm voting for a copy of is_ssl_enabled_service - but i realize that there isn't much weight to that | 00:29 |
dtroyer | sourcing $TARGET_DEVSTACK_DIR/lib/tls is my preference | 00:29 |
jamielennox | ok, np | 00:30 |
dtroyer | that should be able to go into grenade now without issue | 00:30 |
jamielennox | i'll put up a patch for grenade soon | 00:30 |
dtroyer | ok...ahead if lib/keystone | 00:31 |
*** rkukura has joined #openstack-dev | 00:31 | |
*** salv-orlando has quit IRC | 00:32 | |
jamielennox | yep - ok to do the other services preemptively? | 00:32 |
dtroyer | are there existing plans to do the SSL for them? | 00:32 |
*** salv-orlando has joined #openstack-dev | 00:33 | |
jamielennox | there is the plan that once this is in for keystone that it should be about 3 lines for each of the other services - that being said i don't know how to configure SSL for most other services so it might not be soon | 00:34 |
jamielennox | i think i can do swift fairly easily | 00:34 |
jamielennox | the others will require some research | 00:35 |
dtroyer | I'd rather not get too far ahead and have stuff in the scripts that isn't needed, swift and keystone for now? | 00:35 |
*** Ruetobas has quit IRC | 00:35 | |
*** jimfehlig has joined #openstack-dev | 00:36 | |
jamielennox | in which case i'll just do keystone for now - now i know what the problem is i can always fix up grenade as i have things ready | 00:36 |
dtroyer | FWIW, I finished looking at the review, nothing jumps out at me right now but I haven't tried to run it yet | 00:38 |
*** galstrom is now known as galstrom_zzz | 00:38 | |
jamielennox | yea, it takes a bit of effort to actually test it as you need to have prebuilt certificates you can use | 00:39 |
*** bdpayne has quit IRC | 00:40 | |
*** Dr_Who has joined #openstack-dev | 00:40 | |
jamielennox | the intention is later that if you don't have certificates but you want SSL they will be generated for you - but various people want certificates generated in different ways so i haven't got more than POC of that | 00:40 |
jamielennox | dtroyer: thanks for your help | 00:42 |
dtroyer | FWIW, the CA that lib/tls builds is meant to mimic the kinds of server certs that are in the wild, with intermediate CAs and extension options not usually found in the 'snakeoil'-type self-signed certs. But yeah, if someone has real certs they want to use, let them... | 00:43 |
jamielennox | dtroyer: that was the thought if you have real certs go ahead and use them, fallback to generated | 00:44 |
jamielennox | i just added you to the draft review: https://review.openstack.org/#/c/47526/ | 00:44 |
*** freedomhui has joined #openstack-dev | 00:44 | |
jamielennox | shows that generating the certs using what's already in lib/tls is pretty easy i'm just not trying to push it through yet | 00:45 |
*** nosnos has joined #openstack-dev | 00:45 | |
dtroyer | ok, cool | 00:45 |
*** terriyu has quit IRC | 00:46 | |
*** litong has quit IRC | 00:51 | |
*** dtyarnell has joined #openstack-dev | 00:52 | |
*** anteaya has quit IRC | 00:55 | |
*** Tross has quit IRC | 01:05 | |
*** angdraug has quit IRC | 01:06 | |
*** SumitNaiksatam has quit IRC | 01:07 | |
*** mrodden has joined #openstack-dev | 01:07 | |
*** gyee has quit IRC | 01:07 | |
*** CaptTofu has quit IRC | 01:10 | |
*** CaptTofu has joined #openstack-dev | 01:10 | |
*** Tross has joined #openstack-dev | 01:14 | |
*** CaptTofu has quit IRC | 01:15 | |
*** yeylon_ has quit IRC | 01:16 | |
*** eharney has quit IRC | 01:17 | |
*** briancurtin has joined #openstack-dev | 01:22 | |
*** nermina has joined #openstack-dev | 01:22 | |
*** dperaza has quit IRC | 01:23 | |
*** dropped has quit IRC | 01:24 | |
*** yjiang5 has quit IRC | 01:27 | |
*** erkules has quit IRC | 01:27 | |
*** comay has quit IRC | 01:29 | |
*** MaxV has quit IRC | 01:29 | |
*** MaxV has joined #openstack-dev | 01:29 | |
*** fandikurnia01 has joined #openstack-dev | 01:31 | |
*** lbragstad has joined #openstack-dev | 01:33 | |
*** SumitNaiksatam has joined #openstack-dev | 01:34 | |
*** MaxV has quit IRC | 01:34 | |
*** rfolco has quit IRC | 01:37 | |
*** jhesketh__ has joined #openstack-dev | 01:39 | |
*** xqueralt has joined #openstack-dev | 01:40 | |
*** nati_uen_ has joined #openstack-dev | 01:40 | |
*** jasondot_ has joined #openstack-dev | 01:40 | |
*** nati_ueno has quit IRC | 01:42 | |
*** bauzas has quit IRC | 01:44 | |
*** nati_uen_ has quit IRC | 01:44 | |
*** erkules has joined #openstack-dev | 01:45 | |
*** alexpilotti has quit IRC | 01:48 | |
*** alexpilotti has joined #openstack-dev | 01:49 | |
*** Tross has quit IRC | 01:49 | |
*** yaguang has quit IRC | 01:56 | |
*** alexpilotti has quit IRC | 01:56 | |
*** xqueralt has quit IRC | 01:56 | |
*** henrynash has joined #openstack-dev | 01:57 | |
*** alexpilotti has joined #openstack-dev | 01:58 | |
*** Mandell has quit IRC | 02:00 | |
*** jasondot_ has quit IRC | 02:00 | |
*** colinmcnamara has joined #openstack-dev | 02:04 | |
*** Dr_Who has quit IRC | 02:09 | |
*** sandywalsh has quit IRC | 02:10 | |
*** novas0x2a|laptop has quit IRC | 02:10 | |
*** jhesketh has quit IRC | 02:11 | |
*** jhesketh has joined #openstack-dev | 02:11 | |
*** mrda has quit IRC | 02:17 | |
*** Ryan_Lane has quit IRC | 02:18 | |
*** freedomhui has quit IRC | 02:18 | |
*** edmund has joined #openstack-dev | 02:24 | |
*** fandikurnia01 has quit IRC | 02:24 | |
*** melwitt has quit IRC | 02:30 | |
*** markwash has joined #openstack-dev | 02:31 | |
*** freedomhui has joined #openstack-dev | 02:31 | |
*** henrynash has quit IRC | 02:40 | |
*** giulivo has quit IRC | 02:44 | |
*** jamielennox is now known as jamielennox|away | 02:45 | |
*** vipul has quit IRC | 02:45 | |
*** vipul has joined #openstack-dev | 02:46 | |
*** sushils has joined #openstack-dev | 02:48 | |
*** pmathews has joined #openstack-dev | 02:48 | |
*** Ryan_Lane has joined #openstack-dev | 02:48 | |
*** Ryan_Lane has quit IRC | 02:55 | |
*** yaguang has joined #openstack-dev | 02:56 | |
*** ArcTanSusan has joined #openstack-dev | 02:58 | |
*** lbragstad has quit IRC | 02:59 | |
*** Tross has joined #openstack-dev | 03:06 | |
*** Ruetobas has joined #openstack-dev | 03:13 | |
*** ArcTanSusan has quit IRC | 03:14 | |
*** paragan has joined #openstack-dev | 03:14 | |
*** paragan has joined #openstack-dev | 03:14 | |
*** CaptTofu has joined #openstack-dev | 03:15 | |
*** giroro_ has joined #openstack-dev | 03:16 | |
*** rcleere has joined #openstack-dev | 03:17 | |
*** Ruetobas has quit IRC | 03:18 | |
*** fandikurnia01 has joined #openstack-dev | 03:18 | |
*** ericw has joined #openstack-dev | 03:18 | |
*** jimfehlig has quit IRC | 03:22 | |
*** fandikurnia01 has quit IRC | 03:27 | |
*** nermina has quit IRC | 03:31 | |
*** ericw has quit IRC | 03:33 | |
*** sarob has joined #openstack-dev | 03:35 | |
*** sarob_ has joined #openstack-dev | 03:36 | |
*** prekarat has joined #openstack-dev | 03:36 | |
*** ericw has joined #openstack-dev | 03:37 | |
*** sarob_ has quit IRC | 03:38 | |
*** sarob_ has joined #openstack-dev | 03:39 | |
*** sarob has quit IRC | 03:39 | |
*** prekarat has quit IRC | 03:41 | |
*** dkranz has joined #openstack-dev | 03:43 | |
*** Ryan_Lane has joined #openstack-dev | 03:49 | |
*** danwent has joined #openstack-dev | 03:50 | |
*** sdake_ has quit IRC | 03:51 | |
*** ysc has joined #openstack-dev | 03:51 | |
*** spzala has quit IRC | 03:52 | |
*** Tross has quit IRC | 03:53 | |
*** matiu has quit IRC | 03:53 | |
*** otherwiseguy has joined #openstack-dev | 03:53 | |
*** achandra has joined #openstack-dev | 03:54 | |
*** Ryan_Lane has quit IRC | 03:54 | |
*** prekarat has joined #openstack-dev | 03:54 | |
achandra | Hoping someone can provide some assistance here. I just installed devstack and have an issue with the horizon dash board not producing output for download for the ec2 api credentials. | 03:55 |
achandra | the page errors out | 03:55 |
achandra | any clue if that has been fixed or if im on the right channel to ask? | 03:56 |
ysc | I'm a new contributor, working on my first fix related to the Swift container replicator. Can somebody help me to understand why we're replicating *and* merge the container db when the row difference is > 50%? I figure just rsync should be sufficient. Thanks! | 03:57 |
*** erfanian has quit IRC | 04:02 | |
*** sridevi has joined #openstack-dev | 04:05 | |
*** CaptTofu has quit IRC | 04:06 | |
*** CaptTofu has joined #openstack-dev | 04:06 | |
*** jhesketh has quit IRC | 04:09 | |
*** jhesketh__ has quit IRC | 04:09 | |
*** vuil has joined #openstack-dev | 04:16 | |
*** briancurtin has quit IRC | 04:18 | |
*** ArcTanSusan has joined #openstack-dev | 04:18 | |
*** jhesketh__ has joined #openstack-dev | 04:22 | |
*** jhesketh has joined #openstack-dev | 04:22 | |
*** aditirav has joined #openstack-dev | 04:23 | |
*** colinmcnamara has quit IRC | 04:23 | |
*** colinmcnamara has joined #openstack-dev | 04:23 | |
*** colinmcnamara has quit IRC | 04:28 | |
*** bashok has joined #openstack-dev | 04:29 | |
*** bashok is now known as djoreilly | 04:30 | |
*** djoreilly has quit IRC | 04:30 | |
*** ArcTanSusan has quit IRC | 04:30 | |
*** kushal has joined #openstack-dev | 04:31 | |
*** rudra has joined #openstack-dev | 04:32 | |
*** Tross has joined #openstack-dev | 04:35 | |
*** aditirav has quit IRC | 04:36 | |
*** aditirav has joined #openstack-dev | 04:36 | |
*** aeperezt has quit IRC | 04:38 | |
*** aditirav has quit IRC | 04:40 | |
*** aditirav has joined #openstack-dev | 04:41 | |
*** bashok has joined #openstack-dev | 04:41 | |
*** sdake_ has joined #openstack-dev | 04:44 | |
*** sdake_ has quit IRC | 04:44 | |
*** sdake_ has joined #openstack-dev | 04:44 | |
*** Mandell has joined #openstack-dev | 04:44 | |
*** faramir1 has joined #openstack-dev | 04:47 | |
*** AlexF has joined #openstack-dev | 04:48 | |
*** Ryan_Lane has joined #openstack-dev | 04:49 | |
*** ArcTanSusan has joined #openstack-dev | 04:50 | |
*** ysc has left #openstack-dev | 04:52 | |
*** sumanthns has joined #openstack-dev | 04:53 | |
*** Ryan_Lane has quit IRC | 04:53 | |
*** DennyZhang has joined #openstack-dev | 04:53 | |
*** aditirav_ has joined #openstack-dev | 04:55 | |
*** freedomhui has quit IRC | 04:56 | |
*** aditirav has quit IRC | 04:57 | |
*** aditirav_ is now known as aditirav | 04:57 | |
*** Mandell has quit IRC | 04:59 | |
*** dstufft has quit IRC | 05:02 | |
*** dstufft has joined #openstack-dev | 05:03 | |
*** afazekas has joined #openstack-dev | 05:06 | |
*** Mandell has joined #openstack-dev | 05:06 | |
*** turul_ has joined #openstack-dev | 05:06 | |
*** AlexF has quit IRC | 05:07 | |
*** sarob_ has quit IRC | 05:08 | |
*** markmc has joined #openstack-dev | 05:09 | |
*** sarob has joined #openstack-dev | 05:10 | |
*** yaguang has quit IRC | 05:11 | |
*** aditirav has quit IRC | 05:18 | |
*** aditirav has joined #openstack-dev | 05:18 | |
*** Ryan_Lane has joined #openstack-dev | 05:20 | |
*** sridevi has quit IRC | 05:20 | |
*** mdenny has quit IRC | 05:21 | |
*** rudra has quit IRC | 05:22 | |
*** Ryan_Lane has quit IRC | 05:24 | |
*** sridevi has joined #openstack-dev | 05:25 | |
*** turul_ has quit IRC | 05:26 | |
*** afazekas has quit IRC | 05:26 | |
*** afazekas has joined #openstack-dev | 05:26 | |
*** dstufft has quit IRC | 05:27 | |
*** stevemar has quit IRC | 05:28 | |
*** dstufft has joined #openstack-dev | 05:30 | |
*** DennyZhang has quit IRC | 05:32 | |
*** yaguang has joined #openstack-dev | 05:32 | |
*** colinmcnamara has joined #openstack-dev | 05:34 | |
*** mrunge has joined #openstack-dev | 05:37 | |
*** mrunge has quit IRC | 05:37 | |
*** mrunge has joined #openstack-dev | 05:37 | |
*** colinmcnamara has quit IRC | 05:39 | |
*** SergeyLukjanov has joined #openstack-dev | 05:40 | |
*** sridevi has quit IRC | 05:42 | |
*** nshaikh has joined #openstack-dev | 05:46 | |
*** vartom19 has joined #openstack-dev | 05:48 | |
*** yaguang has quit IRC | 05:49 | |
*** danwent has quit IRC | 05:50 | |
*** Ryan_Lane has joined #openstack-dev | 05:50 | |
*** tvb has joined #openstack-dev | 05:53 | |
*** SergeyLukjanov has quit IRC | 05:54 | |
*** Ryan_Lane has quit IRC | 05:55 | |
*** matsuhashi has quit IRC | 06:01 | |
*** sridevi has joined #openstack-dev | 06:02 | |
*** matiu has joined #openstack-dev | 06:03 | |
*** yolanda has joined #openstack-dev | 06:07 | |
*** eglynn has joined #openstack-dev | 06:07 | |
*** nosnos has quit IRC | 06:08 | |
*** metral has quit IRC | 06:08 | |
*** vartom110 has joined #openstack-dev | 06:10 | |
*** pmathews has quit IRC | 06:10 | |
*** vartom19 has quit IRC | 06:11 | |
*** pmathews has joined #openstack-dev | 06:11 | |
*** HenryG has quit IRC | 06:12 | |
*** HenryG has joined #openstack-dev | 06:12 | |
*** rohitk has quit IRC | 06:14 | |
*** zaneb has joined #openstack-dev | 06:16 | |
*** sarob has quit IRC | 06:17 | |
*** zbitter has quit IRC | 06:18 | |
*** Ryan_Lane has joined #openstack-dev | 06:21 | |
*** rushiagr has joined #openstack-dev | 06:21 | |
*** otherwiseguy has quit IRC | 06:24 | |
*** matsuhashi has joined #openstack-dev | 06:24 | |
*** Ryan_Lane has quit IRC | 06:25 | |
*** rohitk has joined #openstack-dev | 06:27 | |
*** jcoufal has joined #openstack-dev | 06:29 | |
*** sushils has quit IRC | 06:29 | |
*** henrynash has joined #openstack-dev | 06:30 | |
*** sushils has joined #openstack-dev | 06:31 | |
*** sarob has joined #openstack-dev | 06:34 | |
*** mosulica has joined #openstack-dev | 06:35 | |
*** dcmorton has quit IRC | 06:35 | |
*** eglynn has quit IRC | 06:36 | |
*** cfriesen has quit IRC | 06:36 | |
*** henrynash has quit IRC | 06:39 | |
*** davidhadas has joined #openstack-dev | 06:45 | |
*** yeylon_ has joined #openstack-dev | 06:48 | |
*** mrunge has quit IRC | 06:49 | |
*** Shaan7 has quit IRC | 06:49 | |
*** garyk has joined #openstack-dev | 06:50 | |
*** Ryan_Lane has joined #openstack-dev | 06:51 | |
*** ifarkas has joined #openstack-dev | 06:53 | |
*** nosnos has joined #openstack-dev | 06:54 | |
*** eglynn has joined #openstack-dev | 06:54 | |
*** mrunge has joined #openstack-dev | 06:55 | |
*** Ryan_Lane has quit IRC | 06:55 | |
*** jprovazn has joined #openstack-dev | 06:56 | |
*** faramir1 has quit IRC | 06:58 | |
*** Shaan7 has joined #openstack-dev | 06:58 | |
*** shardy_afk is now known as shardy | 06:59 | |
*** odyssey4me has joined #openstack-dev | 07:03 | |
*** amerine has quit IRC | 07:11 | |
*** AlexF has joined #openstack-dev | 07:17 | |
*** rushiagr has quit IRC | 07:18 | |
*** dcmorton has joined #openstack-dev | 07:19 | |
*** fbo_away is now known as fbo | 07:19 | |
*** Ryan_Lane has joined #openstack-dev | 07:22 | |
*** MaxV has joined #openstack-dev | 07:24 | |
*** metral has joined #openstack-dev | 07:25 | |
*** AlexF has quit IRC | 07:26 | |
*** Ryan_Lane has quit IRC | 07:27 | |
*** markmc has quit IRC | 07:27 | |
*** jistr has joined #openstack-dev | 07:28 | |
*** rushiagr has joined #openstack-dev | 07:29 | |
*** vuil has quit IRC | 07:33 | |
*** mmagr has joined #openstack-dev | 07:33 | |
*** jtomasek has joined #openstack-dev | 07:34 | |
*** pmathews has quit IRC | 07:36 | |
*** rushiagr has quit IRC | 07:39 | |
*** vartom110 has quit IRC | 07:48 | |
*** vartom110 has joined #openstack-dev | 07:51 | |
*** o_petit has joined #openstack-dev | 07:52 | |
*** Ryan_Lane has joined #openstack-dev | 07:52 | |
*** JordanP has joined #openstack-dev | 07:54 | |
*** xga has joined #openstack-dev | 07:55 | |
*** markwash has quit IRC | 07:56 | |
*** egallen has joined #openstack-dev | 07:56 | |
*** Ryan_Lane has quit IRC | 07:57 | |
*** flaper87|afk is now known as flaper87 | 07:58 | |
*** sushils has quit IRC | 07:59 | |
*** rushiagr has joined #openstack-dev | 08:02 | |
*** boden has joined #openstack-dev | 08:03 | |
*** rohitk has quit IRC | 08:03 | |
*** jpich has joined #openstack-dev | 08:06 | |
*** kevinconway has quit IRC | 08:07 | |
*** kevinconway has joined #openstack-dev | 08:07 | |
*** kevinconway has quit IRC | 08:08 | |
*** giulivo has joined #openstack-dev | 08:09 | |
*** corXi has joined #openstack-dev | 08:09 | |
*** athomas has joined #openstack-dev | 08:09 | |
ekarlso | any keystone folks around ? | 08:09 |
*** markwash has joined #openstack-dev | 08:10 | |
*** bashok has quit IRC | 08:11 | |
*** bashok has joined #openstack-dev | 08:11 | |
*** enikanorov-w has quit IRC | 08:12 | |
*** enikanorov-w has joined #openstack-dev | 08:13 | |
*** yassine has joined #openstack-dev | 08:15 | |
*** o_petit has quit IRC | 08:15 | |
*** Mandell has quit IRC | 08:15 | |
*** Mandell has joined #openstack-dev | 08:16 | |
*** fandikurnia01 has joined #openstack-dev | 08:16 | |
*** rohitk has joined #openstack-dev | 08:18 | |
*** o_petit has joined #openstack-dev | 08:19 | |
*** derekh has joined #openstack-dev | 08:20 | |
*** Mandell has quit IRC | 08:20 | |
*** Ryan_Lane has joined #openstack-dev | 08:23 | |
*** lucasagomes has joined #openstack-dev | 08:24 | |
*** faramir1 has joined #openstack-dev | 08:26 | |
*** Ryan_Lane has quit IRC | 08:27 | |
*** ndipanov has joined #openstack-dev | 08:30 | |
*** neeti has joined #openstack-dev | 08:36 | |
*** amerine has joined #openstack-dev | 08:36 | |
*** freedomhui has joined #openstack-dev | 08:41 | |
*** comstud has quit IRC | 08:50 | |
*** comstud has joined #openstack-dev | 08:50 | |
*** jhesketh__ has quit IRC | 08:52 | |
*** Ryan_Lane has joined #openstack-dev | 08:53 | |
*** amotoki has joined #openstack-dev | 08:53 | |
*** romcheg has joined #openstack-dev | 08:55 | |
*** ygbo has joined #openstack-dev | 08:56 | |
*** Ryan_Lane has quit IRC | 08:57 | |
*** xqueralt has joined #openstack-dev | 08:58 | |
*** romcheg has quit IRC | 08:58 | |
*** flaper87 is now known as flaper87|afk | 09:00 | |
*** kaushikc has joined #openstack-dev | 09:01 | |
*** michchap has quit IRC | 09:02 | |
*** michchap_ has joined #openstack-dev | 09:02 | |
*** matrohon has quit IRC | 09:02 | |
*** vartom110 has quit IRC | 09:03 | |
*** vartom111 has joined #openstack-dev | 09:04 | |
*** flaper87|afk is now known as flaper87 | 09:05 | |
ekarlso | s/wn 35 | 09:07 |
ttx | cinder rc1 on its way, if my cell data behaves a bit | 09:09 |
*** ArcTanSusan has quit IRC | 09:11 | |
*** martyntaylor has joined #openstack-dev | 09:13 | |
*** mkollaro has joined #openstack-dev | 09:13 | |
*** sarob has quit IRC | 09:14 | |
*** ron-slc has quit IRC | 09:14 | |
*** rushiagr has quit IRC | 09:15 | |
*** rushiagr has joined #openstack-dev | 09:16 | |
*** zhiyan has joined #openstack-dev | 09:16 | |
*** ema has joined #openstack-dev | 09:16 | |
*** ema has joined #openstack-dev | 09:16 | |
*** kevinconway has joined #openstack-dev | 09:17 | |
*** rohitk has quit IRC | 09:17 | |
*** amotoki has quit IRC | 09:19 | |
*** noorul has quit IRC | 09:20 | |
*** noorul has joined #openstack-dev | 09:20 | |
*** SergeyLukjanov has joined #openstack-dev | 09:20 | |
*** romcheg has joined #openstack-dev | 09:21 | |
*** mrunge has quit IRC | 09:22 | |
*** Nikolay_St has quit IRC | 09:22 | |
*** Ryan_Lane has joined #openstack-dev | 09:23 | |
ekarlso | ttx: is there a keystone rc ? | 09:24 |
ttx | yes, since wednesday | 09:25 |
ttx | all done except swift | 09:25 |
ekarlso | kk | 09:25 |
*** fbo is now known as fbo_away | 09:26 | |
*** kaushikc has quit IRC | 09:26 | |
*** Ryan_Lane has quit IRC | 09:27 | |
*** mrunge has joined #openstack-dev | 09:29 | |
*** rohitk has joined #openstack-dev | 09:29 | |
ekarlso | hmmms, i wonder if keystone and ldap really do despise me :( | 09:30 |
*** rushiagr has quit IRC | 09:35 | |
*** egallen has quit IRC | 09:35 | |
*** xga has quit IRC | 09:37 | |
*** rohitk has quit IRC | 09:37 | |
*** rushiagr has joined #openstack-dev | 09:38 | |
*** xga has joined #openstack-dev | 09:40 | |
*** safchain has joined #openstack-dev | 09:40 | |
*** kaushikc has joined #openstack-dev | 09:40 | |
*** aditirav has quit IRC | 09:43 | |
*** egallen has joined #openstack-dev | 09:45 | |
*** xqueralt has quit IRC | 09:46 | |
*** boris-42 has joined #openstack-dev | 09:48 | |
*** AnilV4 has quit IRC | 09:50 | |
*** davidhadas has quit IRC | 09:50 | |
*** aditirav has joined #openstack-dev | 09:51 | |
*** rohitk has joined #openstack-dev | 09:52 | |
*** tvb has quit IRC | 09:52 | |
*** tvb has joined #openstack-dev | 09:53 | |
*** Ryan_Lane has joined #openstack-dev | 09:54 | |
*** kaushikc has quit IRC | 09:56 | |
*** aditirav has quit IRC | 09:57 | |
*** aditirav has joined #openstack-dev | 09:57 | |
*** Ryan_Lane has quit IRC | 09:58 | |
*** jhesketh__ has joined #openstack-dev | 10:01 | |
*** athomas has quit IRC | 10:03 | |
*** markmcclain1 has joined #openstack-dev | 10:04 | |
*** markmcclain has quit IRC | 10:04 | |
*** zhiyan has quit IRC | 10:05 | |
*** exed has joined #openstack-dev | 10:05 | |
*** exed has quit IRC | 10:07 | |
*** AnilV4 has joined #openstack-dev | 10:07 | |
*** gmurphy has quit IRC | 10:08 | |
*** exed has joined #openstack-dev | 10:09 | |
*** ron-slc has joined #openstack-dev | 10:09 | |
*** xga has quit IRC | 10:10 | |
*** fbo_away is now known as fbo | 10:10 | |
*** jimjiang has quit IRC | 10:13 | |
*** xga has joined #openstack-dev | 10:13 | |
*** jimjiang has joined #openstack-dev | 10:13 | |
*** Tross has quit IRC | 10:13 | |
*** Tross has joined #openstack-dev | 10:14 | |
*** xqueralt has joined #openstack-dev | 10:16 | |
*** SergeyLukjanov has quit IRC | 10:18 | |
*** SergeyLukjanov has joined #openstack-dev | 10:19 | |
*** martyntaylor has quit IRC | 10:19 | |
*** Kiall has quit IRC | 10:20 | |
*** kiall has joined #openstack-dev | 10:23 | |
*** safchain has quit IRC | 10:24 | |
*** prekarat has quit IRC | 10:24 | |
*** Ryan_Lane has joined #openstack-dev | 10:24 | |
*** paragan has quit IRC | 10:27 | |
*** matsuhashi has quit IRC | 10:28 | |
*** fandikurnia01 has quit IRC | 10:28 | |
*** Ryan_Lane has quit IRC | 10:29 | |
*** bashok has quit IRC | 10:30 | |
*** fandikurnia01 has joined #openstack-dev | 10:30 | |
*** bashok has joined #openstack-dev | 10:30 | |
*** iartarisi has joined #openstack-dev | 10:33 | |
*** martyntaylor has joined #openstack-dev | 10:33 | |
*** pcm_ has joined #openstack-dev | 10:33 | |
*** danpb has joined #openstack-dev | 10:34 | |
*** fandikurnia01 has quit IRC | 10:34 | |
*** pcm_ has quit IRC | 10:35 | |
*** pcm_ has joined #openstack-dev | 10:36 | |
*** pixelb has joined #openstack-dev | 10:36 | |
*** athomas has joined #openstack-dev | 10:44 | |
*** markmc has joined #openstack-dev | 10:46 | |
*** bashok has quit IRC | 10:48 | |
*** bashok has joined #openstack-dev | 10:48 | |
*** openstackstatus has quit IRC | 10:51 | |
*** skraynev has quit IRC | 10:52 | |
*** AlexF has joined #openstack-dev | 10:52 | |
*** skraynev has joined #openstack-dev | 10:52 | |
*** jpich has quit IRC | 10:53 | |
*** davidhadas has joined #openstack-dev | 10:55 | |
*** fandikurnia01 has joined #openstack-dev | 10:55 | |
*** Ryan_Lane has joined #openstack-dev | 10:55 | |
*** rushiagr has quit IRC | 10:57 | |
*** davidhadas has quit IRC | 10:57 | |
*** Ryan_Lane has quit IRC | 10:59 | |
*** rohitk has quit IRC | 10:59 | |
*** sushils has joined #openstack-dev | 11:00 | |
*** exed has quit IRC | 11:01 | |
*** tellesnobrega has joined #openstack-dev | 11:03 | |
*** jcoufal has quit IRC | 11:04 | |
*** rushiagr has joined #openstack-dev | 11:06 | |
*** jpich has joined #openstack-dev | 11:06 | |
*** AnilV4 has quit IRC | 11:09 | |
*** Alexei_987 has joined #openstack-dev | 11:09 | |
*** nimi has quit IRC | 11:11 | |
*** kaushikc has joined #openstack-dev | 11:12 | |
*** rohitk has joined #openstack-dev | 11:12 | |
*** AnilV4 has joined #openstack-dev | 11:15 | |
*** flaper87 is now known as flaper87|afk | 11:15 | |
*** claxton has joined #openstack-dev | 11:19 | |
*** nimi has joined #openstack-dev | 11:20 | |
*** nermina has joined #openstack-dev | 11:22 | |
*** kushal has quit IRC | 11:25 | |
*** kushal has joined #openstack-dev | 11:25 | |
*** Ryan_Lane has joined #openstack-dev | 11:26 | |
*** Ryan_Lane has quit IRC | 11:30 | |
*** nosnos has quit IRC | 11:32 | |
*** CaptTofu has quit IRC | 11:33 | |
*** CaptTofu has joined #openstack-dev | 11:34 | |
*** zul has quit IRC | 11:39 | |
*** zul has joined #openstack-dev | 11:43 | |
*** claxton has quit IRC | 11:48 | |
*** jprovazn has quit IRC | 11:48 | |
*** ifarkas has quit IRC | 11:48 | |
*** kushal has quit IRC | 11:49 | |
*** claxton has joined #openstack-dev | 11:50 | |
*** flaper87|afk is now known as flaper87 | 11:51 | |
*** aditirav has quit IRC | 11:51 | |
*** kbringard has joined #openstack-dev | 11:52 | |
*** aditirav has joined #openstack-dev | 11:52 | |
*** safchain has joined #openstack-dev | 11:52 | |
*** ifarkas has joined #openstack-dev | 11:52 | |
*** rcleere has quit IRC | 11:53 | |
*** neeti has quit IRC | 11:54 | |
*** rcleere has joined #openstack-dev | 11:54 | |
*** rcleere has quit IRC | 11:54 | |
*** rcleere has joined #openstack-dev | 11:54 | |
*** imsurit has joined #openstack-dev | 11:54 | |
*** rohitk has quit IRC | 11:56 | |
*** Ryan_Lane has joined #openstack-dev | 11:56 | |
*** rcleere has quit IRC | 11:57 | |
*** vkmc has joined #openstack-dev | 11:59 | |
*** vkmc has quit IRC | 11:59 | |
*** vkmc has joined #openstack-dev | 11:59 | |
tellesnobrega | hi, i was solving the bug https://bugs.launchpad.net/keystone/+bug/1220913 and dolpm suggested that i devided into steps | 11:59 |
uvirtbot | Launchpad bug 1220913 in keystone "bp split-identity left unfinished" [Wishlist,In progress] | 11:59 |
*** rushiagr has quit IRC | 12:00 | |
tellesnobrega | the first step im done, and this is all i will be able to do for now, because i have to work on other bugs | 12:00 |
*** Ryan_Lane has quit IRC | 12:00 | |
tellesnobrega | i talked to ayoung yesterday and he said that this was enough since lyncos is working on a feature that will need to work some changes that i was gonna do | 12:01 |
tellesnobrega | how can i act now? can i commit my code already as it is? how should i report the progress on the bug? | 12:01 |
*** afazekas has quit IRC | 12:01 | |
*** AlexF has quit IRC | 12:01 | |
*** claxton has quit IRC | 12:08 | |
*** jruzicka has joined #openstack-dev | 12:09 | |
*** rushiagr has joined #openstack-dev | 12:09 | |
*** jprovazn has joined #openstack-dev | 12:12 | |
MaxV | Does someone know a project where I can see a basic usage of openstack.common.notifier and especially the use of notify_decorator? | 12:12 |
*** morazi has quit IRC | 12:14 | |
*** neeti has joined #openstack-dev | 12:14 | |
*** neeti has quit IRC | 12:14 | |
*** afazekas has joined #openstack-dev | 12:14 | |
*** neeti has joined #openstack-dev | 12:15 | |
*** gimps_ has joined #openstack-dev | 12:16 | |
*** ifarkas has quit IRC | 12:17 | |
*** dprince has joined #openstack-dev | 12:17 | |
*** fandikurnia01 has quit IRC | 12:18 | |
*** AlexF has joined #openstack-dev | 12:20 | |
*** ifarkas has joined #openstack-dev | 12:20 | |
*** johnthetubaguy has joined #openstack-dev | 12:20 | |
*** kaushikc has quit IRC | 12:21 | |
*** exed has joined #openstack-dev | 12:22 | |
*** CaptTofu has quit IRC | 12:24 | |
*** anniec has joined #openstack-dev | 12:24 | |
*** CaptTofu has joined #openstack-dev | 12:24 | |
*** rfolco has joined #openstack-dev | 12:25 | |
*** faramir1 has quit IRC | 12:26 | |
*** Ryan_Lane has joined #openstack-dev | 12:26 | |
*** romcheg has left #openstack-dev | 12:29 | |
*** nermina has joined #openstack-dev | 12:29 | |
*** Ryan_Lane has quit IRC | 12:31 | |
*** thomasm has joined #openstack-dev | 12:36 | |
*** aditirav_ has joined #openstack-dev | 12:37 | |
*** lucasagomes is now known as lucas-afk | 12:38 | |
*** aditirav has quit IRC | 12:40 | |
*** aditirav_ is now known as aditirav | 12:40 | |
*** eglynn has quit IRC | 12:40 | |
*** vladikr has joined #openstack-dev | 12:40 | |
*** sridevi has quit IRC | 12:42 | |
*** eglynn has joined #openstack-dev | 12:42 | |
*** exed has quit IRC | 12:43 | |
*** neeti has quit IRC | 12:45 | |
*** jhesketh__ has quit IRC | 12:46 | |
*** dtyarnell has quit IRC | 12:46 | |
*** nermina has quit IRC | 12:47 | |
*** SergeyLukjanov has quit IRC | 12:48 | |
*** exed has joined #openstack-dev | 12:50 | |
*** dstanek has joined #openstack-dev | 12:50 | |
*** bpokorny has joined #openstack-dev | 12:50 | |
*** vartom111 has quit IRC | 12:50 | |
*** michchap_ has quit IRC | 12:51 | |
*** ifarkas has quit IRC | 12:53 | |
*** michchap has joined #openstack-dev | 12:54 | |
*** aditirav has quit IRC | 12:56 | |
*** Ryan_Lane has joined #openstack-dev | 12:57 | |
*** Ryan_Lane has quit IRC | 12:57 | |
*** Ryan_Lane has joined #openstack-dev | 12:57 | |
*** flaper87 is now known as flaper87|afk | 12:58 | |
*** paragan has joined #openstack-dev | 12:58 | |
*** lbragstad has joined #openstack-dev | 13:00 | |
*** romcheg has joined #openstack-dev | 13:01 | |
*** Ryan_Lane has quit IRC | 13:01 | |
*** eglynn has quit IRC | 13:03 | |
*** imsurit has quit IRC | 13:03 | |
aspiers | is there a way to "watch" a particular gerrit review, i.e. get automatic notifications when it's updated? | 13:05 |
aspiers | I can only see https://review.openstack.org/#/settings/projects | 13:06 |
*** exed has quit IRC | 13:06 | |
*** ifarkas has joined #openstack-dev | 13:06 | |
*** ifarkas has quit IRC | 13:07 | |
*** herndon_ has joined #openstack-dev | 13:07 | |
*** nermina has joined #openstack-dev | 13:10 | |
*** ifarkas has joined #openstack-dev | 13:10 | |
*** SergeyLukjanov has joined #openstack-dev | 13:10 | |
*** AlexF has quit IRC | 13:11 | |
*** jayg|g0n3 is now known as jayg | 13:12 | |
*** adalbas has joined #openstack-dev | 13:14 | |
*** phschwartz_aw is now known as phschwartz | 13:14 | |
*** cfriesen has joined #openstack-dev | 13:15 | |
jpich | aspiers: You could add yourself as a reviewer | 13:15 |
aspiers | jpich: I only want to get notifications for changes I'm involved with or star. But I just noticed that I already get emails for those - it turns out I had a rule which I'd totally forgotten about which filters them into a separate mail folder :) | 13:16 |
jpich | aspiers: All is well :) | 13:17 |
*** pbarquero has joined #openstack-dev | 13:18 | |
*** gordc has joined #openstack-dev | 13:19 | |
*** o_petit has quit IRC | 13:19 | |
ekarlso | BobBall: here? | 13:20 |
*** sthaha has quit IRC | 13:21 | |
*** sthaha has joined #openstack-dev | 13:21 | |
*** sthaha has quit IRC | 13:21 | |
*** sthaha has joined #openstack-dev | 13:21 | |
*** dtyarnell has joined #openstack-dev | 13:22 | |
*** Shaan7 has quit IRC | 13:23 | |
*** schwicht has quit IRC | 13:23 | |
*** flaper87|afk is now known as flaper87 | 13:24 | |
*** Shaan7 has joined #openstack-dev | 13:25 | |
*** llu_away has quit IRC | 13:25 | |
*** llu_away has joined #openstack-dev | 13:26 | |
*** sthaha has quit IRC | 13:27 | |
*** Ryan_Lane has joined #openstack-dev | 13:28 | |
BobBall | I am indeed | 13:29 |
*** epim has joined #openstack-dev | 13:30 | |
*** eglynn has joined #openstack-dev | 13:31 | |
*** Ryan_Lane has quit IRC | 13:32 | |
*** prekarat has joined #openstack-dev | 13:36 | |
ekarlso | BobBall: what management tools are there for xenserver ? | 13:36 |
*** exed has joined #openstack-dev | 13:37 | |
BobBall | You mean like XenCenter or XVP? | 13:37 |
*** prekarat has quit IRC | 13:37 | |
BobBall | There's also OpenXenManager | 13:38 |
BobBall | Or you can use Microsoft's SCVMM ;) | 13:38 |
*** grapsus_ has quit IRC | 13:39 | |
BobBall | It depends what you mean by management tool... | 13:39 |
BobBall | OpenStack does a pretty good job of managing VMs on XenServer ;) | 13:39 |
*** prekarat has joined #openstack-dev | 13:39 | |
*** topol has joined #openstack-dev | 13:40 | |
*** burt has joined #openstack-dev | 13:41 | |
*** dvarga has joined #openstack-dev | 13:41 | |
*** bashok has quit IRC | 13:41 | |
*** Guest7950 is now known as oubiwann-lambda | 13:41 | |
*** oubiwann-lambda is now known as oubiwann-hehe | 13:43 | |
*** oubiwann-hehe is now known as oubiwann-lambda | 13:44 | |
*** venkatesh has joined #openstack-dev | 13:44 | |
*** dperaza has joined #openstack-dev | 13:44 | |
*** neelashah has joined #openstack-dev | 13:47 | |
*** kushal has joined #openstack-dev | 13:48 | |
ekarlso | Daviey: have you guys rolled RC1 packages yet ? | 13:49 |
*** prad has joined #openstack-dev | 13:49 | |
*** jcoufal has joined #openstack-dev | 13:49 | |
*** thedodd has joined #openstack-dev | 13:50 | |
*** lucas-afk is now known as lucasagomes | 13:52 | |
*** briancurtin has joined #openstack-dev | 13:52 | |
*** alunduil has quit IRC | 13:54 | |
*** sumanthns has quit IRC | 13:55 | |
*** jbryce has joined #openstack-dev | 13:55 | |
*** vladikr has quit IRC | 13:56 | |
*** sandywalsh has joined #openstack-dev | 13:56 | |
*** jimfehlig has joined #openstack-dev | 13:57 | |
*** dstanek has quit IRC | 13:58 | |
*** Ryan_Lane has joined #openstack-dev | 13:58 | |
*** grapsus_ has joined #openstack-dev | 14:00 | |
*** Ryan_Lane has quit IRC | 14:02 | |
*** herndon_ has quit IRC | 14:02 | |
*** changbl has quit IRC | 14:02 | |
*** dstanek has joined #openstack-dev | 14:05 | |
*** prekarat has quit IRC | 14:05 | |
*** boden has quit IRC | 14:07 | |
*** morazi has joined #openstack-dev | 14:07 | |
*** boden has joined #openstack-dev | 14:08 | |
*** beagles is now known as seagulls | 14:08 | |
*** xga_ has joined #openstack-dev | 14:08 | |
*** boden has quit IRC | 14:09 | |
*** boden has joined #openstack-dev | 14:09 | |
*** xga has quit IRC | 14:10 | |
*** russellb is now known as rustlebee | 14:11 | |
*** arezmerita has quit IRC | 14:11 | |
*** anteaya has joined #openstack-dev | 14:11 | |
*** o_petit has joined #openstack-dev | 14:13 | |
*** rnirmal has joined #openstack-dev | 14:14 | |
HenryG | salv-orlando: ping? | 14:16 |
Daviey | zul: How is RC1 looking? | 14:16 |
zul | Daviey: getting there | 14:17 |
*** bswartz has quit IRC | 14:17 | |
*** jecarey has joined #openstack-dev | 14:17 | |
*** dtyarnell has quit IRC | 14:19 | |
*** jmontemayor has joined #openstack-dev | 14:19 | |
*** radez has joined #openstack-dev | 14:19 | |
*** FunnyLookinHat has joined #openstack-dev | 14:20 | |
*** ema has quit IRC | 14:20 | |
mordred | it's Daviey ! | 14:22 |
Daviey | mordred: hello! | 14:23 |
mordred | Daviey: how's tricks? | 14:23 |
*** ifarkas has quit IRC | 14:23 | |
Daviey | mordred: I cannot complain! | 14:24 |
*** epim has quit IRC | 14:24 | |
Daviey | zul: Are tere any RC1 packages ready yet? | 14:24 |
*** nshaikh has left #openstack-dev | 14:25 | |
*** nshaikh has quit IRC | 14:25 | |
zul | Daviey: for saucy or precise | 14:25 |
zul | ? | 14:26 |
zul | for saucy most of then should already be in the archive, still working on precise | 14:26 |
*** ifarkas has joined #openstack-dev | 14:26 | |
*** johnthetubaguy1 has joined #openstack-dev | 14:28 | |
Daviey | ekarlso: ^ | 14:28 |
ekarlso | coolio ! | 14:28 |
*** johnthetubaguy has quit IRC | 14:29 | |
*** Ryan_Lane has joined #openstack-dev | 14:29 | |
*** flaper87 is now known as flaper87|afk | 14:30 | |
*** otherwiseguy has joined #openstack-dev | 14:30 | |
*** boden has quit IRC | 14:32 | |
*** CaptTofu has quit IRC | 14:32 | |
*** Mandell has joined #openstack-dev | 14:32 | |
*** boden has joined #openstack-dev | 14:33 | |
*** CaptTofu has joined #openstack-dev | 14:33 | |
*** Ryan_Lane has quit IRC | 14:33 | |
*** herndon has joined #openstack-dev | 14:34 | |
*** jcoufal has quit IRC | 14:35 | |
*** jistr has quit IRC | 14:35 | |
*** jistr has joined #openstack-dev | 14:36 | |
*** grapsus_ has quit IRC | 14:36 | |
*** flaper87|afk is now known as flaper87 | 14:36 | |
*** ifarkas has quit IRC | 14:37 | |
*** edmund has quit IRC | 14:38 | |
*** galstrom_zzz is now known as galstrom | 14:39 | |
*** mdenny has joined #openstack-dev | 14:39 | |
*** ifarkas has joined #openstack-dev | 14:40 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 14:41 | |
*** gordc has quit IRC | 14:42 | |
*** dvarga has quit IRC | 14:43 | |
*** grapsus_ has joined #openstack-dev | 14:43 | |
*** gimps_ has quit IRC | 14:45 | |
*** dvarga has joined #openstack-dev | 14:45 | |
*** iartarisi has quit IRC | 14:46 | |
*** afazekas is now known as afazekas_zz | 14:47 | |
*** datsun180b has joined #openstack-dev | 14:47 | |
*** CaptTofu has quit IRC | 14:48 | |
*** CaptTofu has joined #openstack-dev | 14:49 | |
*** Shaan7 has quit IRC | 14:49 | |
*** bswartz has joined #openstack-dev | 14:49 | |
*** o_petit has quit IRC | 14:52 | |
*** mmagr has quit IRC | 14:55 | |
*** tvb has quit IRC | 14:55 | |
*** o_petit has joined #openstack-dev | 14:56 | |
*** noslzzp has joined #openstack-dev | 14:56 | |
*** o_petit has quit IRC | 14:57 | |
*** athomas has quit IRC | 14:57 | |
*** aeperezt has joined #openstack-dev | 14:59 | |
*** Ryan_Lane has joined #openstack-dev | 14:59 | |
*** xga has joined #openstack-dev | 15:00 | |
*** xga_ has quit IRC | 15:01 | |
*** arezmerita has joined #openstack-dev | 15:01 | |
*** shinylasers has joined #openstack-dev | 15:02 | |
*** Ryan_Lane has quit IRC | 15:04 | |
*** mlavalle has joined #openstack-dev | 15:06 | |
*** gordc has joined #openstack-dev | 15:06 | |
*** carl_baldwin has joined #openstack-dev | 15:07 | |
*** paragan has quit IRC | 15:07 | |
*** dtyarnell has joined #openstack-dev | 15:08 | |
*** dolphm has joined #openstack-dev | 15:08 | |
*** jlabocki has joined #openstack-dev | 15:10 | |
*** mosulica has quit IRC | 15:10 | |
*** markmcclain1 has quit IRC | 15:11 | |
*** markmcclain has joined #openstack-dev | 15:11 | |
*** ifarkas has quit IRC | 15:11 | |
*** mrodden has quit IRC | 15:12 | |
*** pmathews has joined #openstack-dev | 15:15 | |
*** yolanda has quit IRC | 15:15 | |
*** troytoman-away is now known as troytoman | 15:17 | |
*** edmund has joined #openstack-dev | 15:17 | |
*** jlabocki has left #openstack-dev | 15:21 | |
*** bnemec is now known as beekneemech | 15:22 | |
*** mkerrin has quit IRC | 15:22 | |
SpamapS | markmc: Around? I was wondering about oslo-incubator's strutils .. wondering if we shouldn't just aim at releasing it as a library. | 15:23 |
SpamapS | markmc: it hasn't been touched since June... | 15:23 |
SpamapS | markmc: seems like it has stabilized. | 15:23 |
SpamapS | markmc: and that would make the BytesOpt type much simpler.. as it could just import oslo.strutils and use to_bytes from that rather than copy/paste in. | 15:24 |
*** clayb has joined #openstack-dev | 15:24 | |
*** aloga has quit IRC | 15:25 | |
*** dprince has quit IRC | 15:27 | |
*** ayoung_ has joined #openstack-dev | 15:27 | |
*** ayoung_ is now known as ayoung | 15:28 | |
*** jvrbanac has joined #openstack-dev | 15:29 | |
ayoung | dolphm, do you have a guide to the format for an API doc? There has been a lot of guessing and churn in reviewing those, and coming up with a standard would greatly streamline the work for Icehouse | 15:29 |
*** changbl has joined #openstack-dev | 15:30 | |
*** Shaan7 has joined #openstack-dev | 15:30 | |
*** Ryan_Lane has joined #openstack-dev | 15:30 | |
dolphm | ayoung: just follow the prevailing format and maintain consistency? it's basic markdown... i don't care if someone wants to restyle the whole thing, as long as it's consistently done | 15:30 |
dolphm | ayoung: which review? | 15:31 |
*** markwash has quit IRC | 15:31 | |
*** alunduil has joined #openstack-dev | 15:31 | |
*** safchain has quit IRC | 15:31 | |
dolphm | ayoung: i'd also recommend forking the repo on github, so you can see the results with github's own markdown rendering / stylesheets | 15:32 |
dolphm | ayoung: or doing it in a gist | 15:33 |
*** mriedem has joined #openstack-dev | 15:33 | |
* SpamapS wonders how hard it would be to add markdown/rst rendering to cgit | 15:34 | |
*** colinmcnamara has joined #openstack-dev | 15:34 | |
dolphm | SpamapS: i haven't seen an external tool that matches github's rendering perfectly | 15:34 |
*** xga_ has joined #openstack-dev | 15:34 | |
*** Shaan7 has quit IRC | 15:34 | |
*** lsmola has quit IRC | 15:34 | |
*** xga has quit IRC | 15:34 | |
SpamapS | dolphm: no I wouldn't expect that. But "something" would be better than "works unless github is down" | 15:35 |
*** pbarquero has quit IRC | 15:35 | |
dolphm | SpamapS: agree | 15:35 |
SpamapS | Though I actually prefer having real sphinx docs published on docs.openstack.org | 15:35 |
dolphm | SpamapS: i can't imagine it should be that hard... it seems like the markdown -> html is the finicky part | 15:35 |
*** danwent has joined #openstack-dev | 15:35 | |
*** venkatesh has quit IRC | 15:35 | |
*** pbarquero has joined #openstack-dev | 15:36 | |
ayoung | dolphm, I was working on the KDS review. But I think the exisitng approach is good, just sometimes if feels a little hard to figure what belongs where | 15:36 |
SpamapS | dolphm: there are several good markdown renderers. The problem is the best ones are in ruby. :( | 15:36 |
dolphm | ayoung: oh you mean in terms of content organization? | 15:36 |
ayoung | dolphm, it is not necessarily a format issue, although the fork recommendation is a good one | 15:36 |
ayoung | dolphm, yes | 15:36 |
*** noorul` has joined #openstack-dev | 15:36 | |
dolphm | ayoung: i can address that, i think | 15:37 |
*** Shaan7 has joined #openstack-dev | 15:37 | |
ayoung | dolphm, that would be very valuable. Thanks | 15:37 |
*** Ryan_Lane has quit IRC | 15:37 | |
*** yjiang5 has joined #openstack-dev | 15:38 | |
*** Mandell has quit IRC | 15:39 | |
*** flaper87 is now known as flaper87|afk | 15:39 | |
mriedem | dripton: boris-42: mikal: i'm reading through this mailing list trying to figure out who the core team is for sqlalchemy-migrate, was that settled? | 15:40 |
mriedem | http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg01308.html | 15:40 |
*** noorul has quit IRC | 15:40 | |
mriedem | pixelb: ^ | 15:40 |
*** corXi has quit IRC | 15:41 | |
*** tanisdl has joined #openstack-dev | 15:41 | |
*** yassine has quit IRC | 15:41 | |
*** AlexF has joined #openstack-dev | 15:41 | |
pixelb | mriedem, I'm not on core team (but would be fine with that since I'm sending patches) | 15:41 |
*** dubsquared has joined #openstack-dev | 15:41 | |
mriedem | pixelb: i've got patches to push up for db2 so was just wondering, it doesn't really matter i guess who's core | 15:43 |
*** krtaylor has quit IRC | 15:43 | |
pixelb | mriedem, Yep it's just handled as a standard project | 15:43 |
mriedem | pixelb: this is pretty great, jan basically couldn't accept the db2 patch we sent him awhile back because he didn't have the resources to handle it | 15:44 |
mriedem | glad i remembered that mailing list thread | 15:44 |
pixelb | yep we've pypi keys now etc, so can release 0.7.3 when ready | 15:44 |
*** noorul`` has joined #openstack-dev | 15:45 | |
*** noorul` has quit IRC | 15:48 | |
*** markwash has joined #openstack-dev | 15:51 | |
mriedem | pixelb: mordred: do you know if sqlalchemy-migrate requires blueprints for new support (like db2)? | 15:52 |
*** cjellick has joined #openstack-dev | 15:52 | |
*** rcleere has joined #openstack-dev | 15:52 | |
ayoung | mriedem, it can never hurt to document a major feature like that | 15:52 |
pixelb | mriedem, Docs never hurt anyone :) | 15:53 |
mriedem | yeah, was just wondering what the norm has been, i see it's out in launchpad though so i can work one up and tie our nova/keystone/glance/cinder blueprints for db2 to it as a dependency | 15:54 |
mordred | mriedem: I do not believe it does, no | 15:54 |
mordred | mriedem: but I also agree with ayoung and pixelb | 15:54 |
mriedem | looks like i'd have the first one, i feel so special :) https://blueprints.launchpad.net/sqlalchemy-migrate | 15:55 |
*** mkollaro has quit IRC | 15:57 | |
ayoung | mriedem, SQL-A migrations have been under the radar for a long time. Instead of thinking "what is the minimum necessary" look at it as a growing project in need of coming up to the same standards as the rest of Open Stack and lead the way. We'll all thank you for it. | 15:58 |
ekarlso | ayoung: care to take a look at a bug ? | 15:59 |
ayoung | mriedem, I've been starting to use the "tasks" part of the blueprint page, and found it is really useful in organizing thoughts, especially for larger features | 15:59 |
ayoung | ekarlso, haveto make a lunch pickuup, but I'll look when I get baclk. Link? | 15:59 |
mriedem | ayoung: ok | 15:59 |
ekarlso | ayoung: https://bugs.launchpad.net/keystone/+bug/1210141 | 16:00 |
uvirtbot | Launchpad bug 1210141 in keystone "Document howto config LDAP identity with non-DN based ids." [Low,In progress] | 16:00 |
ekarlso | i'm having a problem with sAMAccountName not getting picked up | 16:00 |
ayoung | ekarlso, ooh...nice one | 16:00 |
*** giroro_ has quit IRC | 16:01 | |
ekarlso | how come ? | 16:02 |
*** gordc has quit IRC | 16:02 | |
*** gordc has joined #openstack-dev | 16:03 | |
beekneemech | SpamapS: This might also be of interest to you: https://review.openstack.org/#/c/44652/ | 16:03 |
*** Ruetobas has joined #openstack-dev | 16:03 | |
lyncos | tellesnobrega: what feature I'm supposed to do ? | 16:03 |
*** martyntaylor has quit IRC | 16:03 | |
lyncos | I think I missed something | 16:03 |
*** yjiang5 has quit IRC | 16:04 | |
*** Ryan_Lane has joined #openstack-dev | 16:05 | |
dtyarnell | just want to say how very nice the new assignment/read-only ldap support is | 16:05 |
*** yeylon_ has quit IRC | 16:06 | |
radix | ayoung: there's a nice little greasemonkey script that makes manging the task list a LOT nicer... lemme see if I can find it | 16:06 |
*** Ruetobas has quit IRC | 16:07 | |
*** e0ne has joined #openstack-dev | 16:08 | |
radix | I should say "userscript", not greasemonkey, since I don't think greasemonkey is actually required | 16:08 |
radix | http://bazaar.launchpad.net/~gm-dev-launchpad/launchpad-gm-scripts/master/view/head:/lp_work_item_editor.user.js | 16:08 |
*** derekh has quit IRC | 16:09 | |
*** martyntaylor has joined #openstack-dev | 16:09 | |
*** Ryan_Lane has quit IRC | 16:09 | |
*** martyntaylor has left #openstack-dev | 16:09 | |
ekarlso | ayoung: got a clue on it ? | 16:09 |
ekarlso | it's annoying :p | 16:09 |
*** xga_ has quit IRC | 16:10 | |
*** Ryan_Lane has joined #openstack-dev | 16:14 | |
*** markmc has quit IRC | 16:14 | |
*** dims has quit IRC | 16:15 | |
*** Ruetobas has joined #openstack-dev | 16:15 | |
*** nermina has quit IRC | 16:15 | |
SpamapS | beekneemech: thanks | 16:16 |
SpamapS | wow launchpad failed miserably to find those bugs | 16:16 |
SpamapS | you would think a search for 'strutils' would turn those up. | 16:16 |
*** xga has joined #openstack-dev | 16:17 | |
*** jistr has quit IRC | 16:19 | |
*** herndon has quit IRC | 16:19 | |
*** markwash has quit IRC | 16:20 | |
*** SergeyLukjanov has quit IRC | 16:23 | |
*** krtaylor has joined #openstack-dev | 16:23 | |
*** jmontemayor has quit IRC | 16:23 | |
*** mlavalle has quit IRC | 16:23 | |
*** mlavalle has joined #openstack-dev | 16:23 | |
*** jmontemayor has joined #openstack-dev | 16:23 | |
*** angdraug has joined #openstack-dev | 16:24 | |
*** romcheg has left #openstack-dev | 16:25 | |
*** alop has joined #openstack-dev | 16:25 | |
*** dims has joined #openstack-dev | 16:28 | |
*** fbo is now known as fbo_away | 16:28 | |
*** xga has quit IRC | 16:29 | |
*** xqueralt has quit IRC | 16:29 | |
*** alop has quit IRC | 16:30 | |
dhellmann | dolphm: ping? | 16:30 |
*** alop has joined #openstack-dev | 16:30 | |
dhellmann | are there any keystone cores around? | 16:31 |
*** anniec has quit IRC | 16:32 | |
*** ygbo has quit IRC | 16:32 | |
*** AlexF has quit IRC | 16:33 | |
*** jruzicka has quit IRC | 16:33 | |
ayoung | radix, that would be great. Ping me if you find it. Ideally, we would link a review not just to a blueprint but to the individual task | 16:35 |
ayoung | ekarlso, looking now | 16:35 |
radix | ayoung: I pasted it, sorry, didn't ping your name: http://bazaar.launchpad.net/~gm-dev-launchpad/launchpad-gm-scripts/master/view/head:/lp_work_item_editor.user.js | 16:35 |
*** tvb has joined #openstack-dev | 16:35 | |
ayoung | ekarlso, did you see Brian's comment? Your suffix has an extra = in it? | 16:36 |
*** flaper87|afk is now known as flaper87 | 16:37 | |
*** feleouet has quit IRC | 16:37 | |
*** venkatesh has joined #openstack-dev | 16:38 | |
ayoung | radix, how is that used? Is it something we need to deploy on our Blueprints server, or host elsewhere? | 16:38 |
*** venkatesh has quit IRC | 16:38 | |
*** Ryan_Lane has quit IRC | 16:40 | |
*** dprince has joined #openstack-dev | 16:41 | |
*** BobBall is now known as BobBall_Awol | 16:42 | |
radix | ayoung: no, it's a "user script" that you install in your browser. once installed, it automatically works when you visit a blueprint page | 16:44 |
radix | ayoung: it's pretty hacky, it just gives a nicer table-based UI onto the big work item text area | 16:44 |
tellesnobrega | lyncos: i might have understood wrongly, but ayoung was talking yesterday about some new feature, im not sure if its you or someone else | 16:44 |
tellesnobrega | its about the LDAP with different servers | 16:45 |
tellesnobrega | to get the user by domain | 16:45 |
*** thedodd has quit IRC | 16:45 | |
*** thedodd has joined #openstack-dev | 16:46 | |
*** jpich has quit IRC | 16:46 | |
*** ben_duyujie has joined #openstack-dev | 16:47 | |
*** jog0 is now known as flashgordon | 16:48 | |
*** kbringard has quit IRC | 16:49 | |
*** yjiang5 has joined #openstack-dev | 16:49 | |
*** SumitNaiksatam has quit IRC | 16:49 | |
*** romcheg has joined #openstack-dev | 16:49 | |
*** kushal has quit IRC | 16:50 | |
*** e0ne has quit IRC | 16:54 | |
dolphm | dhellmann: o/ | 16:55 |
dolphm | ayoung: https://review.openstack.org/#/c/49791/ | 16:55 |
dhellmann | dolphm: I'm updating an internal plugin we have to work with the latest keystone, and so started looking at using abc for drivers. Before I went too far with it, I wanted to make sure there hadn't been a conscious decision to avoid using abc in the past. | 16:56 |
ayoung | tellesnobrega, it was with lyncos yes. the issue is with figuring out domain for a given userid | 16:56 |
*** comay has joined #openstack-dev | 16:56 | |
tellesnobrega | thats it | 16:56 |
dhellmann | dolphm: https://review.openstack.org/#/c/49789/ | 16:56 |
tellesnobrega | how should i proceed with my code, can i submit for review? | 16:56 |
*** prekarat has joined #openstack-dev | 16:57 | |
*** prekarat has quit IRC | 16:57 | |
dolphm | dhellmann: quite the opposite | 16:57 |
dolphm | dhellmann: we've pretty much agreed to use abc during icehouse | 16:57 |
*** pcm_ has quit IRC | 16:58 | |
dolphm | dhellmann: i swear there was a bp already filed... | 16:58 |
dolphm | dhellmann: https://blueprints.launchpad.net/keystone/+spec/abstract-base-class-drivers | 16:58 |
* dhellmann should have looked at blueprints | 16:59 | |
dhellmann | I'll update my changeset to refer to that one | 16:59 |
dolphm | dhellmann: thanks! much appreciated | 16:59 |
*** spzala has joined #openstack-dev | 16:59 | |
ayoung | dolphm, is there anyway to view the changes from https://review.openstack.org/ in the browser? | 16:59 |
*** nermina has joined #openstack-dev | 17:00 | |
ayoung | then again, I guess that would not be github formatted | 17:00 |
dolphm | dhellmann: i believe morganfainberg was interested in this as well, so you might poke him when he returns in the next week or two | 17:00 |
dhellmann | dolphm: ok, I'll do that | 17:00 |
dolphm | ayoung: not sure what you're asking? | 17:01 |
*** pcm_ has joined #openstack-dev | 17:01 | |
dolphm | ayoung: as opposed to git-review --list or something? | 17:02 |
*** kbrierly has joined #openstack-dev | 17:02 | |
*** pcm_ has quit IRC | 17:03 | |
ayoung | dolphm, well, since it is an api doc in markdown, I was hoping to avoid having to push it to github in order to view it as github displays it | 17:03 |
ayoung | not just for this one, but for reviews in general | 17:03 |
*** SergeyLukjanov has joined #openstack-dev | 17:03 | |
*** pcm_ has joined #openstack-dev | 17:03 | |
dolphm | ayoung: ooh, you linked to gerrit itself so i was *really* confused | 17:03 |
ayoung | dolphm, I almost wonder if we should have people doing API reviews post the changes to their own github accounts and link in the reviews | 17:03 |
dolphm | ayoung: throw your doc into a gist and it'll render it | 17:03 |
*** dubsquared has quit IRC | 17:04 | |
ayoung | dolphm, yeah...but the gerrit url is the same as the url for the git repo | 17:04 |
dolphm | ayoung: didn't consider that lol ... i was just thinking "okay, you want to view a website in a browser. what's the punchline?" | 17:05 |
ayoung | dolphm, can we do the style doc as a separate doc, so that it can live on,even beyond the v3 api? Maybe put it up a level from V3? | 17:05 |
dolphm | ayoung: for example, https://gist.github.com/dolph/6829226 | 17:06 |
dolphm | ayoung: well it totally doesn't apply to anything we've done for v2 | 17:06 |
dolphm | ayoung: can we keep it as v3-specific until we have a v4? or something else it applies to? | 17:07 |
ayoung | dolphm, true. Any driving reason to keep it mixed in with the V3 api doc, though? It should also refer to writing extensions. I would almost think it should stand alone: "here is how you write an API doc" which would eventually apply beyond Keystone | 17:08 |
ayoung | I would almost want it in the README for the repo | 17:09 |
*** SumitNaiksatam has joined #openstack-dev | 17:09 | |
ayoung | but you are right, that would confuse things for V2 | 17:09 |
*** boris-42 has quit IRC | 17:09 | |
*** Ryan_Lane has joined #openstack-dev | 17:10 | |
ayoung | dolphm, I just skimmed it, but it totally is what I was looking for. | 17:10 |
ayoung | I can see why, though, you want it right before the API conventions portion of the document | 17:11 |
radix | can someone explain the keystone middleware to me? does it absolutely require an admin user/password, or can it validate tokens with only the token? | 17:13 |
*** qba73 has quit IRC | 17:13 | |
ayoung | radix, which middleware are you referring to? auth_token? | 17:14 |
radix | yeah, that, sorry | 17:14 |
ayoung | radix, the service runs as a user. That is referred to as the service user,. such as nova | 17:14 |
radix | that's required? | 17:14 |
ayoung | the nova user needs to make calls to keystone in order to perform some guarded operations | 17:15 |
ayoung | radix, for example, token_validate is an admin operation which is typically used with UUID tokens. Even with PKI tokens | 17:15 |
ayoung | there are admin funcitons | 17:15 |
radix | like, what if I've got a service that doesn't need to do anything "guarded", just check if a token is all good before passing it on to other services (that it looks up from the catalog with that token)? | 17:15 |
ayoung | such as fetching the revocation list | 17:15 |
ayoung | radix, unfortunately, checking a token is an admin operation | 17:16 |
ayoung | we are working on making that not be the case | 17:16 |
radix | huh. ok. | 17:16 |
ayoung | radix, right now, a token is like a credit card where no one checks the signature | 17:16 |
*** fbo_away is now known as fbo | 17:16 | |
ayoung | if you have mine, you can buy things and I am responsible for paying | 17:17 |
*** Ryan_Lane has quit IRC | 17:17 | |
ayoung | thus, guard your tokens | 17:17 |
ayoung | now, what we are trying to do is link the tokens to a more secure form of authentication, such as X509 or Kerberos. | 17:17 |
ayoung | Its like having to show a photo id | 17:17 |
ayoung | and then checking that the signature on the token matches the person's signature | 17:18 |
ayoung | but...that breaks a lot of the assumptions in openstack, and deploying a solution like that is going to take time | 17:18 |
radix | ayoung: yeah, ok | 17:18 |
ayoung | now, you might say "ok, but I trust my service, just let if validate a token" | 17:18 |
radix | that helps a LOT :) | 17:19 |
ayoung | but the problem is that the data it needs form Keystone to do that is sensitive. FOr example, If we were to let people fetch the revocation lists, then people would be getting lists of tokens. | 17:19 |
ayoung | If you try to use one of those tokens that was recently revoked, and the service had not refreshed its revocation list, you would be able to get access | 17:20 |
ayoung | radix, so, for your service, register it as a n endpoint with Keystone, create a service user for it, and give that service user admin privs | 17:20 |
*** danpb has quit IRC | 17:20 | |
radix | ayoung: well, maybe my service just wants to say "here's a token, give me a catalog, or if it's revoked give me an error" | 17:21 |
radix | I mean, this is just hypothetical now :) | 17:21 |
*** markwash has joined #openstack-dev | 17:21 | |
ayoung | radix, we don't want every token to generate additional traffic to keystone | 17:22 |
ayoung | so token validation is done in process, not via the call to keystone | 17:22 |
ayoung | so, once every so often, your service will refresh its revocation list | 17:22 |
radix | interesting, ok | 17:22 |
ayoung | the catalog is embedded in the token...for "hysterical raisins" | 17:22 |
*** litong has joined #openstack-dev | 17:23 | |
*** JordanP has quit IRC | 17:25 | |
*** freedomhui has quit IRC | 17:28 | |
*** mrunge has quit IRC | 17:28 | |
*** mlavalle has quit IRC | 17:29 | |
*** carl_baldwin has quit IRC | 17:29 | |
*** lucasagomes has quit IRC | 17:30 | |
*** Ryan_Lane has joined #openstack-dev | 17:32 | |
*** johnthetubaguy has quit IRC | 17:32 | |
*** dubsquared has joined #openstack-dev | 17:34 | |
ayoung | dolphm, https://review.openstack.org/#/c/43524/ can get merged | 17:35 |
*** vartom111 has joined #openstack-dev | 17:37 | |
*** flaper87 is now known as flaper87|afk | 17:40 | |
ayoung | radix, is there an automated way to import https://bazaar.launchpad.net/~gm-dev-launchpad/launchpad-gm-scripts/master/view/head:/lp_work_item_editor.user.js directly into my browser, or is it expected to be done via the local file system? | 17:42 |
*** dubsquared has quit IRC | 17:42 | |
radix | ayoung: so, it depends on your browser | 17:43 |
ayoung | firefox | 17:44 |
radix | ayoung: I think there are extensions that make it easier to install userscripts, but one way I know is to download the file, then drag-and-drop it onto a chrome browser that's currently showing "chrome://extensions".... yeah, I said it was hacky ;-) | 17:44 |
radix | oh, here's a nice general page: http://userscripts.org/about/installing | 17:44 |
ayoung | radix, ok, so I can just click on the download link now. Got it | 17:45 |
ayoung | radix, that works well | 17:46 |
radix | ayoung: sweet | 17:46 |
radix | ok. well it's lunch time for me, bbl | 17:46 |
ayoung | radix, needs to deal with the assignee...maybe I'll hack on it | 17:47 |
radix | hmm, i thought that did work | 17:47 |
*** yjiang5 has left #openstack-dev | 17:47 | |
radix | it should pop up a thing where you can search for a username even | 17:47 |
radix | at least it used to | 17:47 |
*** venkatesh has joined #openstack-dev | 17:48 | |
*** FunnyLookinHat has quit IRC | 17:48 | |
* radix -> food | 17:49 | |
ayoung | dolphm, this tool https://bazaar.launchpad.net/~gm-dev-launchpad/launchpad-gm-scripts/master/view/head:/lp_work_item_editor.user.js might actually make the using the blueprints more valuable | 17:50 |
*** FunnyLookinHat has joined #openstack-dev | 17:50 | |
ayoung | dolphm, look at the work items on https://blueprints.launchpad.net/keystone/+spec/revocation-events | 17:50 |
morganfainberg | dhellmann, nice patchset on the ABC metaclass :) | 17:52 |
morganfainberg | dhellmann, i posted a comment about the py3k compatibility issue. but other than that awesome start! (yeah, ABCMetaclass use makes me happy in this contex is good) | 17:53 |
*** MaxV has quit IRC | 17:53 | |
*** AnilV4 has quit IRC | 17:54 | |
*** nplanel has quit IRC | 17:55 | |
*** melwitt has joined #openstack-dev | 17:58 | |
*** SumitNaiksatam has quit IRC | 17:58 | |
*** gimps_ has joined #openstack-dev | 18:00 | |
*** AlexF has joined #openstack-dev | 18:00 | |
*** eglynn has quit IRC | 18:01 | |
*** danwent has quit IRC | 18:01 | |
*** cjellick has quit IRC | 18:01 | |
*** jtomasek has quit IRC | 18:02 | |
*** SumitNaiksatam has joined #openstack-dev | 18:02 | |
*** cjellick has joined #openstack-dev | 18:02 | |
*** danwent has joined #openstack-dev | 18:03 | |
*** martyntaylor has joined #openstack-dev | 18:03 | |
*** yjiang5_ has joined #openstack-dev | 18:04 | |
*** sarob has joined #openstack-dev | 18:06 | |
*** cjellick has quit IRC | 18:06 | |
*** devoid has joined #openstack-dev | 18:11 | |
*** otherwiseguy has quit IRC | 18:11 | |
*** devoid has left #openstack-dev | 18:12 | |
*** Mandell has joined #openstack-dev | 18:13 | |
*** dstanek has quit IRC | 18:14 | |
*** dstanek has joined #openstack-dev | 18:15 | |
*** fbo is now known as fbo_away | 18:15 | |
*** yolanda has joined #openstack-dev | 18:16 | |
*** odyssey4me has quit IRC | 18:18 | |
*** dubsquared has joined #openstack-dev | 18:18 | |
*** boris-42 has joined #openstack-dev | 18:19 | |
*** Shaan7 has quit IRC | 18:21 | |
*** hemna has quit IRC | 18:22 | |
*** ndipanov has quit IRC | 18:22 | |
*** nermina has quit IRC | 18:23 | |
*** nermina has joined #openstack-dev | 18:25 | |
*** xga has joined #openstack-dev | 18:25 | |
*** fbo_away is now known as fbo | 18:25 | |
*** CaptTofu has quit IRC | 18:26 | |
*** CaptTofu has joined #openstack-dev | 18:26 | |
dolphm | ayoung: what does that tool do? | 18:27 |
*** neelashah has quit IRC | 18:30 | |
*** edmund has quit IRC | 18:30 | |
*** xga has quit IRC | 18:30 | |
*** noslzzp has quit IRC | 18:31 | |
*** exed has quit IRC | 18:31 | |
*** Shaan7 has joined #openstack-dev | 18:32 | |
*** Shaan7 has quit IRC | 18:32 | |
*** Shaan7 has joined #openstack-dev | 18:32 | |
*** rwsu has quit IRC | 18:32 | |
*** neelashah has joined #openstack-dev | 18:33 | |
*** litong has quit IRC | 18:34 | |
*** AlexF has quit IRC | 18:38 | |
*** noslzzp has joined #openstack-dev | 18:39 | |
*** mrodden has joined #openstack-dev | 18:41 | |
*** noslzzp has quit IRC | 18:41 | |
*** martyntaylor has quit IRC | 18:43 | |
*** eglynn has joined #openstack-dev | 18:45 | |
tellesnobrega | did anyone have a --color=true problem when trying to do git review? | 18:45 |
tellesnobrega | error: option `color' expects "always", "auto", or "never" | 18:45 |
*** CaptTofu has quit IRC | 18:45 | |
*** CaptTofu has joined #openstack-dev | 18:46 | |
*** enikanorov has joined #openstack-dev | 18:48 | |
*** clayb has quit IRC | 18:48 | |
*** rwsu has joined #openstack-dev | 18:49 | |
*** egallen has quit IRC | 18:50 | |
*** egallen has joined #openstack-dev | 18:52 | |
*** venkatesh has quit IRC | 18:52 | |
dolphm | ayoung: added my thoughts on a format for revocation events | 18:53 |
*** tanisdl has quit IRC | 18:55 | |
*** egallen has quit IRC | 18:55 | |
*** chandankumar has quit IRC | 18:55 | |
tellesnobrega | im having a problem runnign git review | 18:57 |
tellesnobrega | has anyone experienced some problem with that as well? looks like git review is out of date with git log | 18:58 |
*** jvrbanac has quit IRC | 19:02 | |
*** jergerber has quit IRC | 19:02 | |
*** alexpilotti has quit IRC | 19:04 | |
*** senk has left #openstack-dev | 19:06 | |
alop | anyone seen this? | 19:06 |
alop | cinder list | 19:06 |
alop | ERROR: <attribute 'message' of 'exceptions.BaseException' objects> | 19:06 |
*** mlavalle has joined #openstack-dev | 19:08 | |
*** rwsu has quit IRC | 19:09 | |
*** sushils has quit IRC | 19:09 | |
*** egallen has joined #openstack-dev | 19:10 | |
*** demontiesantos has joined #openstack-dev | 19:14 | |
*** anteaya is now known as i_am_now_steve | 19:16 | |
*** jvrbanac has joined #openstack-dev | 19:17 | |
*** carl_baldwin has joined #openstack-dev | 19:17 | |
*** zaitcev has quit IRC | 19:18 | |
*** exed has joined #openstack-dev | 19:18 | |
*** ctracey is now known as ctracey|away | 19:20 | |
*** egallen has quit IRC | 19:20 | |
*** slagle has quit IRC | 19:20 | |
*** rwsu has joined #openstack-dev | 19:21 | |
*** venkatesh has joined #openstack-dev | 19:23 | |
*** neelashah has quit IRC | 19:23 | |
*** i_am_now_steve is now known as anteaya | 19:23 | |
*** raildo has joined #openstack-dev | 19:24 | |
raildo | hi, I'm working on bug # 1188182 and I saw a guy solved a workaround for this bug: "I have Implemented a temporary fix (not commited) to remove version from identity's endpoint url. This regex matches \ v1 \ v2, etc. ie ... \ v + one or more digits. Of course we need the best fix. - O = urlparse.urlparse (url_for (request, 'image')) - Url = ":/ /". Join ((o.scheme, o.netloc)) + Url = re.sub (r "\ / v \ d +?", "", Url_for (req | 19:26 |
raildo | I wonder if anyone can tell what is missing to make a final solution to this bug, because in my tests, the solution worked properly. | 19:27 |
raildo | link to the bug: https://bugs.launchpad.net/horizon/+bug/1188182 | 19:27 |
uvirtbot | Launchpad bug 1188182 in horizon "horizon is removing the URL path from glance's endpoint" [Medium,Confirmed] | 19:27 |
*** venkatesh has quit IRC | 19:27 | |
*** anniec has joined #openstack-dev | 19:28 | |
*** boris-42 has quit IRC | 19:31 | |
*** boris-42 has joined #openstack-dev | 19:31 | |
*** egallen has joined #openstack-dev | 19:32 | |
*** briancurtin has quit IRC | 19:32 | |
*** danwent has quit IRC | 19:33 | |
*** dubsquared has quit IRC | 19:33 | |
*** danwent has joined #openstack-dev | 19:36 | |
*** briancurtin has joined #openstack-dev | 19:36 | |
*** CaptTofu has quit IRC | 19:36 | |
*** CaptTofu has joined #openstack-dev | 19:37 | |
*** gyee has joined #openstack-dev | 19:37 | |
*** neelashah has joined #openstack-dev | 19:39 | |
*** yolanda has quit IRC | 19:40 | |
*** otherwiseguy has joined #openstack-dev | 19:41 | |
*** slagle has joined #openstack-dev | 19:41 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:43 | |
*** SergeyLukjanov has quit IRC | 19:43 | |
*** alexpilotti has joined #openstack-dev | 19:44 | |
*** romcheg has quit IRC | 19:45 | |
*** boris-42 has quit IRC | 19:47 | |
*** exed has quit IRC | 19:48 | |
raildo | hi, I'm working on bug # 1188182 and I saw a guy solved a workaround for this bug: "I have Implemented a temporary fix (not commited) to remove version from identity's endpoint url. This regex matches \ v1 \ v2, etc. ie ... \ v + one or more digits. Of course we need the best fix. - O = urlparse.urlparse (url_for (request, 'image')) - Url = ":/ /". Join ((o.scheme, o.netloc)) + Url = re.sub (r "\ / v \ d +?", "", Url_for (req | 19:49 |
raildo | I wonder if anyone can tell what is missing to make a final solution to this bug, because in my tests, the solution worked properly. | 19:49 |
raildo | link to the bug: https://bugs.launchpad.net/horizon/+bug/1188182 | 19:49 |
uvirtbot | Launchpad bug 1188182 in horizon "horizon is removing the URL path from glance's endpoint" [Medium,Confirmed] | 19:49 |
*** gatuus has joined #openstack-dev | 19:50 | |
*** boris-42 has joined #openstack-dev | 19:50 | |
achandra | Hello hoping someone can helpout with an error im getting after installing devstack on Ubuntu 12.04. When I go to download the ec2 API info, it produces a django error | 19:51 |
achandra | i cant seem to get the necessary access keys required to connect via the ec2 api | 19:51 |
achandra | any ideas if there is bugfix or a workaround? | 19:51 |
*** sandywalsh has quit IRC | 19:52 | |
dhellmann | morganfainberg: it may be a few days before I can update it for python 3 compatibility, so feel free to take over the patch if you have time to do it | 19:53 |
jrwren | achandra: its in eucarc in the root of devstack source when you are done building | 19:53 |
jrwren | source eucarc | 19:53 |
* achandra looks | 19:54 | |
*** topol has quit IRC | 19:55 | |
*** dubsquared has joined #openstack-dev | 19:56 | |
*** romcheg has joined #openstack-dev | 19:57 | |
*** exed has joined #openstack-dev | 19:58 | |
*** dprince has quit IRC | 19:59 | |
*** raildo has quit IRC | 19:59 | |
achandra | jrwren, a little new to this. Ive found the eucarc file and in it it only refences how to (as far as i know how to create it). How do i extract what it created? | 19:59 |
*** raildo has joined #openstack-dev | 20:00 | |
morganfainberg | dhellmann, i'm actually moving this weekend, so i'm unsure what my schedule looks like until late next week. if i get a chance i'll update, if not, we can see where it goes next week :) | 20:01 |
*** pberis has quit IRC | 20:01 | |
dhellmann | morganfainberg: sounds good | 20:01 |
morganfainberg | dhellmann, but i'm super happy i'm not the only one looking at abstract classes for the drivers :) | 20:02 |
dhellmann | morganfainberg: I would really like to be able to tell earlier the next time the plugin API changes out from under me. :-) | 20:02 |
dhellmann | maintaining a private plugin to talk to our user db is challenging | 20:02 |
*** pberis has joined #openstack-dev | 20:03 | |
jrwren | achandra: sourcing a shell script is done wiht the source command | 20:03 |
achandra | jrwren, yep. when i source that file i get no output | 20:04 |
*** jvrbanac has quit IRC | 20:04 | |
*** dubsquared has quit IRC | 20:04 | |
jrwren | now printenv | 20:05 |
*** dubsquared has joined #openstack-dev | 20:05 | |
jrwren | it will show all the ec2 environment variables | 20:05 |
*** jvrbanac has joined #openstack-dev | 20:06 | |
*** dubsquared has quit IRC | 20:06 | |
*** dubsquared has joined #openstack-dev | 20:06 | |
*** dubsquar_ has joined #openstack-dev | 20:08 | |
*** dubsquared has quit IRC | 20:08 | |
*** jprovazn has quit IRC | 20:08 | |
gyee | bknudson? | 20:10 |
bknudson | gyee: present | 20:10 |
achandra | jrwren, thanks!! | 20:10 |
gyee | bknudson, so I have to use OpenStack CLI for the v3 APIs now? | 20:10 |
bknudson | gyee: the keystone CLI was never enhanced for v3 apis. | 20:10 |
*** FatDarrel has joined #openstack-dev | 20:10 | |
FatDarrel | VMs don;'t have internet access whats up with that | 20:11 |
bknudson | so the option is the common cli. | 20:11 |
gyee | common cli works with v3 today? | 20:11 |
bknudson | I don't know what all is supported, but I've used it with the normal functions. | 20:11 |
gyee | like auth, list users, etc? | 20:12 |
bknudson | Right, list users, groups. | 20:12 |
*** eglynn has quit IRC | 20:12 | |
bknudson | I don't know if it actually supports v3 auth? | 20:12 |
gyee | groovy, lemme give it a shot | 20:12 |
*** boden has quit IRC | 20:13 | |
*** romcheg has quit IRC | 20:13 | |
bknudson | gyee: --os-identity-api-version 3 | 20:13 |
*** romcheg has joined #openstack-dev | 20:13 | |
raildo | can anyone help me with this bug? https://bugs.launchpad.net/horizon/+bug/1188182 I have a doubt and I am new to open stack. | 20:13 |
uvirtbot | Launchpad bug 1188182 in horizon "horizon is removing the URL path from glance's endpoint" [Medium,Confirmed] | 20:13 |
FatDarrel | Ok so i have an openstack setup | 20:13 |
FatDarrel | but when I ping from the vm things don't come back | 20:14 |
FatDarrel | i see the packet go out but that is about it | 20:14 |
FatDarrel | vm to google no ping | 20:14 |
*** romcheg has quit IRC | 20:14 | |
FatDarrel | base/rhel-box to google ping works | 20:14 |
*** armax has joined #openstack-dev | 20:14 | |
bknudson | gyee: I think last time I tried openstack CLI with v3 it didn't work... ERROR: cliff.app Unable to communicate with identity service: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}. (HTTP 404 | 20:15 |
bknudson | If I opened a bug every time I tried something and it didn't work then that's all I'd be able to do in a day. :( | 20:16 |
gyee | wonder if there's an endpoint issue | 20:17 |
*** dubsquar_ has quit IRC | 20:20 | |
*** dubsquared has joined #openstack-dev | 20:21 | |
*** dolphm has quit IRC | 20:24 | |
*** exed has quit IRC | 20:24 | |
*** dubsquared has quit IRC | 20:25 | |
beekneemech | mordred: When you have a minute, can you glance at https://review.openstack.org/#/c/49676/ ? | 20:26 |
beekneemech | Just want to verify that's how we should be doing the versioning. | 20:26 |
bknudson | gyee: I'm still getting that error... | 20:26 |
bknudson | openstack --os-identity-api-version 3 user list | 20:26 |
mordred | beekneemech: looking | 20:26 |
bknudson | Authorization failed: The resource could not be found. | 20:26 |
*** alunduil has quit IRC | 20:27 | |
bknudson | gyee: I added "--os-auth-url http://localhost:5000/v3" and now it works. | 20:27 |
gyee | bknudson, awesome | 20:28 |
*** dtyarnell_ has joined #openstack-dev | 20:28 | |
bknudson | but keystone log shows GET http://192.168.122.176:35357/v2.0/users ... | 20:28 |
bknudson | that's not right | 20:28 |
*** dtyarnell has quit IRC | 20:28 | |
*** dtyarnell_ is now known as dtyarnell | 20:28 | |
*** tvb has quit IRC | 20:29 | |
mordred | beekneemech: hrm. so, do we really need the preversioning? | 20:29 |
mordred | for oslo? | 20:29 |
mordred | why not just let it roll - we shouldn't be consuming non-tagged-releases anywhere anyway | 20:29 |
bknudson | gyee: "GET http://192.168.122.176:35357/v2.0/groups HTTP/1.0" 404 | 20:30 |
beekneemech | mordred: Yeah, I'm not sure. | 20:30 |
bknudson | when I do group list.... so it's not using v3. | 20:30 |
mordred | beekneemech: I'd like to keep the use of the pre-versioning stuff to an absolute minimum except for where we really need it | 20:30 |
beekneemech | I know there was some odd oslo.config stuff where we were using the pre-release version, but I think that would have been tagged (?) | 20:30 |
mordred | it was | 20:30 |
mordred | and that process will be better this cycle | 20:31 |
*** bauzas has joined #openstack-dev | 20:31 | |
*** gimps_ has quit IRC | 20:31 | |
tellesnobrega | mordred: can you help me with a git-review problem? | 20:31 |
*** krtaylor has quit IRC | 20:31 | |
*** dvarga has quit IRC | 20:31 | |
bknudson | gyee: my identity endpoint has v2 on it, so maybe that's the problem... | 20:31 |
beekneemech | mordred: So I'm thinking -1 that change and we can discuss it with Mark if he still wants to do it. | 20:31 |
mordred | beekneemech: ++ | 20:32 |
mordred | tellesnobrega: yes! | 20:32 |
gyee | bknudson, I have a bigger problem, need to figure out how to do it via 2-way SSL | 20:32 |
beekneemech | mordred: Cool, I'll go do that. | 20:32 |
beekneemech | mordred: Thanks | 20:32 |
bknudson | gyee: 2-way ssl is bigger than it doesn't work at all? | 20:32 |
gyee | bknudson, yeah, sigh, there goes my weekend | 20:33 |
*** tanisdl has joined #openstack-dev | 20:33 | |
bknudson | gyee: well, at least getting a token is working, and that's what you're trying to do. | 20:33 |
*** nplanel has joined #openstack-dev | 20:33 | |
demontiesantos | hi everyone, I'm trying to use the rest API and I saw that I need authenticate to access, for example, /v2/{tenant_id}/extensions... But the documentation doesn't shows how to authenticate | 20:33 |
demontiesantos | I got the token using keystone | 20:34 |
bknudson | gyee: so you need to be able to pass in all the ssl options... | 20:34 |
demontiesantos | and I think I have to pass that token to the nova API | 20:34 |
tellesnobrega | mordred: im trying to run git review but it pops up an error that git log --color accepts only always, never and auto | 20:34 |
tellesnobrega | but the call is with true | 20:34 |
bknudson | gyee: which as far as I can tell from openstack -h there's no options for client cert & key | 20:35 |
gyee | bknudson, yes, I need to make it talk to an internal instance over 2-way SSL | 20:35 |
bknudson | or for a ca key, etc. | 20:35 |
gyee | I see the --os-token option, but no --os-cert or --os-key or --os-cacert | 20:36 |
bknudson | which keystone cli has... | 20:36 |
gyee | correct | 20:36 |
*** topol has joined #openstack-dev | 20:36 | |
bknudson | gyee: once you've got those, you just pass them to the python-* clients ? | 20:37 |
gyee | right | 20:37 |
gyee | I was under the impression that common CLI support the same options | 20:38 |
*** otherwiseguy has quit IRC | 20:38 | |
*** exed has joined #openstack-dev | 20:38 | |
bknudson | ERROR: cliff.app Invalid command '--os-cert' | 20:38 |
mordred | tellesnobrega: hrm. it sounds like you either hav ea ery old git-review ora very old git | 20:39 |
mordred | or both | 20:39 |
mordred | tellesnobrega: git review --version ? | 20:39 |
*** jamespage_ has joined #openstack-dev | 20:41 | |
gyee | bknudson, also, when you type 'keystone' at the command prompt, it prints out the usage nicely | 20:41 |
gyee | with "openstack", nothing | 20:41 |
*** jamespage_ has quit IRC | 20:41 | |
bknudson | echo $? returns 1 | 20:42 |
bknudson | maybe expecting openstack to work for v3 was a stretch, but seems to be better to do the work 1x in openstack rather than in both keystoneclient and os. | 20:43 |
gyee | what's the timeframe for openstack 1x? | 20:43 |
tellesnobrega | mordred: version 1.12 | 20:44 |
tellesnobrega | for git-review | 20:44 |
mordred | tellesnobrega: that's super old. you really need to upgrade | 20:44 |
mordred | git-review version 1.23 | 20:44 |
bknudson | dtroyer: what's the timeframe for openstack 1x? | 20:44 |
mordred | is current | 20:44 |
tellesnobrega | and git version 1.7.9.5 | 20:44 |
mordred | tellesnobrega: that should be fine I believe | 20:45 |
mordred | I recommend "sudo pip install -U git-review" to get the latest | 20:45 |
mordred | OR | 20:45 |
mordred | zul: do you have newer packages for git-review anywhere? | 20:45 |
zul | mordred: nope we usually sync that one from debian | 20:45 |
mordred | zul: ok. | 20:46 |
mordred | tellesnobrega: then I recommend installing from pip for that one | 20:46 |
gyee | bknudson, gotta run, I'll poke around with it later to see what we need. Thanks for the help. Have a good weekend! | 20:46 |
*** gyee has quit IRC | 20:46 | |
*** otherwiseguy has joined #openstack-dev | 20:50 | |
*** vipul is now known as vipul-away | 20:51 | |
*** vipul-away is now known as vipul | 20:52 | |
tellesnobrega | mordred: it worked | 20:52 |
mordred | tellesnobrega: w00t! | 20:52 |
*** radez is now known as radez_g0n3 | 20:52 | |
*** dstanek has quit IRC | 20:57 | |
*** f13o has joined #openstack-dev | 20:57 | |
*** rfolco has quit IRC | 20:58 | |
*** danwent has quit IRC | 21:00 | |
*** tvb has joined #openstack-dev | 21:01 | |
*** ericw has quit IRC | 21:01 | |
*** demontiesantos has quit IRC | 21:02 | |
*** raildo has quit IRC | 21:04 | |
gatuus | RC1?? | 21:06 |
*** bswartz has quit IRC | 21:06 | |
gatuus | havana | 21:06 |
*** tanisdl has quit IRC | 21:07 | |
*** pberis has quit IRC | 21:07 | |
*** tanisdl has joined #openstack-dev | 21:08 | |
*** donaldh has joined #openstack-dev | 21:08 | |
dtroyer | bknudson: there is no schedule, it's mostly just me working on it now and isn't $DAY_JOB. Looking at the scrollback, for the CA config bits, I'd have told you it was there, it should be there, and isn't. :( that's a priority item... | 21:09 |
*** tanisdl has quit IRC | 21:10 | |
*** thomasm has quit IRC | 21:10 | |
ekarlso | dtroyer: what you working on ? ;p | 21:11 |
*** tanisdl has joined #openstack-dev | 21:11 | |
*** mkollaro has joined #openstack-dev | 21:12 | |
dtroyer | ekarlso: :) besides random devstack knee-jerk patches? | 21:12 |
ekarlso | ah | 21:13 |
*** danwent has joined #openstack-dev | 21:13 | |
*** bauzas has quit IRC | 21:14 | |
*** fbo is now known as fbo_away | 21:14 | |
*** cjellick1 has joined #openstack-dev | 21:15 | |
*** rudra has joined #openstack-dev | 21:15 | |
*** rnirmal has quit IRC | 21:16 | |
*** cjellick has joined #openstack-dev | 21:16 | |
*** neelashah has quit IRC | 21:18 | |
*** jecarey has quit IRC | 21:19 | |
*** colinmcnamara has quit IRC | 21:19 | |
*** cjellick1 has quit IRC | 21:19 | |
*** colinmcnamara has joined #openstack-dev | 21:20 | |
*** danwent has quit IRC | 21:23 | |
*** rudra has quit IRC | 21:23 | |
*** rudra has joined #openstack-dev | 21:23 | |
*** cjellick has quit IRC | 21:24 | |
*** sarob_ has joined #openstack-dev | 21:24 | |
*** cjellick has joined #openstack-dev | 21:24 | |
*** colinmcnamara has quit IRC | 21:24 | |
*** alunduil has joined #openstack-dev | 21:26 | |
*** sarob has quit IRC | 21:27 | |
*** colinmcnamara has joined #openstack-dev | 21:27 | |
*** vkmc has quit IRC | 21:28 | |
*** devoid has joined #openstack-dev | 21:29 | |
*** danwent has joined #openstack-dev | 21:29 | |
*** mkollaro has quit IRC | 21:29 | |
FatDarrel | ? | 21:29 |
*** sarob_ has quit IRC | 21:29 | |
FatDarrel | anyone here a nova network expert | 21:29 |
*** lbragstad has quit IRC | 21:33 | |
*** carl_baldwin has quit IRC | 21:33 | |
*** spzala has quit IRC | 21:34 | |
*** devoid has left #openstack-dev | 21:35 | |
*** vartom111 has quit IRC | 21:35 | |
*** mriedem has left #openstack-dev | 21:36 | |
*** mriedem has quit IRC | 21:36 | |
cburgess | Anyone using neutron + ml2 with devstack? | 21:37 |
*** pcm_ has quit IRC | 21:38 | |
*** ericw has joined #openstack-dev | 21:39 | |
*** thedodd has quit IRC | 21:42 | |
*** grog500_ has joined #openstack-dev | 21:47 | |
*** dtyarnell has quit IRC | 21:48 | |
*** alop_ has joined #openstack-dev | 21:48 | |
*** alop has quit IRC | 21:49 | |
*** alop_ is now known as alop | 21:49 | |
*** jayg is now known as jayg|g0n3 | 21:50 | |
*** grog500 has quit IRC | 21:51 | |
*** grog500_ is now known as grog500 | 21:51 | |
*** cjellick1 has joined #openstack-dev | 21:52 | |
adalbas | mtreinish, thanks for the comments on the whitebox test patch. | 21:53 |
*** cjellick has quit IRC | 21:55 | |
*** carl_baldwin has joined #openstack-dev | 21:56 | |
*** ericw has quit IRC | 21:56 | |
*** nermina has quit IRC | 21:56 | |
*** metral has quit IRC | 21:58 | |
*** rcleere has quit IRC | 21:59 | |
*** danwent has quit IRC | 22:02 | |
*** ericw has joined #openstack-dev | 22:06 | |
*** noslzzp has joined #openstack-dev | 22:08 | |
*** krtaylor has joined #openstack-dev | 22:10 | |
*** eglynn has joined #openstack-dev | 22:10 | |
*** jvrbanac has quit IRC | 22:11 | |
*** ericw has quit IRC | 22:13 | |
*** prad has quit IRC | 22:15 | |
*** briancurtin has quit IRC | 22:16 | |
*** pbarquero has quit IRC | 22:17 | |
*** gordc has quit IRC | 22:18 | |
*** bpokorny has quit IRC | 22:18 | |
*** rudra has quit IRC | 22:18 | |
*** galstrom is now known as galstrom_zzz | 22:19 | |
aspiers | dtroyer: is there a strong reason why devstack's ENABLED_SERVICES isn't an array? | 22:21 |
*** stevemar has joined #openstack-dev | 22:22 | |
*** cjellick has joined #openstack-dev | 22:27 | |
*** jimfehlig has quit IRC | 22:28 | |
*** cjellick1 has quit IRC | 22:31 | |
*** jhesketh has quit IRC | 22:34 | |
*** danwent has joined #openstack-dev | 22:35 | |
*** sarob has joined #openstack-dev | 22:35 | |
*** bswartz has joined #openstack-dev | 22:39 | |
*** FunnyLookinHat has quit IRC | 22:40 | |
briancline | is there a secret to getting the updated openvswitch package in precise-updates/havana to start? it no longer tries to compile a module anymore -- installing openvswitch-switch yields "Module openvswitch not found.", seems there is a packaging difference | 22:40 |
*** sarob has quit IRC | 22:43 | |
*** eglynn has quit IRC | 22:43 | |
*** changbl has quit IRC | 22:44 | |
*** nijaba has quit IRC | 22:50 | |
*** colinmcnamara has quit IRC | 22:52 | |
*** donaldh has quit IRC | 22:57 | |
*** alop has quit IRC | 23:00 | |
*** egallen has quit IRC | 23:01 | |
*** stevemar has quit IRC | 23:03 | |
*** FatDarrel_ has joined #openstack-dev | 23:03 | |
*** FatDarrel has quit IRC | 23:04 | |
*** FatDarrel_ is now known as FatDarrel | 23:04 | |
*** colinmcnamara has joined #openstack-dev | 23:06 | |
*** boden has joined #openstack-dev | 23:06 | |
*** jmontemayor has quit IRC | 23:07 | |
*** ericw has joined #openstack-dev | 23:09 | |
*** mmalesky has joined #openstack-dev | 23:14 | |
*** gatuus has quit IRC | 23:16 | |
*** armax has left #openstack-dev | 23:18 | |
*** dubsquared has joined #openstack-dev | 23:19 | |
*** tanisdl has quit IRC | 23:20 | |
*** datsun180b has quit IRC | 23:22 | |
*** carl_baldwin has quit IRC | 23:25 | |
*** otherwiseguy has quit IRC | 23:25 | |
*** ericw has quit IRC | 23:28 | |
*** hemna_ is now known as hemnafk | 23:29 | |
*** novas0x2a|laptop has quit IRC | 23:32 | |
*** michchap_ has joined #openstack-dev | 23:36 | |
*** michchap has quit IRC | 23:36 | |
*** pmathews has quit IRC | 23:37 | |
*** SumitNaiksatam has quit IRC | 23:37 | |
*** SumitNaiksatam has joined #openstack-dev | 23:38 | |
*** exed has quit IRC | 23:40 | |
*** gyee has joined #openstack-dev | 23:40 | |
*** SumitNaiksatam has quit IRC | 23:43 | |
*** topol has quit IRC | 23:45 | |
*** aspiers has quit IRC | 23:46 | |
*** danwent has quit IRC | 23:47 | |
*** amohn9 has joined #openstack-dev | 23:48 | |
*** ericw has joined #openstack-dev | 23:49 | |
*** dropped has joined #openstack-dev | 23:51 | |
*** boris-42 has quit IRC | 23:51 | |
*** exed has joined #openstack-dev | 23:53 | |
*** zaitcev has joined #openstack-dev | 23:55 | |
gyee | ayoung, around? | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!