*** sarob_ has joined #openstack-dev | 00:00 | |
jamielennox | ayoung: you here? | 00:01 |
---|---|---|
*** adalbas has joined #openstack-dev | 00:02 | |
*** michchap has quit IRC | 00:02 | |
ayoung | jamielennox, yes, I am | 00:03 |
*** gabrielhurley has quit IRC | 00:04 | |
jamielennox | ayoung: i was writing out a debate on dependency injection and thought it could just as easily be done live | 00:04 |
*** lloydde has quit IRC | 00:05 | |
*** sarob has quit IRC | 00:05 | |
*** sarob_ has quit IRC | 00:05 | |
jamielennox | then i thought i don't really care that much except i need class methods for the model so there is no point at the moment | 00:05 |
*** galstrom_zzz is now known as galstrom | 00:05 | |
jamielennox | what happened at the meeting that binding is going to slip? | 00:05 |
*** galstrom is now known as galstrom_zzz | 00:07 | |
*** salv-orlando has quit IRC | 00:07 | |
jamielennox | the logs weren't up when i looked earlier | 00:07 |
*** colinmcnamara has joined #openstack-dev | 00:09 | |
*** henrynash has joined #openstack-dev | 00:09 | |
openstackgerrit | A change was merged to openstack/horizon: Temporary change the django_openstack_auth requirement https://review.openstack.org/36349 | 00:09 |
*** adjohn has quit IRC | 00:09 | |
clarkb | fungi: ^ | 00:10 |
* fungi saw | 00:10 | |
*** markwash has quit IRC | 00:13 | |
*** thunquest has quit IRC | 00:15 | |
*** epim has quit IRC | 00:18 | |
*** stevemar has joined #openstack-dev | 00:20 | |
*** aelkikhia has quit IRC | 00:22 | |
yjiang5 | dansmith: ping | 00:23 |
*** sleepsonthefloor has joined #openstack-dev | 00:23 | |
*** kbrierly has quit IRC | 00:23 | |
yjiang5 | dansmith: I noticed that the instance['system_metadata'] becomes very bigger when the instance is being created. Is it possibly because a bug that the system_metadata is append again and again | 00:25 |
*** jamielennox is now known as jamielennox|away | 00:27 | |
*** zhiyan has quit IRC | 00:27 | |
*** jamielennox|away is now known as jamielennox | 00:28 | |
*** michchap has joined #openstack-dev | 00:28 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Clean up and make HACKING.rst point to openstack-dev/hacking https://review.openstack.org/36109 | 00:29 |
*** pixelbeat has quit IRC | 00:30 | |
ayoung | jamielennox, the bionding API needs approval, and Dolph wasn't willing to fast track it. We might still be able to slide it in, but it may not happen | 00:31 |
ayoung | jamielennox, as far as DI...We are going to have to deal with that one eventually, but we can let it lie for now | 00:31 |
*** souvik has joined #openstack-dev | 00:32 | |
jamielennox | ayoung: yea, i completely didn't consider putting the identity-api change in, stupid | 00:33 |
ayoung | jamielennox, I should have known better, too, after last time. Still, update the patch and we'll try to slog it on through. An extension wouldn't be the worst thing here, though | 00:34 |
*** tjones has quit IRC | 00:34 | |
*** fifieldt has joined #openstack-dev | 00:35 | |
*** melwitt has joined #openstack-dev | 00:35 | |
*** lbragstad has joined #openstack-dev | 00:36 | |
ayoung | jamielennox, pretty sure that x509 fingerprint is the right binding for the client cert | 00:37 |
jamielennox | that would be my preference | 00:38 |
jamielennox | its just unfortuantely not one that apache will do for us | 00:38 |
*** portante is now known as portante|afk | 00:40 | |
*** michchap has quit IRC | 00:41 | |
*** aelkikhia has joined #openstack-dev | 00:41 | |
ayoung | jamielennox, what is the best we can do there? Subject? | 00:41 |
*** dhellmann is now known as dhellmann_ | 00:42 | |
jamielennox | ayoung: yea, it breaks down subject cn, serial, issuer and a bunch of others | 00:42 |
jamielennox | and it will pass in the PEM certifictae so we can fingerprint it ourselves | 00:43 |
*** andrewbogott is now known as andrewbogott_afk | 00:44 | |
ayoung | jamielennox, since this is still so amorphous, I am tempted to say that it should be an extension for now, too, until we are ready to commit for an X509 solution. | 00:44 |
jamielennox | this is as much as i can extract: http://paste.openstack.org/show/39887/ | 00:44 |
jamielennox | ayoung: well it just depends what needs to be defined, the entry point we add to the token is stable | 00:45 |
jamielennox | and i think the approach with identifier -> blob is good | 00:45 |
jamielennox | but the whole point is that blob doesn't want to be specified | 00:46 |
ayoung | jamielennox, I'd like to have the X509 solution nailed down. How hard would it be to transform what we have into a fingerprint? | 00:46 |
jamielennox | what do you mean transform? | 00:46 |
jamielennox | i don't have an x509 auth solution, there are so many variables with that i was waiting till after the bind went in | 00:47 |
*** jimfehlig has joined #openstack-dev | 00:47 | |
ayoung | jamielennox, I meant calculcate the fingerprint from the PEM | 00:47 |
jamielennox | i'm not sure, | 00:48 |
jamielennox | if openssl has a way of fingerprinting a pem file i'd say pretty easy | 00:48 |
*** andrewbogott_afk is now known as andrewbogott | 00:48 | |
jamielennox | and it appears to | 00:49 |
*** rods1 has quit IRC | 00:50 | |
*** colinmcnamara has quit IRC | 00:50 | |
ayoung | openssl x509 -noout -in cert.pem -fingerprint | 00:50 |
jamielennox | yea | 00:50 |
ayoung | another popen call | 00:50 |
*** aelkikhia has quit IRC | 00:50 | |
jamielennox | output of the form: SHA1 Fingerprint=E9:7A:7D:E3:82:37:A0:55:B1:6B:FE:FF:6F:2E:03:15:2A:BA:B9:90 | 00:51 |
jamielennox | is the alg important? | 00:51 |
ayoung | jamielennox, it would be nice to not tie ourselves anymore to MD5, so I would say, yes | 00:51 |
jamielennox | well that's sha1 but i guess that just means that the bind payload would be | 00:52 |
jamielennox | { "fingerprint": "abcd...", "fingerprint_alg": "sha1"} | 00:52 |
ayoung | or just "algorithm" | 00:52 |
ayoung | I think that is good | 00:53 |
jamielennox | depending on what else you might ever what to bind to it might be better to be namespaced | 00:53 |
ayoung | we don;t need to solve everything moving forward, just specify the ones we plan on using | 00:53 |
ayoung | I'd add the above example to the api doc and resubmit | 00:54 |
jamielennox | yea | 00:54 |
jamielennox | so i added the 'fingerprint' that you suggested but i should put a fingerprint_alg in with it | 00:54 |
*** zhiyan has joined #openstack-dev | 00:54 | |
jamielennox | i'll resubmit | 00:54 |
*** gongysh has quit IRC | 00:54 | |
ayoung | yeah, fingerprint would be essential, I think | 00:55 |
ayoung | er, algorithm | 00:55 |
*** ayoung83 has joined #openstack-dev | 00:55 | |
jamielennox | is it worth trying to get that into the bind patch itself quickly? | 00:56 |
ayoung | jamielennox, maybe as a follow on patch | 00:56 |
ayoung | first one does bind + kerberos, second is X509, so the scope of review is limited | 00:57 |
jamielennox | i haven't been getting much traction in getting the first one reviewed already, it will depend on the identity-api i guess | 00:57 |
*** zhiyan has quit IRC | 00:59 | |
ayoung | jamielennox, also, rebase it on top of guang's work, and we'll tag tema getting his patch and your patch in together | 00:59 |
jamielennox | is fingerprint: { data: 'abcd', alg: sha1 } nicer? | 01:00 |
ayoung | yep | 01:00 |
ayoung | jamielennox, but why not | 01:01 |
ayoung | "x509" {"fingerprint": "0123456789ABCDEF", "algorithm":"sha1" } | 01:01 |
*** tzumainn has quit IRC | 01:02 | |
*** andrewbogott is now known as andrewbogott_afk | 01:02 | |
*** zhiyan has joined #openstack-dev | 01:02 | |
jamielennox | no particular reason, just conflict in what algorithm could relate to, but honestly i don't see it making any difference | 01:02 |
*** zhiyan has quit IRC | 01:02 | |
*** colinmcnamara has joined #openstack-dev | 01:03 | |
jamielennox | these things will be bind provider dependant anyway | 01:03 |
jamielennox | or auth provider | 01:03 |
*** cliu has joined #openstack-dev | 01:05 | |
jamielennox | ok, done | 01:05 |
*** erkules has quit IRC | 01:05 | |
ayoung | jamielennox, so the only problem with that example is that it is unrealistic to have both forms bound at once, but I guess it would be possible | 01:06 |
*** portante|afk is now known as portante | 01:07 | |
*** michchap has joined #openstack-dev | 01:07 | |
ayoung | jamielennox, how a bout a blurb after "Includes a mechanism identifier with protocol specific data." that states: the officially supported auth mechanisms are Kerberos nad x509. For Kerberos the format of the bind section is: for X509 it is .... | 01:08 |
ayoung | ...although the below example shows both being bound to the token, in practice we expect only one form of authentication to be present. | 01:08 |
*** galstrom_zzz is now known as galstrom | 01:09 | |
jamielennox | ayoung: sure, but at what point does the bind data being used then become part of the api? or is that just inevitable anyway? | 01:09 |
*** jmcbride has joined #openstack-dev | 01:09 | |
ayoung | inevitable | 01:09 |
jamielennox | damn | 01:09 |
jamielennox | it makes sense though | 01:09 |
ayoung | yes it does. | 01:10 |
jamielennox | still no meeting logs from this morning | 01:11 |
*** anteaya has quit IRC | 01:11 | |
ayoung | jamielennox, nope, and you are not going to see them...start-meeting != startmeeting | 01:12 |
jamielennox | lol | 01:12 |
ayoung | http://eavesdrop.openstack.org/irclogs/%23openstack-meeting/%23openstack-meeting.2013-07-09.log | 01:12 |
*** Mandell has quit IRC | 01:13 | |
jamielennox | i really need to start getting up for these | 01:13 |
*** vkmc has quit IRC | 01:14 | |
ayoung | jamielennox, lets try to get it in. guang is redoing his patch to split the token provider back intok PKI and UUID impls, but you should be able to rebase on top of that fairly easily. | 01:14 |
jamielennox | ayoung: yea, it turns out to be a fairly small patch, just scattered and fiddly | 01:15 |
ayoung | https://review.openstack.org/#/c/33858/14 | 01:15 |
ayoung | should be a little more focused | 01:15 |
ayoung | I think the expectation is that you wil extend https://review.openstack.org/#/c/33858/15/keystone/token/providers/keystone.py which will be pki_provider in the updated patch | 01:16 |
ayoung | get it written tonight, and I'll shepherd it through tomorrow | 01:16 |
ayoung | jamielennox, is that feasible? | 01:17 |
jamielennox | yea, should be | 01:17 |
jamielennox | that patch of gyee's is mostly a rearrange so it's just figuring out where to move things to | 01:18 |
ayoung | cool. | 01:18 |
*** burris has quit IRC | 01:19 | |
*** jmcbride has quit IRC | 01:19 | |
*** nachi_ has joined #openstack-dev | 01:19 | |
jamielennox | so a couple of things, i've got binding in the v2 auth, but not in the v2 API. i'm not even sure how to read that thing yet and maybe it should be just left alone | 01:19 |
*** erkules has joined #openstack-dev | 01:19 | |
*** burris has joined #openstack-dev | 01:20 | |
*** michchap has quit IRC | 01:20 | |
jamielennox | but i don't want to take it out of the v2 path, because v3 external auth is so broken it's really the only currently viable use | 01:20 |
*** markmcclain has quit IRC | 01:22 | |
*** markmcclain1 has joined #openstack-dev | 01:22 | |
*** alexpilotti has quit IRC | 01:23 | |
*** kaushikc has joined #openstack-dev | 01:23 | |
*** neelashah has joined #openstack-dev | 01:23 | |
*** novas0x2a|laptop has quit IRC | 01:24 | |
gyee | ayoung, you have a blog or wiki on how to setup postgresql to work with Keystone | 01:24 |
*** dperaza1 has quit IRC | 01:25 | |
*** kaushikc has quit IRC | 01:27 | |
*** koolhead17|zzZZ has quit IRC | 01:28 | |
*** souvik has quit IRC | 01:28 | |
jamielennox | gyee: this is a snippet from a text file i've been using to setup machines: http://paste.openstack.org/show/39892/ | 01:28 |
jamielennox | it's not c&p but it gives you a procedure | 01:29 |
jamielennox | i should blog things | 01:30 |
*** michchap has joined #openstack-dev | 01:37 | |
*** shang has joined #openstack-dev | 01:39 | |
*** zyluo has joined #openstack-dev | 01:42 | |
*** galstrom is now known as galstrom_zzz | 01:47 | |
*** dguitarbite has joined #openstack-dev | 01:47 | |
*** colinmcnamara has quit IRC | 01:48 | |
*** READ10 has quit IRC | 01:52 | |
*** michchap has quit IRC | 01:52 | |
*** michchap has joined #openstack-dev | 01:52 | |
ayoung | gyee, yes, | 01:56 |
ayoung | gyee, you can try devstack first, though | 01:56 |
jgriffith | dripton: ping | 01:57 |
*** mdomsch has joined #openstack-dev | 01:57 | |
ayoung | gyee, nachi_, I've had to hammer through postgres a few different ways. I've created the accounts by hand as well as using puppet | 01:57 |
jgriffith | dripton: since your patch should fix this: https://bugs.launchpad.net/cinder/+bug/1199453 | 01:58 |
uvirtbot | Launchpad bug 1199453 in cinder "cinder doesn't work with SQLAlchemy >= 0.8" [Medium,Confirmed] | 01:58 |
jgriffith | dripton: ^^ wondered if you might reference it in the commit? | 01:58 |
ayoung | nachi_, Nachi gyee I have been executing this as my site.pp http://paste.fedoraproject.org/24148/37342149/ | 01:58 |
ayoung | sudo puppet apply site.pp | 01:59 |
dripton | jgriffith: Done. | 02:00 |
jgriffith | dripton: thank you sir | 02:00 |
ayoung | jamielennox, don;t worry about V2 for now. V3 is the future, and that is where we are trying to land this | 02:00 |
ayoung | we are not going to go back and modify the v2 apis any further | 02:00 |
jamielennox | ayoung: as in don't put the code in at all? | 02:01 |
ayoung | jamielennox, The feature needs to be in before freeze, so I would suggest that you put it in the v3 api, and then we can work on bug fixing that api | 02:01 |
ayoung | yeah, leave v2 to bit rot | 02:01 |
jamielennox | v2 works and is easier than v3 | 02:02 |
jamielennox | we need to do something about the external auth path in v3 soon | 02:02 |
jamielennox | ayoung: should i bother supporting algs other than sha1? | 02:02 |
ayoung | nope | 02:03 |
ayoung | sha1 is fine for now | 02:03 |
jamielennox | i've got Algorithms are one of: ``md5``, ``sha1``, ``sha256``, ``sha512``. | 02:03 |
jamielennox | but don't think it's worth the hassle | 02:03 |
ayoung | your call, though | 02:03 |
jamielennox | it's easy to implement i just don't think it matters for now | 02:03 |
ayoung | gyee, is the split token provider going up tonight? | 02:04 |
ayoung | https://review.openstack.org/#/c/34421/ ah yes it is | 02:04 |
ayoung | gyee, oh no, wrong one. question still stands | 02:05 |
*** Nachi has quit IRC | 02:06 | |
*** jasdeepH has joined #openstack-dev | 02:07 | |
*** sungju has quit IRC | 02:08 | |
openstackgerrit | A change was merged to openstack/nova: Port consoles extension API into v3 part1 https://review.openstack.org/34981 | 02:09 |
*** sungju has joined #openstack-dev | 02:10 | |
openstackgerrit | A change was merged to openstack/nova: Port consoles extension API into v3 part2 https://review.openstack.org/34982 | 02:10 |
*** vkmc has joined #openstack-dev | 02:10 | |
*** galstrom_zzz is now known as galstrom | 02:11 | |
nachi_ | ayoung, jamielennox thanks for the links | 02:12 |
*** rcleere has joined #openstack-dev | 02:17 | |
ayoung | nachi_, I owe you a code review. I have not forgotten | 02:19 |
nachi_ | ayoung, i am working on running the test against postgresql and mysql. I will update the review after i finish testing | 02:22 |
ayoung | nachi_,Why are you creating a tenant table? | 02:23 |
nachi_ | ayoung, i create the tenant table so the foreign key constraint is satisfied to load the credential table | 02:26 |
*** jasdeepH has quit IRC | 02:26 | |
jamielennox | ayoung: updated identity-api review: https://review.openstack.org/#/c/36166/ | 02:27 |
ayoung | nachi_, something is just wrong there... you should be able to just have a table object | 02:27 |
nachi_ | ayoung, the sqlalchemy will not load the credential table if the foreign key reference is not satisfied | 02:28 |
*** yuanz has quit IRC | 02:28 | |
ayoung | nachi_, shouldn't the tenant table have been gone long before this migration gets run? | 02:28 |
ayoung | nachi_, I suspect that sql-a is just being fussy. Can you not just crete a table object like this: sqlalchemy.Table('tenant', meta, autoload=True) | 02:30 |
nachi_ | ayoung, when the tenant table was dropped as part of version 15, the foreign key constraint for the credential was not updated. | 02:30 |
ayoung | nachi_, OK. that migration probably should have been fixed, but I suspect this is ok | 02:31 |
ayoung | nachi_, assuming it can pass jenkins, it looks good to me | 02:32 |
nachi_ | ayoung, i found this problem when i was trying to implement the blueprint for migrating ec2_credentials data to credentials table. | 02:33 |
nachi_ | ayoung, thanks for the review. i have to fix the migration test as it breaks when i test against postgresql. I will fix the test and upload another review | 02:34 |
*** martine has joined #openstack-dev | 02:37 | |
*** martine is now known as Guest82363 | 02:37 | |
*** galstrom is now known as galstrom_zzz | 02:38 | |
*** cyeoh has quit IRC | 02:39 | |
*** cyeoh has joined #openstack-dev | 02:39 | |
*** cyeoh has quit IRC | 02:41 | |
*** cyeoh has joined #openstack-dev | 02:42 | |
*** prad has joined #openstack-dev | 02:50 | |
*** cmagina is now known as cmagina-away | 02:52 | |
*** gongysh has joined #openstack-dev | 02:53 | |
*** neelashah has quit IRC | 02:56 | |
*** mdomsch has quit IRC | 02:57 | |
gyee | ayoung, jamielennex, sorry I was afk, I am working on splitting out the v3 token provider | 03:01 |
gyee | will push a patch later tonight | 03:01 |
gyee | ayoung, jamielennex, this one https://review.openstack.org/#/c/33858/ | 03:02 |
*** Guest82363 has quit IRC | 03:04 | |
*** gyee has quit IRC | 03:07 | |
openstackgerrit | A change was merged to openstack/nova: hyperv: Fix vmops.get_info raises InstanceNotFound KeyError https://review.openstack.org/35531 | 03:09 |
jamielennox | gyee, is ^ the most recent now? the one i should be looking to rebase binding onto? | 03:09 |
gongysh | nickbartos: ping | 03:17 |
openstackgerrit | A change was merged to openstack/nova: test_xmlutil.py covers more code in xmlutil.py https://review.openstack.org/35094 | 03:17 |
openstackgerrit | A change was merged to openstack/nova: Add missing matchmaker_ring https://review.openstack.org/36194 | 03:17 |
openstackgerrit | A change was merged to openstack/nova: Sync latest rpc changes from oslo-incubator https://review.openstack.org/36195 | 03:18 |
*** shang has quit IRC | 03:20 | |
asalkeld | anyone here working on meniscus? | 03:28 |
asalkeld | (logging project) | 03:28 |
*** koolhead17 has joined #openstack-dev | 03:30 | |
*** gordc has quit IRC | 03:31 | |
*** jasdeepH has joined #openstack-dev | 03:32 | |
*** stevemar has quit IRC | 03:32 | |
*** afazekas has quit IRC | 03:36 | |
*** terriyu has quit IRC | 03:37 | |
*** kushal has joined #openstack-dev | 03:38 | |
*** afazekas has joined #openstack-dev | 03:38 | |
*** prad has quit IRC | 03:40 | |
*** nachi_ has quit IRC | 03:45 | |
*** HenryG has joined #openstack-dev | 03:46 | |
*** zhuadl has joined #openstack-dev | 03:49 | |
*** zhuadl is now known as Edward-Zhang | 03:52 | |
*** dkehn is now known as dkehn_zzzz | 03:53 | |
*** kushal has quit IRC | 03:54 | |
*** SergeyLukjanov has joined #openstack-dev | 03:55 | |
*** cmark has joined #openstack-dev | 04:03 | |
*** jhesketh_ has joined #openstack-dev | 04:04 | |
*** Mandell has joined #openstack-dev | 04:07 | |
*** diogogmt has quit IRC | 04:08 | |
openstackgerrit | A change was merged to openstack/python-novaclient: python3: Fix unicode compatibility python2/python3 https://review.openstack.org/34220 | 04:09 |
*** olaph has quit IRC | 04:10 | |
*** olaph has joined #openstack-dev | 04:10 | |
openstackgerrit | A change was merged to openstack/nova: Misc fixes for v3 evacuate API extension https://review.openstack.org/36013 | 04:10 |
openstackgerrit | A change was merged to openstack/nova: port Deferred_delete API into v3 part1 https://review.openstack.org/34511 | 04:11 |
*** rickerc has quit IRC | 04:16 | |
*** gordc has joined #openstack-dev | 04:20 | |
*** rickerc has joined #openstack-dev | 04:21 | |
*** avishay has joined #openstack-dev | 04:23 | |
*** portante is now known as portante|afk | 04:25 | |
*** ArchNemesis has quit IRC | 04:29 | |
*** vipul is now known as vipul-away | 04:33 | |
*** kushal has joined #openstack-dev | 04:34 | |
*** prekarat has joined #openstack-dev | 04:37 | |
*** ArchNemesis has joined #openstack-dev | 04:38 | |
*** lloydde has joined #openstack-dev | 04:39 | |
*** tjones has joined #openstack-dev | 04:44 | |
*** vipul-away is now known as vipul | 04:44 | |
*** jimfehlig has quit IRC | 04:53 | |
*** morganfainberg has left #openstack-dev | 04:58 | |
*** vipul is now known as vipul-away | 04:58 | |
*** vipul-away is now known as vipul | 04:58 | |
*** tjones has quit IRC | 05:00 | |
*** boris-42 has joined #openstack-dev | 05:01 | |
*** vartom has joined #openstack-dev | 05:02 | |
*** vartom2 has joined #openstack-dev | 05:04 | |
*** jasdeepH has quit IRC | 05:06 | |
*** vartom has quit IRC | 05:06 | |
*** sride has joined #openstack-dev | 05:06 | |
*** vartom has joined #openstack-dev | 05:07 | |
*** tjones has joined #openstack-dev | 05:07 | |
*** vartom2 has quit IRC | 05:08 | |
*** bdpayne has quit IRC | 05:12 | |
*** lloydde has quit IRC | 05:12 | |
*** zaitcev_ has quit IRC | 05:12 | |
*** jasdeepH has joined #openstack-dev | 05:13 | |
*** vartom has quit IRC | 05:13 | |
*** vipul is now known as vipul-away | 05:13 | |
*** bdpayne has joined #openstack-dev | 05:14 | |
*** bdpayne has quit IRC | 05:14 | |
markmcclain1 | russellb: https://review.openstack.org/#/c/35425/ | 05:16 |
openstackgerrit | A change was merged to openstack/nova: Port quota classes extension to v3 API Part 2 https://review.openstack.org/33004 | 05:16 |
openstackgerrit | A change was merged to openstack/nova: Fix v3 hypervisor extension search action follow REST principles https://review.openstack.org/33774 | 05:19 |
*** lloydde has joined #openstack-dev | 05:20 | |
*** cliu has quit IRC | 05:22 | |
*** SergeyLukjanov has quit IRC | 05:25 | |
openstackgerrit | A change was merged to openstack/nova: Fix info_cache and bw_usage update race https://review.openstack.org/36307 | 05:26 |
*** tjones has left #openstack-dev | 05:27 | |
openstackgerrit | A change was merged to openstack/cinder: Sync install_venv_common from oslo https://review.openstack.org/35929 | 05:27 |
openstackgerrit | A change was merged to openstack/cinder: Don't pass 'session' arg to public DB API methods https://review.openstack.org/35316 | 05:27 |
openstackgerrit | A change was merged to openstack/cinder: Move brick initiator tests to brick subdirectory. https://review.openstack.org/35988 | 05:28 |
*** morganfainberg has joined #openstack-dev | 05:32 | |
*** jasdeepH has quit IRC | 05:33 | |
*** prekarat has quit IRC | 05:34 | |
*** mrda has joined #openstack-dev | 05:36 | |
*** prekarat has joined #openstack-dev | 05:48 | |
*** lloydde has quit IRC | 05:51 | |
*** jbresnah has quit IRC | 05:55 | |
*** jbresnah has joined #openstack-dev | 05:55 | |
*** xqueralt-afk is now known as xqueralt | 05:56 | |
*** colinmcnamara has joined #openstack-dev | 05:56 | |
*** melwitt has quit IRC | 05:56 | |
*** xqueralt is now known as xqueralt-afk | 05:58 | |
*** colinmcnamara has quit IRC | 06:01 | |
*** sdake has joined #openstack-dev | 06:06 | |
*** sdake has joined #openstack-dev | 06:06 | |
*** koolhead17 has quit IRC | 06:06 | |
*** vartom has joined #openstack-dev | 06:09 | |
*** navid_ has joined #openstack-dev | 06:09 | |
*** jasdeepH has joined #openstack-dev | 06:12 | |
*** bashok has joined #openstack-dev | 06:12 | |
*** aeperezt has quit IRC | 06:14 | |
*** jasdeepH has quit IRC | 06:16 | |
*** prekarat has quit IRC | 06:19 | |
*** mrda is now known as mrda-away | 06:20 | |
*** rongze has joined #openstack-dev | 06:21 | |
*** rongze1 has quit IRC | 06:24 | |
*** akamyshnikova has joined #openstack-dev | 06:26 | |
*** vkmc has quit IRC | 06:29 | |
*** sushils has joined #openstack-dev | 06:29 | |
*** prekarat has joined #openstack-dev | 06:33 | |
*** mmagr has joined #openstack-dev | 06:34 | |
openstackgerrit | A change was merged to openstack/cinder: Remove suds requirement https://review.openstack.org/35656 | 06:35 |
*** pschaef has joined #openstack-dev | 06:36 | |
*** jog0-away is now known as jog0 | 06:37 | |
asalkeld | flaper87, what is the state of the marconi client? | 06:37 |
asalkeld | seems to be empty | 06:38 |
asalkeld | (of functionality) | 06:38 |
asalkeld | I'd like to experiment with using it with Heat | 06:38 |
Alex_Gaynor | asalkeld: There's some patches upfor review that start to flesh it out | 06:39 |
asalkeld | ok , cool thanks Alex_Gaynor | 06:39 |
asalkeld | I'll check it out | 06:39 |
asalkeld | Alex_Gaynor, are you a marconi dev? | 06:39 |
asalkeld | just wondering where you guys see marconi fitting into openstack long term | 06:40 |
Alex_Gaynor | asalkeld: Not as such, no. I just hang around because I fidn queues fun, and I hack on python stuff at rackspace so I'm doing a kombu backend for it. | 06:40 |
Alex_Gaynor | I can't answer that question :) | 06:40 |
asalkeld | ok | 06:40 |
asalkeld | personally it would nice to take over from some of the notification stuff | 06:41 |
asalkeld | so a user could actually see what was happening | 06:41 |
*** jcoufal has joined #openstack-dev | 06:42 | |
*** pixelbeat has joined #openstack-dev | 06:42 | |
*** gongysh has quit IRC | 06:44 | |
openstackgerrit | A change was merged to openstack/cinder: Make String column creation compatible with SQLAlchemy 0.8 https://review.openstack.org/36302 | 06:46 |
*** ndipanov has joined #openstack-dev | 06:48 | |
*** xqueralt-afk is now known as xqueralt | 06:50 | |
*** zodiak has quit IRC | 06:54 | |
*** NetworkStatic has quit IRC | 06:58 | |
*** afazekas_ has joined #openstack-dev | 06:58 | |
*** lloydde has joined #openstack-dev | 07:01 | |
*** dstufft has quit IRC | 07:03 | |
*** alexxu has quit IRC | 07:05 | |
*** dstufft has joined #openstack-dev | 07:05 | |
*** reidrac has joined #openstack-dev | 07:05 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: Allow storage url override for both auth vers. https://review.openstack.org/34977 | 07:06 |
*** lloydde has quit IRC | 07:06 | |
*** jhesketh_ is now known as jhesketh | 07:09 | |
*** ffio has joined #openstack-dev | 07:09 | |
*** ifarkas has joined #openstack-dev | 07:12 | |
*** jprovazn has joined #openstack-dev | 07:17 | |
*** ifarkas has quit IRC | 07:22 | |
*** tkammer has joined #openstack-dev | 07:22 | |
*** yolanda has joined #openstack-dev | 07:24 | |
*** SergeyLukjanov has joined #openstack-dev | 07:28 | |
*** ifarkas has joined #openstack-dev | 07:28 | |
*** Thor^^ is now known as Thor | 07:28 | |
*** alunduil has quit IRC | 07:29 | |
openstackgerrit | A change was merged to openstack/nova: Port images metadata functionality to v3 API Part 1 https://review.openstack.org/34828 | 07:30 |
*** safchain has joined #openstack-dev | 07:32 | |
anfrolov | Is it bug or feature that I can't attach port from one tenant to instance from another tenant? Currently it fails with http error 500. Should I file a bug and fix this? | 07:34 |
*** eglynn has joined #openstack-dev | 07:34 | |
*** Max_ has joined #openstack-dev | 07:36 | |
*** JordanP has joined #openstack-dev | 07:36 | |
*** derekh has joined #openstack-dev | 07:40 | |
*** jgallard has joined #openstack-dev | 07:43 | |
*** Edward-Zhang has quit IRC | 07:44 | |
openstackgerrit | A change was merged to openstack/trove-integration: Some corrections to the steps in the README https://review.openstack.org/36238 | 07:44 |
zyluo | anfrolov, shouldn't tenants not know the existence of each other? | 07:44 |
zyluo | anfrolov, AFAIK, a tenant should think he's the only one using the whole infra | 07:45 |
*** jgallard has quit IRC | 07:46 | |
*** jgallard has joined #openstack-dev | 07:47 | |
*** llu has joined #openstack-dev | 07:48 | |
*** gongysh has joined #openstack-dev | 07:50 | |
gongysh | garyk: ping | 07:50 |
*** jtomasek has joined #openstack-dev | 07:57 | |
gongysh | amotoki: ping | 08:01 |
gongysh | garyk: ping | 08:02 |
*** nascency has joined #openstack-dev | 08:03 | |
amotoki | gongysh: pong | 08:03 |
gongysh | https://review.openstack.org/#/c/36224/ | 08:03 |
*** jpich has joined #openstack-dev | 08:05 | |
*** danpb has joined #openstack-dev | 08:06 | |
*** sballe has quit IRC | 08:08 | |
*** JordanP has quit IRC | 08:11 | |
*** Chaser__ has quit IRC | 08:11 | |
*** lucasagomes has joined #openstack-dev | 08:11 | |
*** safchain has quit IRC | 08:15 | |
*** crazed has quit IRC | 08:15 | |
*** wenjianhn has joined #openstack-dev | 08:16 | |
aloga | belliott: ping | 08:17 |
*** zyluo has quit IRC | 08:18 | |
*** anniec has joined #openstack-dev | 08:20 | |
openstackgerrit | A change was merged to openstack/nova: Port fping extension to v3 API Part 2 https://review.openstack.org/33215 | 08:21 |
*** crazed has joined #openstack-dev | 08:21 | |
*** romcheg has joined #openstack-dev | 08:21 | |
*** salv-orlando has joined #openstack-dev | 08:22 | |
*** JordanP has joined #openstack-dev | 08:23 | |
*** arezmerita has joined #openstack-dev | 08:24 | |
*** romcheg has left #openstack-dev | 08:25 | |
*** prekarat1 has joined #openstack-dev | 08:26 | |
*** olaph_ has joined #openstack-dev | 08:27 | |
*** arezmerita has quit IRC | 08:27 | |
*** salv-orlando has quit IRC | 08:28 | |
*** arezmerita has joined #openstack-dev | 08:28 | |
*** johnthetubaguy has joined #openstack-dev | 08:28 | |
*** prekarat has quit IRC | 08:28 | |
*** safchain has joined #openstack-dev | 08:29 | |
*** locke105 has quit IRC | 08:29 | |
*** salv-orlando has joined #openstack-dev | 08:30 | |
*** olaph has quit IRC | 08:30 | |
*** JordanP has quit IRC | 08:30 | |
*** JordanP has joined #openstack-dev | 08:31 | |
amotoki | gongysh: i posted my reply at the review. I think the patch is right. | 08:31 |
*** johnthetubaguy1 has joined #openstack-dev | 08:31 | |
*** johnthetubaguy has quit IRC | 08:32 | |
*** salv-orlando has quit IRC | 08:33 | |
*** markmcclain1 has quit IRC | 08:33 | |
*** akamyshnikova has quit IRC | 08:34 | |
*** Ruetobas has quit IRC | 08:34 | |
*** Ruetobas has joined #openstack-dev | 08:35 | |
gongysh | amotoki: got it | 08:36 |
*** Chaser has joined #openstack-dev | 08:37 | |
*** jtomasek has quit IRC | 08:38 | |
*** giroro_ has joined #openstack-dev | 08:40 | |
*** athomas has joined #openstack-dev | 08:41 | |
*** Ruetobas has quit IRC | 08:42 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Enable H302 hacking check https://review.openstack.org/34392 | 08:42 |
lifeless | ttx: mail to -tc list sent. | 08:43 |
ttx | lifeless: thx! Will add to agenda for next week | 08:43 |
*** hloeung has joined #openstack-dev | 08:43 | |
*** akamyshnikova has joined #openstack-dev | 08:47 | |
*** sride has quit IRC | 08:49 | |
*** arezmerita has quit IRC | 08:50 | |
*** derekh has quit IRC | 08:51 | |
*** alexpilotti has joined #openstack-dev | 08:54 | |
*** egallen has joined #openstack-dev | 08:55 | |
*** jcoufal has quit IRC | 08:56 | |
*** wenjianhn has quit IRC | 08:58 | |
*** Alexei_987 has joined #openstack-dev | 09:00 | |
*** yolanda has quit IRC | 09:01 | |
*** yolanda has joined #openstack-dev | 09:01 | |
*** mkollaro has joined #openstack-dev | 09:01 | |
*** Alexei_987 has quit IRC | 09:02 | |
*** johnthetubaguy1 is now known as johnthetubaguy | 09:03 | |
*** derekh has joined #openstack-dev | 09:03 | |
*** crank has quit IRC | 09:05 | |
*** arezmerita has joined #openstack-dev | 09:06 | |
*** crank has joined #openstack-dev | 09:06 | |
*** alunduil has joined #openstack-dev | 09:09 | |
*** iartarisi has joined #openstack-dev | 09:11 | |
*** egallen has quit IRC | 09:13 | |
openstackgerrit | A change was merged to openstack/nova: Add unique constraint to AgentBuild. https://review.openstack.org/35259 | 09:13 |
*** Guest60400 has quit IRC | 09:19 | |
*** Hien has joined #openstack-dev | 09:19 | |
*** ffio has quit IRC | 09:20 | |
*** vartom3 has joined #openstack-dev | 09:21 | |
*** vartom has quit IRC | 09:21 | |
*** prekarat has joined #openstack-dev | 09:22 | |
*** prekarat1 has quit IRC | 09:23 | |
*** egallen has joined #openstack-dev | 09:25 | |
*** egallen has quit IRC | 09:25 | |
*** egallen has joined #openstack-dev | 09:26 | |
*** ffio has joined #openstack-dev | 09:26 | |
*** egallen has quit IRC | 09:27 | |
*** schwicht has joined #openstack-dev | 09:29 | |
*** ohadlevy has joined #openstack-dev | 09:29 | |
*** egallen has joined #openstack-dev | 09:31 | |
*** fifieldt has quit IRC | 09:31 | |
*** markmc has joined #openstack-dev | 09:35 | |
*** jcoufal has joined #openstack-dev | 09:38 | |
*** pschaef has quit IRC | 09:43 | |
*** jtomasek has joined #openstack-dev | 09:44 | |
*** pschaef has joined #openstack-dev | 09:47 | |
*** dguitarbite has quit IRC | 09:49 | |
*** tomh_ has joined #openstack-dev | 09:49 | |
*** sulrich_ has joined #openstack-dev | 09:49 | |
*** mestery_ has joined #openstack-dev | 09:50 | |
*** LinuxJedi_ has joined #openstack-dev | 09:50 | |
*** jang1 has joined #openstack-dev | 09:52 | |
*** jgallard has quit IRC | 09:52 | |
*** JordanRi1ke has joined #openstack-dev | 09:52 | |
*** jgallard has joined #openstack-dev | 09:52 | |
*** villep has joined #openstack-dev | 09:52 | |
*** Reapster_ has joined #openstack-dev | 09:52 | |
*** Ng_ has joined #openstack-dev | 09:52 | |
*** BLZbubba has joined #openstack-dev | 09:53 | |
*** ekarlso- has joined #openstack-dev | 09:53 | |
*** anderstj_ has joined #openstack-dev | 09:55 | |
*** alpha_ori_ has joined #openstack-dev | 09:56 | |
*** krphop_ has joined #openstack-dev | 09:56 | |
*** romcheg has joined #openstack-dev | 09:56 | |
*** bcrochet_ has joined #openstack-dev | 09:56 | |
*** hugokuo_ has joined #openstack-dev | 09:56 | |
*** chmouel_ has joined #openstack-dev | 09:56 | |
*** chmouel_ is now known as chmouel__ | 09:57 | |
*** chmouel__ is now known as chmouel_ | 09:57 | |
*** alunduil has quit IRC | 09:57 | |
*** psedlak has joined #openstack-dev | 09:57 | |
*** bourke has quit IRC | 09:57 | |
*** lsmola has quit IRC | 09:57 | |
*** bogdando has quit IRC | 09:57 | |
*** jang has quit IRC | 09:57 | |
*** tomh__ has quit IRC | 09:57 | |
*** BLZbubba_ has quit IRC | 09:57 | |
*** villep_ has quit IRC | 09:57 | |
*** krphop has quit IRC | 09:57 | |
*** chmouel has quit IRC | 09:57 | |
*** LinuxJedi has quit IRC | 09:57 | |
*** Reapster has quit IRC | 09:57 | |
*** sulrich has quit IRC | 09:57 | |
*** alpha_ori has quit IRC | 09:57 | |
*** hugokuo has quit IRC | 09:57 | |
*** jesusaurus has quit IRC | 09:57 | |
*** Ng has quit IRC | 09:57 | |
*** mestery has quit IRC | 09:57 | |
*** anderstj has quit IRC | 09:57 | |
*** JordanRinke has quit IRC | 09:57 | |
*** bcrochet has quit IRC | 09:57 | |
*** ekarlso has quit IRC | 09:57 | |
*** anderstj_ is now known as anderstj | 09:57 | |
*** hugokuo_ is now known as hugokuo | 09:57 | |
*** alpha_ori_ is now known as alpha_ori | 09:58 | |
*** bcrochet_ is now known as bcrochet | 09:58 | |
*** ifarkas has quit IRC | 10:00 | |
openstackgerrit | A change was merged to openstack/nova: Port user_data API to v3 Part 1 https://review.openstack.org/34222 | 10:00 |
*** bourke has joined #openstack-dev | 10:00 | |
*** egallen has quit IRC | 10:02 | |
*** egallen has joined #openstack-dev | 10:02 | |
*** yaguang has joined #openstack-dev | 10:03 | |
*** bogdando has joined #openstack-dev | 10:03 | |
*** lsmola has joined #openstack-dev | 10:03 | |
*** jesusaurus has joined #openstack-dev | 10:05 | |
*** Bobba has quit IRC | 10:09 | |
*** yaguang has quit IRC | 10:11 | |
*** Alexei_987 has joined #openstack-dev | 10:11 | |
*** romcheg1 has joined #openstack-dev | 10:14 | |
*** romcheg has quit IRC | 10:18 | |
*** rods1 has joined #openstack-dev | 10:19 | |
*** andreaf has joined #openstack-dev | 10:24 | |
*** branen has quit IRC | 10:26 | |
*** yaguang has joined #openstack-dev | 10:27 | |
*** dkehn_zzzz is now known as dkehn | 10:28 | |
*** mdenny has quit IRC | 10:32 | |
*** JordanRi1ke is now known as JordanRinke | 10:32 | |
*** schwicht has quit IRC | 10:32 | |
*** ifarkas has joined #openstack-dev | 10:35 | |
*** yaguang has quit IRC | 10:37 | |
*** ctlaugh_ has joined #openstack-dev | 10:37 | |
*** alunduil has joined #openstack-dev | 10:38 | |
*** ctlaugh has quit IRC | 10:38 | |
*** egallen has quit IRC | 10:41 | |
*** yaguang has joined #openstack-dev | 10:45 | |
*** ema has joined #openstack-dev | 10:46 | |
*** ema has joined #openstack-dev | 10:46 | |
*** jecarey has quit IRC | 10:48 | |
*** jecarey has joined #openstack-dev | 10:51 | |
*** psedlak_ has joined #openstack-dev | 10:52 | |
openstackgerrit | A change was merged to openstack/glance: Add custom RPC(Des|S)erializer to common/rpc.py https://review.openstack.org/33234 | 10:54 |
openstackgerrit | A change was merged to openstack/neutron: Allow gateway address to be unset for an existing subnet https://review.openstack.org/36378 | 10:54 |
*** psedlak has quit IRC | 10:56 | |
*** yaguang has quit IRC | 10:56 | |
*** jgallard has quit IRC | 10:58 | |
*** jtomasek has quit IRC | 11:03 | |
*** alunduil has quit IRC | 11:03 | |
openstackgerrit | A change was merged to openstack/horizon: update Quantum references to Neutron https://review.openstack.org/35432 | 11:05 |
openstackgerrit | A change was merged to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/36330 | 11:05 |
*** yaguang has joined #openstack-dev | 11:05 | |
openstackgerrit | A change was merged to openstack/cinder: Add interface class for backup drivers https://review.openstack.org/34181 | 11:05 |
openstackgerrit | A change was merged to openstack/horizon: Custom javascript files https://review.openstack.org/34878 | 11:05 |
*** ifarkas has quit IRC | 11:07 | |
*** ifarkas has joined #openstack-dev | 11:07 | |
openstackgerrit | A change was merged to openstack/nova: Add missing help messages for nova-manage command https://review.openstack.org/34057 | 11:10 |
openstackgerrit | A change was merged to openstack/nova: Add "ExtendedVolumes" API extension https://review.openstack.org/32530 | 11:10 |
openstackgerrit | A change was merged to openstack/nova: Port multinic extension to v3 API Part 2 https://review.openstack.org/33914 | 11:10 |
openstackgerrit | A change was merged to openstack/nova: Fix misc issues with os-multinic v3 API extension https://review.openstack.org/35451 | 11:11 |
*** romcheg has joined #openstack-dev | 11:14 | |
*** jjmb has joined #openstack-dev | 11:15 | |
*** romcheg1 has quit IRC | 11:18 | |
*** jaypipes has quit IRC | 11:19 | |
*** prad has joined #openstack-dev | 11:20 | |
*** jjmb has quit IRC | 11:22 | |
*** psedlak__ has joined #openstack-dev | 11:23 | |
*** rkukura has quit IRC | 11:26 | |
*** psedlak_ has quit IRC | 11:26 | |
*** egallen has joined #openstack-dev | 11:27 | |
*** tmclaugh[work] has joined #openstack-dev | 11:31 | |
*** tkammer has quit IRC | 11:31 | |
*** psedlak has joined #openstack-dev | 11:34 | |
*** mkollaro has quit IRC | 11:35 | |
*** afazekas_ has quit IRC | 11:35 | |
*** psedlak__ has quit IRC | 11:36 | |
*** Farooque has joined #openstack-dev | 11:36 | |
*** mkollaro has joined #openstack-dev | 11:36 | |
*** koolhead17 has joined #openstack-dev | 11:37 | |
*** vartom3 is now known as vartom | 11:37 | |
*** martine_ has joined #openstack-dev | 11:39 | |
*** corXi has joined #openstack-dev | 11:43 | |
*** fmanco has joined #openstack-dev | 11:43 | |
*** topol has joined #openstack-dev | 11:46 | |
*** drewland_ has joined #openstack-dev | 11:49 | |
*** tkammer has joined #openstack-dev | 11:51 | |
*** lychinus has quit IRC | 11:52 | |
*** Farooque has quit IRC | 11:53 | |
*** Farooque has joined #openstack-dev | 11:53 | |
*** bashok has quit IRC | 11:57 | |
*** lucasagomes is now known as lucas-hungry | 11:57 | |
*** prekarat has quit IRC | 11:58 | |
*** Farooque has quit IRC | 11:59 | |
gongysh | nickbartos: ping | 12:02 |
*** Ng_ is now known as Ng | 12:02 | |
*** chmouel_ is now known as chmouel | 12:04 | |
*** morazi has quit IRC | 12:05 | |
*** derekh is now known as derekh_afk | 12:05 | |
*** martine_ has quit IRC | 12:07 | |
openstackgerrit | A change was merged to openstack/tempest: Domain Actions Test Case-V3 https://review.openstack.org/33618 | 12:07 |
*** apcruz has joined #openstack-dev | 12:07 | |
*** dprince has joined #openstack-dev | 12:09 | |
*** galstrom_zzz is now known as galstrom | 12:09 | |
openstackgerrit | A change was merged to openstack/nova: Adding action based authorization for keypairs. https://review.openstack.org/34509 | 12:09 |
openstackgerrit | A change was merged to openstack/keystone: Remove a useless arg in range() https://review.openstack.org/35827 | 12:10 |
*** ayoung83 has quit IRC | 12:12 | |
*** vuntz has quit IRC | 12:12 | |
*** jprovazn has quit IRC | 12:13 | |
*** salv-orlando has joined #openstack-dev | 12:13 | |
*** jhesketh has quit IRC | 12:14 | |
*** jhesketh has joined #openstack-dev | 12:14 | |
*** rcleere has quit IRC | 12:14 | |
openstackgerrit | A change was merged to openstack/tempest: Add cinder CLI tests to tempest https://review.openstack.org/36062 | 12:15 |
*** yaguang has quit IRC | 12:22 | |
*** prekarat has joined #openstack-dev | 12:22 | |
*** cmark_ has joined #openstack-dev | 12:25 | |
*** cmark has quit IRC | 12:28 | |
*** pasquier-s has quit IRC | 12:29 | |
*** dirk has joined #openstack-dev | 12:30 | |
dirk | hi.. anyone an idea what could be wrong here? | 12:31 |
dirk | http://logs.openstack.org/35992/2/check/gate-ceilometer-pep8/3205/console.html.gz | 12:31 |
*** yaguang has joined #openstack-dev | 12:32 | |
*** ayoung has quit IRC | 12:35 | |
*** mjfork has joined #openstack-dev | 12:36 | |
xqueralt | dirk, error in setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers | 12:37 |
xqueralt | dirk, I guess it doesn't like having an url in the requirements file | 12:38 |
dirk | ah, so thats what the #egg= something is good for | 12:39 |
dirk | thanks, I'll try that | 12:39 |
*** portante|afk is now known as portante | 12:39 | |
*** avishay has quit IRC | 12:40 | |
*** tmclaugh[work] has quit IRC | 12:41 | |
*** pasquier-s has joined #openstack-dev | 12:42 | |
*** jprovazn has joined #openstack-dev | 12:43 | |
*** lbragstad has quit IRC | 12:45 | |
*** lucas-hungry is now known as lucasagomes | 12:48 | |
*** lorin1 has joined #openstack-dev | 12:48 | |
*** salv-orlando has quit IRC | 12:50 | |
*** sandywalsh has quit IRC | 12:51 | |
*** galstrom is now known as galstrom_zzz | 12:51 | |
*** redbeard2 has quit IRC | 12:51 | |
*** cmagina-away is now known as cmagina | 12:51 | |
*** BobBall has joined #openstack-dev | 12:52 | |
*** radez_g0n3 is now known as radez | 12:52 | |
*** vuntz has joined #openstack-dev | 12:56 | |
*** vuntz has quit IRC | 12:56 | |
*** vuntz has joined #openstack-dev | 12:56 | |
*** jaypipes has joined #openstack-dev | 12:58 | |
*** anteaya has joined #openstack-dev | 12:59 | |
*** nascency has quit IRC | 12:59 | |
*** drewland_ is now known as drewlander_ | 13:01 | |
*** psedlak_ has joined #openstack-dev | 13:01 | |
*** jgallard has joined #openstack-dev | 13:01 | |
*** navid_ has left #openstack-dev | 13:01 | |
*** tzumainn has joined #openstack-dev | 13:02 | |
*** jgallard has quit IRC | 13:02 | |
*** derekh_afk is now known as derekh | 13:03 | |
*** jgallard has joined #openstack-dev | 13:03 | |
*** tmclaugh[work] has joined #openstack-dev | 13:03 | |
*** jayg|g0n3 is now known as jayg | 13:04 | |
*** iartarisi has quit IRC | 13:04 | |
*** vuntz has quit IRC | 13:04 | |
*** adalbas has quit IRC | 13:05 | |
*** psedlak has quit IRC | 13:05 | |
*** sandywalsh has joined #openstack-dev | 13:05 | |
*** blues-man has joined #openstack-dev | 13:05 | |
*** dkranz has quit IRC | 13:05 | |
*** mkollaro has quit IRC | 13:06 | |
*** vuntz has joined #openstack-dev | 13:07 | |
*** vuntz has quit IRC | 13:07 | |
*** vuntz has joined #openstack-dev | 13:07 | |
*** sandywalsh_ has joined #openstack-dev | 13:07 | |
*** blamar has quit IRC | 13:07 | |
*** sandywalsh has quit IRC | 13:10 | |
*** morazi has joined #openstack-dev | 13:11 | |
*** tkammer has quit IRC | 13:11 | |
*** jhesketh has quit IRC | 13:11 | |
*** 6JTAA2OS2 has joined #openstack-dev | 13:12 | |
*** dolphm has joined #openstack-dev | 13:12 | |
matrohon | enikanorov: ping | 13:12 |
enikanorov | matrohon: hi | 13:12 |
*** iartarisi has joined #openstack-dev | 13:13 | |
matrohon | enikanorov: hi | 13:13 |
*** 6JTAA2OS2 is now known as jhesketh_ | 13:13 | |
*** lbragstad has joined #openstack-dev | 13:13 | |
matrohon | enikanorov: just a question about sqlalchemy, as you semm to be be an expert :) | 13:13 |
enikanorov | not quite an expert, but i'll try to help :) | 13:14 |
matrohon | on this review : https://review.openstack.org/#/c/33297/11/neutron/plugins/ml2/drivers/type_gre.py | 13:14 |
enikanorov | you have some specific question or just asking for review? | 13:15 |
matrohon | Zhang Hua want us to use "with_locmode('update_nowait')" | 13:15 |
matrohon | instead of a simple 'update' | 13:15 |
matrohon | but i don't know if the update_nowait will be compatible with other db than postgre or Oracle | 13:16 |
matrohon | do you have an opinion? | 13:16 |
*** READ10 has joined #openstack-dev | 13:19 | |
*** adalbas has joined #openstack-dev | 13:20 | |
*** mkollaro has joined #openstack-dev | 13:20 | |
enikanorov | I'm not aware of other dbs supporting that other than postrge and oracle either | 13:20 |
*** cliu has joined #openstack-dev | 13:21 | |
*** yaguang has quit IRC | 13:21 | |
enikanorov | why does he think with_lockmode('update') is insufficient? | 13:21 |
*** VeggieMeat_ has joined #openstack-dev | 13:22 | |
*** clarkb1 has joined #openstack-dev | 13:22 | |
*** vish1 has joined #openstack-dev | 13:23 | |
matrohon | enikanorov: I don't know :0... | 13:23 |
matrohon | 'update' is used every where else... | 13:23 |
*** jhesketh_ has quit IRC | 13:24 | |
enikanorov | I think we should avoid using backend-specific features | 13:24 |
*** zigo has joined #openstack-dev | 13:24 | |
*** sdague_ has joined #openstack-dev | 13:24 | |
*** xarg__ has joined #openstack-dev | 13:24 | |
*** jecarey_ has joined #openstack-dev | 13:24 | |
*** EmilienM_ has joined #openstack-dev | 13:24 | |
*** bcwaldon_ has joined #openstack-dev | 13:24 | |
*** retr0h_ has joined #openstack-dev | 13:24 | |
matrohon | your right, that the sens of my comment and my question to him | 13:25 |
*** Hien_ has joined #openstack-dev | 13:25 | |
*** mmoya_ has joined #openstack-dev | 13:25 | |
*** dhellmann_ is now known as dhellmann | 13:25 | |
*** yaguang has joined #openstack-dev | 13:25 | |
*** toanster_ has joined #openstack-dev | 13:25 | |
matrohon | enikanorov: he say that 'update' is not supported by postgre | 13:27 |
*** gargya has joined #openstack-dev | 13:28 | |
matrohon | I think is wrong, or he should fill a more general bug, since 'update is used everywhere | 13:28 |
matrohon | enikanorov: thnks for your opinion | 13:28 |
enikanorov | np | 13:28 |
*** morazi has quit IRC | 13:28 | |
*** radix` has joined #openstack-dev | 13:29 | |
*** fmanco has quit IRC | 13:29 | |
*** Hien has quit IRC | 13:29 | |
*** zigo_ has quit IRC | 13:29 | |
*** EmilienM has quit IRC | 13:29 | |
*** timello_ has quit IRC | 13:29 | |
*** VeggieMeat has quit IRC | 13:29 | |
*** mmoya has quit IRC | 13:29 | |
*** dcmorton has quit IRC | 13:29 | |
*** vishy has quit IRC | 13:29 | |
*** Apsu has quit IRC | 13:29 | |
*** oubiwann has quit IRC | 13:29 | |
*** radix has quit IRC | 13:29 | |
*** fungi has quit IRC | 13:29 | |
*** russellb has quit IRC | 13:29 | |
*** sc68cal has quit IRC | 13:29 | |
*** morganfainberg has quit IRC | 13:29 | |
*** sdague has quit IRC | 13:29 | |
*** bcwaldon has quit IRC | 13:29 | |
*** xarg has quit IRC | 13:29 | |
*** toanster has quit IRC | 13:29 | |
*** retr0h has quit IRC | 13:29 | |
*** notmyname has quit IRC | 13:29 | |
*** sn0wb1rdz has quit IRC | 13:29 | |
*** clarkb has quit IRC | 13:29 | |
*** tris has quit IRC | 13:29 | |
*** radez has quit IRC | 13:29 | |
*** vish1 is now known as vishy | 13:29 | |
*** tris- has joined #openstack-dev | 13:29 | |
*** xarg_ is now known as xarg | 13:29 | |
*** xarg is now known as 65MAAKIVM | 13:29 | |
*** xarg__ is now known as 21WAA5OJZ | 13:29 | |
*** sdague_ is now known as sdague | 13:29 | |
*** EmilienM_ is now known as EmilienM | 13:29 | |
*** 21WAA5OJZ is now known as xarg | 13:29 | |
*** notmyname_ has joined #openstack-dev | 13:29 | |
*** notmyname_ is now known as notmyname | 13:30 | |
*** Apsu has joined #openstack-dev | 13:30 | |
*** russellb has joined #openstack-dev | 13:30 | |
*** tris- is now known as tris | 13:30 | |
*** lucasagomes_ has joined #openstack-dev | 13:30 | |
*** morganfainberg has joined #openstack-dev | 13:30 | |
*** sc68cal has joined #openstack-dev | 13:30 | |
*** dperaza has joined #openstack-dev | 13:30 | |
*** jecarey__ has joined #openstack-dev | 13:30 | |
*** timello has joined #openstack-dev | 13:30 | |
*** ajyounge_ has joined #openstack-dev | 13:30 | |
*** oubiwann has joined #openstack-dev | 13:30 | |
*** dcmorton has joined #openstack-dev | 13:30 | |
*** vartom has quit IRC | 13:31 | |
*** lucasagomes has quit IRC | 13:31 | |
*** drewland_ has joined #openstack-dev | 13:31 | |
*** ajyounge has quit IRC | 13:31 | |
*** sc68cal is now known as Guest61706 | 13:31 | |
*** oubiwann is now known as Guest43739 | 13:31 | |
*** sn0wb1rdz has joined #openstack-dev | 13:31 | |
*** fungi has joined #openstack-dev | 13:32 | |
*** neelashah has joined #openstack-dev | 13:32 | |
*** morazi has joined #openstack-dev | 13:32 | |
*** morazi has joined #openstack-dev | 13:33 | |
*** rharwood has joined #openstack-dev | 13:33 | |
*** andreaf has quit IRC | 13:33 | |
*** s1rp has quit IRC | 13:33 | |
*** haleyb has quit IRC | 13:33 | |
*** andreaf has joined #openstack-dev | 13:34 | |
*** s1rp has joined #openstack-dev | 13:34 | |
*** jecarey_ has quit IRC | 13:34 | |
*** drewlander_ has quit IRC | 13:34 | |
*** haleyb has joined #openstack-dev | 13:34 | |
*** Shrews has quit IRC | 13:34 | |
*** redbeard2 has joined #openstack-dev | 13:34 | |
*** rkukura has joined #openstack-dev | 13:35 | |
*** morazi_ has joined #openstack-dev | 13:35 | |
*** eharney has quit IRC | 13:35 | |
*** pabelanger has quit IRC | 13:35 | |
*** Shrews has joined #openstack-dev | 13:35 | |
*** jgallard has quit IRC | 13:36 | |
*** krtaylor has quit IRC | 13:36 | |
*** jgallard has joined #openstack-dev | 13:36 | |
*** prekarat has quit IRC | 13:36 | |
*** morazi has quit IRC | 13:37 | |
*** vkmc has joined #openstack-dev | 13:39 | |
*** prekarat has joined #openstack-dev | 13:39 | |
*** sc68cal_ has joined #openstack-dev | 13:39 | |
openstackgerrit | A change was merged to openstack/ceilometer: Also accept timeout parameter in FakeMemCache https://review.openstack.org/34128 | 13:40 |
*** timello_ has joined #openstack-dev | 13:40 | |
*** kinrui has joined #openstack-dev | 13:40 | |
*** burt has joined #openstack-dev | 13:41 | |
*** terriyu has joined #openstack-dev | 13:41 | |
*** fungi has quit IRC | 13:41 | |
*** Guest43739 has quit IRC | 13:41 | |
*** Guest61706 has quit IRC | 13:41 | |
*** timello has quit IRC | 13:41 | |
*** jecarey_ has joined #openstack-dev | 13:42 | |
*** afazekas_ has joined #openstack-dev | 13:42 | |
*** fmanco has joined #openstack-dev | 13:42 | |
*** oubiwann_ has joined #openstack-dev | 13:43 | |
*** salv-orlando has joined #openstack-dev | 13:43 | |
*** fmanco has left #openstack-dev | 13:43 | |
*** gargya_ has joined #openstack-dev | 13:43 | |
*** olaph has joined #openstack-dev | 13:43 | |
*** michchap_ has joined #openstack-dev | 13:45 | |
*** VeggieMeat has joined #openstack-dev | 13:45 | |
*** morazi has joined #openstack-dev | 13:45 | |
*** mdrnstm has joined #openstack-dev | 13:45 | |
*** hemna__ has joined #openstack-dev | 13:45 | |
*** bcwaldon has joined #openstack-dev | 13:45 | |
*** athomas_ has joined #openstack-dev | 13:46 | |
*** mmoya has joined #openstack-dev | 13:46 | |
*** olaph_ has quit IRC | 13:46 | |
*** mrda-awa1 has joined #openstack-dev | 13:47 | |
*** mestery_ is now known as mestery | 13:47 | |
*** toddnni_ has joined #openstack-dev | 13:48 | |
*** morazi_ has quit IRC | 13:48 | |
*** jgallard_ has joined #openstack-dev | 13:48 | |
*** Hien has joined #openstack-dev | 13:48 | |
*** xarg__ has joined #openstack-dev | 13:48 | |
*** kdas__ has joined #openstack-dev | 13:49 | |
*** fungi has joined #openstack-dev | 13:50 | |
*** andrea_ has joined #openstack-dev | 13:50 | |
*** topol has quit IRC | 13:51 | |
*** chmouel_ has joined #openstack-dev | 13:51 | |
*** annegentle_ has joined #openstack-dev | 13:51 | |
*** radix has joined #openstack-dev | 13:52 | |
*** sballe has joined #openstack-dev | 13:52 | |
*** sn0wb1rdz_ has joined #openstack-dev | 13:52 | |
*** Apsu` has joined #openstack-dev | 13:52 | |
*** DecryptedChaos has joined #openstack-dev | 13:52 | |
*** jcoufal has quit IRC | 13:53 | |
*** hughsaunders_ has joined #openstack-dev | 13:53 | |
*** sdague_ has joined #openstack-dev | 13:54 | |
*** EmilienM_ has joined #openstack-dev | 13:54 | |
*** terryh has joined #openstack-dev | 13:55 | |
*** mtreinish has joined #openstack-dev | 13:55 | |
*** dhellmann is now known as dhellmann_ | 13:56 | |
*** kinrui has quit IRC | 13:57 | |
*** jgallard has quit IRC | 13:57 | |
*** sn0wb1rdz has quit IRC | 13:57 | |
*** jecarey__ has quit IRC | 13:57 | |
*** morganfainberg has quit IRC | 13:57 | |
*** Apsu has quit IRC | 13:57 | |
*** radix` has quit IRC | 13:57 | |
*** gargya has quit IRC | 13:57 | |
*** mmoya_ has quit IRC | 13:57 | |
*** Hien_ has quit IRC | 13:57 | |
*** bcwaldon_ has quit IRC | 13:57 | |
*** EmilienM has quit IRC | 13:57 | |
*** xarg has quit IRC | 13:57 | |
*** sdague has quit IRC | 13:57 | |
*** VeggieMeat_ has quit IRC | 13:57 | |
*** egallen has quit IRC | 13:57 | |
*** lsmola has quit IRC | 13:57 | |
*** bogdando has quit IRC | 13:57 | |
*** chmouel has quit IRC | 13:57 | |
*** LinuxJedi_ has quit IRC | 13:57 | |
*** ffio has quit IRC | 13:57 | |
*** derekh has quit IRC | 13:57 | |
*** athomas has quit IRC | 13:57 | |
*** gongysh has quit IRC | 13:57 | |
*** mrda-away has quit IRC | 13:57 | |
*** ArchNemesis has quit IRC | 13:57 | |
*** kushal has quit IRC | 13:57 | |
*** michchap has quit IRC | 13:57 | |
*** utlemming has quit IRC | 13:57 | |
*** annegentle has quit IRC | 13:57 | |
*** toddnni has quit IRC | 13:57 | |
*** hemna_ has quit IRC | 13:57 | |
*** andrea_rosa has quit IRC | 13:57 | |
*** hughsaunders has quit IRC | 13:57 | |
*** ChanServ has quit IRC | 13:57 | |
*** xarg__ is now known as xarg | 13:57 | |
*** EmilienM_ is now known as EmilienM | 13:57 | |
*** DecryptedChaos is now known as ArchNemesis | 13:57 | |
*** hughsaunders_ is now known as hughsaunders | 13:57 | |
*** mdrnstm is now known as morganfainberg | 13:57 | |
*** sdague_ is now known as sdague | 13:57 | |
*** xarg is now known as 36DAAZXSY | 13:57 | |
*** 36DAAZXSY is now known as xarg | 13:57 | |
*** bogdando has joined #openstack-dev | 13:57 | |
*** jimfehlig has joined #openstack-dev | 13:57 | |
*** psedlak_ has quit IRC | 13:57 | |
*** psedlak_ has joined #openstack-dev | 13:58 | |
*** lsmola has joined #openstack-dev | 13:58 | |
*** garyTh has joined #openstack-dev | 13:58 | |
*** gargya has joined #openstack-dev | 13:58 | |
*** vkmc has quit IRC | 13:59 | |
*** mihgen has joined #openstack-dev | 14:00 | |
*** derekh has joined #openstack-dev | 14:00 | |
*** gargya_ has quit IRC | 14:00 | |
*** rods has quit IRC | 14:01 | |
*** uvirtbot has quit IRC | 14:01 | |
*** rods has joined #openstack-dev | 14:01 | |
*** uvirtbot has joined #openstack-dev | 14:01 | |
*** cp16net is now known as cp16net|away | 14:03 | |
*** crazed has quit IRC | 14:04 | |
*** woodspa has joined #openstack-dev | 14:05 | |
*** amotoki_ has joined #openstack-dev | 14:05 | |
*** crazed has joined #openstack-dev | 14:05 | |
*** pschaef has quit IRC | 14:06 | |
*** boris-42 has quit IRC | 14:07 | |
*** salv-orlando_ has joined #openstack-dev | 14:08 | |
*** enikanorov_ has joined #openstack-dev | 14:08 | |
*** cliu has quit IRC | 14:09 | |
*** tace_ has joined #openstack-dev | 14:09 | |
*** amotoki__ has joined #openstack-dev | 14:09 | |
*** andymccr_ has joined #openstack-dev | 14:09 | |
*** andrea__ has joined #openstack-dev | 14:10 | |
*** dkranz has joined #openstack-dev | 14:11 | |
*** slagle_ has joined #openstack-dev | 14:11 | |
*** prekarat1 has joined #openstack-dev | 14:11 | |
*** jcoufal has joined #openstack-dev | 14:12 | |
*** xarg__ has joined #openstack-dev | 14:12 | |
*** clayg_ has joined #openstack-dev | 14:12 | |
*** cdub_ has joined #openstack-dev | 14:12 | |
*** locke105 has joined #openstack-dev | 14:12 | |
*** mrda-away has joined #openstack-dev | 14:13 | |
*** mrodden has joined #openstack-dev | 14:13 | |
*** mancdaz_ has joined #openstack-dev | 14:13 | |
*** ndipanov is now known as ndipanov_afk | 14:14 | |
*** ndipanov_afk is now known as ndipanov | 14:14 | |
*** gongysh has joined #openstack-dev | 14:14 | |
*** ChanServ has joined #openstack-dev | 14:14 | |
*** sendak.freenode.net sets mode: +o ChanServ | 14:14 | |
*** zaitcev has joined #openstack-dev | 14:15 | |
*** kdas__ is now known as kushal | 14:15 | |
*** s2r2 has quit IRC | 14:17 | |
*** portante_ has joined #openstack-dev | 14:17 | |
*** amotoki_ has quit IRC | 14:17 | |
*** sn0wb1rdz_ has quit IRC | 14:17 | |
*** andrea_ has quit IRC | 14:17 | |
*** xarg has quit IRC | 14:17 | |
*** mrda-awa1 has quit IRC | 14:17 | |
*** morazi has quit IRC | 14:17 | |
*** michchap_ has quit IRC | 14:17 | |
*** salv-orlando has quit IRC | 14:17 | |
*** prekarat has quit IRC | 14:17 | |
*** andreaf has quit IRC | 14:17 | |
*** adalbas has quit IRC | 14:17 | |
*** sandywalsh_ has quit IRC | 14:17 | |
*** zaneb has quit IRC | 14:17 | |
*** cdub has quit IRC | 14:17 | |
*** enikanorov has quit IRC | 14:17 | |
*** tace has quit IRC | 14:17 | |
*** slagle has quit IRC | 14:17 | |
*** openstackgerrit has quit IRC | 14:17 | |
*** yjiang5 has quit IRC | 14:17 | |
*** andymccr has quit IRC | 14:17 | |
*** primeministerp has quit IRC | 14:17 | |
*** mancdaz has quit IRC | 14:17 | |
*** portante has quit IRC | 14:17 | |
*** MattOliver has quit IRC | 14:17 | |
*** clayg has quit IRC | 14:17 | |
*** xarg__ is now known as xarg | 14:17 | |
*** yjiang5_ has joined #openstack-dev | 14:17 | |
*** xarg is now known as 77CAAKPRH | 14:17 | |
*** salv-orlando_ is now known as salv-orlando | 14:17 | |
*** 77CAAKPRH is now known as xarg | 14:17 | |
*** Alex_Gaynor has quit IRC | 14:17 | |
*** prekarat1 has quit IRC | 14:18 | |
*** tace_ is now known as tace | 14:18 | |
*** andreaf has joined #openstack-dev | 14:18 | |
*** primemin1sterp has joined #openstack-dev | 14:19 | |
*** sn0wb1rdz has joined #openstack-dev | 14:19 | |
*** jab416171 has quit IRC | 14:19 | |
*** mancdaz_ is now known as mancdaz | 14:19 | |
*** michchap_ has joined #openstack-dev | 14:19 | |
*** morazi has joined #openstack-dev | 14:20 | |
*** zodiak has joined #openstack-dev | 14:20 | |
*** pabelanger has joined #openstack-dev | 14:21 | |
*** adalbas has joined #openstack-dev | 14:21 | |
*** dolphm has quit IRC | 14:21 | |
*** portante_ is now known as portante | 14:21 | |
*** FunnyLookinHat has joined #openstack-dev | 14:23 | |
*** zaneb has joined #openstack-dev | 14:23 | |
*** sandywalsh_ has joined #openstack-dev | 14:23 | |
*** MattOliver has joined #openstack-dev | 14:23 | |
*** jab416171 has joined #openstack-dev | 14:24 | |
*** eharney has joined #openstack-dev | 14:24 | |
*** markmcclain has joined #openstack-dev | 14:25 | |
*** gongysh has quit IRC | 14:25 | |
*** ChanServ has quit IRC | 14:25 | |
*** jgallard_ has quit IRC | 14:25 | |
*** jgallard_ has joined #openstack-dev | 14:26 | |
*** bondar has joined #openstack-dev | 14:26 | |
*** bondar has quit IRC | 14:27 | |
*** bondar has joined #openstack-dev | 14:27 | |
*** bondar has joined #openstack-dev | 14:29 | |
*** bondar has quit IRC | 14:29 | |
*** aeperezt has joined #openstack-dev | 14:29 | |
*** bondar has joined #openstack-dev | 14:29 | |
*** martine has joined #openstack-dev | 14:31 | |
*** cmagina is now known as cmagina-away | 14:31 | |
*** s2r2_ has joined #openstack-dev | 14:31 | |
*** mihgen has quit IRC | 14:31 | |
*** rnirmal has joined #openstack-dev | 14:32 | |
*** yjiang5 has joined #openstack-dev | 14:33 | |
*** boden has joined #openstack-dev | 14:33 | |
*** drewland_ has quit IRC | 14:33 | |
*** boden has quit IRC | 14:34 | |
*** woodspa has quit IRC | 14:34 | |
*** Alex_Gaynor has joined #openstack-dev | 14:36 | |
*** olaph_ has joined #openstack-dev | 14:36 | |
*** olaph has quit IRC | 14:36 | |
*** ilyashakhat has quit IRC | 14:38 | |
*** rnirmal has quit IRC | 14:38 | |
*** ilyashakhat has joined #openstack-dev | 14:38 | |
*** rnirmal has joined #openstack-dev | 14:39 | |
*** cp16net|away is now known as cp16net | 14:40 | |
*** cmagina-away is now known as cmagina | 14:40 | |
*** yaguang has quit IRC | 14:41 | |
*** jgallard_ has quit IRC | 14:41 | |
*** jgallard_ has joined #openstack-dev | 14:42 | |
*** psedlak_ has quit IRC | 14:43 | |
*** electrichead has joined #openstack-dev | 14:44 | |
*** krtaylor has joined #openstack-dev | 14:44 | |
*** souvik has joined #openstack-dev | 14:44 | |
*** yaguang has joined #openstack-dev | 14:44 | |
*** jruzicka has joined #openstack-dev | 14:44 | |
*** datsun180b has joined #openstack-dev | 14:45 | |
*** datsun180b has joined #openstack-dev | 14:45 | |
yjiang5 | danpb: hi | 14:46 |
yjiang5 | danpb: a short talk on https://review.openstack.org/#/c/34819/5/nova/virt/libvirt/driver.py ? gerrit is not so efficient on discussion. | 14:46 |
*** andrew_plunk has joined #openstack-dev | 14:47 | |
*** dhellmann_ is now known as dhellmann | 14:49 | |
*** cmagina is now known as cmagina-away | 14:51 | |
*** crazed has quit IRC | 14:52 | |
*** crazed has joined #openstack-dev | 14:53 | |
*** andrew_plunk has left #openstack-dev | 14:53 | |
*** NetworkStatic has joined #openstack-dev | 14:54 | |
*** ndipanov is now known as ndipanov_afk | 14:54 | |
*** lucasagomes_ is now known as lucasagomes | 14:55 | |
*** ffio has joined #openstack-dev | 14:55 | |
*** nunosantos has joined #openstack-dev | 14:56 | |
*** mdenny has joined #openstack-dev | 14:56 | |
*** slagle_ has quit IRC | 14:56 | |
*** tmclaugh[work] has quit IRC | 14:58 | |
*** michchap_ has quit IRC | 14:58 | |
*** electrichead has quit IRC | 14:59 | |
*** michchap has joined #openstack-dev | 14:59 | |
*** michchap has quit IRC | 14:59 | |
*** mrodden has quit IRC | 15:00 | |
*** yaguang has quit IRC | 15:02 | |
*** ChanServ has joined #openstack-dev | 15:03 | |
*** sendak.freenode.net sets mode: +o ChanServ | 15:03 | |
*** mihgen has joined #openstack-dev | 15:03 | |
*** kushal is now known as Guest13615 | 15:04 | |
*** morganfainberg is now known as Guest42779 | 15:04 | |
*** xarg is now known as Guest59493 | 15:04 | |
*** martine is now known as Guest83742 | 15:04 | |
*** fungi is now known as Guest3350 | 15:04 | |
*** crazed is now known as Guest18452 | 15:04 | |
*** Hien is now known as Guest27407 | 15:04 | |
*** eharney is now known as Guest76320 | 15:04 | |
*** psedlak_ has joined #openstack-dev | 15:04 | |
*** tmclaugh[work] has joined #openstack-dev | 15:05 | |
*** 65MAAKIVM is now known as xarg | 15:05 | |
*** andrewbogott_afk is now known as andrewbogott | 15:05 | |
*** electrichead has joined #openstack-dev | 15:05 | |
*** otherwiseguy has joined #openstack-dev | 15:05 | |
*** Guest76320 is now known as eharney | 15:05 | |
*** Guest3350 is now known as fungi | 15:05 | |
*** eharney has quit IRC | 15:05 | |
*** eharney has joined #openstack-dev | 15:05 | |
*** ffio is now known as Guest47909 | 15:06 | |
*** reidrac has quit IRC | 15:06 | |
*** fungi is now known as Guest3445 | 15:06 | |
*** cliu has joined #openstack-dev | 15:07 | |
*** freedomhui has joined #openstack-dev | 15:07 | |
*** Guest13615 has quit IRC | 15:07 | |
*** gargya_ has joined #openstack-dev | 15:07 | |
*** lloydde has joined #openstack-dev | 15:08 | |
*** Guest3445 is now known as fungi | 15:08 | |
*** gongysh has joined #openstack-dev | 15:08 | |
gongysh | nickbartos: ping | 15:08 |
*** gargya has quit IRC | 15:08 | |
*** pabelanger has quit IRC | 15:08 | |
*** gargya_ is now known as gargya | 15:08 | |
*** pabelanger has joined #openstack-dev | 15:09 | |
*** jgallard_ has quit IRC | 15:09 | |
*** jgallard_ has joined #openstack-dev | 15:09 | |
*** amotoki__ has quit IRC | 15:10 | |
*** litong has joined #openstack-dev | 15:10 | |
*** Guest83742 is now known as martine_ | 15:11 | |
*** yjiang5 has left #openstack-dev | 15:12 | |
*** galstrom_zzz is now known as galstrom | 15:12 | |
*** jmcbride has joined #openstack-dev | 15:13 | |
*** bondar has joined #openstack-dev | 15:13 | |
*** bondar has quit IRC | 15:13 | |
*** topol has joined #openstack-dev | 15:13 | |
*** bondar has joined #openstack-dev | 15:13 | |
*** gargya has quit IRC | 15:14 | |
*** jmcbride has quit IRC | 15:14 | |
*** branen has joined #openstack-dev | 15:14 | |
*** cloudlord has joined #openstack-dev | 15:15 | |
*** cloudlord has quit IRC | 15:15 | |
*** koolhead17 has quit IRC | 15:16 | |
henrynash | ayoung, gyee: could one of you do the honors on https://review.openstack.org/#/c/35897/ - this is just a rebase on top of the split identity | 15:16 |
*** jmcbride has joined #openstack-dev | 15:17 | |
*** ifarkas has quit IRC | 15:18 | |
*** sleepsonthefloor has quit IRC | 15:18 | |
*** makoun has joined #openstack-dev | 15:19 | |
*** mlavalle has joined #openstack-dev | 15:21 | |
*** pmathews has joined #openstack-dev | 15:22 | |
*** _TheDodd_ has joined #openstack-dev | 15:24 | |
*** gordc has quit IRC | 15:25 | |
*** marun has joined #openstack-dev | 15:26 | |
*** makoun has quit IRC | 15:26 | |
*** makoun has joined #openstack-dev | 15:26 | |
*** sandeepr_ltp has joined #openstack-dev | 15:27 | |
*** makoun has quit IRC | 15:28 | |
*** kushal has joined #openstack-dev | 15:28 | |
*** jmcbride has quit IRC | 15:28 | |
*** martine_ has quit IRC | 15:28 | |
*** devoid has joined #openstack-dev | 15:30 | |
*** michchap has joined #openstack-dev | 15:30 | |
*** markmcclain has quit IRC | 15:31 | |
*** devoid has quit IRC | 15:31 | |
*** mrodden has joined #openstack-dev | 15:31 | |
*** devoid has joined #openstack-dev | 15:31 | |
*** gongysh has quit IRC | 15:32 | |
*** ChanServ has quit IRC | 15:32 | |
*** bashok has joined #openstack-dev | 15:33 | |
*** clarkb1 is now known as clarkb | 15:33 | |
*** colinmcnamara has joined #openstack-dev | 15:34 | |
*** drewland_ has joined #openstack-dev | 15:34 | |
*** yaguang has joined #openstack-dev | 15:34 | |
*** dprince has quit IRC | 15:35 | |
*** pabelanger has quit IRC | 15:36 | |
*** jgallard_ has quit IRC | 15:36 | |
*** jgallard_ has joined #openstack-dev | 15:37 | |
*** colinmcnamara has quit IRC | 15:37 | |
*** colinmcnamara has joined #openstack-dev | 15:37 | |
*** pschaef has joined #openstack-dev | 15:37 | |
*** jmcbride has joined #openstack-dev | 15:37 | |
*** JordanP has quit IRC | 15:38 | |
*** colinmcnamara has quit IRC | 15:38 | |
*** vartom has joined #openstack-dev | 15:38 | |
*** rongze has left #openstack-dev | 15:39 | |
*** ema has quit IRC | 15:40 | |
*** gordc has joined #openstack-dev | 15:40 | |
*** michchap has quit IRC | 15:41 | |
*** drewland_ has quit IRC | 15:42 | |
*** JordanP has joined #openstack-dev | 15:43 | |
*** gargya has joined #openstack-dev | 15:43 | |
*** arezmerita has quit IRC | 15:43 | |
*** iartarisi has quit IRC | 15:43 | |
*** jmcbride1 has joined #openstack-dev | 15:44 | |
*** vipul-away is now known as vipul | 15:45 | |
*** stevemar has joined #openstack-dev | 15:45 | |
*** stevemar has quit IRC | 15:45 | |
*** yaguang has quit IRC | 15:46 | |
*** kushal has quit IRC | 15:46 | |
*** jmcbride has quit IRC | 15:46 | |
*** yjiang5 has joined #openstack-dev | 15:46 | |
*** yaguang has joined #openstack-dev | 15:47 | |
bnemec | I found a couple of lines that were commented out instead of being deleted. Is it worth pushing a review just to remove them or should I wait and include the deletion in another change? | 15:47 |
bnemec | Technically I think it should be its own change, but I've seen complaints about the review churn that causes. | 15:47 |
*** arezmerita has joined #openstack-dev | 15:48 | |
*** freedomhui has quit IRC | 15:49 | |
*** ajyounge_ has quit IRC | 15:49 | |
*** ajyounge has joined #openstack-dev | 15:49 | |
*** terryw has joined #openstack-dev | 15:50 | |
*** devoid has left #openstack-dev | 15:50 | |
*** krtaylor has quit IRC | 15:52 | |
*** otherwiseguy has quit IRC | 15:52 | |
*** spzala has joined #openstack-dev | 15:53 | |
dirk | is there anyone who is approver in both horizon and cinder? | 15:53 |
dirk | I seem to have a jenkins deadlock that I can't resolve | 15:53 |
*** jdurgin1 has joined #openstack-dev | 15:53 | |
*** burt has quit IRC | 15:54 | |
*** corXi has quit IRC | 15:54 | |
jpich | dirk: I don't think so, but I'm not sure that would resolve a deadlock since one patch would still be merged before the other? | 15:54 |
*** rcleere has joined #openstack-dev | 15:55 | |
clarkb | dirk: you can compare the core groups at https://review.openstack.org/#/admin/groups/83,members and https://review.openstack.org/#/admin/groups/43,members | 15:55 |
dirk | jpich: well, both patches need to be merged at the same time, otherwise both fail in jenkins :) | 15:55 |
*** boris-42 has joined #openstack-dev | 15:55 | |
clarkb | dirk: we test all changes as if they had a serial order, so while they may get tested in parallel they don't quite get tested at the same time | 15:56 |
*** gyee has joined #openstack-dev | 15:56 | |
dirk | clarkb: nice link! I wonder how you got that.. :) | 15:56 |
clarkb | dirk: in gerrit under admin click groups | 15:57 |
clarkb | you should see most of the gerrit groups listed there | 15:57 |
*** BobBall is now known as BobBall_away | 15:57 | |
*** avishay has joined #openstack-dev | 15:57 | |
dirk | clarkb: right. I only get "you do not have permission to view this page" though | 15:58 |
clarkb | dirk: are you logged in? I checked that group 83 (cinder-core) should be visible to everyone | 15:58 |
*** devananda has quit IRC | 15:58 | |
*** tmclaugh[work] has quit IRC | 15:58 | |
*** devananda has joined #openstack-dev | 15:58 | |
clarkb | or is the admin groups tab not viewable? | 15:58 |
dirk | clarkb: I can access the /admin/groups/* link, yes. but I can not access /admin itself (or any other link in that area) | 15:58 |
clarkb | interesting | 15:59 |
dirk | correct, I don't see any admin tab | 15:59 |
dirk | oh wait, I am blind :-) | 15:59 |
dirk | it is there. | 15:59 |
*** terryw has quit IRC | 15:59 | |
clarkb | back to the issue of merging things at the same time. Basically it isn't something we do. Instead one (or both) of your changes needs to be backward compatible so that it can go in first then get the other applied on top of it | 16:00 |
dirk | clarkb: I agree (generally). but I just don't see a solution to it at the moment | 16:00 |
dirk | clarkb: basically my original goal is to allow python-keystoneclient >= 3 in ceilometer | 16:01 |
dirk | in order to do that, I need to update cinder, otherwise the devstack stuff fails due to conflicts | 16:01 |
dirk | in order to update cinder, I need to update horizon | 16:01 |
dirk | and in order to update horizin, I need to have the update in cinder | 16:01 |
*** vartom has quit IRC | 16:01 | |
*** gongysh has joined #openstack-dev | 16:01 | |
*** ChanServ has joined #openstack-dev | 16:01 | |
*** sendak.freenode.net sets mode: +o ChanServ | 16:01 | |
dirk | at least thats my understanding | 16:01 |
dirk | see | 16:01 |
dirk | http://logs.openstack.org/36344/1/check/gate-tempest-devstack-vm-full/29960/console.html.gz | 16:01 |
*** terryw has joined #openstack-dev | 16:01 | |
dirk | and | 16:01 |
*** terryw is now known as otherwiseguy | 16:02 | |
dirk | http://logs.openstack.org/36449/1/check/gate-tempest-devstack-vm-full/30292/console.html | 16:02 |
clarkb | dirk: is it not possible to have all 3 be compatible with keystoneclient 0.2.5 and 0.3.1? | 16:02 |
dirk | both complain about the other patch missing | 16:02 |
clarkb | if you do that then there is no issue | 16:02 |
*** medberry_ has joined #openstack-dev | 16:02 | |
*** medberry_ is now known as med_ | 16:02 | |
*** ndipanov_afk is now known as ndipanov | 16:02 | |
*** davidhadas has quit IRC | 16:02 | |
clarkb | that particular failure was a result of a bump in keystoneclient requirement sneaking past the gate in horizon via django_openstack_auth | 16:03 |
*** benner_ has quit IRC | 16:03 | |
*** benner has joined #openstack-dev | 16:04 | |
clarkb | basically at this point in time I believe projects want to be compatible with 0.2.5 and 0.3.1 so that not everyone has to upgrade all at once | 16:04 |
*** sleepsonthefloor has joined #openstack-dev | 16:04 | |
dirk | clarkb: correct | 16:05 |
*** andrewbogott is now known as andrewbogott_afk | 16:05 | |
dirk | clarkb: but there are some projecs that still have < 0.3 in their requirements.txt, and any attempt at changing that fails in devstack or tempest | 16:05 |
dirk | there might be a trick that I'm missing though :) | 16:05 |
*** stevemar has joined #openstack-dev | 16:06 | |
*** openstackgerrit has joined #openstack-dev | 16:06 | |
clarkb | dirk: the <0.3 is not an issue if your requirements use the same value in openstack/requirements | 16:07 |
dirk | clarkb: well, openstack/requirements has been updated to >=0.2.1,<0.4 | 16:07 |
dirk | in order to enable a migration path | 16:07 |
clarkb | yup and using that specific range should work | 16:08 |
*** michchap has joined #openstack-dev | 16:08 | |
*** openstackgerrit has quit IRC | 16:08 | |
clarkb | you seem to have unfortunately hit the issue that existed yesterday where one project had a >=0.3 which broke things | 16:08 |
*** pixelbeat has quit IRC | 16:08 | |
clarkb | I would try rechecking your proposed changes to see if they go through with >=0.2.1,<0.4 | 16:08 |
*** openstackgerrit has joined #openstack-dev | 16:08 | |
dirk | clarkb: well, both jenkins failures are fairly recent | 16:09 |
*** colinmcnamara has joined #openstack-dev | 16:09 | |
dirk | I'll trigger a recheck to be sure | 16:09 |
clarkb | ya I see that now | 16:10 |
dirk | Error: Installed distribution python-keystoneclient 0.2.5 conflicts with requirement python-keystoneclient>=0.3 | 16:10 |
dirk | ah, I think you're right. ok. so that should be solved now | 16:10 |
clarkb | the cinder one happened during the period of time I expected to fail | 16:11 |
clarkb | but the horizon change failed more recently | 16:11 |
*** jgallard_ has quit IRC | 16:11 | |
*** gongysh has quit IRC | 16:12 | |
*** ChanServ has quit IRC | 16:12 | |
*** kushal has joined #openstack-dev | 16:13 | |
*** ayoung has joined #openstack-dev | 16:14 | |
dirk | clarkb: hmm, horizon might be because cinder is not there | 16:15 |
ameade_ | could i get some eyes on this keystoneclient patch? | 16:16 |
ameade_ | https://review.openstack.org/#/c/35403 | 16:16 |
*** devoid has joined #openstack-dev | 16:16 | |
*** boris-42 has quit IRC | 16:17 | |
*** safchain has quit IRC | 16:18 | |
*** Max_ has quit IRC | 16:19 | |
*** boris-42 has joined #openstack-dev | 16:19 | |
*** jmcbride1 has quit IRC | 16:19 | |
jog0 | zul: ping | 16:19 |
*** michchap has quit IRC | 16:20 | |
zul | jog0: whats up | 16:20 |
jog0 | I saw your explination of how you do the py3 testsing | 16:21 |
*** med_ has quit IRC | 16:21 | |
*** s2r2_ is now known as s2r2 | 16:21 | |
*** jmcbride has joined #openstack-dev | 16:21 | |
jog0 | what is preventing os from using tox for that? | 16:21 |
*** markmc has quit IRC | 16:21 | |
*** Mandell has quit IRC | 16:21 | |
*** dhellmann is now known as dhellmann_ | 16:21 | |
*** SergeyLukjanov has quit IRC | 16:22 | |
*** litong has quit IRC | 16:22 | |
*** JordanP has quit IRC | 16:22 | |
jog0 | zul: ^ | 16:22 |
zul | jog0: distribute in keyring is erroring out and the latest testrepository has a python3 bug | 16:22 |
*** devoid has quit IRC | 16:22 | |
*** litong has joined #openstack-dev | 16:22 | |
*** devoid has joined #openstack-dev | 16:22 | |
jog0 | zul: and why does the way you do things not trigger that? | 16:23 |
clarkb | zul: is the testrepository bug the errant print statement? | 16:23 |
zul | jog0: for testrepository i have it fixed locally, and its been fixed upstream now | 16:23 |
clarkb | zul: you can work around that by invoking testr directly... | 16:23 |
zul | jog0: for keyring its a bit harder | 16:23 |
clarkb | oh its been fixed \o/ | 16:24 |
zul | clarkb: right | 16:24 |
zul | jog0: im not sure how to fix the keyring issue | 16:24 |
jog0 | zul: how do you not trigger it? | 16:24 |
zul | jog0: running tox -epy33 | 16:24 |
*** prad has quit IRC | 16:24 | |
jog0 | zul: that fails for me | 16:25 |
*** anniec has quit IRC | 16:25 | |
zul | jog0: yeah ditto here | 16:25 |
zul | i was going to take a crack at it this afternoon | 16:25 |
jog0 | zul: so how did you do https://review.openstack.org/#/c/34886/ | 16:25 |
*** devoid has quit IRC | 16:26 | |
zul | jog0: see my last comments | 16:26 |
*** devoid has joined #openstack-dev | 16:26 | |
jog0 | and doing that got around the keyring? | 16:26 |
jog0 | zul: wouldn't the pip3 install trigger that? | 16:26 |
*** david-lyle has joined #openstack-dev | 16:26 | |
zul | jog0: i dont know why | 16:27 |
zul | jog0: probably because i had a newer distribute installed for python3 | 16:27 |
ayoung | gyee, that is one. Who else that is core is around? | 16:27 |
gyee | ayoung, henrynash https://review.openstack.org/33858 | 16:28 |
ayoung | henrynash, care to take a look at https://review.openstack.org/#/c/33858/ | 16:28 |
*** marcos_sb has joined #openstack-dev | 16:28 | |
ayoung | heh | 16:28 |
*** lcheng2 has joined #openstack-dev | 16:28 | |
gyee | ayoung, that one should make Jamie's work much easier | 16:28 |
zul | jog0: i have 0.7.3 installed locally | 16:28 |
ayoung | gyee, https://review.openstack.org/#/c/36166/ | 16:28 |
jog0 | zul: so your tox works? | 16:28 |
gyee | I'll get the v2 provider patch going today | 16:28 |
zul | jog0: this is without tox | 16:29 |
jog0 | zul: ahh pip3 install ignores the error | 16:29 |
jog0 | atleast for me | 16:29 |
*** terryh has quit IRC | 16:29 | |
zul | jog0: yeah | 16:29 |
jog0 | it still shows one then keeps going | 16:29 |
jog0 | zul: what would you say to holding off on the py3 fixes until we can get it workign in tox? | 16:29 |
jog0 | otherwise its a cat and mouse game of fixing things | 16:30 |
gyee | ayoung, is this an extension? if so, should it be OS-BIN? | 16:30 |
*** souvik has quit IRC | 16:30 | |
*** neelashah has quit IRC | 16:30 | |
zul | jog0: i would prefer not to | 16:30 |
jog0 | and we are so close for it | 16:30 |
jog0 | zul: because ...? | 16:30 |
zul | jog0: because its one of ubuntu goals to have python3 working for the clients at least | 16:31 |
*** jmcbride1 has joined #openstack-dev | 16:31 | |
jog0 | zul: right, and how can we test or use this in python3 if the deps don't work yet?\ | 16:31 |
*** redthrux_ is now known as redthrux | 16:31 | |
zul | jog0: i was going to poke at it this afternoon basically | 16:31 |
*** medberry has joined #openstack-dev | 16:31 | |
jog0 | zul: getting py3 client support sounds awesome but how can this work if the deps don't work | 16:31 |
*** jpich has quit IRC | 16:31 | |
*** krtaylor has joined #openstack-dev | 16:31 | |
zul | jog0: we have the python3 tests coming soon basically | 16:32 |
*** JordanRinke has quit IRC | 16:32 | |
*** yaguang has quit IRC | 16:32 | |
*** JordanRinke has joined #openstack-dev | 16:32 | |
*** msmedved has quit IRC | 16:32 | |
jog0 | zul: right, so once that is in, these are trivial fixes to review | 16:32 |
zul | clarkb: correct? | 16:32 |
*** jmcbride has quit IRC | 16:32 | |
*** dprince has joined #openstack-dev | 16:33 | |
jog0 | zul: and gate on p33 is easy but until then thsi seems out of order | 16:33 |
*** msmedved has joined #openstack-dev | 16:33 | |
clarkb | yeah, fedora18 slaves are in the pipeline to make testing python3 easy | 16:33 |
*** stevemar has quit IRC | 16:33 | |
zul | jog0: its non-voting gates afaik | 16:33 |
jog0 | clarkb: cool beans | 16:33 |
*** neelashah has joined #openstack-dev | 16:33 | |
henrynash | gyee: will be able to look at it properly in an hour…but looks good at first galnce | 16:34 |
ayoung | gyee, nope, not an extension. We want it core | 16:34 |
jog0 | zul: well until 'tox -epy33' works at least locally I am inclined to say lets hold off | 16:34 |
jog0 | zul: sounds like that won't have to be too long either | 16:34 |
*** romcheg has quit IRC | 16:34 | |
henrynash | ayoung, gyee: could one of you do the honors on https://review.openstack.org/#/c/35897/ - this is just a rebase on top of the split identity | 16:35 |
ayoung | henrynash, looking now | 16:35 |
jog0 | zul: and your patches should be made WIP until then | 16:35 |
*** dirk has quit IRC | 16:36 | |
ayoung | henrynash, meant to ask you about that. what happened to authorize_for_project | 16:36 |
zul | jog0: im looking at the python3 stuff that we are doing as getting ready for python3, if it doesnt break python27 then it should be ok in my mind at least | 16:36 |
*** devoid has left #openstack-dev | 16:36 | |
*** epim has joined #openstack-dev | 16:37 | |
ayoung | henrynash, it looks like it turned into "_get_project_roles_and_ref" in the token controller | 16:37 |
*** gongysh has joined #openstack-dev | 16:37 | |
*** ChanServ has joined #openstack-dev | 16:37 | |
*** sendak.freenode.net sets mode: +o ChanServ | 16:37 | |
henrynash | ayoung: so I removed it from the driver layer…the controllers still do the equivalent. The v3 code ne ver called it anyway…just seemed like multiple paths to do the same thing (i.e. check that the user has some roles on the requested project) | 16:38 |
henrynash | ayoung: yes, correct - which kind of mirrors how the v3 auth controller morks | 16:38 |
henrynash | oops, works | 16:38 |
ayoung | henrynash, I would like to commonize the code as much as possible, and other controllers are going to be doing the same thing. Seems like this is something that should move to gyee's provider | 16:39 |
*** drewland_ has joined #openstack-dev | 16:39 | |
*** markmcclain has joined #openstack-dev | 16:39 | |
ayoung | henrynash, so, is this going to cause gyee a major rebase? | 16:39 |
ayoung | Cuz I think that his work takes priority | 16:39 |
jog0 | zul: for somethings perhaps, but your are fixing bugs and to review a bug fix we need to be able to reproduce the bug | 16:39 |
*** jdurgin1 has quit IRC | 16:40 | |
jog0 | zul: and if most people can't produce it to test then ... | 16:40 |
ayoung | this can go in after H2 without breaking anything...and we can work together on rebasing it | 16:40 |
henrynash | ayoung: is my change going to cause a rebase….no... | 16:40 |
zul | jog0: sure maybe fixing specific python3 compatibility issues might not be the way to go yet | 16:40 |
zul | jog0: but using six when it is needed should be ok no? | 16:40 |
henrynash | ayoung: oh, sorry, I get your meaning | 16:40 |
gyee | ayoung, henrynash, yeah, I'll need to rebase | 16:40 |
*** nunosantos has left #openstack-dev | 16:40 | |
gyee | ayoung, why do we need algorithm in x509? | 16:41 |
jog0 | zul: perhaps. part of this is, I would like to know that we have a gate so we don't get regressions | 16:41 |
gyee | fingerprint should be good enough right? | 16:41 |
jog0 | knowing that we can gate once your fixes are in means I know we won't have to ever fix issues like this in the novaclient again | 16:41 |
henrynash | gyee: is it a bad rebase? | 16:42 |
jog0 | zul: and fixing spefic bugs until we have the option to gate seems a little premature | 16:42 |
*** nunosantos has joined #openstack-dev | 16:42 | |
zul | jog0: sure buts its happening in nova and keystone already, ive seen other python3 infrastructure stuff already get in | 16:43 |
gyee | henrynash, a bit time consuming, but not that bad | 16:43 |
ayoung | gyee algorithm for fingerprnt | 16:43 |
jog0 | zul: true, I feel the same way about that too, but have to draw the line in the sand somewhere | 16:43 |
henrynash | young, gyee: I'm ok with which ever we do…(although just did a major rebase of course onto of split identity, so kind of keen to get it in)…and I have the os-inherit change dependant on this patch too | 16:44 |
gyee | ayoung, but the fingerprint is already in the x509 cert, can't we just compare them | 16:44 |
jog0 | also the big changes in nova are very simple py33 compat stuff | 16:44 |
*** drewland_ has quit IRC | 16:44 | |
jog0 | zul: these are a little more involved (a little) | 16:44 |
gyee | henrynash, lets get your stuff in and I'll rebase | 16:44 |
zul | jog0: i dont think the changes in novaclient are simple py33 compat stuff as well, i have other stuff locally that i hold off until the py33 gates are in | 16:45 |
henrynash | gyee: ok, thanks, I owe you one….. | 16:45 |
enikanorov_ | amotoki: thanks for review! | 16:45 |
*** medberry is now known as med_ | 16:45 | |
ayoung | gyee, it isn't really available. | 16:45 |
zul | jog0: besides i would rather have the the simple py33 compat stuff in now before the gates are in | 16:45 |
henrynash | gyee: we ought to keep score of rebase IOUs :-) | 16:45 |
jog0 | zul: how about this - mark these as WIPs and when gating is ready I will make these reviews a priority for myself (as they will be very easy to do :) ) | 16:46 |
gyee | henrynash, and they can be used to exchange for beer in the summit? :) | 16:46 |
zul | jog0: sure then ill move on to other py33 compat stuff | 16:46 |
jog0 | to review I then can just run 'tox -epy33' and see if the stack trace goes away after your patch. | 16:46 |
*** michchap has joined #openstack-dev | 16:46 | |
*** burt1 has joined #openstack-dev | 16:46 | |
henrynash | gyee: just got to agree the exchange rate... | 16:46 |
ayoung | gyee, when you run the fingerprint command for openssl (or others) you can specify the algorithm. The default is SHA1, but we figured we should be flexible | 16:46 |
jog0 | zul: hopefully you can sort out the keyrint issue | 16:47 |
jog0 | as it sounds like that is the main problem today | 16:47 |
zul | jog0: well i was going to do it after lunch ;) | 16:47 |
ayoung | henrynash, lets get gyee 's code in as is (if you are OK with it) and then we can collaborate on the rebase | 16:47 |
gyee | ayoung, I am now confused, is the fingerprint the fingerprint of the x509 cert or the token? | 16:47 |
jog0 | zul: well I am heading out for a bit (GMT+1) | 16:48 |
zul | jog0: ditto | 16:48 |
ayoung | it is the fingerprint of the x509 cert. Basically, it gets exposed to the web server as a epm document, and then we can run 'openssl x509 fingerprint' against it | 16:48 |
henrynash | ayoung: fyi, the os-inherit extension needs the rationalisation fix….since it can then change the way roles are stored without affecting anyone else | 16:48 |
*** gongysh has quit IRC | 16:49 | |
*** ChanServ has quit IRC | 16:49 | |
ayoung | henrynash, gyee I'm ok with both your changes, just you guys agree on the order | 16:49 |
jog0 | zul: anyway thanks good luck with getting the deps going | 16:49 |
ayoung | but I'm leaning toward gyee's and then henrynash 's | 16:51 |
*** BLZbubba has quit IRC | 16:51 | |
*** athomas_ has quit IRC | 16:51 | |
gyee | ayoung, no objection here, actually looking at the code, no rebase is needed | 16:51 |
gyee | I'll need to rebase in another patch | 16:52 |
*** BLZbubba has joined #openstack-dev | 16:52 | |
gyee | the v2 token provider | 16:52 |
henrynash | gyee: so no conflict between mine are your v3 patch? | 16:53 |
*** koolhead17 has joined #openstack-dev | 16:53 | |
gyee | henrynash, doesn't look like it | 16:53 |
gyee | only conflict with the v2 provider patch | 16:53 |
gyee | which I'll need to rebase anyway | 16:54 |
*** romcheg has joined #openstack-dev | 16:54 | |
*** drewland_ has joined #openstack-dev | 16:54 | |
henrynash | gyee:I think you are right | 16:55 |
henrynash | gyee: | 16:55 |
*** drewland_ is now known as drewlander_ | 16:55 | |
henrynash | gyee: ok, let me quickly checkout yours | 16:55 |
*** lucasagomes has quit IRC | 16:55 | |
henrynash | gyee: but, I agee they should work in any order | 16:56 |
*** cmark_ has quit IRC | 16:56 | |
ayoung | OK, I'll push the button | 16:56 |
ayoung | going once | 16:57 |
ayoung | going twice | 16:57 |
gyee | sold | 16:58 |
*** romcheg has quit IRC | 16:58 | |
*** athomas has joined #openstack-dev | 16:58 | |
ayoung | henrynash, it is approved | 16:58 |
*** andrewbogott_afk is now known as andrewbogott | 16:58 | |
henrynash | ayoung: ok, thx…I'm just readuing through gyre's patch will approve (hopefully) shortly | 16:58 |
*** michchap has quit IRC | 16:58 | |
*** cp16net is now known as cp16net|away | 16:59 | |
*** cmagina-away is now known as cmagina | 16:59 | |
*** arezmerita has quit IRC | 17:00 | |
*** derekh has quit IRC | 17:01 | |
*** mihgen has quit IRC | 17:01 | |
*** souvik has joined #openstack-dev | 17:01 | |
ayoung | gyee, can you manuallyt rebase your patch on top of henrynash 's and repost, so it is ready to go when approved? | 17:01 |
gyee | ayoung, sure | 17:02 |
*** blues-man has quit IRC | 17:02 | |
*** mmagr has quit IRC | 17:03 | |
*** martyntaylor has quit IRC | 17:06 | |
*** danwent has joined #openstack-dev | 17:07 | |
*** yjiang5 has quit IRC | 17:08 | |
*** danpb has quit IRC | 17:08 | |
*** marcos_sb has quit IRC | 17:09 | |
henrynash | gyee: I was just pushed the button to approve, then say that jenkins had not run…so pulled it back... | 17:10 |
*** BLZbubba has quit IRC | 17:11 | |
henrynash | gyee: oh, and dolphm has -1 it…. | 17:11 |
*** BLZbubba has joined #openstack-dev | 17:11 | |
*** amotoki has quit IRC | 17:11 | |
*** martine has joined #openstack-dev | 17:12 | |
*** neelashah has quit IRC | 17:13 | |
*** dims has quit IRC | 17:15 | |
*** neelashah has joined #openstack-dev | 17:17 | |
*** ndipanov has quit IRC | 17:17 | |
*** xqueralt is now known as xqueralt-afk | 17:20 | |
*** terryh has joined #openstack-dev | 17:21 | |
*** cp16net|away is now known as cp16net | 17:22 | |
*** colinmcnamara has quit IRC | 17:22 | |
*** devoid has joined #openstack-dev | 17:22 | |
*** primemin1sterp has quit IRC | 17:23 | |
*** primeministerp has joined #openstack-dev | 17:23 | |
*** michchap has joined #openstack-dev | 17:25 | |
*** johnthetubaguy has quit IRC | 17:26 | |
*** vipul is now known as vipul-away | 17:26 | |
*** ffio has joined #openstack-dev | 17:26 | |
*** colinmcnamara has joined #openstack-dev | 17:26 | |
*** Guest47909 has quit IRC | 17:26 | |
*** pabelanger has joined #openstack-dev | 17:26 | |
*** vipul-away is now known as vipul | 17:27 | |
*** gkotton has joined #openstack-dev | 17:29 | |
*** garyk has quit IRC | 17:30 | |
*** marcos_sb has joined #openstack-dev | 17:30 | |
*** gkotton is now known as garyk | 17:30 | |
*** clayg_ is now known as clayg | 17:30 | |
*** NetworkStatic has quit IRC | 17:32 | |
*** mkollaro has quit IRC | 17:33 | |
*** avishay has quit IRC | 17:34 | |
openstackgerrit | A change was merged to openstack/nova: Sync install_venv_common from oslo https://review.openstack.org/35926 | 17:35 |
*** clayg has quit IRC | 17:35 | |
openstackgerrit | A change was merged to openstack/horizon: Adding configuring hints in Horizon documentation https://review.openstack.org/36106 | 17:35 |
*** clayg has joined #openstack-dev | 17:36 | |
*** devoid has quit IRC | 17:36 | |
*** devoid has joined #openstack-dev | 17:36 | |
*** michchap has quit IRC | 17:37 | |
*** fbo has joined #openstack-dev | 17:37 | |
*** devoid has quit IRC | 17:37 | |
*** devoid has joined #openstack-dev | 17:38 | |
*** pschaef has quit IRC | 17:40 | |
simo | russellb: will you sync up nova's openstack directory with oslo-incubator current contents ? | 17:40 |
simo | it is making it a bit painful for me to test changes as the difference is consistent, and a blind sync doesn't work | 17:41 |
*** romcheg has joined #openstack-dev | 17:41 | |
*** pschaef has joined #openstack-dev | 17:41 | |
*** ffio has quit IRC | 17:43 | |
*** jduhamel has quit IRC | 17:43 | |
*** gongysh has joined #openstack-dev | 17:43 | |
*** ChanServ has joined #openstack-dev | 17:43 | |
*** sendak.freenode.net sets mode: +o ChanServ | 17:43 | |
*** ffio has joined #openstack-dev | 17:44 | |
*** slagle has joined #openstack-dev | 17:44 | |
*** romcheg has left #openstack-dev | 17:44 | |
*** aeperezt has quit IRC | 17:45 | |
*** uvirtbot has quit IRC | 17:46 | |
*** uvirtbot has joined #openstack-dev | 17:46 | |
*** colinmcnamara has quit IRC | 17:47 | |
*** devoid has quit IRC | 17:48 | |
*** devoid has joined #openstack-dev | 17:48 | |
*** nati_ueno has joined #openstack-dev | 17:49 | |
*** krtaylor has quit IRC | 17:50 | |
*** burt1 has quit IRC | 17:51 | |
*** gongysh has quit IRC | 17:51 | |
*** ChanServ has quit IRC | 17:51 | |
*** dhellmann_ is now known as dhellmann | 17:51 | |
*** colinmcnamara has joined #openstack-dev | 17:51 | |
*** cdub_ has quit IRC | 17:51 | |
*** cdub has joined #openstack-dev | 17:52 | |
*** sandeepr_ltp has quit IRC | 17:53 | |
*** zodiak has quit IRC | 17:53 | |
*** gargya has quit IRC | 17:54 | |
*** gongysh has joined #openstack-dev | 17:54 | |
*** ChanServ has joined #openstack-dev | 17:54 | |
*** sendak.freenode.net sets mode: +o ChanServ | 17:54 | |
*** jmcbride1 has quit IRC | 17:54 | |
*** anniec has joined #openstack-dev | 17:55 | |
*** zodiak has joined #openstack-dev | 17:56 | |
garyk | markmcclain: ping | 17:56 |
garyk | salv-orlando: ping | 17:56 |
markmcclain | garyk: hi | 17:56 |
salv-orlando | garyk, markmcclain: bong | 17:56 |
*** aeperezt has joined #openstack-dev | 17:57 | |
*** btorch has joined #openstack-dev | 17:57 | |
btorch | is memcache_servers for authtoken on python-keystoneclient 1:0.2.3-0ubuntu2~cloud0 from canonical broken ? | 17:58 |
btorch | http://pastebin.ca/2424785 | 17:58 |
*** olaph_ is now known as olaph | 17:59 | |
*** gongysh has quit IRC | 18:00 | |
*** ChanServ has quit IRC | 18:00 | |
enikanorov_ | nati_ueno: hi | 18:00 |
*** jprovazn has quit IRC | 18:01 | |
*** aeperezt has quit IRC | 18:01 | |
*** zul has quit IRC | 18:04 | |
*** NetworkStatic has joined #openstack-dev | 18:04 | |
*** michchap has joined #openstack-dev | 18:04 | |
*** comay has quit IRC | 18:04 | |
*** comay has joined #openstack-dev | 18:04 | |
*** chmouel_ is now known as chmouel | 18:05 | |
*** zul has joined #openstack-dev | 18:06 | |
*** fbo is now known as fbo_away | 18:06 | |
*** otherwiseguy has quit IRC | 18:06 | |
*** sdake_ has joined #openstack-dev | 18:08 | |
*** lloydde has quit IRC | 18:08 | |
*** reed has joined #openstack-dev | 18:10 | |
*** jmcbride has joined #openstack-dev | 18:10 | |
*** jduhamel has joined #openstack-dev | 18:12 | |
*** rwsu-away has quit IRC | 18:12 | |
*** aeperezt has joined #openstack-dev | 18:13 | |
*** rwsu has joined #openstack-dev | 18:17 | |
*** michchap has quit IRC | 18:17 | |
*** gongysh has joined #openstack-dev | 18:17 | |
*** souvik has quit IRC | 18:18 | |
*** Mandell has joined #openstack-dev | 18:19 | |
*** romcheg1 has joined #openstack-dev | 18:19 | |
*** woodspa has joined #openstack-dev | 18:20 | |
*** epim has quit IRC | 18:24 | |
*** fbo_away is now known as fbo | 18:24 | |
*** romcheg has joined #openstack-dev | 18:25 | |
*** fbo is now known as fbo_away | 18:25 | |
*** romcheg1 has quit IRC | 18:26 | |
*** clayg has quit IRC | 18:32 | |
*** clayg has joined #openstack-dev | 18:32 | |
*** devoid has left #openstack-dev | 18:32 | |
*** sheeprine has joined #openstack-dev | 18:35 | |
russellb | simo: yeah, i can do that, but you don't have to wait, you can submit a sync anytime | 18:36 |
*** novas0x2a|laptop has joined #openstack-dev | 18:37 | |
*** romcheg1 has joined #openstack-dev | 18:39 | |
*** romcheg has quit IRC | 18:39 | |
*** romcheg has joined #openstack-dev | 18:42 | |
*** kushal has quit IRC | 18:43 | |
*** romcheg1 has quit IRC | 18:43 | |
*** mlavalle has quit IRC | 18:43 | |
*** michchap has joined #openstack-dev | 18:44 | |
simo | russellb: the problem is that nova doesn't even start if I simply sync | 18:46 |
simo | russellb: and I do not really know what I need to fix in nova to make it start | 18:46 |
*** mkollaro has joined #openstack-dev | 18:46 | |
*** gongysh has quit IRC | 18:46 | |
*** utlemming has joined #openstack-dev | 18:46 | |
psedlak_ | btorch: hi, sorry for late answer, i would guess that you did not specified memcache port for example ... memcache_servers = localhost:11211 | 18:48 |
openstackgerrit | A change was merged to openstack-dev/devstack: Set QPID_HOST parameter to better support multi-node mode https://review.openstack.org/35128 | 18:49 |
btorch | psedlak_: I did | 18:50 |
*** mjfork has quit IRC | 18:51 | |
*** sdake_ has quit IRC | 18:54 | |
*** yjiang5 has joined #openstack-dev | 18:55 | |
_TheDodd_ | Anyone knowledgeable when it comes to monitoring the login state of a VM? Is information of that nature exposed to any particular API, such as nova, ceilometer, horizon etc? | 18:56 |
*** michchap has quit IRC | 18:56 | |
_TheDodd_ | Anyone knowledgeable when it comes to monitoring the login state of a VM? Is information of that nature exposed to any particular API, such as nova, ceilometer, horizon etc? | 18:57 |
*** andrewbogott is now known as andrewbogott_afk | 18:58 | |
*** sballe has quit IRC | 18:59 | |
*** sballe_ has joined #openstack-dev | 18:59 | |
*** gongysh has joined #openstack-dev | 19:00 | |
*** otherwiseguy has joined #openstack-dev | 19:00 | |
*** deepu has joined #openstack-dev | 19:01 | |
*** sballe_ has quit IRC | 19:02 | |
*** sballe has joined #openstack-dev | 19:02 | |
*** devoid has joined #openstack-dev | 19:03 | |
btorch | quick question is keystone supposed to change this valid key from 1 to 0 when a token expires ? | 19:05 |
*** bashok has quit IRC | 19:05 | |
*** mlavalle has joined #openstack-dev | 19:06 | |
*** ayoung has quit IRC | 19:07 | |
*** romcheg has quit IRC | 19:07 | |
*** romcheg has joined #openstack-dev | 19:07 | |
*** NetworkStatic has quit IRC | 19:09 | |
*** andrewbogott_afk is now known as andrewbogott | 19:09 | |
psedlak_ | btorch: what's your value for that memcache_servers and where (file, section) did you set it? | 19:11 |
btorch | proxy-server.conf under the filter:authtoken | 19:12 |
btorch | as memcache_servers = 127.0.0.1:11211 | 19:12 |
*** NetworkStatic has joined #openstack-dev | 19:13 | |
*** devoid has left #openstack-dev | 19:13 | |
*** vipul is now known as vipul-away | 19:13 | |
*** NetworkStatic has quit IRC | 19:14 | |
*** romcheg has quit IRC | 19:14 | |
*** gargya has joined #openstack-dev | 19:14 | |
*** romcheg has joined #openstack-dev | 19:14 | |
*** tiamar has quit IRC | 19:15 | |
*** marcos_sb has quit IRC | 19:20 | |
*** jcoufal has quit IRC | 19:20 | |
psedlak_ | btorch: hm that memcache seems ok ... and i don't have ubuntu here to debug it ... i would suggest dig deeper in memorycache.py and memcache.py files based on your trace and put some log.warn/print lines there to see what is happening ... | 19:21 |
psedlak_ | btorch: and for that token.valid imho it should not set it, maybe wait for/ask others | 19:22 |
btorch | ok thanks, it's just strange cause some token have it as valid even though the expires says otherwise | 19:23 |
*** michchap has joined #openstack-dev | 19:23 | |
*** koolhead17 has quit IRC | 19:24 | |
*** devoid has joined #openstack-dev | 19:26 | |
psedlak_ | btorch: yeah, i think it should be valid, unless the token was 'revoked' | 19:27 |
*** sushils has quit IRC | 19:27 | |
btorch | psedlak_: ok that makes sense | 19:27 |
psedlak_ | btorch: ... proper verification should be valid? and not expired? | 19:27 |
*** psedlak_ has quit IRC | 19:28 | |
*** Apsu` is now known as Apsu | 19:28 | |
*** jdbarry has joined #openstack-dev | 19:28 | |
*** carl_baldwin has joined #openstack-dev | 19:30 | |
*** devoid has quit IRC | 19:30 | |
*** jruzicka has quit IRC | 19:30 | |
*** devoid has joined #openstack-dev | 19:30 | |
*** carl_baldwin has quit IRC | 19:31 | |
*** carl_baldwin has joined #openstack-dev | 19:32 | |
*** ChanServ has joined #openstack-dev | 19:32 | |
*** sendak.freenode.net sets mode: +o ChanServ | 19:32 | |
*** mdenny has quit IRC | 19:33 | |
*** devoid has quit IRC | 19:35 | |
*** devoid1 has joined #openstack-dev | 19:35 | |
*** michchap has quit IRC | 19:35 | |
*** ChanServ has quit IRC | 19:37 | |
*** afazekas_ has quit IRC | 19:37 | |
*** athomas has quit IRC | 19:37 | |
*** cthulhup has quit IRC | 19:39 | |
*** burt has joined #openstack-dev | 19:40 | |
*** yjiang5 has quit IRC | 19:40 | |
*** Ryan_Lane has quit IRC | 19:41 | |
*** lloydde has joined #openstack-dev | 19:43 | |
*** alunduil has joined #openstack-dev | 19:43 | |
*** n0ano has joined #openstack-dev | 19:44 | |
*** alunduil has quit IRC | 19:44 | |
*** jbresnah has quit IRC | 19:44 | |
*** alunduil has joined #openstack-dev | 19:44 | |
*** fabio has joined #openstack-dev | 19:45 | |
*** jbresnah has joined #openstack-dev | 19:46 | |
*** carl_baldwin has quit IRC | 19:46 | |
fabio | henrynash: can you please comment the changes you want on https://review.openstack.org/#/c/34478/15 ? | 19:47 |
fabio | henrynash: I could not find any comments :-) | 19:47 |
*** carl_baldwin has joined #openstack-dev | 19:48 | |
*** btorch has left #openstack-dev | 19:49 | |
*** ChanServ has joined #openstack-dev | 19:50 | |
*** sendak.freenode.net sets mode: +o ChanServ | 19:50 | |
*** jduhamel has quit IRC | 19:50 | |
*** lloydde has quit IRC | 19:52 | |
*** devoid has joined #openstack-dev | 19:53 | |
*** devoid1 has quit IRC | 19:53 | |
*** jbresnah has quit IRC | 19:54 | |
*** colinmcnamara has quit IRC | 19:54 | |
*** anniec has quit IRC | 19:55 | |
*** jduhamel has joined #openstack-dev | 19:55 | |
*** krtaylor has joined #openstack-dev | 19:55 | |
*** gargya has quit IRC | 19:57 | |
*** vipul-away is now known as vipul | 19:57 | |
*** rfolco has joined #openstack-dev | 19:58 | |
henrynash | fabio: done…not sure what happened to the previous versions of those comments…. | 19:58 |
fabio | henrynash: thanks a lot | 19:58 |
*** spzala has quit IRC | 19:59 | |
*** novas0x2a|laptop is now known as Guest29899 | 19:59 | |
*** martine is now known as Guest49883 | 20:00 | |
*** ffio is now known as Guest33963 | 20:00 | |
*** med_ is now known as Guest36906 | 20:00 | |
*** drewlander_ has quit IRC | 20:01 | |
*** drewland_ has joined #openstack-dev | 20:01 | |
*** jduhamel has left #openstack-dev | 20:01 | |
*** tjones has joined #openstack-dev | 20:01 | |
*** drewland_ has quit IRC | 20:02 | |
*** sheeprine has quit IRC | 20:02 | |
*** sheeprine has joined #openstack-dev | 20:02 | |
*** michchap has joined #openstack-dev | 20:03 | |
*** colinmcnamara has joined #openstack-dev | 20:03 | |
*** SergeyLukjanov has joined #openstack-dev | 20:04 | |
*** sdake_ has joined #openstack-dev | 20:05 | |
*** sdake_ has joined #openstack-dev | 20:05 | |
*** jbresnah has joined #openstack-dev | 20:05 | |
*** terryh has quit IRC | 20:05 | |
*** romcheg has quit IRC | 20:05 | |
openstackgerrit | A change was merged to openstack/nova: PowerVM resize and migrate test cases https://review.openstack.org/25355 | 20:05 |
*** topol has quit IRC | 20:07 | |
*** prad has joined #openstack-dev | 20:08 | |
*** sdake_ has quit IRC | 20:09 | |
*** henrynash has quit IRC | 20:09 | |
*** sdake_ has joined #openstack-dev | 20:09 | |
*** sdake_ has joined #openstack-dev | 20:09 | |
*** mkollaro has quit IRC | 20:10 | |
*** gongysh has quit IRC | 20:13 | |
*** gongysh has joined #openstack-dev | 20:14 | |
*** colinmcnamara has quit IRC | 20:14 | |
*** stevemar has joined #openstack-dev | 20:15 | |
*** ayoung has joined #openstack-dev | 20:15 | |
*** devoid has quit IRC | 20:15 | |
*** devoid has joined #openstack-dev | 20:16 | |
*** michchap has quit IRC | 20:16 | |
*** salv-orlando_ has joined #openstack-dev | 20:17 | |
deepu | hi | 20:17 |
*** mnaser has quit IRC | 20:18 | |
*** colinmcnamara has joined #openstack-dev | 20:18 | |
deepu | is the http://fosshelp.blogspot.co.uk/2013/03/how-to-setup-openstack-horizon.html is this website steps good to follow in order to install horizon for a test environment | 20:18 |
*** ChanServ has quit IRC | 20:19 | |
*** Kiall has quit IRC | 20:19 | |
*** salv-orlando has quit IRC | 20:19 | |
*** salv-orlando_ is now known as salv-orlando | 20:19 | |
*** rnirmal has quit IRC | 20:21 | |
*** kiall has joined #openstack-dev | 20:21 | |
*** nunosantos has quit IRC | 20:22 | |
*** sushils has joined #openstack-dev | 20:22 | |
*** terryh has joined #openstack-dev | 20:22 | |
*** jecarey__ has joined #openstack-dev | 20:24 | |
deepu | can someone advice please | 20:25 |
*** mnaser has joined #openstack-dev | 20:25 | |
*** boris-42 has quit IRC | 20:25 | |
*** nachi_ has joined #openstack-dev | 20:26 | |
*** nachi has joined #openstack-dev | 20:26 | |
*** nachi has quit IRC | 20:27 | |
*** xmltok_ has quit IRC | 20:27 | |
openstackgerrit | A change was merged to openstack/nova: Port security groups extension to v3 API Part 1 https://review.openstack.org/34040 | 20:27 |
*** xmltok has joined #openstack-dev | 20:27 | |
*** jecarey_ has quit IRC | 20:28 | |
*** jecarey__ has quit IRC | 20:28 | |
openstackgerrit | A change was merged to openstack/nova: Port security groups extension to v3 API Part 2 https://review.openstack.org/34164 | 20:28 |
*** jecarey__ has joined #openstack-dev | 20:28 | |
openstackgerrit | A change was merged to openstack/keystone: Rationalize how we get roles after authentication in the controllers https://review.openstack.org/35897 | 20:28 |
clarkb | jeblair: ^ zuul seems happy | 20:28 |
*** mrodden has quit IRC | 20:29 | |
jeblair | yay! | 20:29 |
*** ChanServ has joined #openstack-dev | 20:30 | |
*** sendak.freenode.net sets mode: +o ChanServ | 20:30 | |
*** mrodden has joined #openstack-dev | 20:30 | |
openstackgerrit | A change was merged to openstack-dev/devstack: devstack: Add paths specific to XenServer Core https://review.openstack.org/36457 | 20:30 |
*** terryh has quit IRC | 20:30 | |
*** cafedecade has quit IRC | 20:31 | |
*** terryh has joined #openstack-dev | 20:31 | |
*** yjiang5 has joined #openstack-dev | 20:31 | |
*** READ10 has quit IRC | 20:34 | |
*** devoid has quit IRC | 20:35 | |
*** devoid has joined #openstack-dev | 20:35 | |
*** stevemar has quit IRC | 20:36 | |
*** kiall is now known as Guest94668 | 20:36 | |
*** mnaser has quit IRC | 20:37 | |
*** mnaser has joined #openstack-dev | 20:37 | |
*** bdpayne has joined #openstack-dev | 20:37 | |
*** READ10 has joined #openstack-dev | 20:38 | |
*** LinuxJedi has joined #openstack-dev | 20:39 | |
*** egallen has joined #openstack-dev | 20:40 | |
*** yolanda has quit IRC | 20:41 | |
*** jecarey__ has quit IRC | 20:41 | |
*** michchap has joined #openstack-dev | 20:42 | |
*** sdake_ has quit IRC | 20:44 | |
*** ek6_ has joined #openstack-dev | 20:44 | |
*** jecarey_ has joined #openstack-dev | 20:45 | |
*** ChanServ has quit IRC | 20:45 | |
*** sandywalsh_ has quit IRC | 20:46 | |
*** gsilvis has joined #openstack-dev | 20:46 | |
*** amohn91 has joined #openstack-dev | 20:46 | |
*** Mandell_ has joined #openstack-dev | 20:47 | |
*** rcrit_ has joined #openstack-dev | 20:48 | |
*** primemin1sterp has joined #openstack-dev | 20:49 | |
*** ivoks_ has joined #openstack-dev | 20:49 | |
*** lon_T2 has joined #openstack-dev | 20:49 | |
*** yjiang51 has joined #openstack-dev | 20:49 | |
*** BLZbubba_ has joined #openstack-dev | 20:49 | |
*** xarg_ has joined #openstack-dev | 20:49 | |
*** redbo_ has joined #openstack-dev | 20:49 | |
*** yjiang5__ has joined #openstack-dev | 20:49 | |
*** jeblair_ has joined #openstack-dev | 20:50 | |
*** luisg has joined #openstack-dev | 20:50 | |
*** mikal_ has joined #openstack-dev | 20:50 | |
*** yjiang5 has quit IRC | 20:50 | |
*** mrda-awa1 has joined #openstack-dev | 20:50 | |
*** mattmale1ky has joined #openstack-dev | 20:50 | |
*** guitarza1 has joined #openstack-dev | 20:51 | |
*** yonglihe_ has joined #openstack-dev | 20:52 | |
*** swaT30_ has joined #openstack-dev | 20:52 | |
*** maurosr- has joined #openstack-dev | 20:53 | |
*** markvoelker1 has joined #openstack-dev | 20:53 | |
*** Guest94668 is now known as Kiall2 | 20:53 | |
*** colinmcnamara has quit IRC | 20:53 | |
*** utlemming has quit IRC | 20:53 | |
*** Mandell has quit IRC | 20:53 | |
*** reed has quit IRC | 20:53 | |
*** zul has quit IRC | 20:53 | |
*** primeministerp has quit IRC | 20:53 | |
*** BLZbubba has quit IRC | 20:53 | |
*** morazi has quit IRC | 20:53 | |
*** yjiang5_ has quit IRC | 20:53 | |
*** mrda-away has quit IRC | 20:53 | |
*** andrea__ has quit IRC | 20:53 | |
*** tace has quit IRC | 20:53 | |
*** sandeepr has quit IRC | 20:53 | |
*** mikal has quit IRC | 20:53 | |
*** ivoks has quit IRC | 20:53 | |
*** toabctl has quit IRC | 20:53 | |
*** rcrit has quit IRC | 20:53 | |
*** yongli has quit IRC | 20:53 | |
*** mattmalesky has quit IRC | 20:53 | |
*** adepti37 has quit IRC | 20:53 | |
*** ek6 has quit IRC | 20:53 | |
*** xBytez has quit IRC | 20:53 | |
*** swifterdarrell has quit IRC | 20:53 | |
*** akscram has quit IRC | 20:53 | |
*** xarg has quit IRC | 20:53 | |
*** guitarzan has quit IRC | 20:53 | |
*** swaT30 has quit IRC | 20:53 | |
*** akshayms_ has quit IRC | 20:53 | |
*** luis_ has quit IRC | 20:53 | |
*** gmoro_ has quit IRC | 20:53 | |
*** Tedster has quit IRC | 20:53 | |
*** maurosr has quit IRC | 20:53 | |
*** lon has quit IRC | 20:53 | |
*** redbo has quit IRC | 20:53 | |
*** jeblair has quit IRC | 20:53 | |
*** CrackerJackMack has quit IRC | 20:53 | |
*** gaelL_ has quit IRC | 20:53 | |
*** Guest59493 is now known as xarg | 20:53 | |
*** xarg is now known as 77CAAKPRH | 20:53 | |
*** xarg_ is now known as xarg | 20:53 | |
*** roz has joined #openstack-dev | 20:53 | |
*** sandeepr has joined #openstack-dev | 20:54 | |
*** gaelL has joined #openstack-dev | 20:54 | |
*** ChanServ has joined #openstack-dev | 20:54 | |
*** sendak.freenode.net sets mode: +o ChanServ | 20:54 | |
*** lorin1 has quit IRC | 20:54 | |
*** akshayms has joined #openstack-dev | 20:55 | |
*** xarg is now known as Guest2888 | 20:55 | |
*** jeblair_ is now known as Guest88510 | 20:55 | |
*** michchap has quit IRC | 20:55 | |
*** Guest88510 is now known as jeblair | 20:55 | |
*** CrackerJackMack has joined #openstack-dev | 20:56 | |
*** jeblair is now known as Guest5565 | 20:56 | |
*** swifterdarrell has joined #openstack-dev | 20:56 | |
*** Guest5565 is now known as jeblair__ | 20:56 | |
*** guitarza1 is now known as guitarzan | 20:57 | |
*** rcrit_ has quit IRC | 20:57 | |
*** cmagina is now known as cmagina-away | 20:57 | |
*** tace has joined #openstack-dev | 20:57 | |
*** cmagina-away is now known as cmagina | 20:57 | |
*** deepu has quit IRC | 20:57 | |
*** sandywalsh_ has joined #openstack-dev | 20:57 | |
*** pabelanger has quit IRC | 20:58 | |
*** dhubbard has joined #openstack-dev | 20:59 | |
*** pabelanger has joined #openstack-dev | 20:59 | |
*** adepti37 has joined #openstack-dev | 21:00 | |
*** yjiang5 has joined #openstack-dev | 21:00 | |
*** Guest49883 has quit IRC | 21:00 | |
*** yjiang51 has quit IRC | 21:00 | |
*** Tedster has joined #openstack-dev | 21:01 | |
*** jasper22_ has quit IRC | 21:01 | |
*** zul has joined #openstack-dev | 21:01 | |
*** gmoro_ has joined #openstack-dev | 21:01 | |
*** toabctl has joined #openstack-dev | 21:01 | |
*** akscram has joined #openstack-dev | 21:01 | |
*** krphop_ is now known as krphop | 21:01 | |
*** lcheng2 has quit IRC | 21:01 | |
*** morazi has joined #openstack-dev | 21:02 | |
*** sarob has joined #openstack-dev | 21:02 | |
*** dkranz has quit IRC | 21:03 | |
*** rfolco has quit IRC | 21:03 | |
*** reed has joined #openstack-dev | 21:03 | |
*** sarob is now known as sarob_ | 21:04 | |
*** colinmcnamara has joined #openstack-dev | 21:04 | |
*** colinmcnamara has quit IRC | 21:05 | |
*** colinmcnamara1 has joined #openstack-dev | 21:05 | |
*** olaph_ has joined #openstack-dev | 21:05 | |
*** hughsaunders_ has joined #openstack-dev | 21:06 | |
*** sdake_ has joined #openstack-dev | 21:06 | |
*** jasper22_ has joined #openstack-dev | 21:06 | |
*** sdake_ has quit IRC | 21:06 | |
*** sdake_ has joined #openstack-dev | 21:06 | |
*** Kiall2 has quit IRC | 21:06 | |
*** Kiall2 has joined #openstack-dev | 21:06 | |
*** cdub_ has joined #openstack-dev | 21:07 | |
*** Kiall2 is now known as Kiall | 21:07 | |
*** xBytez has joined #openstack-dev | 21:07 | |
*** olaph has quit IRC | 21:08 | |
*** hughsaunders has quit IRC | 21:08 | |
*** woodspa has quit IRC | 21:08 | |
*** woodspa has joined #openstack-dev | 21:08 | |
*** cdub has quit IRC | 21:08 | |
*** fabio_ has joined #openstack-dev | 21:08 | |
*** hughsaunders_ is now known as hughsaunders | 21:08 | |
*** fabio has quit IRC | 21:08 | |
*** sarob__ has joined #openstack-dev | 21:10 | |
*** sarob_ is now known as sarob | 21:10 | |
*** anniec has joined #openstack-dev | 21:10 | |
*** jecarey_ has quit IRC | 21:11 | |
*** neelashah1 has joined #openstack-dev | 21:12 | |
*** jbresnah_ has joined #openstack-dev | 21:13 | |
*** woodspa_ has joined #openstack-dev | 21:13 | |
*** LinuxJedi_ has joined #openstack-dev | 21:13 | |
*** jayg is now known as jayg|g0n3 | 21:13 | |
*** redbo has joined #openstack-dev | 21:15 | |
*** Adri2000_ has joined #openstack-dev | 21:16 | |
*** Hien has joined #openstack-dev | 21:17 | |
*** woodspa has quit IRC | 21:17 | |
*** xBytez has quit IRC | 21:17 | |
*** yjiang5 has quit IRC | 21:17 | |
*** CrackerJackMack has quit IRC | 21:17 | |
*** mrda-awa1 has quit IRC | 21:17 | |
*** redbo_ has quit IRC | 21:17 | |
*** LinuxJedi has quit IRC | 21:17 | |
*** prad has quit IRC | 21:17 | |
*** jbresnah has quit IRC | 21:17 | |
*** SergeyLukjanov has quit IRC | 21:17 | |
*** carl_baldwin has quit IRC | 21:17 | |
*** sheeprine has quit IRC | 21:17 | |
*** fbo_away has quit IRC | 21:17 | |
*** neelashah has quit IRC | 21:17 | |
*** david-lyle has quit IRC | 21:17 | |
*** rcleere has quit IRC | 21:17 | |
*** sdague has quit IRC | 21:17 | |
*** radix has quit IRC | 21:17 | |
*** Guest27407 has quit IRC | 21:17 | |
*** Guest42779 has quit IRC | 21:17 | |
*** timello_ has quit IRC | 21:17 | |
*** russellb has quit IRC | 21:17 | |
*** zigo has quit IRC | 21:17 | |
*** vishy has quit IRC | 21:17 | |
*** fcami has quit IRC | 21:17 | |
*** Adri2000 has quit IRC | 21:17 | |
*** adam_g has quit IRC | 21:17 | |
*** RajeshMohan has quit IRC | 21:17 | |
*** troytoman-away has quit IRC | 21:17 | |
*** torgomatic has quit IRC | 21:17 | |
*** jf-jenni has quit IRC | 21:17 | |
*** janisg has quit IRC | 21:17 | |
*** sballe has quit IRC | 21:17 | |
*** jbresnah_ is now known as jbresnah | 21:17 | |
*** RajeshMohan has joined #openstack-dev | 21:17 | |
*** Guest2888 is now known as xarg | 21:17 | |
*** david-lyle has joined #openstack-dev | 21:18 | |
*** xarg is now known as Guest72803 | 21:18 | |
*** adam_g has joined #openstack-dev | 21:18 | |
*** adam_g has joined #openstack-dev | 21:18 | |
*** radix has joined #openstack-dev | 21:19 | |
*** yjiang5 has joined #openstack-dev | 21:20 | |
*** sarob__ has quit IRC | 21:20 | |
*** jeblair__ is now known as corvus | 21:21 | |
*** mrda-away has joined #openstack-dev | 21:21 | |
*** michchap has joined #openstack-dev | 21:22 | |
*** sarob has quit IRC | 21:22 | |
*** sarob has joined #openstack-dev | 21:22 | |
*** xBytez has joined #openstack-dev | 21:23 | |
*** vipul is now known as vipul-away | 21:23 | |
*** russellb has joined #openstack-dev | 21:24 | |
*** sdague has joined #openstack-dev | 21:24 | |
*** sheeprine has joined #openstack-dev | 21:24 | |
*** SergeyLukjanov has joined #openstack-dev | 21:25 | |
*** fabio_ has quit IRC | 21:26 | |
*** carl_baldwin has joined #openstack-dev | 21:26 | |
*** pabelanger has quit IRC | 21:27 | |
*** sarob has quit IRC | 21:27 | |
*** apcruz has quit IRC | 21:27 | |
*** terryh has quit IRC | 21:27 | |
*** CrackerJackMack has joined #openstack-dev | 21:28 | |
*** morganfainberg has joined #openstack-dev | 21:31 | |
*** mlavalle has quit IRC | 21:31 | |
*** corvus is now known as jeblair | 21:32 | |
*** jecarey_ has joined #openstack-dev | 21:32 | |
*** lloydde has joined #openstack-dev | 21:33 | |
*** rcleere has joined #openstack-dev | 21:33 | |
*** jmcbride1 has joined #openstack-dev | 21:33 | |
*** fbo has joined #openstack-dev | 21:34 | |
*** boris-42 has joined #openstack-dev | 21:35 | |
*** neelashah1 has quit IRC | 21:35 | |
*** michchap has quit IRC | 21:35 | |
*** litong has quit IRC | 21:35 | |
*** jmcbride has quit IRC | 21:35 | |
*** janisg has joined #openstack-dev | 21:36 | |
*** torgomatic has joined #openstack-dev | 21:36 | |
*** mlavalle has joined #openstack-dev | 21:36 | |
*** JonnyNomad has joined #openstack-dev | 21:37 | |
*** tzumainn has quit IRC | 21:38 | |
jgriffith | cburgess: https://review.openstack.org/#/c/36562/2 | 21:38 |
*** lbragstad has quit IRC | 21:38 | |
*** fcami has joined #openstack-dev | 21:39 | |
*** vishy has joined #openstack-dev | 21:39 | |
*** troytoman-away has joined #openstack-dev | 21:39 | |
*** rcrit has joined #openstack-dev | 21:39 | |
*** prad has joined #openstack-dev | 21:39 | |
*** timello_ has joined #openstack-dev | 21:39 | |
*** zigo has joined #openstack-dev | 21:39 | |
*** jf-jenni has joined #openstack-dev | 21:39 | |
*** fcami is now known as Guest98597 | 21:40 | |
*** terryh has joined #openstack-dev | 21:41 | |
*** dprince has quit IRC | 21:41 | |
*** mrodden has quit IRC | 21:41 | |
*** sushils has quit IRC | 21:41 | |
*** sushils has joined #openstack-dev | 21:44 | |
*** devoid has quit IRC | 21:45 | |
*** sarob has joined #openstack-dev | 21:45 | |
*** yjiang5 has quit IRC | 21:45 | |
*** devoid1 has joined #openstack-dev | 21:45 | |
*** morazi has quit IRC | 21:46 | |
*** joshuamckenty has joined #openstack-dev | 21:47 | |
*** markmcclain has quit IRC | 21:47 | |
*** dims has joined #openstack-dev | 21:47 | |
*** cliu has quit IRC | 21:48 | |
*** joshuamckenty has quit IRC | 21:48 | |
*** mdenny has joined #openstack-dev | 21:48 | |
*** vipul-away is now known as vipul | 21:49 | |
*** joshuamckenty has joined #openstack-dev | 21:49 | |
*** nachi_ has quit IRC | 21:50 | |
*** markvoelker1 has quit IRC | 21:53 | |
*** devoid1 has quit IRC | 21:53 | |
*** devoid has joined #openstack-dev | 21:54 | |
*** mrodden has joined #openstack-dev | 21:54 | |
*** rkukura has quit IRC | 21:55 | |
*** alexpilotti has quit IRC | 21:55 | |
*** btorch has joined #openstack-dev | 21:56 | |
*** sballe has joined #openstack-dev | 21:56 | |
btorch | what's the reason behind keystone giving a token back on every request even when it's the same user and the token hasn't expired ? | 21:56 |
*** woodspa_ has quit IRC | 21:56 | |
btorch | this can be really bad specially when someone is using swift + keystone | 21:56 |
*** cmagina is now known as cmagina-away | 21:57 | |
*** Chaser has quit IRC | 21:58 | |
*** devoid1 has joined #openstack-dev | 21:59 | |
*** devoid has quit IRC | 21:59 | |
*** joshuamckenty has quit IRC | 22:00 | |
*** jmcbride1 has quit IRC | 22:01 | |
*** mlavalle has left #openstack-dev | 22:01 | |
*** michchap has joined #openstack-dev | 22:03 | |
lifeless | btorch: you should cache locally in that case | 22:03 |
btorch | yeah swiftly does but I don't see swift tool doing that | 22:04 |
*** vipul is now known as vipul-away | 22:04 | |
*** mtreinish has quit IRC | 22:04 | |
btorch | I think in either case this is a bad design cause you don't know how users will do stuff | 22:05 |
*** amohn91 has quit IRC | 22:05 | |
*** joshuamckenty has joined #openstack-dev | 22:06 | |
*** colinmcnamara1 has quit IRC | 22:07 | |
*** rharwood has quit IRC | 22:08 | |
*** vipul-away is now known as vipul | 22:08 | |
*** eglynn has quit IRC | 22:09 | |
gongysh | nickbartos: ping | 22:10 |
*** burt has quit IRC | 22:11 | |
nickbartos | gongysh: I'm here | 22:12 |
*** pabelanger has joined #openstack-dev | 22:15 | |
*** michchap has quit IRC | 22:15 | |
*** nati_ueno has quit IRC | 22:15 | |
*** nati_ueno has joined #openstack-dev | 22:15 | |
*** eharney has quit IRC | 22:16 | |
*** _TheDodd_ has quit IRC | 22:17 | |
*** nachi has joined #openstack-dev | 22:17 | |
*** nachi_ has joined #openstack-dev | 22:17 | |
*** Alexei_987 has left #openstack-dev | 22:18 | |
*** 77CAAKPRH is now known as xarg | 22:18 | |
*** xarg is now known as Guest25861 | 22:19 | |
*** colinmcnamara has joined #openstack-dev | 22:20 | |
*** Guest98597 has quit IRC | 22:20 | |
*** jbresnah has quit IRC | 22:20 | |
*** fcami has joined #openstack-dev | 22:21 | |
*** vipul is now known as vipul-away | 22:21 | |
*** vipul-away is now known as vipul | 22:21 | |
*** Chaser has joined #openstack-dev | 22:21 | |
*** aeperezt has quit IRC | 22:22 | |
*** aeperezt has joined #openstack-dev | 22:22 | |
*** yjiang5 has joined #openstack-dev | 22:23 | |
ayoung | jamielennox, I just postted a working version of your patch, rebased on guangs latests. Have to go eat dinner now. Back in a bit | 22:23 |
*** devoid has joined #openstack-dev | 22:24 | |
*** devoid1 has quit IRC | 22:24 | |
*** olaph_ has quit IRC | 22:24 | |
*** olaph has joined #openstack-dev | 22:24 | |
*** prad has quit IRC | 22:25 | |
openstackgerrit | A change was merged to openstack/nova: Add notifiers to both attach and detach volumes https://review.openstack.org/33093 | 22:29 |
openstackgerrit | A change was merged to openstack/nova: Select disk driver for libvirt+Xen according to the Xen version https://review.openstack.org/32379 | 22:30 |
openstackgerrit | A change was merged to openstack/cinder: Change check-detach to reject more states https://review.openstack.org/36522 | 22:30 |
*** apcruz has joined #openstack-dev | 22:31 | |
*** tjones has quit IRC | 22:31 | |
*** terryh has quit IRC | 22:32 | |
*** andrewbogott is now known as andrewbogott_afk | 22:36 | |
*** tjones has joined #openstack-dev | 22:36 | |
*** vipul is now known as vipul-away | 22:36 | |
*** dhellmann is now known as dhellmann_ | 22:36 | |
*** huats has quit IRC | 22:39 | |
*** michchap has joined #openstack-dev | 22:41 | |
*** dhellmann_ has quit IRC | 22:42 | |
*** sheeprine has quit IRC | 22:43 | |
*** huats has joined #openstack-dev | 22:45 | |
*** galstrom is now known as galstrom_zzz | 22:45 | |
*** vipul-away is now known as vipul | 22:46 | |
*** pmathews has quit IRC | 22:46 | |
*** Ryan_Lane has joined #openstack-dev | 22:47 | |
*** otherwiseguy has quit IRC | 22:50 | |
*** dhellmann has joined #openstack-dev | 22:50 | |
*** alop has joined #openstack-dev | 22:50 | |
*** jimfehlig has quit IRC | 22:51 | |
*** dhellmann is now known as dhellmann_ | 22:51 | |
*** burris has quit IRC | 22:52 | |
*** burris has joined #openstack-dev | 22:52 | |
*** Ryan_Lane has quit IRC | 22:54 | |
*** michchap has quit IRC | 22:55 | |
*** datsun180b has quit IRC | 22:55 | |
*** Farooque has joined #openstack-dev | 23:00 | |
*** michchap has joined #openstack-dev | 23:00 | |
*** Guest25861 is now known as xarg | 23:01 | |
*** xarg is now known as 77CAAKPRH | 23:01 | |
*** Guest72803 is now known as 1JTAAAPIH | 23:01 | |
*** anniec has quit IRC | 23:01 | |
*** 77CAAKPRH is now known as xarg | 23:01 | |
*** egallen has quit IRC | 23:01 | |
*** Farooque has quit IRC | 23:01 | |
*** Ryan_Lane has joined #openstack-dev | 23:01 | |
*** xarg is now known as Guest21737 | 23:01 | |
*** Farooque has joined #openstack-dev | 23:01 | |
*** SergeyLukjanov has quit IRC | 23:02 | |
*** jbresnah has joined #openstack-dev | 23:02 | |
*** Farooque has left #openstack-dev | 23:04 | |
*** redbeard2 has quit IRC | 23:04 | |
*** anniec has joined #openstack-dev | 23:04 | |
*** sheeprine has joined #openstack-dev | 23:04 | |
*** FunnyLookinHat has quit IRC | 23:05 | |
*** nachi has quit IRC | 23:07 | |
*** nachi_ has quit IRC | 23:07 | |
*** kmartin has quit IRC | 23:07 | |
openstackgerrit | A change was merged to openstack/trove-integration: Use python json.loads to parse tenant id. https://review.openstack.org/36576 | 23:12 |
*** pschaef has quit IRC | 23:12 | |
*** hemna is now known as hemnafk | 23:15 | |
*** pixelbeat has joined #openstack-dev | 23:16 | |
*** carl_baldwin has quit IRC | 23:17 | |
*** yjiang5 has quit IRC | 23:19 | |
*** rcleere has quit IRC | 23:21 | |
*** yjiang5 has joined #openstack-dev | 23:21 | |
*** haneef has joined #openstack-dev | 23:22 | |
*** jjmb has joined #openstack-dev | 23:23 | |
*** devoid has quit IRC | 23:27 | |
*** NetworkStatic has joined #openstack-dev | 23:29 | |
*** cmagina-away is now known as cmagina | 23:34 | |
*** tjones has quit IRC | 23:35 | |
*** electrichead has quit IRC | 23:36 | |
*** cmagina is now known as cmagina-away | 23:36 | |
*** colinmcnamara has quit IRC | 23:36 | |
*** xqueralt-afk is now known as xqueralt | 23:38 | |
*** colinmcnamara has joined #openstack-dev | 23:38 | |
*** gyee has quit IRC | 23:39 | |
*** nati_ueno has quit IRC | 23:39 | |
*** nati_ueno has joined #openstack-dev | 23:40 | |
*** winston-d has joined #openstack-dev | 23:41 | |
*** winston-d has left #openstack-dev | 23:41 | |
*** _0x44 has quit IRC | 23:41 | |
*** xqueralt is now known as xqueralt-afk | 23:41 | |
*** xqueralt-afk is now known as xqueralt | 23:41 | |
*** rwsu is now known as rwsu-away | 23:41 | |
*** joshuamckenty has quit IRC | 23:43 | |
*** READ10 has quit IRC | 23:43 | |
*** garyTh has quit IRC | 23:44 | |
*** olaph has quit IRC | 23:46 | |
*** olaph has joined #openstack-dev | 23:46 | |
*** lloydde has quit IRC | 23:47 | |
*** nachi_ has joined #openstack-dev | 23:54 | |
*** nachi has joined #openstack-dev | 23:54 | |
*** david-lyle has quit IRC | 23:55 | |
*** stevemar has joined #openstack-dev | 23:55 | |
*** cmark has joined #openstack-dev | 23:55 | |
*** xqueralt is now known as xqueralt-afk | 23:56 | |
*** anniec has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!