*** nellysmitt has joined #openstack-glance | 00:03 | |
*** Longgeek has joined #openstack-glance | 00:05 | |
*** pkoniszewski has joined #openstack-glance | 00:06 | |
*** nellysmitt has quit IRC | 00:08 | |
*** krtaylor has joined #openstack-glance | 00:10 | |
*** smc7 has joined #openstack-glance | 00:12 | |
*** pkoniszewski has quit IRC | 00:13 | |
*** annegent_ has quit IRC | 00:14 | |
*** ericpete_ has quit IRC | 00:18 | |
smc7 | hi all. i'm running devstack off HEAD and glance isn't being configured correctly; devstack:lib/keystone/configure_auth_token_middleware changed a while ago such that it doesn't set admin_tenant_name, admin_user, admin_password any more | 00:20 |
---|---|---|
smc7 | looks like this was corrected for heat a couple of weeks ago in https://github.com/openstack-dev/devstack/commit/1631af891af32eaa9af609398a88252ab437b0b4 | 00:20 |
smc7 | anyone know if this is an open issue anyone's working on? | 00:21 |
*** samueldmq_ has joined #openstack-glance | 00:25 | |
*** lnxnut has joined #openstack-glance | 00:25 | |
kragniz | smc7: not sure | 00:30 |
kragniz | smc7: have you had a look at the devstack bug tracker? | 00:30 |
smc7 | this would've been busted for some time. yeah... couldn't find anything | 00:30 |
kragniz | smc7: if there isn't already a bug in there, file one! | 00:31 |
smc7 | :) will do. didn't want to duplicate if someone was already aware of it | 00:31 |
*** samueldmq_ has left #openstack-glance | 00:31 | |
kragniz | fwiw, I did a clean devstack install about a week ago, so if it's broken it wasn't very long ago | 00:32 |
smc7 | yeah, i thought i'd done one more recently than that change | 00:32 |
kragniz | odd | 00:32 |
kragniz | anyway, filing a bug won't harm anyone | 00:32 |
*** lnxnut has quit IRC | 00:33 | |
*** Longgeek has quit IRC | 00:34 | |
smc7 | ok. looks like https://review.openstack.org/#/c/142967 removed the behaviour on jan 29th from devstack | 00:34 |
kragniz | and that broke swift: https://bugs.launchpad.net/devstack/+bug/1415795 | 00:37 |
openstack | Launchpad bug 1415795 in OpenStack Object Storage (swift) "Cannot authenticate to swift - image upload fails" [Undecided,Confirmed] | 00:37 |
smc7 | yep | 00:37 |
smc7 | filed https://bugs.launchpad.net/devstack/+bug/1421467, i'll submit a patch shortly | 00:37 |
openstack | Launchpad bug 1421467 in devstack "glance keystone_authtoken configuration not set correctly" [Undecided,New] - Assigned to Steve McLellan (sjmc7) | 00:37 |
*** david-lyle is now known as david-lyle_afk | 00:37 | |
kragniz | smc7: thanks! Sounds great | 00:37 |
*** ericpeterson has joined #openstack-glance | 00:42 | |
smc7 | kragniz - i presume glance doesn't support the new auth plugin that devstack configures? | 00:44 |
kragniz | smc7: I don't think so | 00:44 |
kragniz | it may have passed me by, though | 00:44 |
*** mfedosin__ has quit IRC | 00:47 | |
smc7 | kragniz - https://review.openstack.org/155550 | 01:01 |
smc7 | it looks like that change broke everything though; neutron's the same | 01:01 |
smc7 | hi jamielennox | 01:04 |
jamielennox | smc7: hello | 01:04 |
jamielennox | ... really - what is glance doing with the service user/ | 01:05 |
smc7 | your change to devstack (https://review.openstack.org/#/c/142967) - i may be missing something but it looks like a number of services don't support hte new configuration option - is this something the service teams should correct in devstack unitl they do? | 01:05 |
smc7 | i'm not a glance dev :) i agree, but i also want devstack working | 01:05 |
smc7 | best to submit patches for affected services for now? | 01:05 |
jamielennox | sure - is it an optional plugin or something that is failing specifically | 01:05 |
jamielennox | ? | 01:05 |
smc7 | glance, neutron so far | 01:06 |
jamielennox | i hadn't seen any problems with glance | 01:06 |
smc7 | glance copies a sample config file than includes admin_tenant_name, admin_user | 01:06 |
smc7 | they no longer get overridden | 01:06 |
smc7 | neutron is the same | 01:06 |
smc7 | that's why i may be missing something | 01:06 |
jamielennox | so auth_token middleware won't care - it will simply take the newer values | 01:07 |
jamielennox | the problem will be if something in glance is reading those parameters | 01:07 |
smc7 | https://github.com/openstack/glance/blob/master/etc/glance-api.conf#L414 for instance | 01:07 |
smc7 | the call to image create fails unauthorized | 01:07 |
jamielennox | ah - then i think that's another patch (also mine) that's breaking you | 01:08 |
jamielennox | :) | 01:08 |
smc7 | ah, ok :) | 01:08 |
jamielennox | https://review.openstack.org/#/c/154391/ | 01:08 |
jamielennox | i'm trying to wean everyone away from using the keystone_authtoken user for anything but token validation | 01:09 |
jamielennox | or at least assuming that the token validator is going to automatically have admin rights | 01:09 |
smc7 | ok. so the weird settings are just getting ignored? | 01:09 |
jamielennox | yes, and i thought i was cleaning them up in devstack - but apparently not | 01:10 |
jamielennox | so see if adding the admin role back to the glance user fixes your problem - if it does then something is misusing the service user | 01:10 |
smc7 | ok.. so is https://review.openstack.org/#/c/155550/ the wrong approach? | 01:10 |
smc7 | k, will do. one sec | 01:11 |
jamielennox | smc7: i think so - it shouldn't be required | 01:11 |
jamielennox | the reason that heat is different was because within heat they read all those values from [keystone_authtoken] and do work with them, if they aren't configured then heat will fail | 01:12 |
jamielennox | i'm pretty sure glance isn't doing that | 01:12 |
smc7 | jamielennox - looks like that doesn't fix it (setting admin role) | 01:18 |
jamielennox | smc7: hmm, do you have a stack trace? or is being run on jenkins somewhere i can have a look at the results? | 01:19 |
smc7 | it's local, during stack.sh | 01:19 |
smc7 | error in keysotne is "Could not find user: %SERVICE_USER% | 01:20 |
kragniz | smc7: if you share your config I can try running it myself tomorrow | 01:20 |
smc7 | which is what pointed me in this direction in the first place | 01:20 |
kragniz | (about to go to sleep) | 01:21 |
smc7 | ahh... my keystonemiddleware is out of date | 01:24 |
smc7 | damnit | 01:24 |
smc7 | ok jamielennox, sorry, my bad - looks like the keystonemiddleware dependencies need updating but everything works fine with 1.4.0 | 01:28 |
kragniz | smc7: awesome | 01:29 |
smc7 | sorry bout that | 01:29 |
jamielennox | smc7: cool - no problem | 01:29 |
*** r-daneel has quit IRC | 01:48 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance: Updated from global requirements https://review.openstack.org/155567 | 01:52 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements https://review.openstack.org/155581 | 02:00 |
*** jamielennox is now known as jamielennox|away | 02:01 | |
*** nellysmitt has joined #openstack-glance | 02:04 | |
*** smc7 has quit IRC | 02:08 | |
*** nellysmitt has quit IRC | 02:09 | |
*** Longgeek has joined #openstack-glance | 02:19 | |
*** spandhe has quit IRC | 02:24 | |
*** Longgeek has quit IRC | 02:30 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/glance: Performance:leverage dict comprehension in PEP-0274 https://review.openstack.org/143843 | 03:23 |
*** harlowja_ is now known as harlowja_away | 03:27 | |
*** buzztroll has quit IRC | 03:40 | |
*** smc7 has joined #openstack-glance | 03:56 | |
*** Longgeek has joined #openstack-glance | 04:01 | |
*** smc7 has quit IRC | 04:01 | |
*** nellysmitt has joined #openstack-glance | 04:05 | |
*** nellysmitt has quit IRC | 04:10 | |
*** ericpeterson has quit IRC | 04:57 | |
*** buzztroll has joined #openstack-glance | 05:08 | |
*** ankit_ag has joined #openstack-glance | 05:22 | |
*** abhishekk has joined #openstack-glance | 05:27 | |
*** buzztroll has quit IRC | 05:45 | |
*** santosh has joined #openstack-glance | 05:52 | |
santosh | hi | 05:52 |
santosh | am trying to run this command glance --debug image-create --name "cirros-0.3.3-x86_64" --file cirros-0.3.3-x86_64-disk.img --disk-format qcow2 --container-format bare --is-public True --progress | 05:53 |
santosh | am getting httpinternalservererror | 05:53 |
santosh | has anyone else faced similar issue | 05:53 |
ankit_ag | <santosh> have you cheched glance logs? | 05:55 |
ankit_ag | *checked | 05:56 |
santosh | there is no api log | 05:57 |
santosh | but in registry log | 05:57 |
santosh | it says unable to create Image | 05:58 |
santosh | http://paste.openstack.org/show/172658/ | 05:59 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/glance: Imported Translations from Transifex https://review.openstack.org/146765 | 06:02 |
santosh | openstackgerrit was that for me? | 06:03 |
*** nellysmitt has joined #openstack-glance | 06:06 | |
*** nellysmitt has quit IRC | 06:11 | |
*** spandhe has joined #openstack-glance | 06:21 | |
*** sgotliv__ has joined #openstack-glance | 06:40 | |
*** jamielennox|away is now known as jamielennox | 06:44 | |
ankit_ag | <santosh> what is the location of your image file cirros-0.3.3-x86_64-disk.img | 06:47 |
*** santosh has quit IRC | 06:50 | |
*** buzztroll has joined #openstack-glance | 06:54 | |
*** test2222 has joined #openstack-glance | 06:55 | |
*** test2222 is now known as alex_xu | 06:55 | |
*** humble_ has joined #openstack-glance | 07:04 | |
*** ankit_ag has quit IRC | 07:13 | |
*** ankit_ag has joined #openstack-glance | 07:13 | |
*** pkoniszewski has joined #openstack-glance | 07:21 | |
flaper87 | w00000t the capabilities patch landed in glance_store | 07:25 |
*** alex_xu has quit IRC | 07:43 | |
*** nellysmitt has joined #openstack-glance | 07:49 | |
*** nellysmitt has quit IRC | 07:58 | |
*** krykowski has joined #openstack-glance | 07:58 | |
*** smc7 has joined #openstack-glance | 08:07 | |
*** spandhe has quit IRC | 08:13 | |
*** Longgeek has quit IRC | 08:18 | |
*** Longgeek has joined #openstack-glance | 08:19 | |
*** markus_z has joined #openstack-glance | 08:22 | |
*** openstackgerrit has quit IRC | 08:42 | |
*** openstackgerrit has joined #openstack-glance | 08:42 | |
*** bfic has joined #openstack-glance | 08:45 | |
*** bfic has left #openstack-glance | 08:45 | |
*** buzztroll has quit IRC | 08:45 | |
*** jpich has joined #openstack-glance | 08:51 | |
zhiyan | flaper87: :) | 09:00 |
flaper87 | zhiyan: hey there :D | 09:00 |
flaper87 | zhiyan: btw, did you see the email about the file-based scrubber queue? | 09:00 |
flaper87 | zhiyan: in openstack-dev | 09:00 |
zhiyan | flaper87: hi, thanks for your review/cents (againt) | 09:00 |
zhiyan | flaper87: didn't get change to check my inbox yet... but nikhil_k raised it up in weekly-meeting a little bit.. | 09:01 |
zhiyan | flaper87: afak, we have to remove it out.. | 09:01 |
zhiyan | flaper87: due to begin from juno release, with my location-status change, glance are using db based q fully.. | 09:03 |
*** MasterPiece has joined #openstack-glance | 09:05 | |
zhiyan | flaper87: and i consider redundant cleanup logic can be removed as well..actually i'm doing this patch | 09:05 |
*** MasterPiece has quit IRC | 09:11 | |
*** humble_ has quit IRC | 09:13 | |
flaper87 | zhiyan: I totally agree with that. I wanted to mention so in the m-l but I preferred to leave that call to you | 09:16 |
*** jistr has joined #openstack-glance | 09:16 | |
*** sgotliv__ has quit IRC | 09:21 | |
*** pdb has joined #openstack-glance | 09:27 | |
*** Longgeek has quit IRC | 09:29 | |
zhiyan | flaper87: sure, let me reply it. | 09:41 |
*** chlong has quit IRC | 09:49 | |
*** pdb has quit IRC | 10:01 | |
*** MasterPiece has joined #openstack-glance | 10:09 | |
*** eglynn has joined #openstack-glance | 10:22 | |
*** MattMan has joined #openstack-glance | 10:31 | |
*** buzztroll has joined #openstack-glance | 10:34 | |
*** smc7 has quit IRC | 10:35 | |
*** buzztroll has quit IRC | 10:39 | |
*** bfic1 has joined #openstack-glance | 11:04 | |
*** aix has joined #openstack-glance | 11:27 | |
*** aix has quit IRC | 11:38 | |
*** ankit_ag has quit IRC | 11:41 | |
*** ankit_ag has joined #openstack-glance | 11:41 | |
*** aix has joined #openstack-glance | 12:04 | |
*** jaypipes has quit IRC | 12:13 | |
*** jaypipes has joined #openstack-glance | 12:16 | |
*** buzztroll has joined #openstack-glance | 12:23 | |
*** buzztroll has quit IRC | 12:27 | |
*** pkoniszewski has quit IRC | 12:38 | |
*** abhishekkk has joined #openstack-glance | 12:43 | |
*** abhishekk has quit IRC | 12:43 | |
*** abhishekkk has quit IRC | 12:45 | |
*** ankit_ag has quit IRC | 12:46 | |
*** buzztroll has joined #openstack-glance | 12:46 | |
*** buzztroll has quit IRC | 12:51 | |
*** pkoniszewski has joined #openstack-glance | 13:11 | |
*** jpich has quit IRC | 13:12 | |
flaper87 | zhiyan: there ? | 13:16 |
flaper87 | zhiyan: I'll reply to that email in openstack-dev | 13:17 |
*** EmilienM|afk is now known as EmilienM | 13:19 | |
*** pkoniszewski has quit IRC | 13:36 | |
*** delattec has joined #openstack-glance | 13:52 | |
*** cdelatte has quit IRC | 13:55 | |
*** smc7 has joined #openstack-glance | 14:09 | |
*** jordanP has joined #openstack-glance | 14:11 | |
*** pkoniszewski has joined #openstack-glance | 14:11 | |
jordanP | hi | 14:11 |
jordanP | I'd like to add the "add image" capability to the http store. Has this subject already been discussed somewhere ? | 14:12 |
jordanP | I am working for a storage company that has an object store with an lightweight http interface | 14:13 |
*** smc7 has quit IRC | 14:14 | |
*** krykowski has quit IRC | 14:19 | |
*** david-lyle_afk is now known as david-lyle | 14:22 | |
*** peristeri has joined #openstack-glance | 14:23 | |
*** vijendar has joined #openstack-glance | 14:30 | |
*** tnurlygayanov has joined #openstack-glance | 14:30 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:40 | |
*** jaypipes is now known as leakypipes | 14:56 | |
*** zz_jgrimm is now known as jgrimm | 14:56 | |
*** r-daneel has joined #openstack-glance | 15:00 | |
openstackgerrit | Inessa Vasilevskaya proposed openstack/glance: Artifacts API https://review.openstack.org/136629 | 15:06 |
*** MattMan has quit IRC | 15:10 | |
*** MasterPiece has quit IRC | 15:14 | |
*** MasterPiece has joined #openstack-glance | 15:15 | |
*** smc7 has joined #openstack-glance | 15:20 | |
*** MattMan has joined #openstack-glance | 15:25 | |
*** thangp has joined #openstack-glance | 15:26 | |
*** annegentle has joined #openstack-glance | 15:27 | |
*** ericpeterson has joined #openstack-glance | 15:36 | |
*** MasterPiece has quit IRC | 15:48 | |
*** MasterPiece has joined #openstack-glance | 15:57 | |
*** jgrimm_ has joined #openstack-glance | 16:10 | |
*** cyeoh has quit IRC | 16:10 | |
*** mjturek has joined #openstack-glance | 16:12 | |
*** jgrimm- has joined #openstack-glance | 16:13 | |
*** cyeoh has joined #openstack-glance | 16:13 | |
*** jgrimm has quit IRC | 16:13 | |
*** mjturek1 has quit IRC | 16:13 | |
*** mjturek1 has joined #openstack-glance | 16:14 | |
*** TravT has quit IRC | 16:14 | |
*** mjturek has quit IRC | 16:16 | |
*** jgrimm_ has quit IRC | 16:17 | |
*** MasterPiece has quit IRC | 16:20 | |
*** MasterPiece has joined #openstack-glance | 16:24 | |
*** delatte has joined #openstack-glance | 16:25 | |
*** delattec has quit IRC | 16:26 | |
*** TravT has joined #openstack-glance | 16:34 | |
*** TravT has quit IRC | 16:35 | |
*** TravT has joined #openstack-glance | 16:44 | |
*** TravT has quit IRC | 16:45 | |
*** TravT has joined #openstack-glance | 16:48 | |
*** buzztroll has joined #openstack-glance | 16:54 | |
*** buzztroll has quit IRC | 16:54 | |
*** buzztrol_ has joined #openstack-glance | 16:54 | |
*** TravT has quit IRC | 16:55 | |
*** pkoniszewski has quit IRC | 16:55 | |
*** MasterPiece has quit IRC | 16:55 | |
*** EmilienM is now known as EmilienM|afk | 16:56 | |
*** jordanP has quit IRC | 16:59 | |
*** MasterPiece has joined #openstack-glance | 17:00 | |
sigmavirus24 | kragniz: https://review.openstack.org/#/c/155808/ | 17:07 |
*** MattMan has left #openstack-glance | 17:09 | |
*** MasterPiece has quit IRC | 17:10 | |
kragniz | sigmavirus24: dude | 17:13 |
kragniz | this is the best | 17:13 |
sigmavirus24 | I KNOW RIGHT?! | 17:14 |
kragniz | fungi isn't in here, but <3 fungi | 17:14 |
sigmavirus24 | I know | 17:23 |
*** ekarlso has quit IRC | 17:25 | |
*** ekarlso has joined #openstack-glance | 17:25 | |
*** annegentle has quit IRC | 17:30 | |
*** alex_xu_ has joined #openstack-glance | 17:30 | |
*** xu_alex has quit IRC | 17:32 | |
flaper87 | mmh, I had seen that rebase button before | 17:33 |
flaper87 | I was wondering where it went | 17:33 |
flaper87 | happy it's back | 17:34 |
flaper87 | oh, we use it in Zaqar | 17:34 |
flaper87 | mmh, I thought that was a default thingy | 17:34 |
*** TravT has joined #openstack-glance | 17:36 | |
kragniz | flaper87: the rebase button existed anyway, this allows you to rebase other peoples patches | 17:36 |
flaper87 | mmh, I swear I was already able to do that | 17:37 |
flaper87 | or not? | 17:37 |
flaper87 | OMG, it's friday | 17:37 |
flaper87 | kbaithnx | 17:37 |
kragniz | gotta get down | 17:37 |
*** pkoniszewski has joined #openstack-glance | 17:37 | |
flaper87 | s/down/drunk/ | 17:37 |
kragniz | that costs more | 17:37 |
flaper87 | kragniz: you are paying anyway | 17:38 |
kragniz | I would be today | 17:38 |
kragniz | unless you're offering! | 17:38 |
kragniz | flaper87: I missread that :< | 17:39 |
kragniz | (you are != are you) | 17:39 |
*** jistr has quit IRC | 17:41 | |
sigmavirus24 | flaper87: I think cores can rebase any patch | 17:47 |
sigmavirus24 | And given that you're core on like every project in openstack, I'm not surprised you thought that was the case | 17:47 |
*** harlowja_away is now known as harlowja_ | 17:48 | |
*** pkoniszewski has quit IRC | 17:52 | |
*** MasterPiece has joined #openstack-glance | 17:55 | |
*** markus_z has quit IRC | 17:57 | |
*** eglynn has quit IRC | 17:58 | |
*** spandhe has joined #openstack-glance | 18:00 | |
*** ericpete_ has joined #openstack-glance | 18:01 | |
openstackgerrit | Mike Fedosin proposed openstack/glance-specs: Glance sorting API specification https://review.openstack.org/155841 | 18:02 |
*** TravT has quit IRC | 18:04 | |
*** ericpeterson has quit IRC | 18:05 | |
*** TravT has joined #openstack-glance | 18:05 | |
openstackgerrit | Alexander Tivelkov proposed openstack/glance: SemVer utility to store object versions in DB https://review.openstack.org/107676 | 18:09 |
*** smc7 has quit IRC | 18:25 | |
*** EmilienM|afk is now known as EmilienM | 18:32 | |
*** aix has quit IRC | 18:34 | |
*** smc7 has joined #openstack-glance | 18:40 | |
*** breitz has quit IRC | 18:44 | |
*** breitz has joined #openstack-glance | 18:45 | |
*** cpallares has joined #openstack-glance | 18:50 | |
openstackgerrit | Ian Cordasco proposed openstack/glance_store: Correct such logic in store.get() when chunk_size param provided https://review.openstack.org/136039 | 18:52 |
sigmavirus24 | kragniz: just used the rebase button ^ | 18:53 |
*** MasterPiece has quit IRC | 18:54 | |
*** barra204 has joined #openstack-glance | 18:57 | |
*** barra204 is now known as shamamunyi | 18:58 | |
*** shamamunyi is now known as shakamunyi | 18:58 | |
*** MasterPiece has joined #openstack-glance | 19:01 | |
*** bfic1 has quit IRC | 19:10 | |
*** TravT has quit IRC | 19:12 | |
*** eglynn has joined #openstack-glance | 19:26 | |
*** cpallares has quit IRC | 19:35 | |
*** buzztrol_ has quit IRC | 19:36 | |
*** ericpete_ has quit IRC | 19:37 | |
*** cpallares has joined #openstack-glance | 19:39 | |
*** buzztroll has joined #openstack-glance | 19:41 | |
*** buzztroll has quit IRC | 19:41 | |
*** buzztroll has joined #openstack-glance | 19:42 | |
*** eglynn has quit IRC | 19:43 | |
*** cpallares has quit IRC | 19:44 | |
openstackgerrit | Ian Cordasco proposed openstack/glance_store: Use a named enum for capability values https://review.openstack.org/149738 | 19:48 |
*** buzztroll has quit IRC | 19:52 | |
kragniz | sigmavirus24: putting it to good work! | 19:55 |
sigmavirus24 | but of course! | 19:55 |
sigmavirus24 | if one doesn't use the tools at their disposal, they're doomed to do 10x the work | 19:55 |
*** barra204 has joined #openstack-glance | 20:02 | |
*** shakamunyi has quit IRC | 20:02 | |
*** MasterPiece has quit IRC | 20:04 | |
*** diegows has joined #openstack-glance | 20:18 | |
*** MasterPiece has joined #openstack-glance | 20:18 | |
*** barra204 has quit IRC | 20:19 | |
*** mfedosin__ has joined #openstack-glance | 20:22 | |
*** ericpeterson has joined #openstack-glance | 20:32 | |
*** lnxnut has joined #openstack-glance | 20:33 | |
*** barra204 has joined #openstack-glance | 20:34 | |
*** barra204 has quit IRC | 20:35 | |
*** peristeri has quit IRC | 20:40 | |
*** peristeri has joined #openstack-glance | 20:40 | |
*** lnxnut has quit IRC | 20:41 | |
*** lnxnut has joined #openstack-glance | 20:41 | |
*** lnxnut_ has joined #openstack-glance | 20:43 | |
*** TravT has joined #openstack-glance | 20:45 | |
*** lnxnut has quit IRC | 20:46 | |
*** pkoniszewski has joined #openstack-glance | 20:51 | |
*** ericpeterson has quit IRC | 20:54 | |
*** ericpeterson has joined #openstack-glance | 20:55 | |
*** peristeri has quit IRC | 20:59 | |
*** peristeri has joined #openstack-glance | 20:59 | |
*** ericpeterson has quit IRC | 21:29 | |
*** ericpeterson has joined #openstack-glance | 21:29 | |
*** lnxnut_ has quit IRC | 21:31 | |
*** ericpeterson has quit IRC | 21:34 | |
*** ericpeterson has joined #openstack-glance | 21:34 | |
*** buzztroll has joined #openstack-glance | 21:40 | |
*** david-lyle has quit IRC | 21:42 | |
*** david-lyle has joined #openstack-glance | 21:42 | |
*** lnxnut has joined #openstack-glance | 21:44 | |
*** buzztroll has quit IRC | 21:45 | |
*** leakypipes has quit IRC | 21:45 | |
*** david-lyle has quit IRC | 21:47 | |
*** lnxnut has quit IRC | 21:59 | |
*** lnxnut has joined #openstack-glance | 22:00 | |
*** lnxnut has quit IRC | 22:04 | |
*** ericpeterson has quit IRC | 22:06 | |
*** harlowja_ is now known as harlowja_away | 22:24 | |
*** peristeri has quit IRC | 22:26 | |
*** harlowja_away is now known as harlowja_ | 22:28 | |
*** lnxnut has joined #openstack-glance | 22:30 | |
*** lnxnut has quit IRC | 22:31 | |
*** pkoniszewski has quit IRC | 22:47 | |
*** sgotliv__ has joined #openstack-glance | 22:56 | |
*** vijendar has quit IRC | 23:02 | |
*** r-daneel has quit IRC | 23:06 | |
*** ericpeterson has joined #openstack-glance | 23:07 | |
*** junhongl has quit IRC | 23:08 | |
*** ericpeterson has quit IRC | 23:12 | |
*** thangp has quit IRC | 23:12 | |
*** sgotliv__ has quit IRC | 23:23 | |
*** sgotliv has joined #openstack-glance | 23:23 | |
*** zigo has quit IRC | 23:27 | |
*** zigo has joined #openstack-glance | 23:28 | |
*** buzztroll has joined #openstack-glance | 23:29 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:30 | |
*** zul has quit IRC | 23:33 | |
*** buzztroll has quit IRC | 23:33 | |
*** mfedosin__ has quit IRC | 23:34 | |
*** MasterPiece has quit IRC | 23:42 | |
*** smc7 has quit IRC | 23:51 | |
*** buzztroll has joined #openstack-glance | 23:52 | |
*** buzztroll has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!