*** michchap_ has joined #openstack-dev | 00:00 | |
*** michchap_ has quit IRC | 00:00 | |
*** redbeard2 has joined #openstack-dev | 00:01 | |
*** michchap_ has joined #openstack-dev | 00:01 | |
*** michchap has quit IRC | 00:01 | |
*** garyTh has quit IRC | 00:06 | |
*** ron-slc_ has joined #openstack-dev | 00:08 | |
*** ron-slc has quit IRC | 00:08 | |
*** pcm_ has joined #openstack-dev | 00:10 | |
*** shadower has joined #openstack-dev | 00:13 | |
*** armax has joined #openstack-dev | 00:14 | |
*** tjones has left #openstack-dev | 00:17 | |
giulivo | anyone around using devstack on f18? | 00:19 |
---|---|---|
*** noslzzp has quit IRC | 00:20 | |
*** alexpilotti has quit IRC | 00:20 | |
*** andrewbogott is now known as andrewbogott_afk | 00:30 | |
*** sungju has joined #openstack-dev | 00:31 | |
*** sungju has quit IRC | 00:32 | |
*** sungju_ has joined #openstack-dev | 00:32 | |
*** sungju_ is now known as sungju | 00:32 | |
*** seanrob has quit IRC | 00:33 | |
*** seanrob has joined #openstack-dev | 00:34 | |
*** sleepsonthefloor has quit IRC | 00:37 | |
*** gyee has quit IRC | 00:37 | |
*** bdpayne has quit IRC | 00:38 | |
*** dolphm has joined #openstack-dev | 00:38 | |
clarkb | jgriffith: moving discussion here so I don't sidetrack the ML discussion, but re test imrovements the things you have listed should all work with testr as they were all things we sorted out with nova | 00:38 |
*** seanrob has quit IRC | 00:38 | |
clarkb | jgriffith: also testr is better at running single isolated tests bceause it forces you to write tests that work that way. So I am curious how these things didn't work for you. Want to make sure we don't miss these things inthe future or fix them if they are broken more fundamentally | 00:39 |
*** sdake has joined #openstack-dev | 00:42 | |
*** sdake has joined #openstack-dev | 00:42 | |
*** timello has joined #openstack-dev | 00:43 | |
jgriffith | clarkb: I knew I wasn't going to be very popular there | 00:43 |
*** carl_baldwin has quit IRC | 00:44 | |
clarkb | heh. fwiw I think this is a different conversation than the run_tests.sh thing | 00:44 |
clarkb | I am more trying to make sure these things that do work work for you :) | 00:44 |
lifeless | jgriffith: I'm not sure if you are reporting flux in the past, or current status. | 00:44 |
jgriffith | lifeless: it's more of history, and not wanting to repeat it ;) | 00:45 |
*** mdomsch has quit IRC | 00:45 | |
lifeless | jgriffith: you know how the song goes :) | 00:45 |
jgriffith | clarkb: I appreciate that, you and I discussed this before IIRC | 00:45 |
jgriffith | lifeless: indeed | 00:45 |
lifeless | jgriffith: 'history, never repeats'.... | 00:45 |
jgriffith | lifeless: haven't heard that in a very long time | 00:46 |
jgriffith | clarkb: anyway... I never got things working right but it's apparantly just moi | 00:46 |
*** timello_ has quit IRC | 00:46 | |
*** nachi_ has quit IRC | 00:47 | |
*** egallen has quit IRC | 00:48 | |
*** sballe has quit IRC | 00:48 | |
*** sballe has joined #openstack-dev | 00:49 | |
*** yaguang has joined #openstack-dev | 00:49 | |
jgriffith | lifeless: BTW, I came across your entry in launchpad on one of the topics (speaking of history never repeating) | 00:54 |
jgriffith | TESTR_PDB | 00:54 |
jgriffith | although that didn't work for some reason | 00:55 |
*** yidclare has quit IRC | 00:55 | |
lifeless | jgriffith: thats for debugging testr itself | 00:55 |
lifeless | jgriffith: it isn't transitive to the backend runners | 00:55 |
jgriffith | lifeless: explains that | 00:55 |
lifeless | jgriffith: (and can't be for a few reasons; we'll get debug support soonish) | 00:55 |
jgriffith | Oh.. should've noted where launchpad took me there | 00:56 |
*** READ10 has joined #openstack-dev | 00:56 | |
jgriffith | lifeless: seems that bug has been around for quite a long time | 00:58 |
lifeless | jgriffith: the no debugger support one? | 00:58 |
jgriffith | lifeless: yes | 00:58 |
lifeless | jgriffith: yeah, I have an active branch working on it. | 00:58 |
lifeless | jgriffith: testr initially didn't know how to run tests, only how to datamine them. | 00:58 |
jgriffith | Yeah, reading through some history here | 00:59 |
lifeless | jgriffith: so 'testr load' is the underlying plumbing, testr is a shim on top of it; fixing the layering to keep the structure, but handle input well is a little involved. | 00:59 |
*** dprince has joined #openstack-dev | 00:59 | |
jgriffith | lifeless: clarkb so when folks say "everything you can do in run_tests" you can do with testr...? | 00:59 |
jgriffith | and yes, I know run-tests is simply a wrapper around "whatever" | 01:00 |
lifeless | jgriffith: in particular, we have arbitrary many backend runners running at once, so we need a small screen-like things in there. | 01:00 |
lifeless | jgriffith: so, today, you can't do 'import pdb;pdb.set_trace' in code under test and have that work with testr. | 01:01 |
lifeless | jgriffith: it's my highest priority feature for testr. Totally desired. | 01:01 |
clarkb | but you can do what run_tests.sh does and run the tests with testtools.run | 01:01 |
jgriffith | clarkb: sure... so maybe I need to be more careful with my email | 01:01 |
jgriffith | clarkb: run_tests is nothing really.. but a convenience wrapper | 01:02 |
*** sballe has quit IRC | 01:02 | |
jgriffith | clarkb: lifeless personally I like seeing output scroll by and tell me pass/fail as it goes | 01:02 |
lifeless | jgriffith: so, for that - the default in testr is the way it is because i'm used to test suites that run faster than my console can keep up | 01:03 |
*** Tedster has quit IRC | 01:03 | |
lifeless | jgriffith: thousands of tests per second. | 01:03 |
jgriffith | lifeless: that would be nice :) | 01:03 |
clarkb | jgriffith: nova has that with coloring too. I don't like it but it does work | 01:04 |
*** amerine has quit IRC | 01:04 | |
lifeless | jgriffith: I believe there are three underlying use cases for showing everything. | 01:04 |
*** Farooque1 has joined #openstack-dev | 01:04 | |
jgriffith | clarkb: fair | 01:04 |
*** jamielennox|away is now known as jamielennox | 01:04 | |
lifeless | jgriffith: one is detecting hung tests. With parallel workers, this use case is not met by 'show everything' - you can't detect it visually anymore. | 01:04 |
jgriffith | lifeless: you have a crap test that's hung.. don't want to wait 60 seconds to realize it's prompting your for input | 01:04 |
jgriffith | true | 01:05 |
lifeless | jgriffith: secondly, dropping into debuggers - you want to know what test you're debugging | 01:05 |
*** arata has joined #openstack-dev | 01:05 | |
lifeless | jgriffith: thirdly its like a defragger, keeps visual cortex active. | 01:06 |
lifeless | jgriffith: so, what I want to do in testr itself is: | 01:06 |
*** Farooque has quit IRC | 01:06 | |
lifeless | - support dropping into debuggers | 01:06 |
*** cjwilson has quit IRC | 01:06 | |
lifeless | - output the source and id of hung tests after a configurable timeout [e.g. last-run-time + 50% / over-fixed-time-threshold] | 01:07 |
*** stevemar has joined #openstack-dev | 01:07 | |
lifeless | s|/|or| | 01:07 |
jgriffith | lifeless: that would be cool | 01:07 |
lifeless | - lastly show a spinner | 01:07 |
jgriffith | lifeless: haha... was waiting for that one :) | 01:08 |
jgriffith | funny how we get uneasy without visual feed-back :) | 01:08 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Remove unused zmq relay functionality https://review.openstack.org/31920 | 01:08 |
lifeless | its hard to tell if another processs is ready for input, but if we stub out stdin inside the process, we can issue a prompt to testr saying 'hey, I need input now' and do that instantly, in future. | 01:08 |
lifeless | jgriffith: IME it's often a fill-in for inadequate logging and data capture | 01:09 |
jgriffith | lifeless: so for example: I kicked this off about 3 minutes ago: http://paste.openstack.org/show/38816/ | 01:09 |
*** ben_duyujie has joined #openstack-dev | 01:09 | |
lifeless | jgriffith: so anyhow, point is - I think I understand the actual needs [vs described issues], and a) am plodding towards it as I get cycles; b) have a design, and i could talk someone else through it if they want to do it. | 01:09 |
lifeless | jgriffith: and I think the design will be nice and great to use. | 01:09 |
jgriffith | lifeless: yes, sounds promising | 01:09 |
jgriffith | lifeless: I'd volunteer to help but I really don't have cycles, and I have a test suite that meets my needs | 01:10 |
lifeless | yah | 01:10 |
lifeless | totally understand | 01:10 |
jgriffith | lifeless: which was kinda my point in the email | 01:10 |
jgriffith | lifeless: however I do have a better appreciation for the reasoning and the goal | 01:10 |
*** dolphm has quit IRC | 01:12 | |
*** mdomsch has joined #openstack-dev | 01:13 | |
*** lbragstad has joined #openstack-dev | 01:17 | |
*** racedo has quit IRC | 01:18 | |
*** Mandell has quit IRC | 01:18 | |
giulivo | ping dtroyer_zz | 01:19 |
*** sdake has quit IRC | 01:21 | |
*** Ryan_Lane has quit IRC | 01:22 | |
*** jasdeepH has quit IRC | 01:26 | |
*** alop has quit IRC | 01:27 | |
*** racedo has joined #openstack-dev | 01:29 | |
*** gongysh has quit IRC | 01:30 | |
*** nati_ueno has quit IRC | 01:31 | |
*** erkules has quit IRC | 01:34 | |
*** stevemar has quit IRC | 01:35 | |
*** terry7 has quit IRC | 01:37 | |
*** stevemar has joined #openstack-dev | 01:37 | |
*** melwitt has quit IRC | 01:38 | |
*** Tedster has joined #openstack-dev | 01:38 | |
*** giulivo has quit IRC | 01:42 | |
*** sdake has joined #openstack-dev | 01:42 | |
*** sdake has joined #openstack-dev | 01:42 | |
*** otherwiseguy has joined #openstack-dev | 01:43 | |
*** vuntz has quit IRC | 01:45 | |
*** maoy has joined #openstack-dev | 01:46 | |
*** Farooque has joined #openstack-dev | 01:46 | |
*** souvik has joined #openstack-dev | 01:46 | |
*** maoy has quit IRC | 01:46 | |
*** READ10 has quit IRC | 01:48 | |
*** zb has quit IRC | 01:48 | |
*** erkules has joined #openstack-dev | 01:48 | |
*** neelashah has joined #openstack-dev | 01:49 | |
*** fifieldt_ has joined #openstack-dev | 01:53 | |
*** pcm_ has quit IRC | 01:54 | |
*** mdomsch has quit IRC | 01:55 | |
*** pcm_ has joined #openstack-dev | 01:55 | |
*** dprince has quit IRC | 01:57 | |
*** novas0x2a|laptop has quit IRC | 01:58 | |
*** jasdeepH has joined #openstack-dev | 01:59 | |
*** zb has joined #openstack-dev | 02:00 | |
*** Tross has quit IRC | 02:03 | |
*** cjwilson has joined #openstack-dev | 02:04 | |
*** bing_bu has joined #openstack-dev | 02:04 | |
*** pcm_ has quit IRC | 02:05 | |
*** kui has joined #openstack-dev | 02:05 | |
*** markvoelker has quit IRC | 02:07 | |
*** dolphm has joined #openstack-dev | 02:07 | |
*** vuntz has joined #openstack-dev | 02:08 | |
*** SumitNaiksatam has quit IRC | 02:08 | |
*** stevemar has quit IRC | 02:09 | |
*** markwash has joined #openstack-dev | 02:10 | |
kui | Can someone help triage the bug please ? | 02:11 |
kui | https://bugs.launchpad.net/openstack-ci/+bug/1191424 | 02:11 |
uvirtbot | Launchpad bug 1191424 in openstack-ci "exercise euca.sh should check the volume just created" [Undecided,New] | 02:11 |
kui | and approve the review | 02:11 |
kui | https://review.openstack.org/#/c/33180/ | 02:11 |
clarkb | kui: can you move the bug to devstack? that is not an openstack-ci bug | 02:12 |
clarkb | then the devstack devs will be able to triage i | 02:12 |
clarkb | t | 02:12 |
*** hk_peter has joined #openstack-dev | 02:13 | |
kui | OK, I will change it | 02:13 |
*** souvik has quit IRC | 02:13 | |
*** anniec has quit IRC | 02:17 | |
*** souvik has joined #openstack-dev | 02:19 | |
kui | Is there a dedicated IRC channel for devstack ? | 02:25 |
*** wenjianhn has quit IRC | 02:25 | |
clarkb | kui: not that I am aware of. This would be the appropriate place, but dtroyer_zz seems to be away | 02:25 |
kui | Thanks, clarkb. I will wait another day | 02:27 |
*** freedomhui has joined #openstack-dev | 02:28 | |
*** rcleere has joined #openstack-dev | 02:32 | |
*** kui has left #openstack-dev | 02:33 | |
*** marun has quit IRC | 02:34 | |
*** SumitNaiksatam has joined #openstack-dev | 02:36 | |
*** amerine has joined #openstack-dev | 02:37 | |
*** darjeeling has quit IRC | 02:38 | |
*** pabelanger has quit IRC | 02:39 | |
*** sungju has quit IRC | 02:40 | |
*** gongysh has joined #openstack-dev | 02:43 | |
*** prad has joined #openstack-dev | 02:43 | |
*** rcleere has quit IRC | 02:43 | |
*** martitia_ has quit IRC | 02:44 | |
*** martitia_ has joined #openstack-dev | 02:45 | |
*** jergerber has quit IRC | 02:47 | |
*** mdomsch has joined #openstack-dev | 02:48 | |
*** souvik has quit IRC | 02:53 | |
*** SumitNaiksatam has quit IRC | 02:54 | |
*** ben_duyujie has quit IRC | 02:55 | |
*** SumitNaiksatam has joined #openstack-dev | 02:55 | |
*** SumitNaiksatam has left #openstack-dev | 02:55 | |
*** martitia_ has quit IRC | 02:57 | |
*** martitia_ has joined #openstack-dev | 02:57 | |
*** martitia_ has quit IRC | 02:59 | |
*** martitia_ has joined #openstack-dev | 02:59 | |
*** Mandell has joined #openstack-dev | 03:00 | |
*** sean_s has joined #openstack-dev | 03:02 | |
*** souvik has joined #openstack-dev | 03:03 | |
*** matiu has quit IRC | 03:03 | |
*** amerine has quit IRC | 03:05 | |
*** souvik has quit IRC | 03:05 | |
*** sean_s has quit IRC | 03:07 | |
*** rcleere has joined #openstack-dev | 03:07 | |
*** leizhang has joined #openstack-dev | 03:11 | |
*** SumitNaiksatam has joined #openstack-dev | 03:12 | |
*** SumitNaiksatam has quit IRC | 03:12 | |
*** nati_ueno has joined #openstack-dev | 03:17 | |
*** Tross has joined #openstack-dev | 03:17 | |
*** Tross has left #openstack-dev | 03:18 | |
*** shaon has joined #openstack-dev | 03:18 | |
*** pixelbeat has quit IRC | 03:19 | |
*** alexxu has joined #openstack-dev | 03:21 | |
*** sdake has quit IRC | 03:27 | |
*** wenjianhn has joined #openstack-dev | 03:27 | |
*** stevemar has joined #openstack-dev | 03:29 | |
*** abhisri has quit IRC | 03:29 | |
*** freedomhui has quit IRC | 03:32 | |
*** gongysh has quit IRC | 03:32 | |
*** dguitarbite has joined #openstack-dev | 03:34 | |
*** bdpayne has joined #openstack-dev | 03:35 | |
*** ayoung-afk has quit IRC | 03:36 | |
*** galstrom_zzz is now known as galstrom | 03:37 | |
*** sdake has joined #openstack-dev | 03:37 | |
*** sdake has joined #openstack-dev | 03:37 | |
*** stevemar2 has joined #openstack-dev | 03:38 | |
*** stevemar has quit IRC | 03:38 | |
*** sride has joined #openstack-dev | 03:39 | |
*** pixelbeat has joined #openstack-dev | 03:39 | |
*** stevemar2 has quit IRC | 03:39 | |
*** stanzgy has quit IRC | 03:40 | |
*** galstrom is now known as galstrom_zzz | 03:41 | |
*** prad has quit IRC | 03:41 | |
*** zbitter has joined #openstack-dev | 03:43 | |
*** Farooque has quit IRC | 03:44 | |
*** zb has quit IRC | 03:46 | |
*** sudorandom has joined #openstack-dev | 03:49 | |
*** Samos123 has quit IRC | 03:51 | |
*** lloydde has joined #openstack-dev | 03:51 | |
*** Samos123 has joined #openstack-dev | 03:52 | |
*** markmcclain has joined #openstack-dev | 03:58 | |
*** freedomhui has joined #openstack-dev | 04:02 | |
*** novas0x2a|laptop has joined #openstack-dev | 04:02 | |
*** jasondotstar has quit IRC | 04:03 | |
*** neelashah has quit IRC | 04:04 | |
*** jamespage has quit IRC | 04:05 | |
*** jamespage has joined #openstack-dev | 04:06 | |
*** terryh has quit IRC | 04:06 | |
*** jayjay has quit IRC | 04:08 | |
*** wenjianhn has quit IRC | 04:08 | |
*** morazi has joined #openstack-dev | 04:16 | |
*** SergeyLukjanov has joined #openstack-dev | 04:18 | |
*** sthaha has quit IRC | 04:20 | |
*** sthaha has joined #openstack-dev | 04:21 | |
*** souvik has joined #openstack-dev | 04:25 | |
*** dguitarbite has quit IRC | 04:27 | |
*** otherwiseguy has quit IRC | 04:27 | |
*** bdpayne has quit IRC | 04:27 | |
*** Farooque has joined #openstack-dev | 04:28 | |
*** amerine has joined #openstack-dev | 04:28 | |
*** sdake has quit IRC | 04:31 | |
*** jcoufal has joined #openstack-dev | 04:32 | |
*** zaitcev has quit IRC | 04:33 | |
*** bdpayne has joined #openstack-dev | 04:34 | |
*** kushal has joined #openstack-dev | 04:34 | |
*** Farooque has quit IRC | 04:35 | |
*** Farooque has joined #openstack-dev | 04:36 | |
*** martine has quit IRC | 04:44 | |
*** Farooque has quit IRC | 04:44 | |
*** Farooque has joined #openstack-dev | 04:45 | |
*** pixelbeat has quit IRC | 04:46 | |
*** morazi has quit IRC | 04:47 | |
*** Farooque has quit IRC | 04:47 | |
*** Farooque has joined #openstack-dev | 04:47 | |
*** rcleere has quit IRC | 04:50 | |
*** Farooque has quit IRC | 04:50 | |
*** Farooque has joined #openstack-dev | 04:51 | |
*** asalkeld has quit IRC | 04:51 | |
*** networkstatic has quit IRC | 04:52 | |
*** yuanz has quit IRC | 04:53 | |
*** networkstatic has joined #openstack-dev | 04:54 | |
*** freedomhui has quit IRC | 04:55 | |
*** comay has quit IRC | 04:57 | |
*** sld__ is now known as sld | 04:59 | |
*** souvik has quit IRC | 05:00 | |
*** bdpayne has quit IRC | 05:00 | |
*** souvik has joined #openstack-dev | 05:01 | |
*** Farooque has quit IRC | 05:02 | |
*** Farooque has joined #openstack-dev | 05:03 | |
*** shaon_ has joined #openstack-dev | 05:03 | |
*** wenjianhn has joined #openstack-dev | 05:04 | |
*** shaon has quit IRC | 05:04 | |
*** Farooque has quit IRC | 05:05 | |
*** Farooque has joined #openstack-dev | 05:05 | |
*** pschaef has joined #openstack-dev | 05:19 | |
*** Farooque has quit IRC | 05:19 | |
*** Farooque has joined #openstack-dev | 05:19 | |
*** sride has quit IRC | 05:20 | |
*** souvik has quit IRC | 05:20 | |
*** souvik has joined #openstack-dev | 05:26 | |
*** Farooque has quit IRC | 05:26 | |
*** Farooque has joined #openstack-dev | 05:26 | |
openstackgerrit | A change was merged to openstack/python-troveclient: Update to pbr/d2to1. https://review.openstack.org/33139 | 05:28 |
*** reed has quit IRC | 05:31 | |
*** jcoufal has quit IRC | 05:33 | |
*** vipul is now known as vipul|away | 05:34 | |
*** matiu has joined #openstack-dev | 05:34 | |
*** matiu has quit IRC | 05:34 | |
*** matiu has joined #openstack-dev | 05:34 | |
*** jasper22_ has joined #openstack-dev | 05:34 | |
*** abhishekkr has quit IRC | 05:35 | |
*** boris-42 has joined #openstack-dev | 05:36 | |
*** Farooque has quit IRC | 05:36 | |
*** Farooque has joined #openstack-dev | 05:37 | |
*** markmcclain has quit IRC | 05:37 | |
*** jasper22 has quit IRC | 05:37 | |
*** pschaef has left #openstack-dev | 05:42 | |
*** Farooque has quit IRC | 05:42 | |
*** Farooque has joined #openstack-dev | 05:42 | |
*** pschaef has joined #openstack-dev | 05:43 | |
openstackgerrit | A change was merged to openstack/python-troveclient: Move to flake8/hacking. https://review.openstack.org/33140 | 05:45 |
*** anfrolov has joined #openstack-dev | 05:48 | |
*** freedomhui has joined #openstack-dev | 05:51 | |
*** devvesa has joined #openstack-dev | 05:51 | |
*** Farooque has quit IRC | 05:52 | |
*** Farooque has joined #openstack-dev | 05:53 | |
*** navid has joined #openstack-dev | 05:54 | |
*** Farooque has quit IRC | 05:54 | |
*** Farooque has joined #openstack-dev | 05:55 | |
*** terriyu has quit IRC | 05:55 | |
*** Ryan_Lane has joined #openstack-dev | 05:56 | |
*** sdake has joined #openstack-dev | 05:57 | |
*** sdake has joined #openstack-dev | 05:57 | |
*** Farooque has quit IRC | 05:58 | |
*** Ryan_Lane has joined #openstack-dev | 05:59 | |
*** Farooque has joined #openstack-dev | 05:59 | |
*** lloydde has quit IRC | 05:59 | |
*** nati_ueno has quit IRC | 05:59 | |
*** nati_ueno has joined #openstack-dev | 06:00 | |
*** ffio has joined #openstack-dev | 06:01 | |
*** _ffio_ has quit IRC | 06:01 | |
*** shaon has joined #openstack-dev | 06:02 | |
*** gongysh has joined #openstack-dev | 06:03 | |
*** shaon_ has quit IRC | 06:04 | |
*** mrunge has joined #openstack-dev | 06:06 | |
*** SergeyLukjanov has quit IRC | 06:07 | |
*** garyk has joined #openstack-dev | 06:07 | |
*** gongysh has quit IRC | 06:08 | |
*** abhishekkr has joined #openstack-dev | 06:09 | |
*** gongysh has joined #openstack-dev | 06:10 | |
*** lloydde has joined #openstack-dev | 06:10 | |
*** nati_uen_ has joined #openstack-dev | 06:11 | |
*** eglynn has joined #openstack-dev | 06:11 | |
*** jasdeepH has quit IRC | 06:11 | |
*** vartom3 has joined #openstack-dev | 06:13 | |
openstackgerrit | A change was merged to openstack/cinder: Use common.processutils.execute https://review.openstack.org/32974 | 06:13 |
*** nati_ueno has quit IRC | 06:13 | |
*** jasper22_ is now known as jasper22 | 06:14 | |
*** mihgen has joined #openstack-dev | 06:14 | |
*** xqueralt-afk is now known as xqueralt | 06:14 | |
*** dolphm has quit IRC | 06:15 | |
garyk | gongysh: ping | 06:15 |
gongysh | garyk: pong | 06:15 |
garyk | gongysh: did you see the message i sent you? | 06:17 |
*** Farooque has quit IRC | 06:17 | |
*** koolhead17 has joined #openstack-dev | 06:18 | |
*** Farooque has joined #openstack-dev | 06:18 | |
*** jasdeepH has joined #openstack-dev | 06:20 | |
*** souvik has quit IRC | 06:21 | |
*** jasdeepH has quit IRC | 06:21 | |
*** Farooque has quit IRC | 06:22 | |
*** Farooque has joined #openstack-dev | 06:22 | |
*** nati_uen_ has quit IRC | 06:23 | |
*** Farooque has quit IRC | 06:23 | |
*** eglynn has quit IRC | 06:24 | |
gongysh | garyk: pong, my irc connection is not stable | 06:25 |
*** gongysh has quit IRC | 06:25 | |
*** darjeeling has joined #openstack-dev | 06:25 | |
*** Ryan_Lane has quit IRC | 06:25 | |
*** Farooque has joined #openstack-dev | 06:26 | |
*** souvik has joined #openstack-dev | 06:26 | |
*** darjeeling has quit IRC | 06:27 | |
*** vipul|away is now known as vipul | 06:27 | |
*** henrynash has joined #openstack-dev | 06:30 | |
*** abhishekkr has quit IRC | 06:31 | |
*** Farooque has quit IRC | 06:31 | |
*** Farooque has joined #openstack-dev | 06:31 | |
*** pschaef has quit IRC | 06:32 | |
*** pschaef has joined #openstack-dev | 06:33 | |
*** gongysh has joined #openstack-dev | 06:33 | |
gongysh | garyk: ping, it is ok now | 06:33 |
mirrorbox | I'm wondering if I'm the only person seeing this: http://lists.openstack.org/pipermail/openstack-dev/2013-June/010470.html ? | 06:36 |
*** Farooque has quit IRC | 06:36 | |
*** nati_ueno has joined #openstack-dev | 06:37 | |
*** Farooque has joined #openstack-dev | 06:37 | |
mirrorbox | and I'm not even sure how to debug that ;( | 06:37 |
*** Ryan_Lane has joined #openstack-dev | 06:38 | |
*** armax has quit IRC | 06:41 | |
*** Farooque has quit IRC | 06:41 | |
*** Farooque has joined #openstack-dev | 06:41 | |
*** hk_peter has quit IRC | 06:42 | |
*** henrynash has quit IRC | 06:42 | |
*** abhishekkr has joined #openstack-dev | 06:43 | |
*** souvik has quit IRC | 06:44 | |
*** xqueralt is now known as xqueralt-afk | 06:44 | |
*** romcheg has joined #openstack-dev | 06:46 | |
*** ifarkas has joined #openstack-dev | 06:46 | |
*** boris-42 has quit IRC | 06:48 | |
*** Farooque has quit IRC | 06:48 | |
*** Farooque has joined #openstack-dev | 06:48 | |
*** egallen has joined #openstack-dev | 06:51 | |
*** Mandell has quit IRC | 06:52 | |
*** Farooque has quit IRC | 06:52 | |
*** nati_ueno has quit IRC | 06:52 | |
*** Farooque has joined #openstack-dev | 06:53 | |
*** nati_ueno has joined #openstack-dev | 06:53 | |
*** reidrac has joined #openstack-dev | 06:53 | |
*** Mandell has joined #openstack-dev | 06:55 | |
*** Ryan_Lane has quit IRC | 06:58 | |
openstackgerrit | A change was merged to openstack/horizon: Fixing get_panel_groups uncaught exception https://review.openstack.org/31088 | 07:00 |
*** michchap_ has quit IRC | 07:00 | |
*** ffio has quit IRC | 07:00 | |
*** michchap has joined #openstack-dev | 07:00 | |
*** gongysh has quit IRC | 07:05 | |
*** Farooque has quit IRC | 07:05 | |
*** Farooque has joined #openstack-dev | 07:06 | |
*** afazekas has joined #openstack-dev | 07:06 | |
kashyap | Hien, any hints why hints latest devstack setup fails (this with git head of devstack and all repos in /opt/stac) with this keystone error -- http://paste.openstack.org/show/38837/ | 07:06 |
*** ffio has joined #openstack-dev | 07:06 | |
*** Samos123 has quit IRC | 07:06 | |
*** timello has quit IRC | 07:06 | |
*** timello has joined #openstack-dev | 07:07 | |
kashyap | Duh, let me search psycopg2 in Fedora repos (I was making a typo!) | 07:07 |
*** Samos123 has joined #openstack-dev | 07:08 | |
*** jcoufal has joined #openstack-dev | 07:08 | |
openstackgerrit | A change was merged to openstack/python-troveclient: Migrate to testr. https://review.openstack.org/33403 | 07:12 |
*** mihgen has quit IRC | 07:15 | |
*** jongleur has joined #openstack-dev | 07:15 | |
*** romcheg has left #openstack-dev | 07:18 | |
*** Samos123 has quit IRC | 07:18 | |
*** Samos123 has joined #openstack-dev | 07:19 | |
*** ndipanov_gone is now known as ndipanov | 07:19 | |
*** jtomasek has joined #openstack-dev | 07:21 | |
*** yuanz has joined #openstack-dev | 07:21 | |
*** eglynn has joined #openstack-dev | 07:22 | |
jongleur | Hi. Trying horizon (from the grizzly release) I continuously get python errors stating it "cannot import force_unicode" when it tries to: "from django.utils.translation import force_unicode, uget_text_lazy... | 07:22 |
*** darjeeling has joined #openstack-dev | 07:23 | |
jongleur | what's going wrong? as far as I understand python, it's right: there is no force_unicode in django.utils.translation | 07:23 |
Alex_Gaynor | jongleur: If you do `import django; print django.get_version()` what do you get? | 07:23 |
*** garyk has quit IRC | 07:23 | |
Alex_Gaynor | Ah, wait, django.utils.translation is totally the wrong place | 07:23 |
Alex_Gaynor | django.utils.encoding is the right one | 07:23 |
*** garyk has joined #openstack-dev | 07:23 | |
jongleur | 1.5.1 | 07:23 |
Alex_Gaynor | yeah, django.utils.translation is totally wrong, let me get a checkout and see if this is fixed or send a patch | 07:24 |
jongleur | great, thanks | 07:24 |
Alex_Gaynor | Looks to have been fixed in master | 07:24 |
*** asalkeld has joined #openstack-dev | 07:25 | |
*** giulivo has joined #openstack-dev | 07:25 | |
ndipanov | jongleur, Alex_Gaynor shouldn't the requiremnt be pinned in horion to avoid this kind of thing? | 07:26 |
*** zbitter is now known as zaneb | 07:26 | |
ndipanov | on django version that is | 07:26 |
jongleur | ndipanov: I have no idea - I just try to install openstack and stumbled here, yet | 07:26 |
Alex_Gaynor | ndipanov: I'd think so, I don't know much about horizon to be honest, just a django developer :) | 07:26 |
Alex_Gaynor | This was fixed in 5d32caf3af3b11fcf496ebb04ccfc44f49cbe0b9 | 07:26 |
*** freedomhui has quit IRC | 07:27 | |
jongleur | wait... that's strange... dpkg-query reports python-django to be version 1.4.5-1... | 07:27 |
*** eglynn has quit IRC | 07:27 | |
ndipanov | Alex_Gaynor, and the patch updates the pip-requires as expected | 07:27 |
jongleur | (but the 1.5.1. was reported by the get_version() command... | 07:27 |
*** Alexei_987 has joined #openstack-dev | 07:27 | |
ndipanov | so jongleur are you using virtual envs or? | 07:28 |
ndipanov | devstack on a non clean machine maybe? | 07:28 |
jongleur | no devstack | 07:28 |
ndipanov | jongleur, hmmm right that's strange... | 07:29 |
jongleur | but I tried devstack before, so unclean machine might be | 07:29 |
jongleur | hmm... I don't want another reinstall of the OS again :( | 07:29 |
ndipanov | jongleur, hence - virtualization... I hear it's big right now :) | 07:30 |
jongleur | ndipanov: yes, but isn't that what openstack is for? | 07:30 |
jongleur | virtualizing the virtualization stuff is... well, somewhere the virtualization should start, right? | 07:31 |
ndipanov | jongleur, sure - just joking :) | 07:31 |
jongleur | ;) | 07:31 |
ndipanov | jongleur, how did you install openstack exactly? | 07:31 |
*** jgallard has joined #openstack-dev | 07:32 | |
*** jprovazn has joined #openstack-dev | 07:32 | |
*** jasdeepH has joined #openstack-dev | 07:32 | |
jongleur | ndipanov: following an installation guide - in fact following two installation guides (in two trials to do so), so I have to search for the corresponding open tab for the current attempt (which I started last week, so it's buried somewhere in firefox) | 07:33 |
jongleur | this one: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst | 07:34 |
*** pixelbeat has joined #openstack-dev | 07:34 | |
ndipanov | jongleur, there's a lot of moving parts there especially if you used distro packages (seems yes), so not sure I can help you... but I'd start with a clean machine | 07:35 |
jongleur | yeah, sure - again ;) | 07:35 |
jongleur | thanks nevertheless ;) | 07:35 |
ndipanov | jongleur, shameless plug: check out openstack.redhat.com - we have an app for that (installing openstack that is) | 07:35 |
ndipanov | jongleur, but so do other peeps... maybe look into that rather than do it by hand.. | 07:36 |
jongleur | yeah, that seems to be the biggest problem around: there are hundrets of people writing walkthroughs, half-done scripts and so on | 07:37 |
*** jasdeepH has quit IRC | 07:37 | |
jongleur | but while devstack seems to work, there's no good installation routine for openstack, and nobody cares for the entire project, as everybody who cares, does it for his customers or own expertise - or for private and therefore decides to be finished at the "works-for-me" stage | 07:38 |
*** xqueralt-afk is now known as xqueralt | 07:38 | |
*** sungju has joined #openstack-dev | 07:38 | |
ndipanov | jongleur, two I use are devstack for dev and "packstack" on our distros... not half-done at all. | 07:38 |
ndipanov | jongleur, and it uses puppet so you won't have to reinstall everything :) | 07:42 |
ndipanov | jongleur, really not sure about ubuntu though... would love to help | 07:43 |
jongleur | ;) but I would have to switch the distribution entirely, I fear | 07:43 |
jongleur | well, I installed openstack successfully before with ubuntu, Essex on 12.04, Folsom on 12.10, but now grizzly fails on 13.04 yet | 07:44 |
ndipanov | jongleur, maybe there are some ubuntu specific channels you could get better info on... | 07:45 |
*** gongysh has joined #openstack-dev | 07:47 | |
*** Farooque has quit IRC | 07:47 | |
*** martyntaylor has joined #openstack-dev | 07:48 | |
*** Farooque has joined #openstack-dev | 07:48 | |
*** jgallard has quit IRC | 07:48 | |
*** jgallard has joined #openstack-dev | 07:48 | |
*** racedo has quit IRC | 07:50 | |
*** Farooque has quit IRC | 07:50 | |
*** Farooque has joined #openstack-dev | 07:50 | |
*** saschpe has quit IRC | 07:50 | |
openstackgerrit | A change was merged to openstack/cinder: cinder.schedule: Replace 'locals()' with explicit values https://review.openstack.org/33288 | 07:52 |
koolhead17 | jongleur, hi | 07:52 |
jongleur | hi koolhead17 | 07:52 |
koolhead17 | what is the issue your facing? | 07:52 |
jongleur | koolhead17: not sure if that's all, but currently horizon fails reporting to the log it cannot import force_unicode from django.utils.translation | 07:54 |
*** garyk has quit IRC | 07:54 | |
jongleur | (which seems reasonable as that afaik does not exist there) | 07:54 |
*** garyk has joined #openstack-dev | 07:54 | |
*** saschpe has joined #openstack-dev | 07:54 | |
*** mmagr has joined #openstack-dev | 07:54 | |
*** markwash has quit IRC | 07:54 | |
koolhead17 | jongleur, did you do any changes in default config? | 07:56 |
*** JordanP has joined #openstack-dev | 07:56 | |
jongleur | the horizon config? as far as I remember no. | 07:57 |
mirrorbox | ndipanov: are you around? | 07:57 |
*** toddnni_ has quit IRC | 07:58 | |
*** mihgen has joined #openstack-dev | 07:59 | |
*** Farooque has quit IRC | 07:59 | |
*** pmathews has joined #openstack-dev | 07:59 | |
*** Farooque has joined #openstack-dev | 07:59 | |
ndipanov | mirrorbox, present! | 08:00 |
ndipanov | mirrorbox, how can I be of service | 08:00 |
*** athomas has joined #openstack-dev | 08:00 | |
mirrorbox | ndipanov: hi, I'm looking at 186_new_bdm_format.py | 08:01 |
ndipanov | mirrorbox, take it to nova channel maybe? | 08:01 |
mirrorbox | oh, good | 08:01 |
*** freedomhui has joined #openstack-dev | 08:02 | |
*** odyssey4me has joined #openstack-dev | 08:02 | |
*** derekh has joined #openstack-dev | 08:04 | |
*** SergeyLukjanov has joined #openstack-dev | 08:05 | |
Daviey | jongleur: I am also biased, but using anything other than distributions is an expensive decision IMO. Your maintenance burden becomes much more expensive. | 08:05 |
jongleur | with "than distributions" you talk about openstack-distribution-bundles? | 08:06 |
jongleur | like stackops? | 08:06 |
Daviey | I can't talk for other distributions than Ubuntu :) | 08:06 |
*** lucasagomes has joined #openstack-dev | 08:07 | |
*** freedomhui has quit IRC | 08:07 | |
jongleur | Daviey: yes, but my attempt was with ubuntu 13.04 server (so including the openstack grizzly stuff) | 08:07 |
Daviey | jongleur: You should be able to use grizzly on 12.04 via the Ubuntu Cloud Archive. 12.04 is the LTS (Long Term Release) release, which will out support 13.04. | 08:08 |
*** garyk has quit IRC | 08:08 | |
*** henrynash has joined #openstack-dev | 08:08 | |
Daviey | jongleur: we should probably take this to #openstack, it doesn't seem dev focused. | 08:08 |
jongleur | ok | 08:08 |
*** nati_ueno has quit IRC | 08:09 | |
*** pmathews has quit IRC | 08:10 | |
*** bashok has joined #openstack-dev | 08:12 | |
*** Farooque has quit IRC | 08:13 | |
*** shang has quit IRC | 08:13 | |
*** JordanP has quit IRC | 08:14 | |
*** lsmola has quit IRC | 08:14 | |
*** JordanP has joined #openstack-dev | 08:15 | |
*** jpich has joined #openstack-dev | 08:16 | |
*** shang has joined #openstack-dev | 08:16 | |
*** Mandell has quit IRC | 08:17 | |
*** Ki2 has joined #openstack-dev | 08:18 | |
Ki2 | Hi all | 08:18 |
*** networkstatic has quit IRC | 08:21 | |
*** lsmola has joined #openstack-dev | 08:21 | |
Ki2 | Hi lsmola | 08:23 |
*** boris-42 has joined #openstack-dev | 08:24 | |
lsmola | Ki2, hi | 08:24 |
Ki2 | I have some question about Openstack development, are u a developer? | 08:25 |
*** kaushikc has joined #openstack-dev | 08:25 | |
*** asalkeld has quit IRC | 08:27 | |
*** asalkeld has joined #openstack-dev | 08:27 | |
Ki2 | can anybody help me by answering my questions? | 08:28 |
jongleur | Ki2: in general, don't ask to ask, just ask. I'm not an openstack developer, but here are devs around, I'm sure, and they won't wake up to answer a question that's useless as it's not filled with content | 08:29 |
mrunge | Ki2, sure, somebody can answer your questions | 08:29 |
mrunge | Ki2, you need to ask them | 08:29 |
Ki2 | for example, I can see source code of it which is written in python, so is python the only language of it or can i involve by java? | 08:30 |
Ki2 | I've downloaded this "nova-2013.1.2.tar.gz"; is it related to openstack compute? | 08:31 |
*** mkollaro has joined #openstack-dev | 08:31 | |
Ki2 | it is only 5.5 mb, so is it the whole source code for compute? | 08:32 |
*** eglynn has joined #openstack-dev | 08:33 | |
*** psedlak has joined #openstack-dev | 08:34 | |
*** markmc has joined #openstack-dev | 08:36 | |
Ki2 | mostly, for apache projects, I can download source codes, then by using maven, make them available for improting into eclipse, and then in eclipse it is possible to change them, but i have no idea about openstack, how can i import for example openstack compute source code into a IDE and then run it? | 08:36 |
*** lukego has joined #openstack-dev | 08:37 | |
mrunge | Ki2, it's python, the whole project is currently mostly in python | 08:40 |
mrunge | Ki2, nova is one piece of OpenStack | 08:41 |
mrunge | Ki2, nova interfaces with many other components as well, such as the virtualization stack | 08:41 |
mrunge | Ki2, I suggest to look into devstack | 08:42 |
*** lsmola has quit IRC | 08:43 | |
Ki2 | Thank you for your reply. | 08:45 |
*** lsmola has joined #openstack-dev | 08:45 | |
*** salv-orlando has quit IRC | 08:48 | |
*** salv-orlando has joined #openstack-dev | 08:49 | |
*** Madkiss has quit IRC | 08:52 | |
*** lsmola has quit IRC | 08:55 | |
*** lsmola has joined #openstack-dev | 08:55 | |
*** odyssey4me has quit IRC | 08:55 | |
*** egallen has quit IRC | 08:55 | |
*** lsmola_ has joined #openstack-dev | 08:58 | |
*** iartarisi has joined #openstack-dev | 08:58 | |
*** lsmola has quit IRC | 08:59 | |
*** Ki2 has left #openstack-dev | 09:01 | |
*** lsmola_ has quit IRC | 09:01 | |
*** lsmola has joined #openstack-dev | 09:02 | |
*** odyssey4me has joined #openstack-dev | 09:03 | |
*** gongysh has quit IRC | 09:04 | |
*** JordanP has quit IRC | 09:04 | |
*** boris-42 has quit IRC | 09:07 | |
*** boris-42 has joined #openstack-dev | 09:07 | |
*** ben_duyujie has joined #openstack-dev | 09:08 | |
*** odyssey4me has quit IRC | 09:08 | |
*** iartarisi has quit IRC | 09:12 | |
*** avishay has quit IRC | 09:13 | |
*** iartarisi has joined #openstack-dev | 09:15 | |
*** odyssey4me has joined #openstack-dev | 09:16 | |
*** devx has quit IRC | 09:18 | |
*** ben_duyujie has quit IRC | 09:19 | |
*** devx has joined #openstack-dev | 09:20 | |
*** zaneb has quit IRC | 09:22 | |
*** bing_bu has quit IRC | 09:23 | |
*** amerine has quit IRC | 09:24 | |
*** zoresvit has joined #openstack-dev | 09:25 | |
*** dripton has quit IRC | 09:25 | |
*** flask11 has joined #openstack-dev | 09:26 | |
*** mrunge is now known as mrunge_brb | 09:27 | |
*** dripton has joined #openstack-dev | 09:29 | |
*** egallen has joined #openstack-dev | 09:31 | |
*** zaneb has joined #openstack-dev | 09:42 | |
*** mrunge_brb is now known as mrunge | 09:44 | |
*** egallen has quit IRC | 09:47 | |
*** zb has joined #openstack-dev | 09:47 | |
*** zaneb has quit IRC | 09:48 | |
*** zb is now known as zaneb | 09:49 | |
*** sushils has joined #openstack-dev | 09:51 | |
*** JordanP has joined #openstack-dev | 09:53 | |
*** eglynn has quit IRC | 09:55 | |
*** eglynn has joined #openstack-dev | 09:55 | |
openstackgerrit | A change was merged to openstack/nova: Remove _is_precooked pre-cells Zones hacks https://review.openstack.org/33375 | 09:57 |
*** martyntaylor has quit IRC | 09:58 | |
*** martyntaylor1 has joined #openstack-dev | 09:58 | |
*** mihgen has quit IRC | 09:59 | |
*** JordanP has quit IRC | 10:00 | |
openstackgerrit | A change was merged to openstack/keystone: Remove a stat warning log https://review.openstack.org/32312 | 10:02 |
openstackgerrit | A change was merged to openstack/keystone: Correct the resolving api logic in stat middleware https://review.openstack.org/32317 | 10:02 |
*** martyntaylor1 has quit IRC | 10:02 | |
*** garyk has joined #openstack-dev | 10:03 | |
*** shaon_ has joined #openstack-dev | 10:03 | |
*** pcm__ has joined #openstack-dev | 10:03 | |
*** pcm__ has quit IRC | 10:03 | |
*** shaon has quit IRC | 10:03 | |
*** pcm_ has joined #openstack-dev | 10:04 | |
*** romcheg1 has joined #openstack-dev | 10:05 | |
openstackgerrit | A change was merged to openstack/keystone: Move user fileds type check to identity.Manager https://review.openstack.org/33181 | 10:05 |
*** egallen has joined #openstack-dev | 10:06 | |
*** zb has joined #openstack-dev | 10:09 | |
*** zaneb has quit IRC | 10:11 | |
*** mrunge has quit IRC | 10:12 | |
*** michchap has quit IRC | 10:12 | |
*** michchap has joined #openstack-dev | 10:12 | |
*** JordanP has joined #openstack-dev | 10:14 | |
*** drewlander has joined #openstack-dev | 10:16 | |
openstackgerrit | A change was merged to openstack/nova: Add rpc client side version control. https://review.openstack.org/32721 | 10:17 |
*** gakott has joined #openstack-dev | 10:18 | |
*** racedo has joined #openstack-dev | 10:18 | |
*** JordanP has quit IRC | 10:20 | |
*** garyk has quit IRC | 10:20 | |
*** annegentle has quit IRC | 10:22 | |
*** annegentle has joined #openstack-dev | 10:23 | |
*** koolhead17 has quit IRC | 10:24 | |
*** pschaef has quit IRC | 10:24 | |
*** psedlak_ has joined #openstack-dev | 10:25 | |
*** mrunge has joined #openstack-dev | 10:25 | |
*** psedlak has quit IRC | 10:28 | |
*** psedlak_ has quit IRC | 10:32 | |
*** egallen has quit IRC | 10:32 | |
*** egallen has joined #openstack-dev | 10:32 | |
*** nimi has quit IRC | 10:32 | |
*** isomorphic has quit IRC | 10:33 | |
*** martyntaylor has joined #openstack-dev | 10:34 | |
*** ron-slc_ has quit IRC | 10:34 | |
*** novas0x2a|laptop has quit IRC | 10:35 | |
*** ron-slc_ has joined #openstack-dev | 10:35 | |
*** JordanP has joined #openstack-dev | 10:36 | |
*** novas0x2a|laptop has joined #openstack-dev | 10:37 | |
*** isomorphic has joined #openstack-dev | 10:37 | |
*** koolhead17 has joined #openstack-dev | 10:38 | |
*** yaguang has quit IRC | 10:38 | |
*** alexxu has quit IRC | 10:42 | |
*** jgallard has quit IRC | 10:45 | |
*** matiu has quit IRC | 10:48 | |
*** chuckieb has joined #openstack-dev | 10:53 | |
*** rkukura has quit IRC | 10:56 | |
*** flask11 has quit IRC | 10:59 | |
*** boris-42 has quit IRC | 11:09 | |
*** zb is now known as zaneb | 11:10 | |
*** arata has left #openstack-dev | 11:12 | |
*** psedlak_ has joined #openstack-dev | 11:14 | |
*** ifarkas has quit IRC | 11:15 | |
*** ssshi has quit IRC | 11:21 | |
*** noslzzp has joined #openstack-dev | 11:28 | |
*** noslzzp has joined #openstack-dev | 11:28 | |
*** noslzzp has quit IRC | 11:29 | |
*** boris-42 has joined #openstack-dev | 11:29 | |
*** obondarev has quit IRC | 11:30 | |
*** enikanorov-w has quit IRC | 11:30 | |
*** enikanorov-w has joined #openstack-dev | 11:30 | |
openstackgerrit | A change was merged to openstack/nova: Remove trivial cases of unused variables (1) https://review.openstack.org/32735 | 11:31 |
*** kaushikc has quit IRC | 11:32 | |
*** kaushikc has joined #openstack-dev | 11:32 | |
*** gakott has quit IRC | 11:35 | |
*** dkehn has joined #openstack-dev | 11:37 | |
*** obondarev has joined #openstack-dev | 11:38 | |
*** tmclaugh[work] has joined #openstack-dev | 11:38 | |
*** odyssey4me has quit IRC | 11:39 | |
*** enikanorov_ has joined #openstack-dev | 11:39 | |
*** lbragstad has quit IRC | 11:39 | |
*** enikanorov has quit IRC | 11:41 | |
*** ociuhandu has joined #openstack-dev | 11:43 | |
*** ociuhandu has left #openstack-dev | 11:43 | |
*** gakott has joined #openstack-dev | 11:43 | |
*** skort has joined #openstack-dev | 11:44 | |
*** fifieldt_ has quit IRC | 11:45 | |
*** bashok has quit IRC | 11:46 | |
*** leizhang has quit IRC | 11:46 | |
*** markmc_ has joined #openstack-dev | 11:46 | |
*** rkukura has joined #openstack-dev | 11:46 | |
skort | sdague: ping | 11:47 |
*** markmc has quit IRC | 11:47 | |
sdague | skort: pong | 11:47 |
*** gakott has quit IRC | 11:47 | |
sdague | skort: man, new nick?:) | 11:48 |
skort | sdague: hi, how are you? saw the bug 1192131. do you by anychance have the quantum service log? | 11:48 |
uvirtbot | Launchpad bug 1192131 in nova "giant race in quantum - quantumclient key errors break creation of guests in nova" [High,New] https://launchpad.net/bugs/1192131 | 11:48 |
*** markvoelker has joined #openstack-dev | 11:48 | |
sdague | skort: it's right there in the link | 11:48 |
skort | sdague: ok, thanks | 11:48 |
*** mrunge has quit IRC | 11:48 | |
skort | ok, now i see it | 11:48 |
sdague | there are about 7different key error failures on quantum api/client over the course of the nova run | 11:49 |
*** jgallard has joined #openstack-dev | 11:49 | |
sdague | honestly, I was kind of confused about the fact that q-svc only seems to contain DEBUG lines as far as the eye can see | 11:49 |
sdague | I would have expected some INFO lines on requests | 11:50 |
*** thomasem has joined #openstack-dev | 11:51 | |
*** boris-42 has quit IRC | 11:52 | |
*** sandywalsh has quit IRC | 11:52 | |
*** JordanP has quit IRC | 11:54 | |
*** JordanP has joined #openstack-dev | 11:54 | |
skort | sdague: i think that in devstack we set the debug to be true hence all of the debug traces. i am going to try and reproduce | 11:56 |
*** tzumainn has joined #openstack-dev | 11:57 | |
sdague | skort: so the fact that DEBUG is on shouldn't be an issue | 11:57 |
sdague | but does quantum really not log requests at INFO level when they come in? | 11:57 |
*** corXi has joined #openstack-dev | 11:57 | |
*** rkukura has quit IRC | 11:58 | |
*** ifarkas has joined #openstack-dev | 11:58 | |
sdague | basically I was completely surprised that all q-svc is logging is plugin loading. If debug wasn't on you'd never know it was getting requests at all | 11:59 |
skort | sdague: i need to check that out. | 11:59 |
*** skort is now known as garyk | 12:00 | |
garyk | sdague: do i need to run tempest to get a reproduction or can it be done via the exercises? | 12:00 |
sdague | garyk: the only gate breaks I've seen are in tempest | 12:01 |
*** rkukura has joined #openstack-dev | 12:02 | |
sdague | the devstack exercises are really really basic, they basically don't tell you much about the environment working | 12:02 |
garyk | sdague: ok, thanks. | 12:03 |
openstackgerrit | A change was merged to openstack/nova: Add tests for nova.db.api.security_group_rule_* methods. https://review.openstack.org/31613 | 12:04 |
*** martine_ has joined #openstack-dev | 12:04 | |
*** freedomhui has joined #openstack-dev | 12:04 | |
*** jclift_ has joined #openstack-dev | 12:05 | |
*** marun has joined #openstack-dev | 12:05 | |
*** sandywalsh has joined #openstack-dev | 12:05 | |
*** rscottcoyle has joined #openstack-dev | 12:07 | |
*** mdomsch_ has joined #openstack-dev | 12:09 | |
*** mdomsch_ has quit IRC | 12:09 | |
*** lbragstad has joined #openstack-dev | 12:10 | |
*** imsplitbit has left #openstack-dev | 12:11 | |
*** sride has joined #openstack-dev | 12:12 | |
*** galstrom_zzz is now known as galstrom | 12:12 | |
*** radez_g0n3 is now known as radez | 12:16 | |
*** pabelanger has joined #openstack-dev | 12:17 | |
*** ladquin has quit IRC | 12:18 | |
*** markmc_ is now known as markmc | 12:19 | |
*** kaushikc has quit IRC | 12:20 | |
*** FunnyLookinHat has joined #openstack-dev | 12:22 | |
*** kaushikc has joined #openstack-dev | 12:23 | |
*** xga has joined #openstack-dev | 12:26 | |
*** READ10 has joined #openstack-dev | 12:28 | |
*** ifarkas has quit IRC | 12:30 | |
*** freedomhui has quit IRC | 12:30 | |
*** dolphm has joined #openstack-dev | 12:31 | |
*** alunduil has quit IRC | 12:33 | |
*** jasondotstar has joined #openstack-dev | 12:38 | |
*** romcheg has joined #openstack-dev | 12:39 | |
*** shaon has joined #openstack-dev | 12:40 | |
*** shaon_ has quit IRC | 12:41 | |
*** ifarkas has joined #openstack-dev | 12:42 | |
*** dolphm has quit IRC | 12:42 | |
*** bswartz has quit IRC | 12:42 | |
*** SunilThaha has joined #openstack-dev | 12:42 | |
*** romcheg1 has quit IRC | 12:43 | |
*** jergerber has joined #openstack-dev | 12:44 | |
*** darjeeling has quit IRC | 12:45 | |
openstackgerrit | A change was merged to openstack/python-glanceclient: Remove explicit distribute depend. https://review.openstack.org/32607 | 12:45 |
*** mrunge has joined #openstack-dev | 12:45 | |
*** dolphm has joined #openstack-dev | 12:46 | |
openstackgerrit | A change was merged to openstack/python-glanceclient: Fix problem where image data is not read from a pipe. https://review.openstack.org/31529 | 12:47 |
*** ndipanov has quit IRC | 12:48 | |
*** ndipanov has joined #openstack-dev | 12:49 | |
*** dprince has joined #openstack-dev | 12:50 | |
*** dvarga has joined #openstack-dev | 12:51 | |
*** bknudson has joined #openstack-dev | 12:52 | |
*** kaushikc has quit IRC | 12:52 | |
*** kaushikc has joined #openstack-dev | 12:52 | |
dvarga | mrunge, ping | 12:52 |
*** mkollaro has quit IRC | 12:54 | |
*** rscottcoyle has quit IRC | 12:54 | |
*** galstrom is now known as galstrom_zzz | 12:55 | |
*** noslzzp has joined #openstack-dev | 12:55 | |
*** freedomhui has joined #openstack-dev | 12:57 | |
*** jasondotstar has quit IRC | 12:57 | |
*** sballe has joined #openstack-dev | 12:58 | |
*** dosaboy has quit IRC | 12:59 | |
*** henrynash has quit IRC | 12:59 | |
mrunge | dvarga, pong | 13:00 |
mrunge | dvarga, I currently have about 3 mins, sorry | 13:00 |
*** henrynash has joined #openstack-dev | 13:01 | |
*** jasondotstar has joined #openstack-dev | 13:01 | |
*** SergeyLukjanov has quit IRC | 13:01 | |
*** HenryG has quit IRC | 13:01 | |
*** SergeyLukjanov has joined #openstack-dev | 13:02 | |
*** rnirmal has joined #openstack-dev | 13:02 | |
*** boris-42 has joined #openstack-dev | 13:03 | |
*** bswartz has joined #openstack-dev | 13:03 | |
*** jasondotstar has quit IRC | 13:05 | |
dvarga | mrunge, np. I'll reply via email ... I can do it all in JS but I had a python library that made life easy. | 13:07 |
*** gordc has joined #openstack-dev | 13:07 | |
*** kaushikc has quit IRC | 13:07 | |
dvarga | mrunge, it'd be all async | 13:08 |
mrunge | dvarga, I'd like to integrate that stuff somewhere deeper | 13:08 |
mrunge | ah, good | 13:08 |
*** morazi has joined #openstack-dev | 13:08 | |
*** npasqua has joined #openstack-dev | 13:08 | |
mrunge | dvarga: what if you have a totally separarated environment? No outside connection? | 13:08 |
dvarga | mrunge, it would display an error if they clicked the button or they could set up a proxy | 13:09 |
dvarga | in the browser | 13:09 |
mrunge | yes, something like that | 13:09 |
dvarga | So where can I drop my JS to get it picked up? Just where the other static/horizon/js/* is? | 13:11 |
*** dosaboy has joined #openstack-dev | 13:11 | |
*** mkollaro has joined #openstack-dev | 13:12 | |
mrunge | dvarga, no, there is no plugin-architecture for this | 13:13 |
mrunge | dvarga, you need to create a custom "theme" for this | 13:13 |
dvarga | mrunge, k, I'll go off that blog post and see if I can get it working | 13:14 |
*** vartom3 has quit IRC | 13:17 | |
*** FunnyLookinHat has quit IRC | 13:19 | |
*** jayg|g0n3 is now known as jayg | 13:19 | |
*** topol has joined #openstack-dev | 13:19 | |
*** kbringard has joined #openstack-dev | 13:20 | |
*** kbringard has quit IRC | 13:21 | |
*** kbringard has joined #openstack-dev | 13:21 | |
*** alunduil has joined #openstack-dev | 13:21 | |
*** freedomhui has quit IRC | 13:21 | |
*** davidkranz has joined #openstack-dev | 13:22 | |
*** spzala has joined #openstack-dev | 13:22 | |
*** rkukura has quit IRC | 13:22 | |
*** Mandell has joined #openstack-dev | 13:24 | |
openstackgerrit | A change was merged to openstack/ceilometer: Enable pep8 H403 checks https://review.openstack.org/33068 | 13:25 |
*** katylava has joined #openstack-dev | 13:25 | |
*** stackKid has joined #openstack-dev | 13:25 | |
*** alexb_ has joined #openstack-dev | 13:26 | |
*** ayoung has joined #openstack-dev | 13:26 | |
openstackgerrit | A change was merged to openstack/keystone: Adds tests for XML version response https://review.openstack.org/31572 | 13:26 |
*** michchap has quit IRC | 13:26 | |
*** dosaboy_ has joined #openstack-dev | 13:26 | |
*** dosaboy has quit IRC | 13:28 | |
*** mmagr has quit IRC | 13:29 | |
*** krtaylor has quit IRC | 13:31 | |
*** xga has quit IRC | 13:31 | |
*** sld has quit IRC | 13:31 | |
*** jecarey has joined #openstack-dev | 13:32 | |
*** garyk has quit IRC | 13:36 | |
*** garyk has joined #openstack-dev | 13:36 | |
*** corXi has quit IRC | 13:37 | |
*** egallen has quit IRC | 13:38 | |
*** dosaboy_ has quit IRC | 13:38 | |
*** freedomhui has joined #openstack-dev | 13:39 | |
*** dosaboy has joined #openstack-dev | 13:39 | |
*** ifarkas has quit IRC | 13:40 | |
*** rharwood has joined #openstack-dev | 13:41 | |
*** rharwood has quit IRC | 13:42 | |
*** egallen has joined #openstack-dev | 13:43 | |
*** sride has quit IRC | 13:43 | |
anteaya | markmc: I am looking for a location to offer up a file called TESTING in olso. My sense it should be somewhere in here: https://github.com/openstack/oslo-incubator/tree/master/openstack/common but I am not sure exactly where. I would like to seed an opening patch and post the url to the mailing list for additional commentary on whether it should actually exist and if so in what form after the initial patch exists. | 13:43 |
*** garyk has quit IRC | 13:43 | |
*** rharwood has joined #openstack-dev | 13:43 | |
*** garyk has joined #openstack-dev | 13:43 | |
openstackgerrit | A change was merged to openstack/nova: Session cleanup for db.security_group_rule_* methods https://review.openstack.org/31932 | 13:43 |
anteaya | your assistance finding a location for the initial patch is not an endorsement of its existence | 13:44 |
*** neelashah has joined #openstack-dev | 13:44 | |
markmc | anteaya, just putting it in oslo-incubator/TESTING should be fine | 13:44 |
*** oubiwann has quit IRC | 13:44 | |
anteaya | markmc: can do, thanks | 13:44 |
*** topol has quit IRC | 13:44 | |
*** darjeeling has joined #openstack-dev | 13:45 | |
*** oubiwann has joined #openstack-dev | 13:45 | |
*** prad has joined #openstack-dev | 13:46 | |
*** woodspa has joined #openstack-dev | 13:46 | |
*** SergeyLukjanov has quit IRC | 13:49 | |
*** garyTh has joined #openstack-dev | 13:52 | |
*** egallen has quit IRC | 13:53 | |
*** otherwiseguy has joined #openstack-dev | 13:53 | |
*** lorin1 has joined #openstack-dev | 13:53 | |
*** SergeyLukjanov has joined #openstack-dev | 13:55 | |
*** jasondotstar has joined #openstack-dev | 13:55 | |
*** darjeeli_ has joined #openstack-dev | 13:57 | |
*** michchap has joined #openstack-dev | 13:57 | |
*** toddnni has joined #openstack-dev | 13:58 | |
*** litong has joined #openstack-dev | 13:58 | |
*** mtreinish has joined #openstack-dev | 13:58 | |
*** ondergetekende_ has joined #openstack-dev | 13:58 | |
*** jimfehlig has joined #openstack-dev | 13:59 | |
*** SergeyLukjanov has quit IRC | 13:59 | |
*** ondergetekende_ has quit IRC | 13:59 | |
*** egallen has joined #openstack-dev | 14:00 | |
*** darjeeling has quit IRC | 14:00 | |
*** SergeyLukjanov has joined #openstack-dev | 14:01 | |
*** FunnyLookinHat has joined #openstack-dev | 14:02 | |
*** mrodden has joined #openstack-dev | 14:04 | |
*** nati_ueno has joined #openstack-dev | 14:04 | |
*** michchap has quit IRC | 14:06 | |
*** nati_ueno has quit IRC | 14:06 | |
*** nati_ueno has joined #openstack-dev | 14:07 | |
*** eharney has joined #openstack-dev | 14:07 | |
*** eharney has quit IRC | 14:07 | |
*** eharney has joined #openstack-dev | 14:07 | |
*** blamar has joined #openstack-dev | 14:09 | |
*** anfrolov has quit IRC | 14:09 | |
*** rcleere has joined #openstack-dev | 14:10 | |
*** eglynn has quit IRC | 14:10 | |
*** lloydde has quit IRC | 14:11 | |
*** portante has joined #openstack-dev | 14:12 | |
*** phschwartz has joined #openstack-dev | 14:14 | |
*** dhellmann has joined #openstack-dev | 14:16 | |
*** alexb_ has quit IRC | 14:16 | |
*** vartom3 has joined #openstack-dev | 14:16 | |
*** pmathews has joined #openstack-dev | 14:18 | |
*** pabelanger has quit IRC | 14:19 | |
*** andrewbogott_afk is now known as andrewbogott | 14:20 | |
*** lloydde has joined #openstack-dev | 14:20 | |
*** nati_ueno has quit IRC | 14:21 | |
*** changbl has joined #openstack-dev | 14:21 | |
*** navid has left #openstack-dev | 14:22 | |
*** rkukura has joined #openstack-dev | 14:22 | |
*** vartom3 has quit IRC | 14:24 | |
*** mrunge has quit IRC | 14:24 | |
*** jongleur has quit IRC | 14:24 | |
*** abhisri has joined #openstack-dev | 14:25 | |
*** anfrolov has joined #openstack-dev | 14:27 | |
*** datsun180b has joined #openstack-dev | 14:29 | |
*** anfrolov has quit IRC | 14:29 | |
*** xga has joined #openstack-dev | 14:30 | |
*** andrew_plunk has joined #openstack-dev | 14:31 | |
*** portante has quit IRC | 14:31 | |
*** monst has joined #openstack-dev | 14:31 | |
*** egallen has quit IRC | 14:31 | |
*** pfreund has joined #openstack-dev | 14:32 | |
*** galstrom_zzz is now known as galstrom | 14:32 | |
*** portante has joined #openstack-dev | 14:32 | |
*** michchap has joined #openstack-dev | 14:33 | |
*** radez is now known as radez_g0n3 | 14:33 | |
*** martyntaylor1 has joined #openstack-dev | 14:35 | |
*** martyntaylor has quit IRC | 14:35 | |
*** krtaylor has joined #openstack-dev | 14:35 | |
*** portante has quit IRC | 14:36 | |
*** portante has joined #openstack-dev | 14:38 | |
*** garyk has quit IRC | 14:38 | |
*** portante has quit IRC | 14:39 | |
*** radez_g0n3 is now known as radez | 14:39 | |
*** portante has joined #openstack-dev | 14:40 | |
*** Mandell has quit IRC | 14:41 | |
*** timello has quit IRC | 14:41 | |
*** eglynn has joined #openstack-dev | 14:41 | |
*** timello has joined #openstack-dev | 14:42 | |
*** sandywalsh has quit IRC | 14:42 | |
*** romcheg has left #openstack-dev | 14:43 | |
*** michchap has quit IRC | 14:43 | |
*** portante has quit IRC | 14:44 | |
*** pfreund has quit IRC | 14:44 | |
*** mlavalle has joined #openstack-dev | 14:44 | |
*** vsergeyev has joined #openstack-dev | 14:45 | |
*** portante has joined #openstack-dev | 14:45 | |
*** koolhead17 has quit IRC | 14:46 | |
*** maoy has joined #openstack-dev | 14:46 | |
*** egallen has joined #openstack-dev | 14:46 | |
*** portante has quit IRC | 14:47 | |
*** portante has joined #openstack-dev | 14:48 | |
*** aelkikhia has joined #openstack-dev | 14:48 | |
*** markmcclain has joined #openstack-dev | 14:48 | |
*** carl_baldwin has joined #openstack-dev | 14:49 | |
*** Mandell has joined #openstack-dev | 14:50 | |
*** jprovazn has quit IRC | 14:50 | |
*** terryh has joined #openstack-dev | 14:52 | |
*** jgallard has quit IRC | 14:52 | |
*** jgallard has joined #openstack-dev | 14:52 | |
*** alop has joined #openstack-dev | 14:53 | |
*** datsun180b has quit IRC | 14:53 | |
*** datsun180b has joined #openstack-dev | 14:53 | |
*** cp16net is now known as cp16net|away | 14:54 | |
*** cp16net|away is now known as cp16net | 14:58 | |
*** sandywalsh has joined #openstack-dev | 14:58 | |
*** belmoreira has joined #openstack-dev | 14:59 | |
*** topol has joined #openstack-dev | 14:59 | |
*** eglynn has quit IRC | 15:01 | |
*** mrodden has quit IRC | 15:01 | |
*** jasondotstar has quit IRC | 15:02 | |
*** Mandell has quit IRC | 15:02 | |
*** reidrac has quit IRC | 15:03 | |
*** jasondotstar has joined #openstack-dev | 15:03 | |
*** jgallard has quit IRC | 15:03 | |
*** jgallard has joined #openstack-dev | 15:04 | |
*** gargya has joined #openstack-dev | 15:04 | |
*** yidclare has joined #openstack-dev | 15:05 | |
*** jonesld has quit IRC | 15:05 | |
*** ffio_ has joined #openstack-dev | 15:06 | |
*** abhishekkr has quit IRC | 15:06 | |
*** ffio has quit IRC | 15:06 | |
*** thomasem has quit IRC | 15:06 | |
*** jasdeepH has joined #openstack-dev | 15:07 | |
*** kmartin has joined #openstack-dev | 15:07 | |
*** HenryG has joined #openstack-dev | 15:07 | |
*** xqueralt is now known as xqueralt-afk | 15:08 | |
*** garyk has joined #openstack-dev | 15:08 | |
*** michchap has joined #openstack-dev | 15:10 | |
*** gargya has quit IRC | 15:10 | |
*** rkukura has quit IRC | 15:10 | |
*** mmagr has joined #openstack-dev | 15:11 | |
*** lloydde has quit IRC | 15:15 | |
*** nati_ueno has joined #openstack-dev | 15:15 | |
*** jruzicka has joined #openstack-dev | 15:16 | |
*** nati_ueno has quit IRC | 15:17 | |
*** xqueralt-afk is now known as xqueralt | 15:17 | |
*** arata has joined #openstack-dev | 15:17 | |
*** reed has joined #openstack-dev | 15:18 | |
*** iartarisi has quit IRC | 15:18 | |
*** rkukura has joined #openstack-dev | 15:18 | |
*** michchap has quit IRC | 15:20 | |
*** electrichead has joined #openstack-dev | 15:21 | |
*** sandywalsh has quit IRC | 15:22 | |
*** abhishekkr has joined #openstack-dev | 15:23 | |
*** bugsduggan has quit IRC | 15:23 | |
*** tjones has joined #openstack-dev | 15:24 | |
*** danpb has joined #openstack-dev | 15:26 | |
*** jaypipes has quit IRC | 15:27 | |
*** xqueralt is now known as xqueralt-afk | 15:30 | |
*** souvik has joined #openstack-dev | 15:30 | |
*** sride has joined #openstack-dev | 15:30 | |
*** jaypipes has joined #openstack-dev | 15:30 | |
*** devoid has joined #openstack-dev | 15:30 | |
*** darjeeli_ has quit IRC | 15:30 | |
*** jgallard has quit IRC | 15:31 | |
*** jgallard has joined #openstack-dev | 15:32 | |
*** vsergeyev has quit IRC | 15:32 | |
*** zaitcev has joined #openstack-dev | 15:33 | |
*** abhishekkr has quit IRC | 15:33 | |
*** derekh has quit IRC | 15:34 | |
*** jonesld has joined #openstack-dev | 15:35 | |
*** sandywalsh has joined #openstack-dev | 15:36 | |
*** the has joined #openstack-dev | 15:37 | |
*** xqueralt-afk is now known as xqueralt | 15:37 | |
*** the has quit IRC | 15:37 | |
*** terriyu has joined #openstack-dev | 15:37 | |
*** TheDodd has joined #openstack-dev | 15:38 | |
*** bugsduggan has joined #openstack-dev | 15:38 | |
*** ilyashakhat has joined #openstack-dev | 15:39 | |
*** souvik has quit IRC | 15:40 | |
*** souvik has joined #openstack-dev | 15:40 | |
*** portante has left #openstack-dev | 15:41 | |
*** dolphm has quit IRC | 15:41 | |
*** boris-42 has quit IRC | 15:42 | |
*** rscottcoyle has joined #openstack-dev | 15:42 | |
*** sdake has quit IRC | 15:45 | |
*** sdake has joined #openstack-dev | 15:46 | |
*** sdake has joined #openstack-dev | 15:46 | |
*** michchap has joined #openstack-dev | 15:47 | |
*** terryh has quit IRC | 15:48 | |
openstackgerrit | A change was merged to openstack/keystone: Imported Translations from Transifex https://review.openstack.org/33314 | 15:49 |
*** abhishekkr has joined #openstack-dev | 15:49 | |
*** ndipanov has quit IRC | 15:49 | |
*** ndipanov has joined #openstack-dev | 15:50 | |
*** _0x44 has quit IRC | 15:50 | |
*** kirankv has joined #openstack-dev | 15:51 | |
*** mrodden has joined #openstack-dev | 15:55 | |
*** markmcclain1 has joined #openstack-dev | 15:55 | |
*** markmcclain has quit IRC | 15:55 | |
*** terryh has joined #openstack-dev | 15:56 | |
*** nati_ueno has joined #openstack-dev | 15:57 | |
*** _0x44 has joined #openstack-dev | 15:57 | |
*** matiu has joined #openstack-dev | 15:57 | |
*** matiu has joined #openstack-dev | 15:57 | |
*** schwicht has joined #openstack-dev | 15:57 | |
*** michchap has quit IRC | 15:58 | |
*** kashyap is now known as kashyap_dinner | 16:00 | |
*** electrichead has quit IRC | 16:00 | |
*** terryh has quit IRC | 16:01 | |
*** nati_ueno has quit IRC | 16:01 | |
*** jtomasek has quit IRC | 16:02 | |
*** npasqua has quit IRC | 16:02 | |
*** electrichead has joined #openstack-dev | 16:02 | |
*** ladquin has joined #openstack-dev | 16:04 | |
*** AlanClark has joined #openstack-dev | 16:05 | |
*** seanrob has joined #openstack-dev | 16:06 | |
*** sleepsonthefloor has joined #openstack-dev | 16:08 | |
*** belmoreira has quit IRC | 16:08 | |
*** seanrob has quit IRC | 16:09 | |
*** seanrob has joined #openstack-dev | 16:09 | |
*** mdomsch has quit IRC | 16:10 | |
*** ek6 has joined #openstack-dev | 16:10 | |
*** mmagr has quit IRC | 16:11 | |
*** rcleere has quit IRC | 16:11 | |
*** hemna has joined #openstack-dev | 16:14 | |
*** xga has quit IRC | 16:14 | |
*** martyntaylor1 has quit IRC | 16:15 | |
*** AlanClark has quit IRC | 16:16 | |
*** ek6 has left #openstack-dev | 16:18 | |
*** pmathews has quit IRC | 16:18 | |
*** pmathews1 has joined #openstack-dev | 16:18 | |
*** Farooque has joined #openstack-dev | 16:18 | |
*** lloydde has joined #openstack-dev | 16:19 | |
*** Farooque has quit IRC | 16:20 | |
*** markwash has joined #openstack-dev | 16:21 | |
*** devvesa has quit IRC | 16:21 | |
*** jeblair has quit IRC | 16:21 | |
*** jgallard has quit IRC | 16:21 | |
*** rcleere has joined #openstack-dev | 16:22 | |
*** xqueralt is now known as xqueralt-afk | 16:22 | |
*** imsplitbit has joined #openstack-dev | 16:23 | |
*** arata has left #openstack-dev | 16:23 | |
*** imsplitbit has left #openstack-dev | 16:24 | |
*** michchap has joined #openstack-dev | 16:25 | |
*** jtomasek has joined #openstack-dev | 16:25 | |
*** jongleur has joined #openstack-dev | 16:27 | |
*** souvik has quit IRC | 16:27 | |
*** JordanP has quit IRC | 16:28 | |
*** SergeyLukjanov has quit IRC | 16:29 | |
*** comay has joined #openstack-dev | 16:29 | |
*** markmc has quit IRC | 16:30 | |
*** jtomasek has quit IRC | 16:31 | |
*** cococafe has joined #openstack-dev | 16:31 | |
*** bknudson has quit IRC | 16:32 | |
*** neelashah has quit IRC | 16:32 | |
*** yidclare has quit IRC | 16:33 | |
*** gyee has joined #openstack-dev | 16:34 | |
*** lucasagomes has quit IRC | 16:35 | |
*** riskable has joined #openstack-dev | 16:35 | |
*** michchap has quit IRC | 16:36 | |
*** bdpayne has joined #openstack-dev | 16:36 | |
*** freedomhui has quit IRC | 16:41 | |
*** redbeard2 has quit IRC | 16:45 | |
*** anniec has joined #openstack-dev | 16:46 | |
*** monst has quit IRC | 16:46 | |
*** SergeyLukjanov has joined #openstack-dev | 16:48 | |
*** souvik has joined #openstack-dev | 16:49 | |
*** pcm_ has quit IRC | 16:51 | |
*** ndipanov is now known as ndipanov_gone | 16:52 | |
*** seanrob has quit IRC | 16:53 | |
*** seanrob has joined #openstack-dev | 16:53 | |
*** kashyap_dinner is now known as kashyap | 16:54 | |
*** alop_ has joined #openstack-dev | 16:54 | |
*** alop has quit IRC | 16:54 | |
*** alop_ is now known as alop | 16:54 | |
*** freedomhui has joined #openstack-dev | 16:55 | |
*** wenjianhn has quit IRC | 16:55 | |
*** terry7 has joined #openstack-dev | 16:56 | |
*** souvik has quit IRC | 16:57 | |
*** neelashah has joined #openstack-dev | 16:58 | |
*** xqueralt-afk is now known as xqueralt | 16:58 | |
*** Alexei_987 has left #openstack-dev | 16:58 | |
*** stevemar has joined #openstack-dev | 16:58 | |
*** krtaylor has quit IRC | 16:59 | |
*** abhishekkr has quit IRC | 17:00 | |
*** abhisri has quit IRC | 17:01 | |
*** npasqua has joined #openstack-dev | 17:01 | |
*** pcm_ has joined #openstack-dev | 17:02 | |
*** nati_ueno has joined #openstack-dev | 17:02 | |
*** nunosantos has joined #openstack-dev | 17:02 | |
*** michchap has joined #openstack-dev | 17:02 | |
*** abhisri has joined #openstack-dev | 17:03 | |
*** dolphm_ has joined #openstack-dev | 17:03 | |
*** dhellmann has quit IRC | 17:04 | |
*** dspano has joined #openstack-dev | 17:05 | |
*** rscottcoyle has quit IRC | 17:06 | |
*** amerine has joined #openstack-dev | 17:06 | |
*** eglynn has joined #openstack-dev | 17:09 | |
*** yidclare has joined #openstack-dev | 17:10 | |
*** rscottcoyle has joined #openstack-dev | 17:11 | |
*** nati_ueno has quit IRC | 17:11 | |
*** nati_ueno has joined #openstack-dev | 17:12 | |
*** michchap has quit IRC | 17:14 | |
*** jeblair has joined #openstack-dev | 17:16 | |
openstackgerrit | A change was merged to openstack/nova: Raise max header size to accommodate large tokens. https://review.openstack.org/33362 | 17:16 |
*** mlavalle has quit IRC | 17:17 | |
openstackgerrit | A change was merged to openstack/nova: Remove unused cert db method. https://review.openstack.org/33149 | 17:17 |
*** mdomsch has joined #openstack-dev | 17:18 | |
*** Farooque has joined #openstack-dev | 17:19 | |
*** krtaylor has joined #openstack-dev | 17:19 | |
*** epim has joined #openstack-dev | 17:19 | |
*** monst has joined #openstack-dev | 17:20 | |
*** bknudson has joined #openstack-dev | 17:20 | |
*** markmcclain1 has quit IRC | 17:21 | |
*** TheDodd has quit IRC | 17:22 | |
*** andrew_plunk has left #openstack-dev | 17:23 | |
*** zoresvit has quit IRC | 17:24 | |
*** epim has quit IRC | 17:24 | |
*** Mandell has joined #openstack-dev | 17:24 | |
*** HenryG has quit IRC | 17:26 | |
*** pcm_ has quit IRC | 17:26 | |
*** romcheg has joined #openstack-dev | 17:26 | |
*** cp16net is now known as cp16net|away | 17:27 | |
*** tzumainn has quit IRC | 17:27 | |
*** pcm__ has joined #openstack-dev | 17:27 | |
*** epim has joined #openstack-dev | 17:27 | |
*** eglynn has quit IRC | 17:27 | |
*** egallen has quit IRC | 17:28 | |
*** egallen has joined #openstack-dev | 17:30 | |
*** romcheg has quit IRC | 17:31 | |
*** catohornet has joined #openstack-dev | 17:31 | |
*** danwent has joined #openstack-dev | 17:31 | |
*** freedomhui has quit IRC | 17:32 | |
*** catohornet has quit IRC | 17:32 | |
*** egallen has quit IRC | 17:32 | |
*** redbeard2 has joined #openstack-dev | 17:33 | |
*** catohornet has joined #openstack-dev | 17:34 | |
*** egallen has joined #openstack-dev | 17:34 | |
*** bashok has joined #openstack-dev | 17:34 | |
*** jcoufal has quit IRC | 17:35 | |
*** cp16net|away is now known as cp16net | 17:36 | |
*** Ryan_Lane has joined #openstack-dev | 17:38 | |
*** michchap has joined #openstack-dev | 17:40 | |
*** anfrolov has joined #openstack-dev | 17:43 | |
vishy | danpb: is there any way to programattically determine through python which file libvirt is using for a managed save? | 17:46 |
*** abhisri has quit IRC | 17:49 | |
*** tzumainn has joined #openstack-dev | 17:50 | |
*** michchap has quit IRC | 17:52 | |
openstackgerrit | A change was merged to openstack/trove: Fixed restore to wait for full mysqld shutdown before attempting restart https://review.openstack.org/33092 | 17:53 |
*** eharney has quit IRC | 17:53 | |
*** mlavalle has joined #openstack-dev | 17:54 | |
*** eharney has joined #openstack-dev | 17:55 | |
*** sarob_ has joined #openstack-dev | 17:56 | |
*** boris-42 has joined #openstack-dev | 17:58 | |
*** epim has quit IRC | 17:58 | |
*** boris-42 has quit IRC | 17:58 | |
*** seanrob has quit IRC | 17:59 | |
*** atiwari has joined #openstack-dev | 18:00 | |
adalbas | After upgrading openstack from grizzly to havana (master) using grenade, glance api is returning (show) deleted images. Someone in the glance team can help me debugging it? | 18:00 |
*** danwent has quit IRC | 18:00 | |
adalbas | markwash, ^ | 18:00 |
*** sarob_ has quit IRC | 18:01 | |
markwash | adalbas: interesting, so deleted images are showing up in the list? | 18:01 |
*** seanrob has joined #openstack-dev | 18:01 | |
adalbas | yes | 18:01 |
adalbas | markwash, i opened this bug here: https://bugs.launchpad.net/tempest/+bug/1189631 | 18:02 |
uvirtbot | Launchpad bug 1189631 in tempest "test_create_delete_image times out when deleting server" [Undecided,New] | 18:02 |
markwash | adalbas: are you using the glanceclient cli? or curl? what type of user (admin or regular?) | 18:02 |
*** bknudson has quit IRC | 18:02 | |
adalbas | nova show, glance show, the api are showing the same results, markwash | 18:02 |
*** bknudson has joined #openstack-dev | 18:02 | |
*** danwent has joined #openstack-dev | 18:02 | |
markwash | adalbas: sure, makes sense, just trying to narrow things down so I can try to reproduce the issue on my own | 18:03 |
adalbas | markwash, is there a configuration or policy that should be considered for filtering that? | 18:03 |
markwash | adalbas: no, its probably just a bug | 18:03 |
adalbas | markwash, installing devstack directly does not cause that, only using grenade | 18:03 |
*** egallen has quit IRC | 18:04 | |
markwash | fascinating | 18:04 |
adalbas | grenade is also running on the gate, so you can see it at the end of the log here: https://jenkins.openstack.org/job/gate-grenade-devstack-vm/10882/consoleFull | 18:04 |
*** epim has joined #openstack-dev | 18:04 | |
markwash | adalbas can you check out one of the deleted images that is showing up in the database? | 18:04 |
*** bknudson1 has joined #openstack-dev | 18:04 | |
*** novas0x2a|laptop has quit IRC | 18:04 | |
*** abhisri has joined #openstack-dev | 18:04 | |
adalbas | markwash, what you mean by check out? | 18:05 |
markwash | adalbas: something like mysql glance -e "select * from images where uuid = '<uuid of deleted image>'" | 18:06 |
adalbas | markwash, sure. give me a minute | 18:06 |
*** monst has quit IRC | 18:07 | |
*** bknudson has quit IRC | 18:07 | |
*** reed has quit IRC | 18:07 | |
adalbas | markwash, another interesting thing is that getting the image by the image name is behaving as expected | 18:07 |
markwash | adalbas: it might make sense to file this as a bug in launchpad against both glance and grenade | 18:09 |
adalbas | markwash | 18:10 |
adalbas | sure | 18:10 |
markwash | adalbas: I work relativley closely with dtroyer_zz who works very closely with grenade | 18:10 |
*** anfrolov has quit IRC | 18:10 | |
*** rscottcoyle_ has joined #openstack-dev | 18:11 | |
*** jprovazn has joined #openstack-dev | 18:11 | |
adalbas | great, i had some discussion about grenade with him. I'm trying to get it in the gate as a voting job. | 18:11 |
markwash | adalbas, I have to run out here for a while, but I"ll be back online later today | 18:12 |
openstackgerrit | A change was merged to openstack/python-novaclient: Support force update quota https://review.openstack.org/33150 | 18:12 |
adalbas | markwash, ok. i ll add the info you asked to the bug. | 18:12 |
markwash | adalbas: if you get the mysql output, could you put it in the comments for the bug you file? | 18:13 |
markwash | adalbas: you read my mind :-) | 18:13 |
adalbas | sure! | 18:13 |
adalbas | tks! | 18:13 |
markwash | adalbas: also go ahead and ping me again if it seems like I forgot | 18:13 |
adalbas | ok. i added you to be notified on the bug | 18:14 |
*** edmund has joined #openstack-dev | 18:15 | |
*** timello has quit IRC | 18:17 | |
*** michchap has joined #openstack-dev | 18:18 | |
*** timello has joined #openstack-dev | 18:18 | |
*** psedlak_ has quit IRC | 18:19 | |
*** markwash has quit IRC | 18:19 | |
*** markwash has joined #openstack-dev | 18:20 | |
*** markwash has quit IRC | 18:20 | |
*** lloydde has quit IRC | 18:21 | |
*** clayg has quit IRC | 18:22 | |
*** aeperezt has quit IRC | 18:22 | |
*** yolanda has quit IRC | 18:22 | |
*** AnilV4 has quit IRC | 18:22 | |
*** dragondm has quit IRC | 18:22 | |
*** wkelly has quit IRC | 18:22 | |
*** maurosr has quit IRC | 18:22 | |
*** mirrorbox has quit IRC | 18:22 | |
*** harlowja has quit IRC | 18:22 | |
*** rainya has quit IRC | 18:22 | |
*** clayg has joined #openstack-dev | 18:22 | |
*** maurosr has joined #openstack-dev | 18:22 | |
*** wkelly has joined #openstack-dev | 18:22 | |
*** aeperezt has joined #openstack-dev | 18:22 | |
*** mirrorbox has joined #openstack-dev | 18:22 | |
*** yolanda has joined #openstack-dev | 18:22 | |
*** harlowja has joined #openstack-dev | 18:22 | |
*** AnilV4 has joined #openstack-dev | 18:23 | |
*** abhishekkr has joined #openstack-dev | 18:23 | |
*** topol_ has joined #openstack-dev | 18:23 | |
*** Mandell has quit IRC | 18:23 | |
*** topol has quit IRC | 18:25 | |
*** topol_ is now known as topol | 18:25 | |
*** dragondm has joined #openstack-dev | 18:25 | |
*** shaon has quit IRC | 18:25 | |
davidkranz | russellb: Can you mark https://bugs.launchpad.net/nova/+bug/1192131 as critical? | 18:27 |
uvirtbot | Launchpad bug 1192131 in nova "giant race in quantum - quantumclient key errors break creation of guests in nova" [High,New] | 18:27 |
*** mkollaro has quit IRC | 18:28 | |
*** eglynn has joined #openstack-dev | 18:28 | |
*** bashok has quit IRC | 18:29 | |
*** michchap has quit IRC | 18:30 | |
*** FunnyLookinHat has quit IRC | 18:33 | |
*** FunnyLookinHat has joined #openstack-dev | 18:33 | |
*** ciocari has joined #openstack-dev | 18:36 | |
*** cococafe has quit IRC | 18:37 | |
*** pixelbeat has quit IRC | 18:37 | |
*** souvik has joined #openstack-dev | 18:40 | |
*** markmcclain has joined #openstack-dev | 18:40 | |
*** danwent_ has joined #openstack-dev | 18:41 | |
danpb | vishy: I don't believe we expose any information about the "managed save" filenames in the API - it was decided to be an opaque impl detail | 18:41 |
danpb | vishy: what use case do you have which requires knowledge of the filename ? | 18:41 |
*** kirankv has quit IRC | 18:42 | |
*** danwent has quit IRC | 18:42 | |
*** danwent_ is now known as danwent | 18:42 | |
*** monst has joined #openstack-dev | 18:42 | |
*** cococafe has joined #openstack-dev | 18:44 | |
*** jvrbanac has joined #openstack-dev | 18:45 | |
*** egallen has joined #openstack-dev | 18:47 | |
*** Mandell has joined #openstack-dev | 18:47 | |
*** egallen has quit IRC | 18:49 | |
*** sthaha has quit IRC | 18:50 | |
*** SunilThaha has quit IRC | 18:50 | |
*** rscottcoyle_ has quit IRC | 18:56 | |
*** michchap has joined #openstack-dev | 18:56 | |
*** salv-orlando has left #openstack-dev | 18:57 | |
*** rscottcoyle_ has joined #openstack-dev | 18:58 | |
*** jjmb1 has quit IRC | 18:58 | |
vishy | danpb: well it is a little hacky, but I'm creating live snapshots | 18:58 |
*** rscottcoyle has quit IRC | 18:58 | |
vishy | danpb: as in images in glance that include memory state | 18:58 |
vishy | danpb: the snapshot code currently does a managed save of the instance, so I was hoping to grab the memory state from there instead of doing an explicit virDomainSave | 18:59 |
danpb | hmm, sounds like maybe the more advanced libvirt domain snapshot APIs could be better suited to this | 19:00 |
* danpb has to head out to the bank ... back in 30-40 mins | 19:00 | |
*** abhisri has quit IRC | 19:01 | |
*** henrynash has quit IRC | 19:01 | |
*** atiwari has quit IRC | 19:01 | |
ayoung | mordred, I'll take a look, but My devstack is already messed up. What are you seeing? | 19:01 |
anteaya | here | 19:01 |
mordred | ayoung: I'm going to hand you off to anteaya as she was the one hitting it | 19:01 |
anteaya | ayoung: here, how should I approach this? | 19:01 |
anteaya | thanks mordred | 19:02 |
dolphm_ | anteaya: what's the issue? | 19:02 |
anteaya | in a default devstack installation | 19:02 |
anteaya | when I cd into /opt/stack/keystone or /opt/stack/python-keystoneclient | 19:02 |
anteaya | and run `tox` | 19:02 |
anteaya | I get multiple test errors | 19:02 |
ayoung | anteaya, can you paste? | 19:03 |
anteaya | sure I will need to run the tests again to get you the output | 19:03 |
anteaya | so it will take a bit | 19:03 |
*** gyee has quit IRC | 19:03 | |
anteaya | umm, hang on, let me see if I can dig up an old paste, from a week ago | 19:03 |
ayoung | anteaya, either ping me in IRC or send an email with them and I will take a look. Include the OS version and localrc and whatever else you can think of | 19:03 |
*** afazekas has quit IRC | 19:04 | |
anteaya | ayoung: I can do that, thank you, what email would you like me to use? | 19:04 |
ayoung | ayoung@redhat.com | 19:05 |
anteaya | ayoung: here are some: https://gist.github.com/anteaya/4c149bcc4672418cf4f7 and https://gist.github.com/anteaya/d3011f369431f6af446c | 19:05 |
anteaya | these are from 2 weeks ago | 19:05 |
anteaya | I can run them again and get you fresh results | 19:05 |
ayoung | anteaya, looking | 19:05 |
dolphm_ | anteaya: all that caching code is about to change, as well | 19:06 |
ayoung | ERROR: py26: InterpreterNotFound: python2.6 | 19:06 |
ayoung | https://gist.github.com/anteaya/4c149bcc4672418cf4f7#file-10-failures-in-keystoneclient-tests-L109 | 19:06 |
ayoung | I wonder if that was just hte P2.6 code failing? | 19:06 |
ayoung | anteaya, try it again when you get a chance, both without and with p26 | 19:07 |
anteaya | wow, okay I guess I wasn't used to p26 failing so verbously | 19:07 |
anteaya | so client appears to be my fault | 19:07 |
anteaya | how about: https://gist.github.com/anteaya/d3011f369431f6af446c | 19:07 |
anteaya | https://gist.github.com/anteaya/d3011f369431f6af446c#file-so-many-errors-L1340-L1390 | 19:08 |
*** michchap has quit IRC | 19:08 | |
dolphm_ | anteaya: impossible to say without knowing what the ERROR's are | 19:08 |
anteaya | ayoung: I can run client again both with and without p26 | 19:08 |
ayoung | anteaya, OK, when you have time. Let me know. I'll take a look | 19:09 |
anteaya | dolphm_: okay I can get some better output with both p26 and p27 and include the localrc and send it to you | 19:09 |
anteaya | thanks yes, I will try to get you something by tomorrow | 19:09 |
anteaya | if the fault is mine I would like to correct that | 19:09 |
anteaya | if there is a bug, I would like to help you isolate it | 19:09 |
anteaya | thanks guys | 19:09 |
dolphm_ | mordred: side note- on the "unittests on devstack hosts" thread, you didn't actually explain what the issue is, if any (and it's only implied that tests *don't* work today) | 19:10 |
mordred | dolphm_: that's because I suck | 19:11 |
anteaya | dolphm_: that might be due to me giving him erroneious information | 19:11 |
anteaya | so that is my fault | 19:11 |
anteaya | let me dig down again and get better info | 19:11 |
dolphm_ | anteaya: ah, wasn't sure if your issue was related | 19:11 |
anteaya | yes I think I am the source of that comment, am I not mordred? | 19:11 |
*** melwitt has joined #openstack-dev | 19:12 | |
*** sarob_ has joined #openstack-dev | 19:12 | |
dolphm_ | anteaya: mordred: i had assumed this was somehow related.. ya'll have an opinion on it? https://bugs.launchpad.net/keystone/+bug/1191999 | 19:12 |
uvirtbot | Launchpad bug 1191999 in keystone "unittests should not require internet access" [Undecided,New] | 19:12 |
bknudson1 | dolphm_: what about checking in a tar file with the old clients? and use tempest for master | 19:13 |
mordred | dolphm_: no, I think, while I think that is a true bug, I do not believe the two are related | 19:13 |
dolphm_ | i think the testing approach is more valuable to have than to not, but it doesn't need to be part of keystone | 19:13 |
*** abhisri has joined #openstack-dev | 19:13 | |
mordred | dolphm_: I'd love to chat with you (not necessarily this instant) about ways we can achieve what you are testing there without git clones in your unittest suite | 19:14 |
*** rnirmal has quit IRC | 19:14 | |
mordred | because I agree - SUPER valuable thing to test | 19:14 |
dolphm_ | bknudson1: i like the tar idea, but i think the tests should stay together (all in keystone, or all in tempest) | 19:14 |
anteaya | dolphm_: yes bug 1191999 also came out of last night's -infra discussion also motivated by info from me, so yes it is related | 19:16 |
uvirtbot | Launchpad bug 1191999 in keystone "unittests should not require internet access" [Undecided,New] https://launchpad.net/bugs/1191999 | 19:16 |
*** seanrob has quit IRC | 19:16 | |
anteaya | glad we are talking about it, and if I am working from bad info, I apologize | 19:16 |
anteaya | but on the upside I am learning more about how keystone runs tests, which was my overall goal | 19:16 |
bknudson1 | anteaya: how do I run devstack without venv to recreate? I've already got devstack | 19:17 |
anteaya | cd /opt/stack/keystone && tox | 19:17 |
bknudson1 | what's the diff between that and ./run_tests.sh? | 19:18 |
anteaya | exactly | 19:18 |
anteaya | I too want to know | 19:18 |
anteaya | my motivation for wanting to be able to run all projects with tox is to allow for an easy introduction to new contributors | 19:18 |
anteaya | bknudson1: which motivated this file: https://review.openstack.org/#/c/33456/ | 19:19 |
bknudson1 | I thought ./run_tests.sh was easy when I was a new contributor | 19:19 |
*** chuckieb has quit IRC | 19:19 | |
anteaya | new projects don't have a ./run_tests.sh file | 19:19 |
anteaya | ironic doesn't | 19:19 |
anteaya | ceilometer doesn't | 19:19 |
anteaya | my understanding is the direction is to use tox | 19:20 |
mordred | the gate uses tox | 19:20 |
*** sushils has quit IRC | 19:20 | |
anteaya | as the general test runner runner | 19:20 |
anteaya | ah okay, and the gate uses tox (didn't know that) | 19:20 |
*** dhellmann has joined #openstack-dev | 19:20 | |
mordred | but in general, it should be mostly the same as run_tests.sh - it should create a venv, populate it with requirements and then run tests | 19:20 |
mordred | yes, the gate has never used the run_tests.sh scripts | 19:20 |
anteaya | so the desire towards tox is to replicate the same behaviour locally as experienced in the gate it sounds like | 19:21 |
mordred | sure. but for _this_ issue, I think tox is a red herring | 19:22 |
*** vipul is now known as vipul|away | 19:22 | |
mordred | I think the underlying problem is "can I run keystone and keystoneclient unittests out of the git repo that's put there by devstack" | 19:22 |
mordred | in a venv | 19:22 |
mordred | whether run_tests.sh or tox creates the venv shoudl not matter if there is an issue | 19:23 |
mordred | now - if one of them works but the other does not | 19:23 |
mordred | we should sort that out | 19:23 |
dolphm_ | if the answer is no, i want to know why not | 19:23 |
mordred | right | 19:23 |
bknudson1 | does "cd /opt/stack/keystone && tox " run without a venv? | 19:23 |
*** waa has quit IRC | 19:23 | |
dolphm_ | bknudson1: no | 19:23 |
dolphm_ | bknudson1: it creates one | 19:24 |
anteaya | bknudson1: I think tox creates a venv for each interpreter | 19:24 |
dolphm_ | or two | 19:24 |
dolphm_ | so, three soon! (py3) | 19:24 |
*** vipul|away is now known as vipul | 19:24 | |
mordred | :) | 19:24 |
bknudson1 | so that's not the "with or without venv" problem... there's another problem? | 19:24 |
*** ajyounge has joined #openstack-dev | 19:24 | |
*** jruzicka has quit IRC | 19:24 | |
mordred | unclear. although honest, I think that "cd /opt/stack/keystone && nosetests" should also work - since we've installed all of the depends in devstack anyway | 19:25 |
mordred | but I think that's a whole other level of things | 19:25 |
*** aeperezt has quit IRC | 19:25 | |
clarkb | mordred: do we install the test requirements? I am not sure that we do | 19:26 |
mordred | no. we do not | 19:26 |
bknudson1 | wouldn't my venv be pretty much empty if everything was already installed? | 19:26 |
*** aeperezt has joined #openstack-dev | 19:26 | |
mordred | bknudson1: no, because we configure them with no-site-packages | 19:26 |
*** garyk has quit IRC | 19:26 | |
mordred | because for the normal unittest case, we don't want pollution | 19:27 |
mordred | except with nova, where libvirt screws it all up for us | 19:27 |
*** rscottcoyle_ has quit IRC | 19:27 | |
*** sarob_ has quit IRC | 19:29 | |
*** mlavalle has quit IRC | 19:29 | |
*** seanrob has joined #openstack-dev | 19:29 | |
*** seanrob has quit IRC | 19:30 | |
*** seanrob has joined #openstack-dev | 19:30 | |
*** seanrob has quit IRC | 19:31 | |
*** sarob has joined #openstack-dev | 19:31 | |
*** TheDodd has joined #openstack-dev | 19:33 | |
*** vipul is now known as vipul|away | 19:33 | |
*** vipul|away is now known as vipul | 19:33 | |
*** mlavalle has joined #openstack-dev | 19:34 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:34 | |
*** michchap has joined #openstack-dev | 19:34 | |
*** monst has quit IRC | 19:36 | |
anteaya | I have to be afk for a bit, working on getting some fresh keystone testing data, thanks | 19:37 |
dolphm_ | anteaya: cool | 19:37 |
anteaya | :D | 19:38 |
*** markmc has joined #openstack-dev | 19:38 | |
*** tjones has quit IRC | 19:39 | |
*** epim_ has joined #openstack-dev | 19:43 | |
*** SergeyLukjanov has quit IRC | 19:44 | |
*** epim has quit IRC | 19:44 | |
*** epim_ is now known as epim | 19:44 | |
*** dprince has quit IRC | 19:44 | |
*** romcheg has joined #openstack-dev | 19:44 | |
*** michchap has quit IRC | 19:45 | |
*** monst has joined #openstack-dev | 19:46 | |
*** mihgen has joined #openstack-dev | 19:47 | |
*** spzala has quit IRC | 19:47 | |
*** vipul is now known as vipul|away | 19:48 | |
*** anniec has quit IRC | 19:48 | |
*** SergeyLukjanov has joined #openstack-dev | 19:49 | |
*** networkstatic has joined #openstack-dev | 19:52 | |
*** drewlander has quit IRC | 19:56 | |
*** dhellmann has quit IRC | 19:57 | |
*** gabrielhurley has joined #openstack-dev | 19:58 | |
dolphm_ | anyone else getting test failures today on keystone? (bknudson1, ayoung?) http://paste.openstack.org/show/38887/ | 20:02 |
*** reed has joined #openstack-dev | 20:04 | |
*** radez is now known as radez_g0n3 | 20:04 | |
*** pcm__ has quit IRC | 20:05 | |
*** anniec has joined #openstack-dev | 20:05 | |
openstackgerrit | A change was merged to openstack-dev/devstack: exercise euca.sh check the volume just created https://review.openstack.org/33180 | 20:05 |
openstackgerrit | A change was merged to openstack-dev/devstack: F19 rpm dependencies https://review.openstack.org/32279 | 20:05 |
*** eharney has quit IRC | 20:05 | |
*** markwash has joined #openstack-dev | 20:06 | |
*** garyTh has quit IRC | 20:06 | |
*** krtaylor has quit IRC | 20:06 | |
*** themadcanudist has joined #openstack-dev | 20:06 | |
*** themadcanudist has left #openstack-dev | 20:06 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Fix the OVS version check to work with upstream master versions of OVS. https://review.openstack.org/32954 | 20:07 |
openstackgerrit | A change was merged to openstack/nova: Remove unused arg from make_class_properties.getter method https://review.openstack.org/32953 | 20:08 |
*** garyTh has joined #openstack-dev | 20:08 | |
*** pcm__ has joined #openstack-dev | 20:09 | |
*** otherwiseguy has quit IRC | 20:09 | |
*** pcm__ has quit IRC | 20:09 | |
*** pcm_ has joined #openstack-dev | 20:10 | |
*** arata has joined #openstack-dev | 20:10 | |
*** topol has quit IRC | 20:11 | |
ayoung | dolphm_, have to check out once I get home...will look later on tonight | 20:11 |
*** dhellmann has joined #openstack-dev | 20:11 | |
*** dhellmann has quit IRC | 20:11 | |
*** rkukura has quit IRC | 20:11 | |
bknudson1 | dolphm_: I updated and will try it. | 20:12 |
dolphm_ | ayoung: thanks, i'm getting failures in tox and run_tests.sh ... stable/grizzly is running fine | 20:12 |
*** michchap has joined #openstack-dev | 20:12 | |
dolphm_ | bknudson1: i just updated deps as well, but gates appear to be passing | 20:12 |
*** jergerber has quit IRC | 20:13 | |
*** yolanda has quit IRC | 20:13 | |
*** ayoung has quit IRC | 20:14 | |
*** dcasier_ has joined #openstack-dev | 20:14 | |
*** cococafe has quit IRC | 20:15 | |
*** davidkranz has quit IRC | 20:16 | |
*** tjones has joined #openstack-dev | 20:16 | |
*** eharney has joined #openstack-dev | 20:18 | |
*** eharney has quit IRC | 20:18 | |
*** eharney has joined #openstack-dev | 20:18 | |
*** vipul|away is now known as vipul | 20:19 | |
*** jprovazn has quit IRC | 20:19 | |
bknudson1 | dolphm_: tests passed for me... except my migration repo was messed up so got some errors from that. | 20:19 |
*** mkollaro has joined #openstack-dev | 20:19 | |
*** imsplitbit has joined #openstack-dev | 20:20 | |
*** imsplitbit has left #openstack-dev | 20:20 | |
dolphm_ | bknudson1: hmm, i run "find . -name "*.pyc" -exec rm -rf {} \;" everytime i switch branches so migrations *shouldn't* be an issue for me | 20:20 |
dolphm_ | bknudson1: i'll try something more aggressive | 20:21 |
*** michchap has quit IRC | 20:22 | |
*** jasondotstar has quit IRC | 20:22 | |
*** arata has left #openstack-dev | 20:23 | |
*** cococafe has joined #openstack-dev | 20:24 | |
*** jasondotstar has joined #openstack-dev | 20:28 | |
*** cococafe has quit IRC | 20:28 | |
*** athomas has quit IRC | 20:31 | |
dolphm_ | bknudson1: running tox again after git clean -xdf | 20:31 |
*** spzala has joined #openstack-dev | 20:31 | |
bknudson1 | dolphm_: you ever get this from the keystoneclient tests? | 20:33 |
bknudson1 | error: gnutls_handshake() failed: A TLS packet with unexpected length was received. while accessing https://review.openstack.org/p/openstack/python-keystoneclient.git/info/refs | 20:33 |
dolphm_ | bknudson1: never | 20:33 |
*** datsun180b has quit IRC | 20:33 | |
*** jvrbanac has quit IRC | 20:38 | |
*** mihgen has quit IRC | 20:39 | |
*** mihgen has joined #openstack-dev | 20:39 | |
*** sdake has quit IRC | 20:39 | |
dolphm_ | bknudson1: yay, all passed this time | 20:39 |
dolphm_ | bknudson1: thanks for the sanity check | 20:39 |
*** mihgen has quit IRC | 20:39 | |
bknudson1 | dolphm_: ok. I think there was one time where something was checked into python-keystoneclient that wound up breaking keystone tests... | 20:40 |
bknudson1 | so I thought maybe that happened again. | 20:41 |
dolphm_ | bknudson1: that happens on occasion :( | 20:41 |
*** tmclaugh[work] has quit IRC | 20:41 | |
*** nachi_ has joined #openstack-dev | 20:42 | |
*** nachi__ has joined #openstack-dev | 20:42 | |
*** nachi__ has quit IRC | 20:42 | |
bknudson1 | dolphm_: another reason why client tests in tempest would work better. | 20:42 |
*** sdake has joined #openstack-dev | 20:43 | |
*** sdake has joined #openstack-dev | 20:43 | |
dolphm_ | bknudson1: ++ | 20:43 |
*** stevemar has quit IRC | 20:45 | |
*** otherwiseguy has joined #openstack-dev | 20:46 | |
*** sballe has quit IRC | 20:47 | |
*** diogogmt has joined #openstack-dev | 20:47 | |
*** ffio_ has quit IRC | 20:47 | |
*** sballe has joined #openstack-dev | 20:47 | |
*** michchap has joined #openstack-dev | 20:49 | |
*** vipul is now known as vipul|away | 20:49 | |
*** sarob has quit IRC | 20:50 | |
*** tzumainn has quit IRC | 20:50 | |
*** jongleur has quit IRC | 20:50 | |
*** Ryan_Lane has quit IRC | 20:51 | |
*** vartom3 has joined #openstack-dev | 20:54 | |
*** vipul|away is now known as vipul | 20:55 | |
*** markwash has quit IRC | 20:58 | |
*** HenryG has joined #openstack-dev | 20:58 | |
openstackgerrit | A change was merged to openstack/trove: Adding support for encrypted backups. https://review.openstack.org/30991 | 20:58 |
*** michchap has quit IRC | 20:59 | |
*** msmedved has quit IRC | 21:00 | |
*** msmedved has joined #openstack-dev | 21:01 | |
*** sdake has quit IRC | 21:01 | |
*** gary_th has joined #openstack-dev | 21:03 | |
*** abhisri has quit IRC | 21:03 | |
*** garyTh has quit IRC | 21:03 | |
*** npasqua has quit IRC | 21:04 | |
*** kmartin has quit IRC | 21:06 | |
*** zaneb has quit IRC | 21:09 | |
*** zaneb has joined #openstack-dev | 21:10 | |
*** markmcclain has quit IRC | 21:16 | |
*** krtaylor has joined #openstack-dev | 21:17 | |
*** morazi has quit IRC | 21:18 | |
*** bswartz has quit IRC | 21:19 | |
*** markvoelker has quit IRC | 21:19 | |
*** aeperezt has quit IRC | 21:20 | |
*** dvarga has quit IRC | 21:20 | |
*** jayg is now known as jayg|g0n3 | 21:21 | |
*** markwash has joined #openstack-dev | 21:21 | |
*** jasondotstar has quit IRC | 21:23 | |
*** ayoung has joined #openstack-dev | 21:24 | |
*** pcm_ has quit IRC | 21:25 | |
*** markmc has quit IRC | 21:25 | |
*** michchap has joined #openstack-dev | 21:26 | |
*** edmund has quit IRC | 21:26 | |
*** xqueralt is now known as xqueralt-afk | 21:27 | |
*** lbragstad has quit IRC | 21:28 | |
*** epim has quit IRC | 21:28 | |
*** torandu has quit IRC | 21:29 | |
*** lloydde has joined #openstack-dev | 21:30 | |
*** romcheg has quit IRC | 21:30 | |
*** rharwood has quit IRC | 21:33 | |
*** rharwood has joined #openstack-dev | 21:33 | |
*** lychinus has joined #openstack-dev | 21:34 | |
*** numero8 has joined #openstack-dev | 21:35 | |
*** lorin1 has quit IRC | 21:35 | |
*** rharwood has quit IRC | 21:36 | |
*** michchap has quit IRC | 21:37 | |
*** anfrolov has joined #openstack-dev | 21:38 | |
*** lukego has quit IRC | 21:38 | |
*** epim has joined #openstack-dev | 21:39 | |
*** edmund has joined #openstack-dev | 21:40 | |
*** Ryan_Lane has joined #openstack-dev | 21:41 | |
*** numero8 has quit IRC | 21:42 | |
*** pixelbeat has joined #openstack-dev | 21:44 | |
*** ociuhandu_ has joined #openstack-dev | 21:45 | |
*** jcoufal has joined #openstack-dev | 21:46 | |
*** jecarey has quit IRC | 21:46 | |
*** vartom3 has quit IRC | 21:46 | |
*** anfrolov has quit IRC | 21:47 | |
*** ociuhandu_ is now known as ociuhandu | 21:47 | |
*** alunduil has quit IRC | 21:47 | |
*** spzala has quit IRC | 21:47 | |
*** romcheg has joined #openstack-dev | 21:49 | |
*** anniec has quit IRC | 21:52 | |
*** otherwiseguy has quit IRC | 21:57 | |
*** dkehn has quit IRC | 21:57 | |
*** fifieldt has joined #openstack-dev | 21:58 | |
*** davidkranz has joined #openstack-dev | 21:59 | |
*** nunosantos has quit IRC | 22:00 | |
*** sdake has joined #openstack-dev | 22:01 | |
*** sdake has joined #openstack-dev | 22:01 | |
*** krtaylor has quit IRC | 22:01 | |
*** prad has quit IRC | 22:01 | |
*** nunosantos has joined #openstack-dev | 22:02 | |
*** sushils has joined #openstack-dev | 22:02 | |
*** torandu has joined #openstack-dev | 22:03 | |
*** davidkranz has quit IRC | 22:03 | |
*** michchap has joined #openstack-dev | 22:04 | |
*** gyee has joined #openstack-dev | 22:05 | |
openstackgerrit | A change was merged to openstack/nova: Fix flavor extra_specs filter doesn't work for number https://review.openstack.org/31474 | 22:05 |
openstackgerrit | A change was merged to openstack/nova: Revert "Delegate authentication to quantumclient" https://review.openstack.org/33499 | 22:05 |
openstackgerrit | A change was merged to openstack/nova: Updates nova.conf.sample https://review.openstack.org/32907 | 22:05 |
openstackgerrit | A change was merged to openstack/nova: Improved tests for instance_actions_* https://review.openstack.org/32388 | 22:06 |
openstackgerrit | A change was merged to openstack-dev/devstack: Change path to loadbalancer plugin https://review.openstack.org/32964 | 22:06 |
*** kbringard has quit IRC | 22:06 | |
*** anniec has joined #openstack-dev | 22:06 | |
*** jaybuff has joined #openstack-dev | 22:07 | |
*** edmund has quit IRC | 22:07 | |
*** Ryan_Lane has quit IRC | 22:08 | |
*** dcasier_ has quit IRC | 22:10 | |
*** noslzzp has quit IRC | 22:11 | |
*** kmartin has joined #openstack-dev | 22:11 | |
*** timello has quit IRC | 22:12 | |
*** timello has joined #openstack-dev | 22:13 | |
*** nunosantos has quit IRC | 22:13 | |
*** jhesketh_ has joined #openstack-dev | 22:15 | |
*** michchap has quit IRC | 22:15 | |
*** nunosantos has joined #openstack-dev | 22:16 | |
*** sdake has quit IRC | 22:17 | |
*** woodspa has quit IRC | 22:17 | |
*** SergeyLukjanov has quit IRC | 22:18 | |
*** eglynn has quit IRC | 22:20 | |
openstackgerrit | A change was merged to openstack/swift: Treat directory objects as not found https://review.openstack.org/28841 | 22:21 |
*** kbrierly has quit IRC | 22:21 | |
*** kbrierly has joined #openstack-dev | 22:22 | |
*** darjeeling has joined #openstack-dev | 22:22 | |
*** neelashah has quit IRC | 22:22 | |
*** sride has quit IRC | 22:25 | |
*** markwash has quit IRC | 22:28 | |
*** maoy has quit IRC | 22:28 | |
*** HenryG has quit IRC | 22:28 | |
*** sride has joined #openstack-dev | 22:29 | |
*** dspano has quit IRC | 22:30 | |
*** romcheg has quit IRC | 22:31 | |
*** jayjay has joined #openstack-dev | 22:31 | |
*** vipul is now known as vipul|away | 22:32 | |
*** rcleere has quit IRC | 22:32 | |
*** changbl has quit IRC | 22:33 | |
*** anniec has quit IRC | 22:33 | |
jayjay | what happens if i assign my self to fix a bug, but can't fix it... ? | 22:34 |
jayjay | after awhile finds out its more difficalt then i thought | 22:34 |
jayjay | ? | 22:34 |
*** anniec has joined #openstack-dev | 22:35 | |
clarkb | jayjay: I would make sure the bug is up to date with whatever information you found then unassign yourself | 22:35 |
clarkb | and perhaps let that particular project knowthat you cannot work it directly | 22:35 |
*** otherwiseguy has joined #openstack-dev | 22:36 | |
*** eharney has quit IRC | 22:37 | |
fungi | and also, don't feel bad about it. i have unassigned myself from more bugs then i care to think about (clarkb probably fixed them all afterward) | 22:37 |
*** sride has quit IRC | 22:38 | |
*** danpb has quit IRC | 22:40 | |
*** souvik has quit IRC | 22:41 | |
*** michchap has joined #openstack-dev | 22:42 | |
*** lloydde has quit IRC | 22:43 | |
*** souvik has joined #openstack-dev | 22:43 | |
*** blamar has quit IRC | 22:44 | |
*** henrynash has joined #openstack-dev | 22:44 | |
*** mrodden has quit IRC | 22:45 | |
*** jayjay has quit IRC | 22:46 | |
*** galstrom is now known as galstrom_zzz | 22:47 | |
*** krtaylor has joined #openstack-dev | 22:48 | |
*** souvik has quit IRC | 22:49 | |
*** michchap has quit IRC | 22:53 | |
*** isomorphic has quit IRC | 22:55 | |
*** alop_ has joined #openstack-dev | 22:55 | |
*** alop has quit IRC | 22:55 | |
*** alop_ is now known as alop | 22:55 | |
*** vipul|away is now known as vipul | 22:57 | |
*** henrynash has quit IRC | 22:57 | |
*** markwash has joined #openstack-dev | 22:57 | |
*** monst has quit IRC | 22:59 | |
*** jcoufal has quit IRC | 23:00 | |
*** gary_th has quit IRC | 23:01 | |
*** sandywalsh has quit IRC | 23:01 | |
*** sarob has joined #openstack-dev | 23:01 | |
*** markwash has quit IRC | 23:01 | |
*** isomorphic has joined #openstack-dev | 23:01 | |
*** sarob has quit IRC | 23:02 | |
*** sarob has joined #openstack-dev | 23:03 | |
*** flaper87 has quit IRC | 23:03 | |
*** mkollaro has quit IRC | 23:04 | |
*** FunnyLookinHat has quit IRC | 23:05 | |
*** markwash has joined #openstack-dev | 23:07 | |
*** maoy has joined #openstack-dev | 23:07 | |
jgriffith | sdague: ping | 23:07 |
sdague | jgriffith: pong | 23:08 |
jgriffith | sdague: not sure if you have expertise here or not, but remember you doing a lot of sqla cleanup soo... :) | 23:08 |
jgriffith | sdague: http://paste.openstack.org/show/38869/ | 23:08 |
jgriffith | I've been able to repro this sort of thing in Nova as well | 23:09 |
jgriffith | sdague: I "kinda" understand the problem, just trying to figure out how to fix it | 23:09 |
*** jpich has quit IRC | 23:09 | |
jgriffith | sdague: any insight? | 23:09 |
*** alunduil has joined #openstack-dev | 23:09 | |
jgriffith | sdague: I hate to think we need to add/store session info on all the calls for this sort of thing | 23:10 |
openstackgerrit | A change was merged to openstack/nova: Update to the latest stevedore https://review.openstack.org/32743 | 23:10 |
*** andrewbogott is now known as andrewbogott_afk | 23:10 | |
sdague | jgriffith: so actually dansmith is probably the best one for this | 23:11 |
*** stevemar has joined #openstack-dev | 23:11 | |
sdague | he fixed those kinds of things in nova | 23:11 |
jgriffith | sdague: ahh.. cool | 23:11 |
sdague | basically you need to break the lazy load | 23:11 |
sdague | so you aren't carrying around a time bomb | 23:11 |
jgriffith | Yeah, just trying to figure out the clean way to do that | 23:11 |
jgriffith | sdague: and where it's safe to carry it and where it's not | 23:12 |
jgriffith | :( | 23:12 |
sdague | honestly, you don't want to every cary the backrefs | 23:12 |
sdague | you should try to convert away from sqla objects as quickly as possible above your db layer | 23:12 |
*** sandywalsh has joined #openstack-dev | 23:12 | |
jgriffith | sdague: ahh... | 23:13 |
sdague | otherwise unexpectedness happens | 23:13 |
sdague | anyway, dansmith can take you on a gory detailed look | 23:13 |
sdague | he's retired for the nigth I think now, but I'd hit him tomorrow | 23:14 |
jgriffith | sdague: makes sense, might explain some other weirdness when a blast the system with db calls | 23:14 |
dansmith | I'm back now | 23:14 |
* dansmith reads | 23:14 | |
jgriffith | sdague: very cool... I'll ping | 23:14 |
jgriffith | ahh | 23:14 |
dansmith | jgriffith: yeah, this is really annoying | 23:15 |
dansmith | is it deref'ing a backref when it blows up, or just some attribute of the object? | 23:15 |
jgriffith | Just some of them | 23:15 |
jgriffith | oddly.. or maybe it's just coincidence it's always the same one | 23:15 |
dansmith | in that trace, it's vol.get('volume_glance_metadata'), right? | 23:16 |
jgriffith | yes | 23:16 |
dansmith | I assume that's a backref or relationship to another type of thing, right? | 23:16 |
jgriffith | exactly | 23:16 |
dansmith | so, if you want to make it always present, you need a joinedload() in the query | 23:16 |
*** jjmb has joined #openstack-dev | 23:17 | |
*** sarob has quit IRC | 23:17 | |
*** TheDodd has quit IRC | 23:17 | |
*** sarob has joined #openstack-dev | 23:17 | |
jgriffith | dansmith: so to be safe it sounds like I should put that in all fo the backrefs? | 23:17 |
jgriffith | dansmith: obviously not just the one that's failing here | 23:17 |
dansmith | well, | 23:17 |
*** gabrielhurley has quit IRC | 23:17 | |
dansmith | if you just want to always load everything from the database, then yes | 23:18 |
dansmith | in nova, | 23:18 |
dansmith | we selectively joinedload when we need it, | 23:18 |
dansmith | because otherwise we're yanking tons of data from the db every time we do the query | 23:18 |
jgriffith | dansmith: tricky... | 23:18 |
dansmith | which has ... been a problem in the past :D | 23:18 |
jgriffith | dansmith: yeah, that's a problem for certain | 23:18 |
dansmith | especially with metadata like things, | 23:18 |
openstackgerrit | A change was merged to openstack/horizon: Manually mock service_catalog in stub_keystoneclient https://review.openstack.org/33266 | 23:18 |
jgriffith | it's unfortunate as this ref isn't even set | 23:18 |
dansmith | because if you ever do a get_all_volumes(), which also grabs all metadata for each volume, | 23:19 |
dansmith | and each volume has a lot of metadata, | 23:19 |
jgriffith | dansmith: that's exactly where this is happening BTW | 23:19 |
dansmith | the result is n_vols * n_metadata rows in the result | 23:19 |
jgriffith | dansmith: it just doesn't blow up until we try and translate everything | 23:19 |
dansmith | which for instances and their metadata is friggin huge | 23:19 |
dansmith | right | 23:19 |
dansmith | I'm just saying, | 23:19 |
dansmith | be careful with the "always joinedload" approach | 23:19 |
jgriffith | aye... got ya | 23:19 |
dansmith | it's an easy "fix" | 23:19 |
dansmith | but dragons lie ahead | 23:19 |
jgriffith | hehe... got ya | 23:20 |
jgriffith | dansmith: k, thanks a bunch. | 23:20 |
dansmith | yup, good luck :) | 23:20 |
jgriffith | dansmith: I'll sort through a bit and take a closer look at what you did for Nova | 23:20 |
jgriffith | dansmith: :) | 23:20 |
dansmith | okay, one other thing on that.. | 23:20 |
jgriffith | dansmith: ? | 23:20 |
dansmith | there was a case where we needed to do a get_all() and include metadata, which got huge | 23:21 |
dansmith | and so instead of joining, | 23:21 |
*** michchap has joined #openstack-dev | 23:21 | |
dansmith | we did a second query for all the metadata of the instances in the result of the first query | 23:21 |
dansmith | which ended up growing linearly instead of exponentially | 23:21 |
dansmith | so there is a hack in db/api around system_metadata for doing that | 23:21 |
jgriffith | dansmith: interesting, my first thought was it wouldn't help | 23:21 |
dansmith | two queries you mean? | 23:21 |
jgriffith | dansmith: yeah | 23:21 |
dansmith | it deeeeeeefinitely helps | 23:22 |
dansmith | at the scale we were at | 23:22 |
jgriffith | dansmith: oh I totally believe you, just not what I expected for some reason | 23:22 |
*** souvik has joined #openstack-dev | 23:22 | |
dansmith | yeah, you pay a little latency, but it's a huge savings in number of rows returned (and thus number of bytes over the network) | 23:22 |
dansmith | anyway, that's all :) | 23:23 |
jgriffith | Yeah... which sounds better to me for sure :) | 23:23 |
jgriffith | dansmith: cool.. thanks a bunch | 23:23 |
dansmith | np | 23:23 |
jgriffith | dansmith: I'll probably add you as reviewer when I get around to this if you don't mind :) | 23:23 |
dansmith | jgriffith: sure :) | 23:24 |
jgriffith | hmm.. actually grabbing all of the metadata isn't necessary anyway. think I have a better way to do/fix this | 23:24 |
jgriffith | dansmith: it's kinda stupid, I'm actually doing a get on that just to see if I should set the bootable flag in the output or not | 23:24 |
dansmith | ah | 23:25 |
jgriffith | dansmith: would be wayyy more efficient to just add a bootable column to the volume table | 23:25 |
*** wu_wenxiang has joined #openstack-dev | 23:25 | |
jgriffith | and ditch the whole get the metadata in this case altogether | 23:25 |
dansmith | sounds like it :) | 23:25 |
jgriffith | :) | 23:26 |
jgriffith | dansmith: glad you were around ;) | 23:26 |
jgriffith | sdague: dansmith thanks!! | 23:26 |
dansmith | do you have a user quota on metadata? | 23:26 |
jgriffith | dansmith: well hehe.. that's how I repro this so easily | 23:26 |
dansmith | it's actually a potential problem, allowing the user to add unlimited metadata to their things, and then trigger this backref load of a bunch of stuff | 23:26 |
dansmith | ah, okay :) | 23:26 |
jgriffith | dansmith: I clear all quotas and blast it with create 2000 volumes | 23:27 |
dansmith | gotcha | 23:27 |
*** mlavalle has quit IRC | 23:27 | |
jgriffith | dansmith: but... I don't recall implementing metadata quotas :( | 23:27 |
dansmith | yeah, a hidden danger :) | 23:27 |
jgriffith | dansmith: somethign else for me to look at | 23:27 |
jamielennox | is there a way using oslo.config to get all the key=value pairs from a section without defining them as options to being with? | 23:29 |
adam_g_ | hmm. have the default flavors changed in havana or is tempest just screwing with me? | 23:29 |
jamielennox | so [section]; a=a; b=b; c=c and get a dictionary from section of {'a': 'a', 'b': 'b', 'c':'c'}? | 23:30 |
jgriffith | adam_g_: IIRC yes there was a patch on that a few weeks back | 23:30 |
*** pmathews1 has quit IRC | 23:30 | |
*** phschwar_ has joined #openstack-dev | 23:30 | |
*** sdake has joined #openstack-dev | 23:30 | |
*** sdake has joined #openstack-dev | 23:30 | |
jgriffith | adam_g_: it was like a 0 vs 1 GB for disk debate maybe? | 23:31 |
*** henrynash has joined #openstack-dev | 23:31 | |
adam_g_ | jgriffith, ya.. that is whats screwing me | 23:31 |
jgriffith | adam_g_: :( | 23:31 |
adam_g_ | jgriffith, ubuntu cloud images wont boot as m1.tiny anymore unless m1.tiny gets set back to disk == 0 | 23:31 |
jgriffith | adam_g_: yikes, I don't think that came up in the debate :( | 23:31 |
*** michchap has quit IRC | 23:32 | |
*** electrichead has quit IRC | 23:32 | |
adam_g_ | jgriffith, dah! thats what i get for missing it :) | 23:32 |
* jgriffith can't believe adam_g_ doesn't catch EVERY single review and change in OpenStack!! | 23:33 | |
*** egallen has joined #openstack-dev | 23:35 | |
*** bknudson1 has quit IRC | 23:38 | |
*** souvik has quit IRC | 23:39 | |
*** rchunduru has joined #openstack-dev | 23:40 | |
*** lloydde has joined #openstack-dev | 23:40 | |
*** souvik has joined #openstack-dev | 23:40 | |
rchunduru | why does nova create many tokens while creating image? Nova is using quantumclient to make calls to Quantum and seems not re-using the tokens in several cases. | 23:42 |
rchunduru | read..launching an image | 23:42 |
*** jaybuff has left #openstack-dev | 23:43 | |
*** carl_baldwin has quit IRC | 23:44 | |
*** bswartz has joined #openstack-dev | 23:44 | |
*** stevemar has quit IRC | 23:46 | |
wu_wenxiang | hello, any quantum devloper here? Could you help to check https://bugs.launchpad.net/quantum/+bug/1192381 | 23:46 |
uvirtbot | Launchpad bug 1192381 in quantum "dhcp dnsmasq lost port in host config file" [Undecided,New] | 23:46 |
*** nachi_ has quit IRC | 23:47 | |
*** stevebaker has quit IRC | 23:48 | |
*** salv-orlando has joined #openstack-dev | 23:52 | |
*** tjones has quit IRC | 23:53 | |
*** jhesketh_ has quit IRC | 23:57 | |
*** markwash has quit IRC | 23:58 | |
*** michchap has joined #openstack-dev | 23:59 | |
*** jjmb has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!