Tuesday, 2015-01-13

openstackgerritOpenStack Proposal Bot proposed openstack/python-barbicanclient: Updated from global requirements  https://review.openstack.org/14670600:15
*** david-lyle has joined #openstack-barbican00:24
*** chlong has quit IRC00:35
*** david-lyle has quit IRC00:46
*** lisaclark1 has joined #openstack-barbican00:49
*** lisaclark1 has quit IRC00:50
*** david-lyle has joined #openstack-barbican00:51
*** gyee has quit IRC00:55
*** kgriffs is now known as kgriffs|afk00:55
*** david-lyle has quit IRC01:04
*** jkf has quit IRC01:13
*** chlong has joined #openstack-barbican01:25
*** kebray has quit IRC01:31
*** ryanpetrello has quit IRC01:35
*** david-lyle has joined #openstack-barbican01:37
*** SheenaG1 has quit IRC01:50
*** bdpayne has quit IRC01:51
*** david-lyle has quit IRC01:52
*** kgriffs|afk is now known as kgriffs02:05
*** ryanpetrello has joined #openstack-barbican02:07
*** kgriffs is now known as kgriffs|afk02:15
*** zz_dimtruck is now known as dimtruck02:29
*** crc32 has quit IRC02:42
*** david-lyle has joined #openstack-barbican02:55
*** bdpayne has joined #openstack-barbican03:09
*** bdpayne has quit IRC03:23
*** bdpayne has joined #openstack-barbican04:10
*** bdpayne has quit IRC04:10
*** david-lyle has quit IRC04:20
*** ryanpetrello has quit IRC04:22
*** bdpayne has joined #openstack-barbican04:38
*** ayoung has quit IRC04:49
*** Nirupama has joined #openstack-barbican05:22
*** dimtruck is now known as zz_dimtruck05:31
*** zz_dimtruck is now known as dimtruck05:34
*** dimtruck is now known as zz_dimtruck05:38
*** woodster_ has quit IRC06:30
*** bdpayne has quit IRC06:49
*** ryanpetrello has joined #openstack-barbican06:52
*** tkelsey has joined #openstack-barbican07:10
*** ryanpetrello has quit IRC07:17
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Fix usage of keystone v3  https://review.openstack.org/14332907:46
*** Nirupama has quit IRC07:55
*** Nirupama has joined #openstack-barbican08:07
*** chlong has quit IRC08:09
*** nkarandi has joined #openstack-barbican08:13
*** Nirupama has quit IRC08:17
*** nkarandi is now known as Nirupama09:51
*** ryanpetrello has joined #openstack-barbican10:41
*** ryanpetrello has quit IRC10:45
*** dstufft has quit IRC11:05
*** dstufft has joined #openstack-barbican11:10
*** chlong has joined #openstack-barbican11:33
*** jamielennox is now known as jamielennox|away11:43
*** dstufft has quit IRC12:25
*** dstufft has joined #openstack-barbican12:26
*** ryanpetrello has joined #openstack-barbican12:27
*** SheenaG1 has joined #openstack-barbican12:33
*** ryanpetrello has quit IRC12:41
*** woodster_ has joined #openstack-barbican12:46
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Fix UnicodeDecodeError's in the functional tests  https://review.openstack.org/14684512:59
*** jaosorior has joined #openstack-barbican13:00
openstackgerritTim Kelsey proposed openstack/barbican: Adding client certificates to connection credentials  https://review.openstack.org/13521713:07
*** ryanpetrello has joined #openstack-barbican13:08
*** Nirupama has quit IRC13:15
*** dstufft has quit IRC13:19
*** dstufft has joined #openstack-barbican13:20
jaosoriortkesley: ping13:22
jaosorior* tkelsey13:23
*** dstufft has quit IRC13:23
*** dstufft has joined #openstack-barbican13:24
tkelseyhello jaosorior, how can i help13:24
*** darrenmoffat has quit IRC13:24
*** darrenmoffat has joined #openstack-barbican13:25
jaosorioraaah, nevermind, put the comments in your CR13:26
tkelseyjaosorior: ah ok thanks, will check13:26
*** alee has quit IRC13:29
*** chlong has quit IRC13:30
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Return the actual name value for entities  https://review.openstack.org/14549513:32
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Fix UnicodeDecodeError's in the functional tests  https://review.openstack.org/14684513:32
openstackgerritTim Kelsey proposed openstack/barbican: Adding client certificates to connection credentials  https://review.openstack.org/13521714:10
tkelseyjaosorior: updated14:12
reaperhulktkelsey: is there any reason we couldn't add an actual file fixture with the required permissions into our tests and have the test stat that?14:14
reaperhulk(and do you happen to know what would happen if we ran such a test on windows?)14:14
tkelseyreaperhulk: Im not sure what would happen on windows, in the meeting yesterday it seemed that a POSIX requirement was OK though14:15
reaperhulkI'm not sure I'm super happy about that but a bunch of other openstack projects do have implicit posix dependence14:16
reaperhulkso I'll drop that for now ;)14:16
tkelseyhehe fair enough :)14:17
reaperhulkgit supports tracking of files with permissions so you could potentially create a file with the permissions you want, add it to git, and then stat that file in your tests14:18
reaperhulkThen no need to patch/mock anything14:18
tkelseyI would prefer to avoid touching files like that in tests tbh, just seems a bit messy when the mock will prove out the logic14:19
*** openstackgerrit has quit IRC14:22
*** openstackgerrit has joined #openstack-barbican14:23
*** ayoung has joined #openstack-barbican14:29
*** SheenaG1 has quit IRC14:33
*** alee has joined #openstack-barbican14:42
*** ametts has joined #openstack-barbican14:48
*** nkinder has joined #openstack-barbican14:49
*** kgriffs|afk is now known as kgriffs14:55
*** dstufft has quit IRC15:00
*** ccuppel_ has joined #openstack-barbican15:00
*** dstufft has joined #openstack-barbican15:01
woodster_tkelsey: reaperhulk a concern I have is ensuring folks can run Barbican locally out of the box, and easily develop locally with specific plugins enabled. So any logic that is specific to an OS  seems counter to that15:02
tkelseysure, I get that, hummm I'm not that attached to these checks, if it make it easier for the patch to land then I can just drop them15:04
ccuppel_Beginners question #1. We use oauth2 tokens to authenticate our services. Can such a token also authenticate barbican service? I don't know what keystone is or how that relates to our use of Oauth2.15:06
reaperhulktkelsey: I think there's potential value in the checks but we could probably do a better job discussing them in a separate patch15:07
tkelseyreaperhulk: sure, that makes sense, I'll put up a second patch with the tests15:07
*** zz_dimtruck is now known as dimtruck15:09
ccuppel_(Or is it something we could reasonably hack in ourselves)15:10
*** kebray has joined #openstack-barbican15:15
*** kebray has quit IRC15:15
jaosoriortkelsey: To me the updated CR looks OK. Will score as soon as it passes the tests15:16
jaosorioryet, regarding the POSIX thing. I am quite keen of checking these kind of things, even if it adds POSIX dependency. Unless someone comes with a requirement that this needs to run on Windows, I see no problem in not supporting it.15:17
tkelseyjaosorior: I do prefer to check, but if I split the patch then its somthing that can be talk over specifically15:18
tkelseyI would also quite like this cert work to land lol15:18
jaosorioralright15:18
jaosoriorthen let the CR be split15:18
jaosorioradd a TODO or a note where the checks would usually go15:19
tkelseysure, will do15:19
jaosoriordaaaamn the gate is sloooow15:19
*** kebray has joined #openstack-barbican15:19
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Return the actual name value for entities  https://review.openstack.org/14549515:23
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Fix UnicodeDecodeError's in the functional tests  https://review.openstack.org/14684515:23
*** paul_glass has joined #openstack-barbican15:28
*** paul_glass has quit IRC15:29
*** paul_glass has joined #openstack-barbican15:30
*** rellerreller has joined #openstack-barbican15:30
ccuppel_I have a couple of starter barbican questions, which I have not been able to answer. They relate to oauth2 and desired redundant encryption by the local agent of keys stored in a remote barbican service. Any advice for directing or reformulating these questions would be appreciated. Thanks15:31
*** kgriffs has quit IRC15:40
*** kgriffs has joined #openstack-barbican15:42
openstackgerritTim Kelsey proposed openstack/barbican: Adding client certificates to connection credentials  https://review.openstack.org/13521715:45
openstackgerritTim Kelsey proposed openstack/barbican: Adding client certificates to connection credentials  https://review.openstack.org/13521715:48
openstackgerritTim Kelsey proposed openstack/barbican: Adding client certificates to connection credentials  https://review.openstack.org/13521715:51
*** ccuppel_ has quit IRC15:55
openstackgerritTim Kelsey proposed openstack/barbican: Checking the certificate file has reasonable permissions  https://review.openstack.org/14690615:55
*** SheenaG1 has joined #openstack-barbican16:11
*** SheenaG1 has left #openstack-barbican16:14
*** ryanpetrello has quit IRC16:26
*** paul_glass has quit IRC16:31
*** paul_glass has joined #openstack-barbican16:33
rm_workhey rellerreller16:42
rellerrellerWhat's up?16:43
rellerrellerrm_work what's up16:44
rm_workah16:45
rm_workre: email16:45
rm_workmy plans are basically to merge in what I already have in Octavia, with some tweaks, right on top of the Cinder stuff (which has been my plan from day 1)16:45
rm_workhttps://github.com/stackforge/octavia/tree/master/octavia/certificates16:46
rellerrellerHow does that differ from the KeyManager interface that exists today?16:46
rm_workthat whole tree16:46
rm_workKeyManager handles Secrets16:46
rm_workmy stuff handles Containers16:46
rm_workand specifically for Certs16:46
rm_workmy vision is that some code can be shared, so some extent (common), but we should have specific interfaces for specific things (Container Types)16:47
rm_work(as opposed to one generic container interface)16:47
rm_work*to some extent16:48
rellerrellerOK, I just looked through the code.16:48
rm_workthat was quick :P16:48
rellerrellerI'm sure we will have some overlap with primitive object types16:48
rm_workyes16:49
rellerrellerBut like you said we are developing two different interfaces16:49
rm_worksome of the code is almost a literal copy/paste from the cinder code16:49
rm_workI even left some JHU copyright16:49
rm_worklol16:49
rm_workyeah, which is why it should just nestle right in next to the other code16:49
rm_workwith only minor tweaks to make them more consistent (re: naming, classpath/physical organization of files)16:50
rellerrellerI guess one thing I was thinking about was having the KeyManager interface store certificates as well16:50
rm_workIE, KeyManager.store_certificate() ?16:51
rellerrellerThat is where I see some overlap. I was envisioning the KeyManager storing different types of keys (symmetric, asymmetric, certificates, etc), like the KMIP spec defines.16:51
rm_workbasically just merge the interfaces instead of have them separate?16:51
rm_workerr16:51
rm_workwell, a "certificate" isn't a type of key16:51
rellerrellerI know16:52
rm_work<_<16:52
rellerrellerI modeled it mostly after the KMIP spec, which is why certificates fall into that category16:52
rm_workhmm16:52
rm_workI could try to fork the repo and put stuff together kind of how i see it, and we could look at that, and decide if that looks right16:53
rellerrellerI think it would be worth a discussion with the group to see how we want to proceed16:53
rm_workbecause like i said, i have had this eventual merge in my head since the first line i wrote16:54
rm_workso it should be quick to do16:54
rellerrellerI'm not totally opposed to having two different interfaces; it's just not what I was thinking. It's just different, and I need some time to think about it. I could easily be convinced that it is the way to go.16:55
rm_workk16:56
rm_workwhen it's an interface, I worry about having it be too broad16:56
rm_workbecause we want them to be quick/simple to implement16:56
rm_workand should be separating logical groupings of stuff16:56
rm_workso they can be done in different ways16:56
rm_worksee how I separated CertManager from CertGenerator16:57
rm_workI could have had them in one interface, but it turns out they can be used in different combinations16:57
rellerrellerYes, that is a valid point. We also do not want key managers to not support all of the methods, and have method not supported excpetions be common16:58
rm_workright16:58
rm_workI like concise, specific, simple interfaces16:59
rm_workminimal and single-purpose, like the UNIX philosophy16:59
rellerrellerOn the other hand store, get, and delete cert are very similar to store, get, and delete key. Simply passing in a key type would be easy.17:00
rellerrellerWe may not want a password manager, symmetric key manager, certificate manager, IV manager17:01
rm_workyeah17:01
rm_workthough for single-secret it's not actually as complicated17:01
rm_workyou can just return a string, essentially17:01
rm_workthe reason it matters more for containers is because I can return a typed class17:02
rm_workbecause containers are completely variable17:02
rm_workfor typed-single-secret, you can pass in the type and either return a string or raise a "wrong type" exception17:03
*** jamielennox|away is now known as jamielennox17:03
rm_workalso there may in the future be more complicated utility functions built into the container classes17:07
rm_worklike optional certificate validation / parsing17:07
rm_workala: https://review.openstack.org/#/c/145092/17:08
*** gyee has joined #openstack-barbican17:21
*** ryanpetrello has joined #openstack-barbican17:24
redrobotccuppel_ you still around?17:34
rm_workrellerreller: ^^17:35
*** ryanpetrello_ has joined #openstack-barbican17:37
*** ryanpetrello has quit IRC17:37
*** ryanpetrello_ is now known as ryanpetrello17:37
*** SheenaG1 has joined #openstack-barbican17:40
*** jfritcher has joined #openstack-barbican17:45
*** jfritcher has quit IRC17:46
*** ryanpetrello has quit IRC17:47
*** jkf has joined #openstack-barbican17:48
*** jkf has quit IRC18:00
*** kgriffs is now known as kgriffs|afk18:00
*** SheenaG1 has quit IRC18:03
*** kebray has quit IRC18:05
rellerrellerrm_work I had to run to another meeting. Sorry about that.18:06
rm_worknp18:06
rm_worki am about to afk for a moment tho18:06
rellerrellerThat's ok. I can't really spend more time on this at the moment.18:07
rm_workk18:07
*** tkelsey has quit IRC18:07
rellerrellerI think we probably won't figure this out until the mid-cycle. It really needs a lot of discussion that is difficult over irc.18:07
*** paul_glass has quit IRC18:11
*** kebray has joined #openstack-barbican18:31
rm_workyeah np… in the meantime i'll do a fork and a mockup of what i think it'll look like18:36
rm_workand by mockup, i mean, i'll do the work18:36
rm_work:P18:36
*** jkf has joined #openstack-barbican18:39
*** kebray has quit IRC18:46
*** kgriffs|afk is now known as kgriffs18:48
*** paul_glass has joined #openstack-barbican18:49
*** kebray has joined #openstack-barbican18:57
*** jkf has quit IRC19:03
aleewoodster_, ping19:21
*** crc32 has joined #openstack-barbican19:27
*** kebray has quit IRC19:32
woodster_alee, hello19:39
aleewoodster_, hey -- I',m working on some code for the "Identifying CAs" blueprint.19:39
woodster_rellerreller, do you mean wait until mid cycle to make final decisions on castellan? I'd prefer not do that if possible19:39
woodster_alee, nice19:39
aleeits model/ database code  -- so I'd like you to take a quick look and see if what I have makes sense.19:40
aleewoodster_, let me pastebin something up ..19:40
*** jkf has joined #openstack-barbican19:40
woodster_alee, sounds good19:42
aleewoodster_, http://fpaste.org/169217/42117808/19:42
aleewoodster_,  this is model code for the new tables ..19:42
aleewoodster_, its based on the other ones but there are some differences ..19:43
aleeand I'm not sure I understand all the sqlalchemy stuff19:43
aleewoodster_, you might want to refer to https://review.openstack.org/#/c/129048/6/specs/kilo/identify-cas.rst,cm19:44
*** gyee has quit IRC19:56
*** SheenaG1 has joined #openstack-barbican19:57
woodster_alee, looks good...line #15 should refer back to the parent class (CertificateAuthority, so call it 'ca'. Lines #22/#84/#124/#165 should use i18n (so the u._("....") format). Better to pop off dict items so that line #39 isn't required (so don't have to worry about more specific field lines being added/removed in the future before that generic key/value19:57
woodster_loop).19:57
*** ametts has quit IRC19:57
woodster_alee, yeah the key/value stuff in sqlalchemy is a bit odd...you get a key/wrapped-value sort of thing out of it19:58
aleewoodster_, fixing ..20:00
rellerrellerwoodster_ Yes, I was saying wait to make final decision on Castellan until mid-cycle.20:00
*** SheenaG11 has joined #openstack-barbican20:01
rellerrellerIt seems like a big decision to define the interface. I would hate to define it one way, push it out, and then change it. This will be the main entry point for the other projects to interface with Barbican, so it seems we should choose a stable API.20:02
*** paul_glass has quit IRC20:02
*** SheenaG1 has quit IRC20:03
woodster_rellerreller, rm_work, my concern is with delaying integration with other projects in Kilo for another month...by that time we'll only have a 2/3 weeks until M3 I think, so that may not be enough time to land things20:05
rm_workyeah, i agree20:06
rm_workwe'll be up against the wall20:06
rm_worki'm just saying i'll give it a shot in the next day or two and see what you think20:06
aleerellerreller, woodster_ I think waiting till midcycle to make final decisions seems reasonable.  Thats not to say we cannot add code and get something in there now.  But that we should probably spend a good deal of time face to face at the midcycle and iron stuff out.20:06
aleebut I'm all for rm_work putting something up and seeing what sticks20:07
rellerrelleralee woodster_ rm_work I agree with alee. The interfaces are not that far off. I feel like a lot of progress could be made in the meantime. Then it is a matter of shoehorning into defined interface.20:08
rm_workyeah just need a starting point to begin discussion20:08
aleerm_work, yup -- that could be a spec -- or better yet -- code20:09
* rm_work votes code20:09
*** kebray has joined #openstack-barbican20:10
*** kebray has quit IRC20:12
*** david-lyle has joined #openstack-barbican20:16
aleewoodster_, so I wrote the following test ..20:16
*** kebray has joined #openstack-barbican20:17
*** kebray has quit IRC20:17
aleehttp://fpaste.org/169235/14211802/20:17
aleewoodster_, ^^20:17
aleeand ran into this error ..20:17
alee File "/home/alee/barbican/barbican/barbican/model/models.py", line 736, in __init__20:18
alee    self.ca_meta.append(meta)20:18
aleeAttributeError: 'MappedCollection' object has no attribute 'append'20:18
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Return the actual name value for entities  https://review.openstack.org/14549520:19
*** mikedillion has joined #openstack-barbican20:20
jaosoriorfinally O_O...20:24
jaosoriorAnybody wants to check this one out? https://review.openstack.org/#/c/144743/ it only needs a workflow :D20:24
*** kebray has joined #openstack-barbican20:25
woodster_alee: in a meeting for a bit20:25
aleewoodster_, ok thanks - let me know if you get a chance to look at it20:27
aleejaosorior, looks like it has 3 +2's -- I'll workflow it ..20:27
jaosorioryay :D20:28
aleejaosorior, rm_work you understand how to do the sqlalchemy/ model code?20:29
rm_worksomewhat yes20:29
jaosoriorditto20:29
jaosoriorwhat's up?20:29
aleerm_work, jaosorior - maybe you can tell me how to do this ..20:30
aleeso -- I have written the following code ..20:30
jaosoriorbring it20:30
rm_worklet's do this20:30
jaosorioryou can also start uploading to gerrit and set it as work in progress20:30
jaosorior...so I can read your code in vim :P20:31
rm_work…so I can read your code in pycharm :P20:31
aleehttp://fpaste.org/169243/11810851/20:32
*** jhfeng has joined #openstack-barbican20:32
aleejaosorior, rm_work we can do that if there isn't something obvious ..20:33
aleerm_work, ^^20:33
rm_workyeah I am just giving you a hard time :P20:33
aleeso it has code for model, test for model, and result ..20:33
aleeI'm trying to figure out what the right code is for line 4020:34
rm_workyeah i was looking into that already actually20:34
rm_workthe MappedCollection thing20:34
aleeI took that line from a similar line in Containers -- where we store the ContainerSecrets20:35
aleebut I have no idea how that line works ..20:35
rm_workerr20:36
*** mikedillion has quit IRC20:36
rm_workloading this up in pycharm20:36
rm_worksec20:36
jaosorior...reading...20:37
jaosorioruhm... it's not necessarily like that20:40
jaosoriorthing i20:40
jaosorioris20:40
jaosoriorfor ContainerSecrets there is a back reference specified20:40
jaosoriorwhich is then accessed from Container20:40
jaosoriorwhich would be the same case for what you're doing20:41
jaosoriorso the ca_meta would need to be a back reference defined here CertificateAuthorityMetadatum20:41
jaosoriorand accessed from CertificateAuthority20:41
rm_workyeah, you've defined it explicitly, it looks like?20:42
rm_workerr20:42
rm_workexcept you also changed the type to mapped_collection20:42
jhfengI'm using Barbican quick start Guide to install a local Barbican. It 's saying install python 2.7.5.  Does that mean current barbican code only work on 2.7.5 and up ?20:42
rm_workI don't know what that does, but i'm still looking20:42
rm_workjhfeng: i think technically it worked with 2.6 but openstack removed the 2.6 gates, so i don't know anymore20:43
openstackgerritMerged openstack/barbican: Adding client certificates to connection credentials  https://review.openstack.org/13521720:43
jaosoriorjhfeng: Barbican still doesn't support 3.X20:43
rm_workjhfeng: I have had problems with some specific versions though, it says 2.7.5 to be consistent so if people have problems we can more easily help them20:43
rm_workI think I run it on 2.7.820:43
openstackgerritMerged openstack/barbican: Make default action return 405 in the controllers  https://review.openstack.org/14474320:44
jaosoriorit should work just fine in python 2.7.X20:44
rm_workI had issues with pyca on 2.7.9 >_>20:45
rm_workbut that might be fixed by now20:45
jhfengthanks20:45
aleejaosorior, rm_work so -- I need to define ca_meta in CertificateAuthorityMetadatum, and not in CertificateAuthority then?20:45
rm_workerr20:45
rm_worknot necessarily, i think it might be the mapped_collection thing20:46
jaosoriorIf I understood correctly what you're trying to do, that would be a usual way to do it. Yet, I actually don't fully understand the mapped_collection thingy20:46
aleejaosorior, rm_work well the mapped collection thingy was me just doing what secret and secret metadata does ..20:47
rm_workhmm20:47
aleerm_work, jaosorior -- I freely admit here that I have no idea exactly what I'm doing ..20:47
jaosoriorI gotta go quite soon though (almost 11pm here), so if you don't figure it out in the next 10 hours. You could upload it to gerrit as work in progress and I can help out tomorrow20:47
aleejaosorior, egads that is late :/20:48
aleejaosorior, let me try what you suggested .. and do it the same way as container and container secrets20:49
jaosoriorsure20:49
rm_workyeah possibly you can only set an attribute that way when it's via backref?20:49
jaosorioreither way, I can continue that part tomorrow if you need, no biggie20:49
rm_workI am not familiar with that data type20:49
aleeor it could be the mapped collection thing -- there is also some kind of relationship with containers and consumers20:50
aleewhich does it a different way20:50
rm_workyeah, that is the one I did20:50
rm_worktrying to find good examples for using the mapped_collections and I am at a loss20:52
aleerm_work, jaosorior -- well I tried just removing the line about mapped_collections and now that error seems to have gone away ..20:54
rm_worklol20:54
rm_workdoes it… "work" though?20:55
rm_worknote that i didn't use it for consumers...20:55
aleetest is not yet passing, but trying to figure out why ..20:55
aleerm_work, ah - good to know ..20:55
rm_workof course mine is one-way20:56
rm_workconsumers = sa.orm.relationship("ContainerConsumerMetadatum")20:56
rm_workno backref20:56
*** jhfeng has quit IRC20:57
*** jkf has quit IRC21:01
aleerm_work, jaosorior - well it did not work -- and the error is illuminating --     self.assertEqual(ca.ca_meta['name'], self.parsed_ca['name'])21:02
aleeTypeError: list indices must be integers, not str21:02
rm_workright21:03
aleeappend is useful for lists of course ..21:03
rm_workit's a map21:03
rm_worknot a list21:03
rm_worki think normally you only use append via a backref21:03
rm_workbecause then it "knows" what the index is21:03
aleeok - let me try the way jaosorior suggested ..21:04
aleeoops meeting ..21:04
*** nkinder has quit IRC21:04
*** paul_glass has joined #openstack-barbican21:05
*** jkf has joined #openstack-barbican21:05
*** david-ly_ has joined #openstack-barbican21:07
*** david-lyle has quit IRC21:09
*** david-ly_ has quit IRC21:12
*** nkinder has joined #openstack-barbican21:17
*** SheenaG11 has quit IRC21:29
*** alee has quit IRC21:32
*** darrenmoffat has quit IRC21:32
*** jorge_munoz has quit IRC21:32
*** alpha_ori has quit IRC21:32
*** reaperhulk has quit IRC21:32
*** paul_glass has quit IRC21:33
*** crc32 has quit IRC21:33
*** reaperhulk has joined #openstack-barbican21:34
*** alpha_ori has joined #openstack-barbican21:34
*** jorge_munoz has joined #openstack-barbican21:34
*** darrenmoffat has joined #openstack-barbican21:34
*** alee has joined #openstack-barbican21:34
*** paul_glass has joined #openstack-barbican21:34
*** crc32 has joined #openstack-barbican21:34
*** kebray has quit IRC21:36
*** ayoung has quit IRC21:36
*** dstanek has quit IRC21:36
*** kebray has joined #openstack-barbican21:37
*** ayoung has joined #openstack-barbican21:37
*** dstanek has joined #openstack-barbican21:37
*** jaosorior has quit IRC21:38
*** samueldmq has quit IRC21:38
*** redrobot has quit IRC21:38
*** kgriffs is now known as kgriffs|afk21:39
*** kebray has quit IRC21:40
*** samueldmq has joined #openstack-barbican21:40
*** redrobot has joined #openstack-barbican21:40
*** redrobot is now known as Guest8086121:41
*** david-lyle has joined #openstack-barbican21:41
*** Guest80861 is now known as redrobot21:42
woodster_alee, are you there?21:42
*** dstufft has quit IRC21:44
*** openstackgerrit has quit IRC21:44
*** erw has quit IRC21:44
*** nkinder has quit IRC21:44
*** greghaynes has quit IRC21:44
*** toabctl has quit IRC21:44
*** samueldmq has quit IRC21:44
*** ayoung has quit IRC21:45
*** dstanek has quit IRC21:45
*** david-lyle has quit IRC21:45
*** alee has quit IRC21:45
*** darrenmoffat has quit IRC21:45
*** jorge_munoz has quit IRC21:45
*** alpha_ori has quit IRC21:45
*** reaperhulk has quit IRC21:45
*** paul_glass has quit IRC21:45
*** crc32 has quit IRC21:45
*** kgriffs|afk has quit IRC21:45
*** woodster_ has quit IRC21:46
*** rm_you has quit IRC21:46
*** rm_work has quit IRC21:46
*** jraim has quit IRC21:46
*** russell_h has quit IRC21:46
*** lbragstad has quit IRC21:46
*** tdink has quit IRC21:46
*** dimtruck has quit IRC21:46
*** anteaya has quit IRC21:46
*** codekobe has quit IRC21:46
*** jillysciarilly has quit IRC21:46
*** dougwig has quit IRC21:46
*** chellygel has quit IRC21:46
*** lisaclark has quit IRC21:46
*** d0ugal has quit IRC21:46
*** mordred has quit IRC21:46
*** insequent has quit IRC21:46
*** hockeynut has quit IRC21:46
*** morganfainberg has quit IRC21:46
*** redrobot has quit IRC21:46
*** elmiko has quit IRC21:46
*** openstack has joined #openstack-barbican21:47
*** jkf has quit IRC21:50
*** jaosorior has joined #openstack-barbican21:51
*** david-lyle has joined #openstack-barbican21:51
*** redrobot has joined #openstack-barbican21:51
*** samueldmq has joined #openstack-barbican21:51
*** dstanek has joined #openstack-barbican21:51
*** ayoung has joined #openstack-barbican21:51
*** crc32 has joined #openstack-barbican21:51
*** paul_glass has joined #openstack-barbican21:51
*** alee has joined #openstack-barbican21:51
*** darrenmoffat has joined #openstack-barbican21:51
*** jorge_munoz has joined #openstack-barbican21:51
*** alpha_ori has joined #openstack-barbican21:51
*** reaperhulk has joined #openstack-barbican21:51
*** nkinder has joined #openstack-barbican21:51
*** kgriffs|afk has joined #openstack-barbican21:51
*** rellerreller has joined #openstack-barbican21:51
*** woodster_ has joined #openstack-barbican21:51
*** rm_you has joined #openstack-barbican21:51
*** russell_h has joined #openstack-barbican21:51
*** dimtruck has joined #openstack-barbican21:51
*** rm_work has joined #openstack-barbican21:51
*** jraim has joined #openstack-barbican21:51
*** lbragstad has joined #openstack-barbican21:51
*** tdink has joined #openstack-barbican21:51
*** elmiko has joined #openstack-barbican21:51
*** greghaynes has joined #openstack-barbican21:51
*** anteaya has joined #openstack-barbican21:51
*** codekobe has joined #openstack-barbican21:51
*** jillysciarilly has joined #openstack-barbican21:51
*** dougwig has joined #openstack-barbican21:51
*** toabctl has joined #openstack-barbican21:51
*** chellygel has joined #openstack-barbican21:51
*** lisaclark has joined #openstack-barbican21:51
*** d0ugal has joined #openstack-barbican21:51
*** mordred has joined #openstack-barbican21:51
*** insequent has joined #openstack-barbican21:51
*** hockeynut has joined #openstack-barbican21:51
*** morganfainberg has joined #openstack-barbican21:51
*** david-lyle has quit IRC21:51
*** david-lyle has joined #openstack-barbican21:51
*** jaosorior has quit IRC21:51
*** jaosorior has joined #openstack-barbican21:51
*** jkf has joined #openstack-barbican21:51
*** dstufft_ has joined #openstack-barbican21:53
*** kgriffs|afk has quit IRC21:53
*** woodster_ has quit IRC21:53
*** rm_you has quit IRC21:53
*** rm_work has quit IRC21:53
*** jraim has quit IRC21:53
*** russell_h has quit IRC21:53
*** lbragstad has quit IRC21:53
*** tdink has quit IRC21:53
*** dimtruck has quit IRC21:53
*** anteaya has quit IRC21:53
*** kgriffs|afk has joined #openstack-barbican21:53
*** woodster_ has joined #openstack-barbican21:53
*** rm_you has joined #openstack-barbican21:53
*** russell_h has joined #openstack-barbican21:53
*** dimtruck has joined #openstack-barbican21:53
*** rm_work has joined #openstack-barbican21:53
*** jraim has joined #openstack-barbican21:53
*** lbragstad has joined #openstack-barbican21:53
*** tdink has joined #openstack-barbican21:53
*** anteaya has joined #openstack-barbican21:53
*** codekobe has quit IRC21:54
*** jillysciarilly has quit IRC21:54
*** dougwig has quit IRC21:54
*** chellygel has quit IRC21:54
*** lisaclark has quit IRC21:54
*** d0ugal has quit IRC21:54
*** mordred has quit IRC21:54
*** insequent has quit IRC21:54
*** hockeynut has quit IRC21:54
*** morganfainberg has quit IRC21:54
*** dstufft has joined #openstack-barbican21:54
*** openstackgerrit has joined #openstack-barbican21:54
*** erw has joined #openstack-barbican21:54
*** codekobe has joined #openstack-barbican21:54
*** jillysciarilly has joined #openstack-barbican21:54
*** dougwig has joined #openstack-barbican21:54
*** chellygel has joined #openstack-barbican21:54
*** lisaclark has joined #openstack-barbican21:54
*** d0ugal has joined #openstack-barbican21:54
*** mordred has joined #openstack-barbican21:54
*** insequent has joined #openstack-barbican21:54
*** hockeynut has joined #openstack-barbican21:54
*** morganfainberg has joined #openstack-barbican21:54
*** redrobot has quit IRC21:54
*** elmiko has quit IRC21:55
*** dstufft has quit IRC21:55
*** erw has quit IRC21:55
*** dstufft_ is now known as dstufft21:55
*** redrobot has joined #openstack-barbican21:57
*** rellerreller has quit IRC21:57
*** rellerreller has joined #openstack-barbican21:57
*** redrobot is now known as Guest821021:57
*** kgriffs|afk is now known as kgriffs21:58
*** erw has joined #openstack-barbican21:59
*** elmiko has joined #openstack-barbican21:59
*** kgriffs is now known as kgriffs|afk22:00
*** paul_glass has quit IRC22:02
*** david-lyle has quit IRC22:02
*** nkinder has quit IRC22:02
*** greghaynes has quit IRC22:02
*** toabctl has quit IRC22:02
*** elmiko has quit IRC22:02
*** rellerreller has quit IRC22:02
*** codekobe has quit IRC22:02
*** jillysciarilly has quit IRC22:02
*** dougwig has quit IRC22:02
*** chellygel has quit IRC22:02
*** lisaclark has quit IRC22:02
*** d0ugal has quit IRC22:03
*** mordred has quit IRC22:03
*** insequent has quit IRC22:03
*** hockeynut has quit IRC22:03
*** morganfainberg has quit IRC22:03
*** kgriffs|afk has quit IRC22:03
*** woodster_ has quit IRC22:03
*** rm_you has quit IRC22:03
*** russell_h has quit IRC22:03
*** lbragstad has quit IRC22:03
*** tdink has quit IRC22:03
*** rm_work has quit IRC22:03
*** jraim has quit IRC22:03
*** dimtruck has quit IRC22:03
*** anteaya has quit IRC22:03
*** openstackgerrit has quit IRC22:03
*** Guest8210 has quit IRC22:03
*** dstufft has quit IRC22:03
*** samueldmq has quit IRC22:04
*** ayoung has quit IRC22:04
*** dstanek has quit IRC22:04
*** jkf has quit IRC22:04
*** alee has quit IRC22:04
*** darrenmoffat has quit IRC22:04
*** erw has quit IRC22:05
*** jorge_munoz has quit IRC22:05
*** alpha_ori has quit IRC22:05
*** reaperhulk has quit IRC22:05
*** jaosorior has quit IRC22:05
*** crc32 has quit IRC22:05
*** SheenaG1 has joined #openstack-barbican22:06
*** elmiko has joined #openstack-barbican22:06
*** erw has joined #openstack-barbican22:06
*** rellerreller has joined #openstack-barbican22:06
*** Guest8210 has joined #openstack-barbican22:06
*** morganfainberg has joined #openstack-barbican22:06
*** hockeynut has joined #openstack-barbican22:06
*** insequent has joined #openstack-barbican22:06
*** mordred has joined #openstack-barbican22:06
*** d0ugal has joined #openstack-barbican22:06
*** lisaclark has joined #openstack-barbican22:06
*** chellygel has joined #openstack-barbican22:06
*** dougwig has joined #openstack-barbican22:06
*** jillysciarilly has joined #openstack-barbican22:06
*** codekobe has joined #openstack-barbican22:06
*** openstackgerrit has joined #openstack-barbican22:06
*** anteaya has joined #openstack-barbican22:06
*** tdink has joined #openstack-barbican22:06
*** lbragstad has joined #openstack-barbican22:06
*** jraim has joined #openstack-barbican22:06
*** rm_work has joined #openstack-barbican22:06
*** dimtruck has joined #openstack-barbican22:06
*** russell_h has joined #openstack-barbican22:06
*** rm_you has joined #openstack-barbican22:06
*** woodster_ has joined #openstack-barbican22:06
*** kgriffs|afk has joined #openstack-barbican22:06
*** dstufft has joined #openstack-barbican22:06
*** jkf has joined #openstack-barbican22:06
*** jaosorior has joined #openstack-barbican22:06
*** david-lyle has joined #openstack-barbican22:06
*** samueldmq has joined #openstack-barbican22:06
*** dstanek has joined #openstack-barbican22:06
*** ayoung has joined #openstack-barbican22:06
*** crc32 has joined #openstack-barbican22:06
*** alee has joined #openstack-barbican22:06
*** darrenmoffat has joined #openstack-barbican22:06
*** jorge_munoz has joined #openstack-barbican22:06
*** alpha_ori has joined #openstack-barbican22:06
*** reaperhulk has joined #openstack-barbican22:06
*** nkinder has joined #openstack-barbican22:06
*** greghaynes has joined #openstack-barbican22:06
*** toabctl has joined #openstack-barbican22:06
*** paul_glass has joined #openstack-barbican22:07
*** dstanek has left #openstack-barbican22:10
*** kgriffs|afk is now known as kgriffs22:15
*** kgriffs is now known as kgriffs|afk22:16
*** rellerreller has quit IRC22:17
*** SheenaG1 has quit IRC22:18
*** dstanek has joined #openstack-barbican22:18
*** dougwig has quit IRC22:19
*** SheenaG1 has joined #openstack-barbican22:19
*** ayoung has quit IRC22:21
*** ryanpetrello has joined #openstack-barbican22:21
*** kgriffs|afk is now known as kgriffs22:24
*** david-lyle has quit IRC22:27
*** david-lyle has joined #openstack-barbican22:30
*** alee has quit IRC22:32
*** dimtruck is now known as zz_dimtruck22:35
*** paul_glass has quit IRC22:48
woodster_alee, are you there?22:49
*** dstanek has left #openstack-barbican22:53
*** jorge_munoz has quit IRC22:54
*** ryanpetrello has quit IRC22:57
*** SheenaG1 has quit IRC23:00
*** zz_dimtruck is now known as dimtruck23:06
*** kgriffs is now known as kgriffs|afk23:12
*** dimtruck is now known as zz_dimtruck23:16
rm_workwoodster_: re: email: seems like that could work, don't think it's absolutely necessary23:20
*** david-lyle has quit IRC23:27
*** ryanpetrello has joined #openstack-barbican23:27
woodster_rm_work, as long as forward progress on the code is happening, I'm happier :)23:29
*** crc32 has quit IRC23:30
*** jaosorior has quit IRC23:33
*** kgriffs|afk is now known as kgriffs23:36
*** dougwig has joined #openstack-barbican23:39
*** codekobe has quit IRC23:40
*** jraim has quit IRC23:40
*** jkf has quit IRC23:49
*** dstanek has joined #openstack-barbican23:56
*** alee has joined #openstack-barbican23:57
*** nkinder has quit IRC23:58
*** ryanpetrello has quit IRC23:59
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/14702323:59

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