Friday, 2015-02-13

*** nellysmitt has joined #openstack-glance00:03
*** Longgeek has joined #openstack-glance00:05
*** pkoniszewski has joined #openstack-glance00:06
*** nellysmitt has quit IRC00:08
*** krtaylor has joined #openstack-glance00:10
*** smc7 has joined #openstack-glance00:12
*** pkoniszewski has quit IRC00:13
*** annegent_ has quit IRC00:14
*** ericpete_ has quit IRC00:18
smc7hi 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 more00:20
smc7looks like this was corrected for heat a couple of weeks ago in https://github.com/openstack-dev/devstack/commit/1631af891af32eaa9af609398a88252ab437b0b400:20
smc7anyone know if this is an open issue anyone's working on?00:21
*** samueldmq_ has joined #openstack-glance00:25
*** lnxnut has joined #openstack-glance00:25
kragnizsmc7: not sure00:30
kragnizsmc7: have you had a look at the devstack bug tracker?00:30
smc7this would've been busted for some time. yeah... couldn't find anything00:30
kragnizsmc7: 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 it00:31
*** samueldmq_ has left #openstack-glance00:31
kragnizfwiw, I did a clean devstack install about a week ago, so if it's broken it wasn't very long ago00:32
smc7yeah, i thought i'd done one more recently than that change00:32
kragnizodd00:32
kragnizanyway, filing a bug won't harm anyone00:32
*** lnxnut has quit IRC00:33
*** Longgeek has quit IRC00:34
smc7ok. looks like https://review.openstack.org/#/c/142967 removed the behaviour on jan 29th from devstack00:34
kragnizand that broke swift: https://bugs.launchpad.net/devstack/+bug/141579500:37
openstackLaunchpad bug 1415795 in OpenStack Object Storage (swift) "Cannot authenticate to swift - image upload fails" [Undecided,Confirmed]00:37
smc7yep00:37
smc7filed https://bugs.launchpad.net/devstack/+bug/1421467, i'll submit a patch shortly00:37
openstackLaunchpad 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_afk00:37
kragnizsmc7: thanks! Sounds great00:37
*** ericpeterson has joined #openstack-glance00:42
smc7kragniz - i presume glance doesn't support the new auth plugin that devstack configures?00:44
kragnizsmc7: I don't think so00:44
kragnizit may have passed me by, though00:44
*** mfedosin__ has quit IRC00:47
smc7kragniz - https://review.openstack.org/15555001:01
smc7it looks like that change broke everything though; neutron's the same01:01
smc7hi jamielennox01:04
jamielennoxsmc7: hello01:04
jamielennox... really - what is glance doing with the service user/01:05
smc7your 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
smc7i'm not a glance dev :)   i agree, but i also want devstack working01:05
smc7best to submit patches for affected services for now?01:05
jamielennoxsure - is it an optional plugin or something that is failing specifically01:05
jamielennox?01:05
smc7glance, neutron so far01:06
jamielennoxi hadn't seen any problems with glance01:06
smc7glance copies a sample config file than includes admin_tenant_name, admin_user01:06
smc7they no longer get overridden01:06
smc7neutron is the same01:06
smc7that's why i may be missing something01:06
jamielennoxso auth_token middleware won't care - it will simply take the newer values01:07
jamielennoxthe problem will be if something in glance is reading those parameters01:07
smc7https://github.com/openstack/glance/blob/master/etc/glance-api.conf#L414 for instance01:07
smc7the call to image create fails unauthorized01:07
jamielennoxah - then i think that's another patch (also mine) that's breaking you01:08
jamielennox:)01:08
smc7ah, ok :)01:08
jamielennoxhttps://review.openstack.org/#/c/154391/01:08
jamielennoxi'm trying to wean everyone away from using the keystone_authtoken user for anything but token validation01:09
jamielennoxor at least assuming that the token validator is going to automatically have admin rights01:09
smc7ok. so the weird settings are just getting ignored?01:09
jamielennoxyes, and i thought i was cleaning them up in devstack - but apparently not01:10
jamielennoxso see if adding the admin role back to the glance user fixes your problem - if it does then something is misusing the service user01:10
smc7ok.. so is https://review.openstack.org/#/c/155550/ the wrong approach?01:10
smc7k, will do. one sec01:11
jamielennoxsmc7: i think so - it shouldn't be required01:11
jamielennoxthe 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 fail01:12
jamielennoxi'm pretty sure glance isn't doing that01:12
smc7jamielennox - looks like that doesn't fix it (setting admin role)01:18
jamielennoxsmc7: hmm, do you have a stack trace? or is being run on jenkins somewhere i can have a look at the results?01:19
smc7it's local, during stack.sh01:19
smc7error in keysotne is "Could not find user: %SERVICE_USER%01:20
kragnizsmc7: if you share your config I can try running it myself tomorrow01:20
smc7which is what pointed me in this direction in the first place01:20
kragniz(about to go to sleep)01:21
smc7ahh... my keystonemiddleware is out of date01:24
smc7damnit01:24
smc7ok jamielennox, sorry, my bad - looks like the keystonemiddleware dependencies need updating but everything works fine with 1.4.001:28
kragnizsmc7: awesome01:29
smc7sorry bout that01:29
jamielennoxsmc7: cool - no problem01:29
*** r-daneel has quit IRC01:48
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/15556701:52
openstackgerritOpenStack Proposal Bot proposed openstack/python-glanceclient: Updated from global requirements  https://review.openstack.org/15558102:00
*** jamielennox is now known as jamielennox|away02:01
*** nellysmitt has joined #openstack-glance02:04
*** smc7 has quit IRC02:08
*** nellysmitt has quit IRC02:09
*** Longgeek has joined #openstack-glance02:19
*** spandhe has quit IRC02:24
*** Longgeek has quit IRC02:30
openstackgerritChangBo Guo(gcb) proposed openstack/glance: Performance:leverage dict comprehension in PEP-0274  https://review.openstack.org/14384303:23
*** harlowja_ is now known as harlowja_away03:27
*** buzztroll has quit IRC03:40
*** smc7 has joined #openstack-glance03:56
*** Longgeek has joined #openstack-glance04:01
*** smc7 has quit IRC04:01
*** nellysmitt has joined #openstack-glance04:05
*** nellysmitt has quit IRC04:10
*** ericpeterson has quit IRC04:57
*** buzztroll has joined #openstack-glance05:08
*** ankit_ag has joined #openstack-glance05:22
*** abhishekk has joined #openstack-glance05:27
*** buzztroll has quit IRC05:45
*** santosh has joined #openstack-glance05:52
santoshhi05:52
santosham 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 --progress05:53
santosham getting httpinternalservererror05:53
santoshhas anyone else faced similar issue05:53
ankit_ag<santosh> have you cheched glance logs?05:55
ankit_ag*checked05:56
santoshthere is no api log05:57
santoshbut in registry log05:57
santoshit says unable to create Image05:58
santoshhttp://paste.openstack.org/show/172658/05:59
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Imported Translations from Transifex  https://review.openstack.org/14676506:02
santoshopenstackgerrit was that for me?06:03
*** nellysmitt has joined #openstack-glance06:06
*** nellysmitt has quit IRC06:11
*** spandhe has joined #openstack-glance06:21
*** sgotliv__ has joined #openstack-glance06:40
*** jamielennox|away is now known as jamielennox06:44
ankit_ag<santosh> what is the location of your image file cirros-0.3.3-x86_64-disk.img06:47
*** santosh has quit IRC06:50
*** buzztroll has joined #openstack-glance06:54
*** test2222 has joined #openstack-glance06:55
*** test2222 is now known as alex_xu06:55
*** humble_ has joined #openstack-glance07:04
*** ankit_ag has quit IRC07:13
*** ankit_ag has joined #openstack-glance07:13
*** pkoniszewski has joined #openstack-glance07:21
flaper87w00000t the capabilities patch landed in glance_store07:25
*** alex_xu has quit IRC07:43
*** nellysmitt has joined #openstack-glance07:49
*** nellysmitt has quit IRC07:58
*** krykowski has joined #openstack-glance07:58
*** smc7 has joined #openstack-glance08:07
*** spandhe has quit IRC08:13
*** Longgeek has quit IRC08:18
*** Longgeek has joined #openstack-glance08:19
*** markus_z has joined #openstack-glance08:22
*** openstackgerrit has quit IRC08:42
*** openstackgerrit has joined #openstack-glance08:42
*** bfic has joined #openstack-glance08:45
*** bfic has left #openstack-glance08:45
*** buzztroll has quit IRC08:45
*** jpich has joined #openstack-glance08:51
zhiyanflaper87: :)09:00
flaper87zhiyan: hey there :D09:00
flaper87zhiyan: btw, did you see the email about the file-based scrubber queue?09:00
flaper87zhiyan: in openstack-dev09:00
zhiyanflaper87: hi, thanks for your review/cents (againt)09:00
zhiyanflaper87: didn't get change to check my inbox yet... but nikhil_k raised it up in weekly-meeting a little bit..09:01
zhiyanflaper87: afak, we have to remove it out..09:01
zhiyanflaper87: due to begin from juno release, with my location-status change, glance are using db based q fully..09:03
*** MasterPiece has joined #openstack-glance09:05
zhiyanflaper87: and i consider redundant cleanup logic can be removed as well..actually i'm doing this patch09:05
*** MasterPiece has quit IRC09:11
*** humble_ has quit IRC09:13
flaper87zhiyan: I totally agree with that. I wanted to mention so in the m-l but I preferred to leave that call to you09:16
*** jistr has joined #openstack-glance09:16
*** sgotliv__ has quit IRC09:21
*** pdb has joined #openstack-glance09:27
*** Longgeek has quit IRC09:29
zhiyanflaper87: sure, let me reply it.09:41
*** chlong has quit IRC09:49
*** pdb has quit IRC10:01
*** MasterPiece has joined #openstack-glance10:09
*** eglynn has joined #openstack-glance10:22
*** MattMan has joined #openstack-glance10:31
*** buzztroll has joined #openstack-glance10:34
*** smc7 has quit IRC10:35
*** buzztroll has quit IRC10:39
*** bfic1 has joined #openstack-glance11:04
*** aix has joined #openstack-glance11:27
*** aix has quit IRC11:38
*** ankit_ag has quit IRC11:41
*** ankit_ag has joined #openstack-glance11:41
*** aix has joined #openstack-glance12:04
*** jaypipes has quit IRC12:13
*** jaypipes has joined #openstack-glance12:16
*** buzztroll has joined #openstack-glance12:23
*** buzztroll has quit IRC12:27
*** pkoniszewski has quit IRC12:38
*** abhishekkk has joined #openstack-glance12:43
*** abhishekk has quit IRC12:43
*** abhishekkk has quit IRC12:45
*** ankit_ag has quit IRC12:46
*** buzztroll has joined #openstack-glance12:46
*** buzztroll has quit IRC12:51
*** pkoniszewski has joined #openstack-glance13:11
*** jpich has quit IRC13:12
flaper87zhiyan: there ?13:16
flaper87zhiyan: I'll reply to that email in openstack-dev13:17
*** EmilienM|afk is now known as EmilienM13:19
*** pkoniszewski has quit IRC13:36
*** delattec has joined #openstack-glance13:52
*** cdelatte has quit IRC13:55
*** smc7 has joined #openstack-glance14:09
*** jordanP has joined #openstack-glance14:11
*** pkoniszewski has joined #openstack-glance14:11
jordanPhi14:11
jordanPI'd like to add the "add image" capability to the http store. Has this subject already been discussed somewhere ?14:12
jordanPI am working for a storage company that has an object store with an lightweight http interface14:13
*** smc7 has quit IRC14:14
*** krykowski has quit IRC14:19
*** david-lyle_afk is now known as david-lyle14:22
*** peristeri has joined #openstack-glance14:23
*** vijendar has joined #openstack-glance14:30
*** tnurlygayanov has joined #openstack-glance14:30
*** sigmavirus24_awa is now known as sigmavirus2414:40
*** jaypipes is now known as leakypipes14:56
*** zz_jgrimm is now known as jgrimm14:56
*** r-daneel has joined #openstack-glance15:00
openstackgerritInessa Vasilevskaya proposed openstack/glance: Artifacts API  https://review.openstack.org/13662915:06
*** MattMan has quit IRC15:10
*** MasterPiece has quit IRC15:14
*** MasterPiece has joined #openstack-glance15:15
*** smc7 has joined #openstack-glance15:20
*** MattMan has joined #openstack-glance15:25
*** thangp has joined #openstack-glance15:26
*** annegentle has joined #openstack-glance15:27
*** ericpeterson has joined #openstack-glance15:36
*** MasterPiece has quit IRC15:48
*** MasterPiece has joined #openstack-glance15:57
*** jgrimm_ has joined #openstack-glance16:10
*** cyeoh has quit IRC16:10
*** mjturek has joined #openstack-glance16:12
*** jgrimm- has joined #openstack-glance16:13
*** cyeoh has joined #openstack-glance16:13
*** jgrimm has quit IRC16:13
*** mjturek1 has quit IRC16:13
*** mjturek1 has joined #openstack-glance16:14
*** TravT has quit IRC16:14
*** mjturek has quit IRC16:16
*** jgrimm_ has quit IRC16:17
*** MasterPiece has quit IRC16:20
*** MasterPiece has joined #openstack-glance16:24
*** delatte has joined #openstack-glance16:25
*** delattec has quit IRC16:26
*** TravT has joined #openstack-glance16:34
*** TravT has quit IRC16:35
*** TravT has joined #openstack-glance16:44
*** TravT has quit IRC16:45
*** TravT has joined #openstack-glance16:48
*** buzztroll has joined #openstack-glance16:54
*** buzztroll has quit IRC16:54
*** buzztrol_ has joined #openstack-glance16:54
*** TravT has quit IRC16:55
*** pkoniszewski has quit IRC16:55
*** MasterPiece has quit IRC16:55
*** EmilienM is now known as EmilienM|afk16:56
*** jordanP has quit IRC16:59
*** MasterPiece has joined #openstack-glance17:00
sigmavirus24kragniz: https://review.openstack.org/#/c/155808/17:07
*** MattMan has left #openstack-glance17:09
*** MasterPiece has quit IRC17:10
kragnizsigmavirus24: dude17:13
kragnizthis is the best17:13
sigmavirus24I KNOW RIGHT?!17:14
kragnizfungi isn't in here, but <3 fungi17:14
sigmavirus24I know17:23
*** ekarlso has quit IRC17:25
*** ekarlso has joined #openstack-glance17:25
*** annegentle has quit IRC17:30
*** alex_xu_ has joined #openstack-glance17:30
*** xu_alex has quit IRC17:32
flaper87mmh, I had seen that rebase button before17:33
flaper87I was wondering where it went17:33
flaper87happy it's back17:34
flaper87oh, we use it in Zaqar17:34
flaper87mmh, I thought that was a default thingy17:34
*** TravT has joined #openstack-glance17:36
kragnizflaper87: the rebase button existed anyway, this allows you to rebase other peoples patches17:36
flaper87mmh, I swear I was already able to do that17:37
flaper87or not?17:37
flaper87OMG, it's friday17:37
flaper87kbaithnx17:37
kragnizgotta get down17:37
*** pkoniszewski has joined #openstack-glance17:37
flaper87s/down/drunk/17:37
kragnizthat costs more17:37
flaper87kragniz: you are paying anyway17:38
kragnizI would be today17:38
kragnizunless you're offering!17:38
kragnizflaper87: I missread that :<17:39
kragniz(you are != are you)17:39
*** jistr has quit IRC17:41
sigmavirus24flaper87: I think cores can rebase any patch17:47
sigmavirus24And given that you're core on like every project in openstack, I'm not surprised you thought that was the case17:47
*** harlowja_away is now known as harlowja_17:48
*** pkoniszewski has quit IRC17:52
*** MasterPiece has joined #openstack-glance17:55
*** markus_z has quit IRC17:57
*** eglynn has quit IRC17:58
*** spandhe has joined #openstack-glance18:00
*** ericpete_ has joined #openstack-glance18:01
openstackgerritMike Fedosin proposed openstack/glance-specs: Glance sorting API specification  https://review.openstack.org/15584118:02
*** TravT has quit IRC18:04
*** ericpeterson has quit IRC18:05
*** TravT has joined #openstack-glance18:05
openstackgerritAlexander Tivelkov proposed openstack/glance: SemVer utility to store object versions in DB  https://review.openstack.org/10767618:09
*** smc7 has quit IRC18:25
*** EmilienM|afk is now known as EmilienM18:32
*** aix has quit IRC18:34
*** smc7 has joined #openstack-glance18:40
*** breitz has quit IRC18:44
*** breitz has joined #openstack-glance18:45
*** cpallares has joined #openstack-glance18:50
openstackgerritIan Cordasco proposed openstack/glance_store: Correct such logic in store.get() when chunk_size param provided  https://review.openstack.org/13603918:52
sigmavirus24kragniz: just used the rebase button ^18:53
*** MasterPiece has quit IRC18:54
*** barra204 has joined #openstack-glance18:57
*** barra204 is now known as shamamunyi18:58
*** shamamunyi is now known as shakamunyi18:58
*** MasterPiece has joined #openstack-glance19:01
*** bfic1 has quit IRC19:10
*** TravT has quit IRC19:12
*** eglynn has joined #openstack-glance19:26
*** cpallares has quit IRC19:35
*** buzztrol_ has quit IRC19:36
*** ericpete_ has quit IRC19:37
*** cpallares has joined #openstack-glance19:39
*** buzztroll has joined #openstack-glance19:41
*** buzztroll has quit IRC19:41
*** buzztroll has joined #openstack-glance19:42
*** eglynn has quit IRC19:43
*** cpallares has quit IRC19:44
openstackgerritIan Cordasco proposed openstack/glance_store: Use a named enum for capability values  https://review.openstack.org/14973819:48
*** buzztroll has quit IRC19:52
kragnizsigmavirus24: putting it to good work!19:55
sigmavirus24but of course!19:55
sigmavirus24if one doesn't use the tools at their disposal, they're doomed to do 10x the work19:55
*** barra204 has joined #openstack-glance20:02
*** shakamunyi has quit IRC20:02
*** MasterPiece has quit IRC20:04
*** diegows has joined #openstack-glance20:18
*** MasterPiece has joined #openstack-glance20:18
*** barra204 has quit IRC20:19
*** mfedosin__ has joined #openstack-glance20:22
*** ericpeterson has joined #openstack-glance20:32
*** lnxnut has joined #openstack-glance20:33
*** barra204 has joined #openstack-glance20:34
*** barra204 has quit IRC20:35
*** peristeri has quit IRC20:40
*** peristeri has joined #openstack-glance20:40
*** lnxnut has quit IRC20:41
*** lnxnut has joined #openstack-glance20:41
*** lnxnut_ has joined #openstack-glance20:43
*** TravT has joined #openstack-glance20:45
*** lnxnut has quit IRC20:46
*** pkoniszewski has joined #openstack-glance20:51
*** ericpeterson has quit IRC20:54
*** ericpeterson has joined #openstack-glance20:55
*** peristeri has quit IRC20:59
*** peristeri has joined #openstack-glance20:59
*** ericpeterson has quit IRC21:29
*** ericpeterson has joined #openstack-glance21:29
*** lnxnut_ has quit IRC21:31
*** ericpeterson has quit IRC21:34
*** ericpeterson has joined #openstack-glance21:34
*** buzztroll has joined #openstack-glance21:40
*** david-lyle has quit IRC21:42
*** david-lyle has joined #openstack-glance21:42
*** lnxnut has joined #openstack-glance21:44
*** buzztroll has quit IRC21:45
*** leakypipes has quit IRC21:45
*** david-lyle has quit IRC21:47
*** lnxnut has quit IRC21:59
*** lnxnut has joined #openstack-glance22:00
*** lnxnut has quit IRC22:04
*** ericpeterson has quit IRC22:06
*** harlowja_ is now known as harlowja_away22:24
*** peristeri has quit IRC22:26
*** harlowja_away is now known as harlowja_22:28
*** lnxnut has joined #openstack-glance22:30
*** lnxnut has quit IRC22:31
*** pkoniszewski has quit IRC22:47
*** sgotliv__ has joined #openstack-glance22:56
*** vijendar has quit IRC23:02
*** r-daneel has quit IRC23:06
*** ericpeterson has joined #openstack-glance23:07
*** junhongl has quit IRC23:08
*** ericpeterson has quit IRC23:12
*** thangp has quit IRC23:12
*** sgotliv__ has quit IRC23:23
*** sgotliv has joined #openstack-glance23:23
*** zigo has quit IRC23:27
*** zigo has joined #openstack-glance23:28
*** buzztroll has joined #openstack-glance23:29
*** sigmavirus24 is now known as sigmavirus24_awa23:30
*** zul has quit IRC23:33
*** buzztroll has quit IRC23:33
*** mfedosin__ has quit IRC23:34
*** MasterPiece has quit IRC23:42
*** smc7 has quit IRC23:51
*** buzztroll has joined #openstack-glance23:52
*** buzztroll has quit IRC23:56

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