Wednesday, 2015-03-11

apevecweird is that unittest2 is not capped in icehouse global-reqs00:00
openstackgerritJoe Gordon proposed openstack-dev/devstack: Stop using deprecated oslo_concurrency and sql_connection config options  https://review.openstack.org/16234000:02
openstackrecheckopenstack/nova change: https://review.openstack.org/160476 failed gate-tempest-dsvm-full, gate-tempest-dsvm-postgres-full, gate-tempest-dsvm-neutron, gate-tempest-dsvm-neutron-full, gate-grenade-dsvm, gate-tempest-dsvm-large-ops, gate-tempest-dsvm-neutron-large-ops, gate-devstack-dsvm-cells, gate-grenade-dsvm-partial-ncpu, gate-grenade-dsvm-ironic-sideways in the gate queue with an unrecognized00:06
openstackrecheckerror00:06
*** e0ne has quit IRC00:06
openstackgerritGhanshyam Mann proposed openstack/tempest: Rearrange certificates response schema into one file  https://review.openstack.org/16251900:06
openstackgerritGhanshyam Mann proposed openstack/tempest: Rearrange hypervisors response schemas into one file  https://review.openstack.org/16252300:06
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix interfaces response schema  https://review.openstack.org/16253000:07
openstackgerritGhanshyam Mann proposed openstack/tempest: Rearrange keypairs response schema into one file  https://review.openstack.org/16255100:07
openstackgerritGhanshyam Mann proposed openstack/tempest: Arrange quotas response schema into one file  https://review.openstack.org/16284100:07
openstackgerritGhanshyam Mann proposed openstack/tempest: Merge server response schema into one file  https://review.openstack.org/16287500:07
openstackrecheckopenstack/sahara change: https://review.openstack.org/162960 failed gate-grenade-dsvm in the gate queue with an unrecognized error00:08
*** marun has quit IRC00:09
jogomtreinish: whee greande is down00:11
jogoahh apevec is on it00:11
jogoapevec: its failing for master branch grenade as well00:11
apevecso I don't understand why pip doesn't just update unittest2 ?00:12
jogoohh testtools00:12
jogotesttools-1.7.000:12
jogolifeless: !00:12
apevecyeah 1.7.0 requires unittest2 >= 1.000:12
lifelessjogo: yes?00:13
apevecand devstack install distro unittest2 0.5.100:13
*** Noice has quit IRC00:13
jogolifeless: http://logs.openstack.org/82/162282/4/check/check-grenade-dsvm/13e23d6/logs/old/devstacklog.txt.gz#_2015-03-10_21_55_18_35600:13
openstackrecheckopenstack/keystone change: https://review.openstack.org/161876 failed gate-grenade-dsvm in the gate queue with an unrecognized error00:13
jogoapevec: you have a bug open tacking this?00:14
jogoapevec: so do we just stop installing unittest2 from dpkg?00:14
apevecdidn't open it yet00:14
lifelesspip :(00:15
apevecheh, I expected pip-- :)00:15
openstackrecheckopenstack/nova change: https://review.openstack.org/126309 failed gate-grenade-dsvm, gate-grenade-dsvm-partial-ncpu in the gate queue with an unrecognized error00:15
lifelessthe 1.7.0 wheel was broken00:15
lifelessso its installing from source00:15
clarkbpip only updates deps if you pass the --upgrade flag00:16
apevecah that's it00:16
jogoisn't there a --upgrade patch to devstack up somewhere?00:16
jogolifeless: has the wheel issue been resolved yet?00:17
jogoapevec: I'll open one00:17
apevecjogo, in devstack unittest2 is installed in tools/fixup_stuff.sh with some comments mentioning workaround00:17
apevecwhich are probably out of date?00:17
jogoapevec: git blame it?00:17
lifelessthat changes the resolution mechanism I believe00:18
lifelessjogo: yes, it was removed hours ago00:18
jogolifeless: ack00:18
lifelessjogo: the issue is that there is no wheel00:18
*** tsekiyama has quit IRC00:18
lifelessjogo: which is triggering this headache00:18
*** achanda has quit IRC00:18
lifelessjogo: there was a different issue - the wheel was missing a file.00:18
*** achanda has joined #openstack-qa00:18
jogoapevec: https://bugs.launchpad.net/openstack-gate/+bug/143059200:20
openstackLaunchpad bug 1430592 in OpenStack-Gate "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,New]00:20
*** dims_ has joined #openstack-qa00:20
apevecjogo, nm that fixup - it's for rhel6 only00:20
jogoapevec: ahh 39282bf769e26d012b179f32286737f1151219fa00:21
jogowe can just remove unittest2 from stable/* devstack00:21
*** mtanino has quit IRC00:21
jogoapevec: so testtools is capped on stable ...00:22
*** dims has quit IRC00:22
jogoglobal-requirements.txt:testtools>=0.9.34,!=1.4.0,<=1.5.000:22
*** dims_ has quit IRC00:22
*** dims has joined #openstack-qa00:23
*** achanda has quit IRC00:23
jogonot sure how to read this line00:23
jogo2015-03-10 21:59:48.127 | Collecting testtools (from zake>=0.1->tooz<=0.12,>=0.3->ceilometer==2014.2.3.dev2)00:23
lifelessjogo: I think that thats a recursion stack list00:24
lifelessor something00:24
jogolifeless: yeah, so the question is what is installing testtools 1.700:24
jogoas g-r says <-1.500:24
jogoadam_g: this is why we need your spec00:24
apevecjogo, icehouse is not capped00:24
jogoapevec: right,but this is failing on juno as well00:25
apevecyeah, on juno it's transitive dep00:25
jogoapevec: see http://logs.openstack.org/82/162282/4/check/check-grenade-dsvm-partial-ncpu/dd5cab4/logs/old/devstacklog.txt.gz#_2015-03-10_21_59_49_15300:25
jogoapevec: from what, not sure how to read that line ^00:25
*** annashen has quit IRC00:26
apevecprobably reqs is not synced to all projects00:26
apevecjogo, starting here? https://github.com/yahoo/Zake/blob/master/setup.py#L3900:28
jogoapevec: ahh hmmm00:28
jogoapevec: icehouse fix https://review.openstack.org/16324100:28
jogowe still need to unbreak juno so we can install master00:29
lifelessI'll cut a new release in a minute probably00:29
apevecit will still need devstack fix00:30
jogolifeless: how could a new release fix this?00:32
jogoapevec: yeah I think just removing unittest gets us out of the woods00:32
jogougly but works for now00:32
*** david-lyle_afk has quit IRC00:34
lifelessjogo: new release will have a wheel00:34
lifelessjogo: wheel won't run setup.py00:34
lifelessjogo: dep will be introspected by pip and the upgrade applied00:34
jogoharlowja_:00:34
lifelessjogo: thats why 1.6.1 was working, it has a wheel00:34
jogolifeless: ahh nice00:35
harlowja_sup00:35
lifelesssadly sphinx 1.3 breaks python3.200:35
jogoharlowja_: you broke the world00:35
jogohttps://github.com/yahoo/Zake/blame/master/setup.py#L3900:35
lifelessso our travis is unhappy, be a few minutes before I see if I have a fix for that.00:35
jogohttps://bugs.launchpad.net/devstack/+bug/143059200:35
openstackLaunchpad bug 1430592 in OpenStack-Gate "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,New]00:35
harlowja_whats wrong with including testtools :-P00:35
jogoruntime dependency00:35
jogothat is dumb00:35
jogoto be fair its not just your fault00:36
harlowja_k, let me remove that00:36
harlowja_one sec00:37
jogomtreinish sdague apevec lifeless: https://review.openstack.org/16324200:38
jogothat should unwedge us00:39
jogoharlowja_: wait00:39
jogozake is a testing tool?00:39
clarkbjogo: you should do it for rpm's too00:39
harlowja_jogo yup00:40
harlowja_well sorta testing00:40
jogothen why isn't it in test-requires for tooz?00:40
jogoclarkb: well we may not have a conflict there00:40
harlowja_ok, so goes back to sorta testing00:40
harlowja_lol00:40
harlowja_its a mock zookeeper00:40
clarkbjogo: you probably do00:40
harlowja_*it creates a mock zookeeper00:40
harlowja_ and tooz uses it for its in-memory driver implementation00:40
harlowja_which users of tooz can then also use00:41
jogoclarkb: sure I can update the rpm side as well00:41
harlowja_*thus not requirng a full zookeeper00:41
jogoharlowja_: ahhh gotcha00:41
harlowja_so sorta testing, lol00:41
jogoclarkb: actually see tools/fixup_stuff.sh:00:41
jogoclarkb: there is magic rhel stuff in there00:42
openstackrecheckopenstack/keystone change: https://review.openstack.org/159675 failed gate-grenade-dsvm in the gate queue with an unrecognized error00:42
jogoso hesitant to touch it00:42
clarkbjogo: doesn't look like any of that stuff is unittest2 related though. it just kills firewalld because its slow with libvirt00:43
clarkband selinux disabling00:43
jogotools/fixup_stuff.sh:    (cd /usr/lib/python2.6/site-packages/; sudo patch <"$FILES/patches/unittest2-discover.patch" || echo 'Assume already applied')00:44
clarkbjogo: oh this is on a different branch?00:44
jogoon stable/* branches00:44
harlowja_jogo okie dokie, https://github.com/yahoo/Zake/pull/1500:44
harlowja_let me just make sure travis is ok00:44
apevecyeah, I need to ask afazekas about it, that was commit year ago00:44
apevec"tempest py26 setup" - nobody cares about that00:45
apevecwe run tempest from fedora or el700:45
jogoharlowja_: thanks00:45
harlowja_np00:45
ianwapevec: should we quick push https://review.openstack.org/#/c/163242/ ?00:47
*** yamamoto has quit IRC00:47
*** dboik has joined #openstack-qa00:47
apevecianw, yes, icehouse too00:48
apevechttps://review.openstack.org/#/q/project:openstack-dev/devstack+topic:bug/1430592,n,z00:48
harlowja_jogo ok dokie, https://pypi.python.org/pypi/zake00:48
harlowja_0.2.1 up00:48
ianwapevec: ok, sdague seems to have done that one00:48
jogoapevec: you want to drive the removing this from the rpm side?00:49
jogosince I think you may want to cherry-pick 1f316beb2052b715f077ef42279361026d1a24c300:50
jogochange-id Iea0b0c98a5e11fd85bb5e93c099f740fe05d2f3a00:50
ianwjogo: i can fix up the rpm distro build, i remember we did have that workaround00:50
jogoharlowja_: thanks! that should fix the gate I hope00:50
apevecjogo, ack - I'll check w/ afazekas what's that fixup about00:50
harlowja_let's see00:50
apevecianw, even better, I have no idea what's that workaround :)00:51
lifelessdo we know any Sphinx devs?00:51
*** topshare has joined #openstack-qa00:51
*** dboik_ has joined #openstack-qa00:52
*** dboik has quit IRC00:55
openstackrecheckopenstack/cinder change: https://review.openstack.org/163075 failed gate-grenade-dsvm in the gate queue with an unrecognized error00:55
openstackgerritJoe Gordon proposed openstack-infra/elastic-recheck: Add fingerprint for bug 1430592  https://review.openstack.org/16324500:55
openstackbug 1430592 in OpenStack-Gate "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,New] https://launchpad.net/bugs/143059200:55
lifelessjogo: still fixing this sphinx thing :(00:56
jogoso far this has caused 682 jobs to fail and couting00:56
lifelesswhy can't we have nice things00:56
jogolifeless: hopefully we have worked around this with harlowja_'s zake patch and if not my devstack patches should help too00:56
lifelessbug 143059500:56
openstackbug 1430595 in testtools "pypy3 and python3.2 travis job failing on sphinx" [Critical,Triaged] https://launchpad.net/bugs/143059500:56
lifelessjogo: huh? no, its going to be broken for trunk too00:56
jogolifeless: we don't install unittest2 from packages there00:57
lifelessI mean yes, fix the other things, but I think you're really going to want a new point release of testtools (to get a wheel out there)00:57
lifelessjogo: oh?00:57
jogolifeless: I agree, lets fix it in all the places00:59
jogolifeless: see change id I47b7e787771683c2fc4404e586f11c1a19aac15c00:59
ianwapevec: ok, same thing is killing centos builds http://logs.openstack.org/42/163242/1/check/check-tempest-dsvm-centos7/96399ca/logs/devstacklog.txt.gz01:00
apevecianw, right, get it out of list of rpms01:00
ianwapevec: i will approve https://review.openstack.org/#/c/163242/ and then do similar with changes for rpm list01:01
apevecianw, thanks!01:01
ianwsdague: if around, and you didn't approve https://review.openstack.org/#/c/163242/ for some reason, well, tell me now :)01:01
jogoianw: thanks01:03
openstackrecheckopenstack/horizon change: https://review.openstack.org/158819 failed gate-grenade-dsvm in the gate queue with an unrecognized error01:06
openstackgerritIan Wienand proposed openstack-dev/devstack: Don't use packaged unittest2  https://review.openstack.org/16324901:07
*** ChuckC has quit IRC01:10
*** liusheng has quit IRC01:12
*** liusheng has joined #openstack-qa01:12
*** yamamoto has joined #openstack-qa01:15
*** topshare has quit IRC01:15
*** zz_dimtruck is now known as dimtruck01:18
*** david-lyle_afk has joined #openstack-qa01:21
lifelessjogo: 1.7.1 up with a wheel01:21
openstackrecheckConsole logs not available after 13:34s for check-tempest-dsvm-full-icehouse 133029,18,024dab101:24
openstackrecheckopenstack/cinder change: https://review.openstack.org/157956 failed gate-grenade-dsvm in the gate queue with an unrecognized error01:24
*** annashen has joined #openstack-qa01:26
*** topshare has joined #openstack-qa01:27
ianwapevec: ok https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack+topic:bug/1430592,n,z <- should be enough to get rid of it everywhere ...01:27
*** dims has quit IRC01:28
*** topshare has quit IRC01:28
*** dims has joined #openstack-qa01:29
*** salv-orlando has quit IRC01:30
*** annashen has quit IRC01:31
*** topshare has joined #openstack-qa01:33
*** dims has quit IRC01:34
*** pal has joined #openstack-qa01:36
openstackrecheckConsole logs not available after 13:25s for check-tempest-dsvm-full-icehouse 160502,4,4eb538101:38
*** dims has joined #openstack-qa01:40
openstackgerritIan Wienand proposed openstack-dev/devstack: Fail if run in POSIX compatability mode  https://review.openstack.org/16321401:40
jogolifeless: nice01:42
*** ChuckC has joined #openstack-qa01:42
*** apevec has quit IRC01:43
jogolooks like jobs have stopped failing already01:44
jogoso that is good :)01:44
jogoharlowja_: thanks for the speedy fix01:44
*** ChuckC has quit IRC01:46
*** ChuckC has joined #openstack-qa01:47
*** Nic has quit IRC01:49
mtreinishmriedem: you are guaranteed to have different tenants from all the other tests being run at the same time. (unless you told tempest not to do that, which is only for serial, and ran in parallel anyway)01:50
*** Nic has joined #openstack-qa01:51
*** patrickeast has quit IRC01:51
openstackrecheckConsole logs not available after 13:22s for gate-horizon-pep8 110411,12,d5130c701:52
*** Nic has quit IRC01:52
*** rwsu is now known as rwsu-afk01:52
openstackgerritMatthew Treinish proposed openstack/tempest: Stop using [orchestration] image_ref  https://review.openstack.org/16321501:52
mtreinishmriedem: what were you seeing where this came up?01:54
*** dims_ has joined #openstack-qa01:55
mtreinishmriedem: fwiw: http://docs.openstack.org/developer/tempest/configuration.html explains how creds are provided to test classes01:55
*** diegows has quit IRC01:55
*** dims has quit IRC01:58
mtreinishstevebaker: I just noticed that this old patch exists: https://review.openstack.org/#/c/110507/ isn't that similar to the one we just approved?01:59
*** woodster_ has quit IRC02:00
mtreinishdmorita: ping02:01
dmoritamtreinish: hi02:02
mtreinishdmorita: hey, I was wondering if you wanted to make these pictures: https://wiki.openstack.org/wiki/QA/AuthInterface into a tempest doc patch02:02
mtreinishwe probably should create a new doc rst file for cred/auth internals and that would be a great way to start that02:03
openstackrecheckConsole logs not available after 13:33s for check-tempest-dsvm-full-icehouse 160517,4,d49989202:05
dmoritamtreinish: ahh... I would. Actually, it is difficult to spend time for writing all the doc because of my other business but it is ok for me to just draw pictures.02:06
mtreinishdmorita: sure just the pictures are fine as a start, I can fill in words after02:07
dmoritamtreinish: OK. My previous pictures (written in wiki page) are different from current implementation a bit.02:08
dmoritaSo, i should modify this picture, right?02:08
*** harlowja_ is now known as harlowja_away02:09
mtreinishdmorita: yeah, if you could that would be great. (I'd try but it would look bad)02:09
dmoritamtreinish: Ok. When is deadline? I would draw it in this week but I am not sure i can do that.02:12
*** pal has quit IRC02:12
mtreinishdmorita: heh, there isn't a deadline whenever you can get to it is fine. There isn't any rush02:12
mtreinishit was just something I was thinking about because I was working on the user docs for the cred providers and realized the internals needed docs too02:13
*** yamahata has quit IRC02:13
dmoritamtreinish: heh. OK. I will do that asap :)02:14
openstackrecheckConsole logs not available after 13:24s for gate-horizon-pep8 158934,59,6b7d4dc02:18
openstackrecheckopenstack/horizon change: https://review.openstack.org/136874 failed because of: gate-grenade-dsvm: unrecognized error, gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/143052402:22
openstackLaunchpad bug 1430524 in tempest "tempest.api.orchestration.stacks.test_neutron_resources.NeutronResourcesTestJSON failures spiking with timeouts since 3/10" [High,In progress] - Assigned to Steve Baker (steve-stevebaker)02:22
openstackrecheckopenstack/horizon change: https://review.openstack.org/160555 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1430524 https://bugs.launchpad.net/bugs/138437302:28
openstackLaunchpad bug 1430524 in tempest "tempest.api.orchestration.stacks.test_neutron_resources.NeutronResourcesTestJSON failures spiking with timeouts since 3/10" [High,In progress] - Assigned to Steve Baker (steve-stevebaker)02:28
openstackLaunchpad bug 1384373 in OpenStack-Gate "fatal: Could not read from remote repository" [Medium,Triaged] - Assigned to Clark Boylan (cboylan)02:28
*** coolsvap has joined #openstack-qa02:29
*** salv-orlando has joined #openstack-qa02:31
*** david-lyle_afk has quit IRC02:36
*** salv-orlando has quit IRC02:38
stevebakermtreinish: oh yeah, I only just unabandoned that, then didn't use it because it didn't rebase cleanly. I've reabandoned02:41
mtreinishstevebaker: ok cool, that's what I figured was the case, just wanted to double check02:42
openstackgerritThalabathy Venkatesan proposed openstack/tempest: test_instance_access_secg_rule_with_remote_group  https://review.openstack.org/16300202:53
*** salv-orlando has joined #openstack-qa02:57
*** achanda has joined #openstack-qa02:58
*** dims_ has quit IRC03:02
*** salv-orlando has quit IRC03:10
*** achanda has quit IRC03:10
*** chandankumar has joined #openstack-qa03:12
*** Poornima has joined #openstack-qa03:14
*** coolsvap is now known as coolsvap|afk03:15
*** david-lyle_afk has joined #openstack-qa03:17
*** coolsvap|afk is now known as coolsvap03:22
*** vozcelik has quit IRC03:30
*** mpopow_ has joined #openstack-qa03:32
*** mpopow_ has quit IRC03:32
*** mpopow_ has joined #openstack-qa03:33
*** mpopow has quit IRC03:34
*** jgrimm is now known as zz_jgrimm03:40
mtreinishmriedem: oh, missed the second ping no you don't need a new spec for that. If you're adding a new config option you just need to explain why in the commit message03:44
*** mpopow_ has quit IRC03:46
*** mpopow_ has joined #openstack-qa03:46
*** zz_jgrimm is now known as jgrimm03:47
*** mpopow_ has quit IRC03:53
*** dims has joined #openstack-qa04:03
*** achanda has joined #openstack-qa04:07
*** dims has quit IRC04:10
*** dimtruck is now known as zz_dimtruck04:10
*** BharatK has joined #openstack-qa04:14
*** amotoki has joined #openstack-qa04:36
*** dboik_ has quit IRC04:42
*** dboik has joined #openstack-qa04:43
openstackgerritMerged openstack-dev/devstack: Add sudo to yum example  https://review.openstack.org/16286204:49
openstackgerritMerged openstack-dev/devstack: Check for new versions of get-pip.py  https://review.openstack.org/16281304:50
openstackgerritMerged openstack/tempest: Stop using [orchestration] image_ref  https://review.openstack.org/16321504:50
*** salv-orlando has joined #openstack-qa04:57
*** rushiagr_away is now known as rushiagr04:58
openstackgerritSwaminathan Vasudevan proposed openstack/tempest: Check FloatingIP status before SSH in network_v6  https://review.openstack.org/16050205:04
openstackgerritSwaminathan Vasudevan proposed openstack/tempest: Check FloatingIP status before connecting to access-points  https://review.openstack.org/16051705:05
*** salv-orlando has quit IRC05:10
openstackgerritThalabathy Venkatesan proposed openstack/tempest: test_instance_access_secg_rule_with_remote_ip  https://review.openstack.org/15866405:11
*** salv-orlando has joined #openstack-qa05:12
*** yfried|afk is now known as yfried_05:14
*** salv-orlando has quit IRC05:16
*** chandankumar has quit IRC05:17
*** dboik has quit IRC05:20
*** dboik has joined #openstack-qa05:20
*** BharatK has quit IRC05:25
*** yfried_ is now known as yfried|afk05:28
*** salv-orlando has joined #openstack-qa05:29
*** achanda has quit IRC05:31
*** yfried|afk is now known as yfried_05:31
*** salv-orlando has quit IRC05:34
*** achanda has joined #openstack-qa05:34
*** salv-orlando has joined #openstack-qa05:35
*** salv-orlando has quit IRC05:35
*** salv-orlando has joined #openstack-qa05:41
*** salv-orlando has quit IRC05:45
*** achanda has quit IRC05:48
*** bnemec has quit IRC05:49
*** bnemec has joined #openstack-qa05:52
*** achanda has joined #openstack-qa05:52
*** achanda has quit IRC05:58
*** achanda has joined #openstack-qa06:01
*** dboik has quit IRC06:01
*** yfried_ is now known as yfried|afk06:01
*** jyuso1 has quit IRC06:01
*** ajo has joined #openstack-qa06:03
*** salv-orlando has joined #openstack-qa06:04
*** gamado has joined #openstack-qa06:05
*** BharatK has joined #openstack-qa06:06
*** yfried|afk is now known as yfried_06:06
*** bkopilov has quit IRC06:08
*** salv-orlando has quit IRC06:08
*** bkopilov has joined #openstack-qa06:09
*** Sukhdev has joined #openstack-qa06:12
*** achanda has quit IRC06:14
*** dmellado has quit IRC06:15
*** salv-orlando has joined #openstack-qa06:15
*** dmellado has joined #openstack-qa06:19
*** salv-orlando has quit IRC06:20
*** salv-orlando has joined #openstack-qa06:21
*** yfried_ is now known as yfried|afk06:23
*** yfried|afk is now known as yfried_06:26
*** salv-orlando has quit IRC06:26
*** salv-orlando has joined #openstack-qa06:27
*** andreykurilin_ has joined #openstack-qa06:28
*** annashen has joined #openstack-qa06:31
*** salv-orlando has quit IRC06:32
*** Sukhdev has quit IRC06:33
*** annashen has quit IRC06:36
*** anshul has joined #openstack-qa06:37
*** salv-orlando has joined #openstack-qa06:38
*** k4n0 has joined #openstack-qa06:41
*** chandankumar has joined #openstack-qa06:41
*** salv-orlando has quit IRC06:43
*** SridharG has joined #openstack-qa06:45
*** nmagnezi_ has joined #openstack-qa06:52
openstackgerrityalei wang proposed openstack-dev/devstack: add the port_sec as default neutron/ml2 extension driver  https://review.openstack.org/16206306:53
*** andreykurilin_ has quit IRC06:57
*** kevinbenton has quit IRC06:59
*** itzikb has joined #openstack-qa07:01
*** gszasz has joined #openstack-qa07:06
*** Poornima has quit IRC07:06
openstackrecheckopenstack/nova change: https://review.openstack.org/160476 failed gate-grenade-dsvm-ironic-sideways in the gate queue with an unrecognized error07:12
*** ajo has quit IRC07:19
*** ibiris_away is now known as ibiris07:22
*** ajo has joined #openstack-qa07:23
*** yfried_ is now known as yfried|afk07:26
*** yfried|afk is now known as yfried_07:26
*** pkoniszewski has joined #openstack-qa07:34
*** bkopilov has quit IRC07:38
*** neeti has joined #openstack-qa07:40
openstackgerritYAMAMOTO Takashi proposed openstack-dev/devstack: README.md: Correct the defaults of some of Q_ML2_PLUGIN variables  https://review.openstack.org/16331507:42
*** bkopilov has joined #openstack-qa07:45
*** shardy has joined #openstack-qa07:48
*** bkopilov has quit IRC07:50
*** coolsvap is now known as coolsvap|brb07:54
*** mpaolino has joined #openstack-qa07:57
*** ibiris is now known as ibiris_away08:01
*** bkopilov has joined #openstack-qa08:02
*** markus_z has joined #openstack-qa08:04
*** salv-orlando has joined #openstack-qa08:05
*** ibiris_away is now known as ibiris08:09
*** e0ne has joined #openstack-qa08:11
*** topshare has quit IRC08:15
*** salv-orlando has quit IRC08:15
openstackgerritYAMAMOTO Takashi proposed openstack-dev/devstack: README.md: Correct the defaults of some of Q_ML2_PLUGIN variables  https://review.openstack.org/16331508:16
*** mrodden has quit IRC08:18
*** topshare has joined #openstack-qa08:18
*** topshare has quit IRC08:21
*** topshare has joined #openstack-qa08:23
*** mrodden has joined #openstack-qa08:24
*** mpaolino has quit IRC08:25
*** salv-orlando has joined #openstack-qa08:25
*** salv-orlando has quit IRC08:25
*** coolsvap|brb is now known as coolsvap08:26
*** Poornima has joined #openstack-qa08:27
openstackrecheckopenstack/heat change: https://review.openstack.org/163298 failed gate-grenade-dsvm in the gate queue with an unrecognized error08:37
*** mpaolino has joined #openstack-qa08:38
*** ajo has quit IRC08:46
*** safchain has joined #openstack-qa08:46
*** ajo has joined #openstack-qa08:47
*** bkopilov has quit IRC08:49
*** bkopilov has joined #openstack-qa08:51
*** gfidente has joined #openstack-qa08:52
*** topshare has quit IRC08:53
*** topshare has joined #openstack-qa08:55
*** topshare has quit IRC08:59
openstackgerritMerged openstack/tempest: Use ssl conf settings for raw verify_tempest_config requests  https://review.openstack.org/15674309:00
*** yfried_ is now known as yfried|pto09:01
*** topshare has joined #openstack-qa09:01
*** topshare has quit IRC09:03
*** topshare has joined #openstack-qa09:05
*** jlanoux has joined #openstack-qa09:08
*** tkammer has joined #openstack-qa09:15
*** afazekas_ has joined #openstack-qa09:16
*** mpaolino has quit IRC09:16
*** Poornima_K has joined #openstack-qa09:19
*** Poornima_K has quit IRC09:19
*** Poornima_K has joined #openstack-qa09:19
*** Poornima has quit IRC09:19
*** topshare has quit IRC09:20
*** mpaolino has joined #openstack-qa09:21
*** yfried|pto is now known as yfried|afk09:23
*** apevec has joined #openstack-qa09:23
*** tkammer has quit IRC09:24
*** yfried|afk is now known as yfried|pto09:25
*** e0ne has quit IRC09:27
*** kevinbenton has joined #openstack-qa09:27
*** ihrachyshka has joined #openstack-qa09:28
*** chandankumar has quit IRC09:32
openstackgerritNikolay Starodubtsev proposed openstack-dev/devstack: Add a workaround to meet OpenStack Juno reqs  https://review.openstack.org/16333509:33
*** annashen has joined #openstack-qa09:34
*** zz_johnthetubagu is now known as johnthetubaguy09:35
*** ihrachyshka has quit IRC09:37
*** tkammer has joined #openstack-qa09:38
*** mpaolino has quit IRC09:38
*** ihrachyshka has joined #openstack-qa09:38
*** annashen has quit IRC09:39
*** salv-orlando has joined #openstack-qa09:44
*** chandankumar has joined #openstack-qa09:45
*** salv-orlando has quit IRC09:46
*** mpaolino has joined #openstack-qa09:47
*** yamamoto has quit IRC09:54
openstackrecheckopenstack/nova change: https://review.openstack.org/160476 failed because of: gate-grenade-dsvm-ironic-sideways: https://bugs.launchpad.net/bugs/132365810:00
openstackLaunchpad bug 1323658 in OpenStack Compute (nova) "Nova resize/restart results in guest ending up in inconsistent state with Neutron" [Critical,Confirmed]10:00
*** salv-orlando has joined #openstack-qa10:10
*** salv-orlando has quit IRC10:14
*** salv-orl_ has joined #openstack-qa10:15
*** salv-orl_ has quit IRC10:15
*** e0ne has joined #openstack-qa10:16
*** dims has joined #openstack-qa10:18
*** yamamoto has joined #openstack-qa10:19
*** pc_m has joined #openstack-qa10:30
*** mhorban has quit IRC10:39
*** chandankumar has quit IRC10:40
*** vigneshvar has joined #openstack-qa10:40
*** tosky has joined #openstack-qa10:42
*** kevinbenton has quit IRC10:45
*** salv-orlando has joined #openstack-qa10:48
*** asselin has quit IRC10:52
*** mhorban has joined #openstack-qa11:00
*** marrusl has quit IRC11:01
*** marrusl has joined #openstack-qa11:03
*** anshul has quit IRC11:06
andreafmtreinish, afazekas, gmann, masayukig: if you have a moment, https://review.openstack.org/#/c/161262/ could use some reviews - it's about removing the last dependency to python-keystone client (currently used by boto tests)11:07
*** yamamoto has quit IRC11:08
*** anshul has joined #openstack-qa11:09
*** Poornima_K has quit IRC11:10
*** e0ne is now known as e0ne_11:21
*** e0ne_ is now known as e0ne11:26
*** yamamoto has joined #openstack-qa11:29
*** tkammer has quit IRC11:30
*** anshul has quit IRC11:30
*** apevec has quit IRC11:39
*** anshul has joined #openstack-qa11:42
*** apevec has joined #openstack-qa11:42
*** tkammer has joined #openstack-qa11:45
*** yamamoto has quit IRC11:46
*** mpaolino has quit IRC11:50
*** e0ne is now known as e0ne_11:51
*** tochi has quit IRC11:53
*** e0ne_ has quit IRC11:56
*** dmorita has quit IRC11:56
*** anshul has quit IRC11:59
openstackrecheckopenstack/glance change: https://review.openstack.org/149344 failed gate-tempest-dsvm-postgres-full, gate-tempest-dsvm-neutron-large-ops in the gate queue with an unrecognized error12:01
*** mpaolino has joined #openstack-qa12:03
*** erlon has joined #openstack-qa12:04
*** anshul has joined #openstack-qa12:05
*** mpaolino has quit IRC12:05
*** vigneshvar has quit IRC12:07
*** johnthetubaguy is now known as zz_johnthetubagu12:11
*** e0ne has joined #openstack-qa12:18
*** dpaterson has quit IRC12:19
*** aysyd has joined #openstack-qa12:21
*** BharatK has quit IRC12:27
*** dims has quit IRC12:33
*** jlanoux has quit IRC12:34
*** dims has joined #openstack-qa12:34
*** adalbas has joined #openstack-qa12:36
*** annashen has joined #openstack-qa12:36
*** zz_johnthetubagu is now known as johnthetubaguy12:39
*** annashen has quit IRC12:41
*** dboik has joined #openstack-qa12:41
*** chandankumar has joined #openstack-qa12:43
*** rushiagr is now known as rushiagr_away12:46
*** dboik has quit IRC12:49
*** yamamoto has joined #openstack-qa12:51
*** rbak has joined #openstack-qa12:56
*** rbak has quit IRC12:56
*** rushiagr_away is now known as rushiagr13:05
*** dpaterson has joined #openstack-qa13:06
*** amotoki has quit IRC13:08
*** DaSchab has joined #openstack-qa13:09
*** jecarey has joined #openstack-qa13:12
*** aix has joined #openstack-qa13:13
*** amotoki has joined #openstack-qa13:15
*** jlanoux has joined #openstack-qa13:15
*** dboik has joined #openstack-qa13:17
*** Longgeek has joined #openstack-qa13:19
*** rushiagr is now known as rushiagr_away13:20
*** cbader has joined #openstack-qa13:21
*** cdent has joined #openstack-qa13:22
*** dustins has joined #openstack-qa13:22
*** DaSchab has quit IRC13:26
*** mriedem has joined #openstack-qa13:27
*** tkammer has quit IRC13:29
*** chandankumar has quit IRC13:30
*** dboik has quit IRC13:32
*** dboik has joined #openstack-qa13:33
*** dboik has quit IRC13:33
*** dboik has joined #openstack-qa13:34
*** rbak has joined #openstack-qa13:36
*** Longgeek has quit IRC13:43
*** dkranz has joined #openstack-qa13:51
*** cbader has quit IRC13:52
*** pal has joined #openstack-qa13:54
*** Longgeek has joined #openstack-qa13:55
*** e0ne has quit IRC13:57
*** e0ne has joined #openstack-qa13:57
*** pal has quit IRC13:59
*** pal has joined #openstack-qa13:59
*** topshare has joined #openstack-qa14:00
*** jgrimm is now known as zz_jgrimm14:00
*** topshare has quit IRC14:00
*** rbak has quit IRC14:01
*** dkusidlo has joined #openstack-qa14:03
*** yamamoto has quit IRC14:05
*** yamamoto has joined #openstack-qa14:05
*** rushiagr_away is now known as rushiagr14:06
*** cody-somerville has joined #openstack-qa14:06
*** topshare has joined #openstack-qa14:06
*** topshare has quit IRC14:06
*** topshare has joined #openstack-qa14:07
openstackrecheckopenstack/sahara change: https://review.openstack.org/162198 failed gate-tempest-dsvm-full in the gate queue with an unrecognized error14:09
openstackgerritYaroslav Morkovnikov proposed openstack/tempest: Test IP allocation in two SLAAC subnets  https://review.openstack.org/15323414:16
*** tkammer has joined #openstack-qa14:17
*** rbak has joined #openstack-qa14:21
*** salv-orlando has quit IRC14:23
*** topshare has quit IRC14:23
*** bknudson has joined #openstack-qa14:24
*** topshare has joined #openstack-qa14:25
*** salv-orlando has joined #openstack-qa14:31
*** Poornima has joined #openstack-qa14:32
*** e0ne is now known as e0ne_14:32
*** e0ne_ is now known as e0ne14:33
*** mtanino has joined #openstack-qa14:36
*** annashen has joined #openstack-qa14:38
dhellmannmtreinish: have the barbican folks come to you about the issue they're having with tempest and oslo.log?14:38
dhellmannmtreinish: I thought I would look into it, so I'm trying to catch up on state before I dive in14:39
*** SridharG has left #openstack-qa14:40
*** BharatK has joined #openstack-qa14:42
mtreinishdhellmann: the bug is simple, tempest is still on the incubator code and barbican isn't14:42
mtreinishfor barbican's tests they just import tempest code so there is a conflict on an option definition14:42
dhellmannmtreinish: yeah, I thought I would look at a way around the problem14:42
dhellmannah, so is that unusual?14:43
*** dboik_ has joined #openstack-qa14:43
*** annashen has quit IRC14:43
dhellmannI was worried if I did something like update tempest to use the lib, that would break some other projects somehow14:43
*** ChuckC_ has joined #openstack-qa14:43
mtreinishyes, we really don't recommend importing tempest code at all (the interfaces aren't stable at all) which is why we have tempest-lib14:43
mtreinishbarbican is the only project that does that14:43
dhellmannok, so this is tempest proper and not tempest-lib?14:43
*** ChuckC has quit IRC14:44
*** gfidente has quit IRC14:44
dhellmannit sounds like we're saying barbican should stop doing something that's not supported14:44
mtreinishyeah it is, tempest-lib is actually already on oslo_log14:44
dhellmannI have some time this morning, are you interested in a patch to update tempest?14:44
mtreinishwell the thing is they don't have much of an alternative because all there functional testing is written on doing that tempest import. The pieces they need aren't ready for tempest-lib14:45
dhellmannok, so I'm back to trying to be helpful then :-)14:45
mtreinishdhellmann: sure, the only reason I've been holding off on doing the oslo_log migration was the config generator14:45
dhellmannwhat's the issue there?14:45
mtreinishwhen you guys push a new release with new options the pep8 job fails, but that's are own fault14:46
dhellmannah, ok14:46
*** dboik has quit IRC14:46
dhellmannso you're using the new generator already?14:46
mtreinishyeah14:46
dhellmannif so, I can just work on the log library adoption part14:46
flaper87ianw: https://review.openstack.org/#/c/159450/ pls read my comment there, we need that patch in Zaqar quite urgently :/14:47
*** ChuckC_ has quit IRC14:49
mtreinishdhellmann: yeah there isn't a real blocker for doing the log lib adoption in tempest right now. I just want to figure out a better story for tempest's sample config soonish14:49
dhellmannmtreinish: ok. I'll work on the log thing and include an update to the sample config in that patch, and then we can work on the longer-term story14:50
*** yfried|pto is now known as yfried|afk14:52
*** cody-somerville has quit IRC14:53
*** pal has quit IRC14:54
*** zz_jgrimm is now known as jgrimm14:55
*** hemnafk is now known as hemna14:56
openstackgerritMerged openstack/tempest: Add a test for network connectivity between two tenant networks  https://review.openstack.org/15269414:57
*** dkusidlo has quit IRC14:57
*** gamado has quit IRC14:57
*** topshare has quit IRC14:58
*** pal has joined #openstack-qa14:58
*** yfried|afk is now known as yfried|pto14:59
*** yamamoto has quit IRC15:00
*** chandankumar has joined #openstack-qa15:00
openstackgerritRadoslaw Zarzynski proposed openstack/tempest: Oject Storage API tests: make X-Timestamp checks optional.  https://review.openstack.org/16346815:00
*** bkopilov has quit IRC15:09
mtreinishnotmyname: ^^^ sigh...15:10
*** vponomaryov has left #openstack-qa15:11
*** vponomaryov has joined #openstack-qa15:11
*** rodrigods has quit IRC15:13
*** rodrigods has joined #openstack-qa15:13
dhellmannmtreinish: oh, wow, you're way behind. This is going to be one big "adopt oslo libs" patch. Hope that's ok.15:13
mtreinishdhellmann: heh, yeah I don't think we've done a sync in a while. That should be fine, but we'll have to just make sure the logs look good before we +A :)15:14
dhellmannmtreinish: sure, it's just going to be a bit more work than I expected so it'll take me longer15:15
*** ChuckC_ has joined #openstack-qa15:16
*** pal has quit IRC15:19
*** bkopilov has joined #openstack-qa15:23
*** zz_dimtruck is now known as dimtruck15:24
*** hogepodge has quit IRC15:28
*** david-lyle_afk is now known as david-lyle15:28
*** mtanino is now known as mtanino_away15:30
*** k4n0 has quit IRC15:33
*** cody-somerville has joined #openstack-qa15:35
*** Sukhdev has joined #openstack-qa15:37
*** mpaolino has joined #openstack-qa15:38
*** dkusidlo has joined #openstack-qa15:39
*** mpaolino has quit IRC15:39
openstackgerritMerged openstack/tempest: Remove last dependency from keystone client  https://review.openstack.org/16126215:40
*** rfolco_ has joined #openstack-qa15:41
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: neutron: make l3/vpn agent use config-dir  https://review.openstack.org/16349015:41
*** mpaolino has joined #openstack-qa15:41
*** afazekas_ has quit IRC15:42
*** rfolco has quit IRC15:44
*** Longgeek has quit IRC15:45
*** dboik_ has quit IRC15:47
*** dboik has joined #openstack-qa15:47
*** tosky has quit IRC15:48
EmilienMwhen running Javelin2 in multi-node environment, it's impossible to use check_servers because it tries to ping the instance from the namespace. I think we should associate a floating IP to the VM15:48
EmilienMsdague: what do you think ?15:48
*** mpaolino has quit IRC15:49
EmilienMrahmu: it's something we could implement easily15:50
openstackgerritDavid Kranz proposed openstack/tempest: Make is_admin_available not call for a token  https://review.openstack.org/16349615:52
*** tosky has joined #openstack-qa15:52
*** itzikb has quit IRC15:53
*** coolsvap is now known as coolsvap|afk15:54
dhellmannmtreinish: in tempest/common/accounts.py the Account class uses CONF.lock_path to set up a directory. Does that need to be under lock_path, or does it just need to be a temporary directory we know will be cleaned up?15:54
*** rwsu-afk is now known as rwsu15:55
mtreinishdhellmann: well it creates external locks which is why we did that, but it could just be a temp dir. The only caveat is that temp dir has to be the same from an arbitrary number of processes15:56
*** ibiris is now known as ibiris_away15:56
mtreinishand we really didn't want to add another conf option since we already had lock_path15:56
mtreinishdhellmann: is there something wrong with using lock_path like that?15:59
*** yamahata has joined #openstack-qa16:00
*** ibiris_away is now known as ibiris16:05
*** jlanoux has quit IRC16:06
*** dkusidlo has quit IRC16:06
*** marun has joined #openstack-qa16:09
*** cody-somerville has quit IRC16:09
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/16159216:09
*** enikanorov__ has joined #openstack-qa16:10
*** enikanorov has quit IRC16:10
*** jecarey has quit IRC16:10
*** jecarey has joined #openstack-qa16:11
*** pkoniszewski has quit IRC16:11
*** vaidy_ril has quit IRC16:12
*** rossella_s has quit IRC16:12
*** jvrbanac has quit IRC16:13
*** matt__ has joined #openstack-qa16:14
*** wendar_ has joined #openstack-qa16:14
*** comstud has quit IRC16:14
*** freyes has quit IRC16:14
*** lbragstad has quit IRC16:14
*** stevebaker has quit IRC16:14
*** jroll has quit IRC16:14
*** cyeoh has quit IRC16:14
*** wendar has quit IRC16:14
*** mattoliverau has quit IRC16:14
*** zigo_ has quit IRC16:14
*** zigo_ has joined #openstack-qa16:14
*** jroll has joined #openstack-qa16:15
*** lbragstad has joined #openstack-qa16:15
*** comstud has joined #openstack-qa16:15
*** cbader has joined #openstack-qa16:16
*** stevebaker has joined #openstack-qa16:16
*** jvrbanac has joined #openstack-qa16:16
*** jroll has quit IRC16:16
*** jroll has joined #openstack-qa16:16
*** cyeoh has joined #openstack-qa16:16
*** vaidy_ril has joined #openstack-qa16:16
*** rossella_s has joined #openstack-qa16:16
*** Nic has joined #openstack-qa16:17
*** freyes has joined #openstack-qa16:17
*** cody-somerville has joined #openstack-qa16:19
*** anshul has quit IRC16:20
*** neeti has quit IRC16:20
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Try to calculate common CPU feature set  https://review.openstack.org/16351416:26
*** dboik_ has joined #openstack-qa16:27
openstackgerritChuck Carlino proposed openstack/tempest: Tempest api test for mac_address update  https://review.openstack.org/15180416:27
*** dboik has quit IRC16:31
*** nmagnezi_ has quit IRC16:31
*** mtanino_away has quit IRC16:32
*** pkoniszewski has joined #openstack-qa16:38
*** annashen has joined #openstack-qa16:40
*** annashen has quit IRC16:45
*** Longgeek has joined #openstack-qa16:45
*** weshay has quit IRC16:45
*** weshay has joined #openstack-qa16:46
*** yfried|pto is now known as yfried|afk16:47
*** annashen has joined #openstack-qa16:48
*** sabeen has joined #openstack-qa16:51
*** andreykurilin_ has joined #openstack-qa16:51
*** melwitt has joined #openstack-qa16:53
*** openstack has joined #openstack-qa16:55
*** andreykurilin_ has quit IRC16:56
*** cbader has quit IRC16:58
*** cbader has joined #openstack-qa16:59
*** Longgeek has quit IRC17:02
*** mwagner_lap has quit IRC17:03
openstackgerritMatthew Treinish proposed openstack/tempest: Add support to the services decorator for trove  https://review.openstack.org/16351917:03
*** salv-orlando has quit IRC17:03
*** yfried|afk is now known as yfried|pto17:06
*** annashen has quit IRC17:07
*** pkoniszewski has quit IRC17:07
*** annashen has joined #openstack-qa17:07
*** mlavalle has joined #openstack-qa17:10
*** harlowja_away is now known as harlowja_17:14
*** dimtruck is now known as zz_dimtruck17:14
*** gszasz has quit IRC17:15
*** jordanP has joined #openstack-qa17:16
*** zz_dimtruck is now known as dimtruck17:17
*** ihrachyshka has quit IRC17:18
*** e0ne is now known as e0ne_17:18
dhellmann mtreinish: (back from lunch) we do not generally want the configuration settings to be considered part of the API for the libraries, because it means things break when we rename an option or deprecate it and there's no real way to work around that except finding all of the consumers of the options17:19
dhellmannmtreinish: if that value was available somewhere else (maybe in a test), we could send that into the lib and then tempest could use it, too17:20
*** cody-somerville has quit IRC17:21
*** markus_z has quit IRC17:23
*** Poornima has quit IRC17:26
*** dimtruck is now known as zz_dimtruck17:27
*** sputnik13 has joined #openstack-qa17:28
*** wendar_ is now known as wendar17:28
*** e0ne_ has quit IRC17:29
*** e0ne has joined #openstack-qa17:30
mriedemjogo: so apparently stable/juno must be busted? http://status.openstack.org/elastic-recheck/data/uncategorized.html17:35
mriedemadam_g: ^?17:35
*** bkopilov has quit IRC17:35
mriedemhttp://logs.openstack.org/98/163298/1/gate/gate-grenade-dsvm/8023874/logs/grenade.sh.txt.gz#_2015-03-11_08_05_47_03517:35
mriedemduh duh duh https://pypi.python.org/pypi/pysaml217:36
mriedem2.4.0 released today17:36
openstackgerritLuigi Toscano proposed openstack/tempest: Decouple Sahara templates test from vanilla plugin  https://review.openstack.org/16137017:36
*** chandankumar has quit IRC17:36
*** Sukhdev has quit IRC17:37
*** asselin has joined #openstack-qa17:38
jogomriedem: https://review.openstack.org/#/c/163245/ from yesterday17:38
jogothat catches all those greandes and stuff17:38
mriedemjogo: ah ok17:39
jogofrom yesteday17:39
mriedemjogo: that doesn't look like the same as this pysaml2 thing17:39
jogono that is a timeout, so maybe infra issue?17:39
*** bkopilov has joined #openstack-qa17:39
*** BharatK has quit IRC17:39
*** cdent has quit IRC17:39
mriedemyeah https://bugs.launchpad.net/openstack-gate/+bug/143093317:39
openstackLaunchpad bug 1430933 in OpenStack-Gate "ReadTimeoutError getting pysaml2 in grenade jobs" [Undecided,New]17:40
jogomriedem: want to review my e-r patch from yesterday?17:40
mriedemyeah17:40
*** zz_dimtruck is now known as dimtruck17:40
mriedemlooks like rax dfw is out to lunch17:40
*** annashen has quit IRC17:41
mriedemor was17:41
mriedemtailing off17:41
*** e0ne has quit IRC17:41
*** annashen has joined #openstack-qa17:41
jogoyeah looks like things are working now17:42
mriedemi'll get a query up to clean it out17:43
jogosounds good17:43
*** chandankumar has joined #openstack-qa17:44
openstackgerritMerged openstack-infra/elastic-recheck: Add fingerprint for bug 1430592  https://review.openstack.org/16324517:47
openstackbug 1430592 in devstack "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,In progress] https://launchpad.net/bugs/1430592 - Assigned to Ian Wienand (iwienand)17:47
*** chandankumar has quit IRC17:47
*** yfried|pto is now known as yfried|afk17:48
*** mwagner_lap has joined #openstack-qa17:48
*** mtanino has joined #openstack-qa17:52
*** cody-somerville has joined #openstack-qa17:53
*** achanda has joined #openstack-qa17:54
*** bkopilov has quit IRC17:55
openstackgerritChristian Berendt proposed openstack-dev/devstack: Add package mongodb to files/rpms/zaqar-server  https://review.openstack.org/16354617:55
*** bkopilov has joined #openstack-qa17:57
mtreinishdhellmann: hmm, ok that makes sense. I just took a gander at oslo.concurrency and didn't see a public method for getting the path.18:00
mtreinishbut there is a private method _get_lock_path() that would do what's needed18:01
dhellmannmtreinish: yeah, it's not public right now18:01
dhellmannwe could add something to the API to handle that18:01
*** Longgeek has joined #openstack-qa18:02
dhellmannfor right now I'm just updating the name as its used in the tempest code and leaving FIXME comments to come back and address it later18:02
dhellmannthe best solution would be for tempest to own the value and use lockutils.set_defaults() to tell lockutils about it, but if we need to make a way to get the value back out again we can do that too18:02
dhellmannI only asked because if that code just needed a temporary directory then I could switch it out18:03
dhellmannthe implementation, that is18:03
dhellmannbut this is ok for now18:03
*** salv-orlando has joined #openstack-qa18:04
openstackgerritDoug Hellmann proposed openstack/tempest: Update all Oslo module use  https://review.openstack.org/16354918:05
dhellmannmtreinish: let's see what devstack-gate thinks of ^^18:05
mtreinishheh, I'm sure it'll work fine :)18:05
*** woodster_ has joined #openstack-qa18:07
dhellmannI appreciate your optimism :-)18:07
dhellmannmtreinish: You mentioned something about making sure the logs look right, what did you mean by that? Is that something I may need to address in the patch?18:07
mtreinishdhellmann: no, I just am paranoid about changing the logs from gate run. I'll just do a quick sanity check on the jenkins output before I +218:08
mtreinishmriedem: I might ask you to take a look too18:08
*** Longgeek has quit IRC18:09
mriedemping me when jenkins is done18:09
dhellmannmtreinish: ok, sure, and let me know if you find something we need to change. The library does set the log levels of some additional third-party libraries so it's possible the output will be a little different.18:09
*** chandankumar has joined #openstack-qa18:11
openstackgerritMatt Riedemann proposed openstack/tempest: Test live migrate on a paused instance  https://review.openstack.org/15705418:12
mtreinishdhellmann: heh reviewing your patch I found stuff I've never seen before like: https://review.openstack.org/#/c/163549/1/tempest/api/identity/__init__.py18:12
dhellmannmtreinish: that's probably the result of the sed -i operation I ran -- I was trying to keep the changes minimal18:13
*** salv-orlando has quit IRC18:14
mtreinishsure, it's just fun when I find weird code that I didn't know existed :)18:14
*** vigneshvar has joined #openstack-qa18:16
*** openstackrecheck has quit IRC18:17
*** openstackrecheck has joined #openstack-qa18:17
*** pkoniszewski has joined #openstack-qa18:20
*** aix has quit IRC18:21
openstackgerritgordon chung proposed openstack-dev/devstack: switch to use ceilometermiddleware  https://review.openstack.org/15547318:24
*** bknudson has quit IRC18:30
*** dkranz has quit IRC18:32
*** dkranz has joined #openstack-qa18:32
*** jaypipes is now known as jaypipes-afk18:34
*** vigneshvar has quit IRC18:35
*** tkammer has quit IRC18:36
openstackgerritgordon chung proposed openstack-dev/devstack: switch to use ceilometermiddleware  https://review.openstack.org/15547318:39
*** salv-orlando has joined #openstack-qa18:44
*** pkoniszewski has quit IRC18:45
*** vigneshvar has joined #openstack-qa18:48
*** safchain has quit IRC18:51
*** patrickeast has joined #openstack-qa18:56
*** mtanino has quit IRC18:57
*** mtanino has joined #openstack-qa18:57
mriedemmtreinish: right now there is a config option in nova to enable / disable some features from working with neutron,18:57
mriedemmtreinish: the feature is disabled right now, and it's not tested in tempest,18:57
*** chandankumar has quit IRC18:57
mriedemmtreinish: so to test it, i'm assuming i need a compute_feature_enabled flag in tempest.conf18:57
mriedemhttps://review.openstack.org/#/c/163193/18:57
mriedemmtreinish: question is, do i need a qa-spec for that?18:57
mtreinishmriedem: hmm you didn't see my response to your pings last night?18:58
mriedemmtreinish: nope18:58
mriedemno irc proxy for me18:58
mtreinishmriedem: there is no need for a spec just to add a config option18:58
mtreinishjust explain the reasoning in the commit message18:58
mriedemok18:58
*** e0ne has joined #openstack-qa18:58
mtreinishmriedem: did you still need the answer to your isolation question from yesterday too?19:00
mriedemmtreinish: yeah19:00
*** marun has quit IRC19:00
mtreinish20:49 < mtreinish> mriedem: you are guaranteed to have different tenants from all the other tests being run at the same time. (unless you told tempest not to do that, which is only for serial, and ran in parallel anyway)19:01
mtreinish20:54 < mtreinish> mriedem: fwiw: http://docs.openstack.org/developer/tempest/configuration.html explains how creds are provided to test classes19:01
mriedemRFTD?!19:01
mriedem**RTFD19:01
mtreinishheh well that doc is like a week old so it's easy to overlook19:02
mriedemok, cool, that's what i thought19:02
mtreinishthe tenants are reused in some configurations though19:02
*** apevec has quit IRC19:03
openstackgerritDean Troyer proposed openstack-dev/devstack: Add global venv enable/disable knob  https://review.openstack.org/16278319:07
openstackgerritDean Troyer proposed openstack-dev/devstack: Install Keystone into its own venv  https://review.openstack.org/15688319:07
openstackgerritDean Troyer proposed openstack-dev/devstack: Install Glance into its own venv  https://review.openstack.org/15688419:07
openstackgerritDean Troyer proposed openstack-dev/devstack: Install Cinder into its own venv  https://review.openstack.org/15701019:07
*** jordanP has quit IRC19:08
*** rushiagr is now known as rushiagr_away19:10
*** bknudson has joined #openstack-qa19:13
*** annashen has quit IRC19:15
openstackgerritMatthew Treinish proposed openstack/tempest: Add section to the config guide on lock_path  https://review.openstack.org/16357819:17
openstackgerritMerged openstack-dev/devstack: README.md: Correct the defaults of some of Q_ML2_PLUGIN variables  https://review.openstack.org/16331519:17
openstackgerritMerged openstack-dev/devstack: Configure neutron->nova with identity v3  https://review.openstack.org/16252019:18
*** tosky has quit IRC19:19
*** eugene_bag1 has joined #openstack-qa19:19
openstackgerritMerged openstack/tempest: Fix hypervisor schema for hypervisor status extension  https://review.openstack.org/15895919:21
*** diegows has joined #openstack-qa19:23
*** achanda has quit IRC19:27
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: neutron: make l3/vpn agent use config-dir  https://review.openstack.org/16349019:27
*** annashen has joined #openstack-qa19:30
*** yfried|afk is now known as yfried|pto19:35
*** cody-somerville has quit IRC19:38
*** achanda has joined #openstack-qa19:38
*** chandankumar has joined #openstack-qa19:41
*** mpopow has joined #openstack-qa19:43
*** johnthetubaguy is now known as zz_johnthetubagu19:45
openstackgerritMatthew Treinish proposed openstack/tempest: Cleanup the tempest readme  https://review.openstack.org/16358719:45
openstackgerritMatt Riedemann proposed openstack/tempest: Add 'allow_duplicate_networks' to compute-feature-enabled options  https://review.openstack.org/16358819:45
*** vigneshvar has quit IRC19:51
*** mfalatic has joined #openstack-qa19:53
*** Longgeek has joined #openstack-qa19:54
*** nikil has joined #openstack-qa19:55
*** kevinbenton has joined #openstack-qa19:57
nikilhi when i do ./run_tempest.sh --smoke tempest it get struck at the first test itself. and this is what i see in tempest.log  http://paste.openstack.org/show/191677 . But nosetest command works for me. But i need to run only smoke test and not able to run with run_tempest command or with testr command19:57
openstackgerritSwaminathan Vasudevan proposed openstack-infra/devstack-gate: Configure sub-nodes for Neutron DVR aiopcpu  https://review.openstack.org/15852519:57
*** mpaolino has joined #openstack-qa19:59
*** mpaolino has quit IRC19:59
openstackgerritMatthew Treinish proposed openstack/tempest-lib: Always print info logs from the rest client requests  https://review.openstack.org/16359019:59
*** ajo has quit IRC20:00
*** Longgeek has quit IRC20:00
openstackgerritMatt Riedemann proposed openstack-dev/devstack: neutron: add NOVA_ALLOW_DUPLICATE_NETWORKS config option  https://review.openstack.org/16319320:01
openstackgerritMatthew Treinish proposed openstack/tempest: Switch run_tempest.sh to use subunit-trace  https://review.openstack.org/16359120:02
mriedemlook at all those beautful matt* changes20:03
*** kashyap has quit IRC20:05
*** SridharG has joined #openstack-qa20:06
*** SridharGaddam has quit IRC20:06
*** dboik_ has quit IRC20:06
*** dboik has joined #openstack-qa20:07
*** kashyap has joined #openstack-qa20:07
*** vigneshvar has joined #openstack-qa20:12
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Set NOVA_ALLOW_DUPLICATE_NETWORKS=True when testing with Neutron  https://review.openstack.org/16359320:18
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Set NOVA_ALLOW_DUPLICATE_NETWORKS=True when testing with Neutron  https://review.openstack.org/16359320:19
*** ihrachyshka has joined #openstack-qa20:19
*** pkoniszewski has joined #openstack-qa20:21
mriedemsdague: when you get a chance, you could drop -2 on https://review.openstack.org/#/c/161768/20:22
mriedemrechecked 8 times so far with no failures20:22
*** chandankumar has quit IRC20:24
*** yfried|pto is now known as yfried|afk20:26
*** ChuckC_ has quit IRC20:29
*** mwagner_lap has quit IRC20:30
openstackgerritZengfa Gao proposed openstack/tempest: :Add API tests for Neutron subnetpool  https://review.openstack.org/15964420:32
*** dkranz has quit IRC20:35
*** cody-somerville has joined #openstack-qa20:36
*** marun has joined #openstack-qa20:37
*** ajo has joined #openstack-qa20:42
*** salv-orlando has quit IRC20:43
*** yfried|afk is now known as yfried|pto20:45
*** achanda has quit IRC20:55
*** mtanino has quit IRC20:56
*** dustins has quit IRC20:57
*** hogepodge has joined #openstack-qa20:58
mtreinishmriedem: I don't think sdague is around today, it'll probably have to wait until tomorrow21:05
mriedemsc68cal: can you take a look at the comments in here https://review.openstack.org/#/c/160924/ about correlating the port from the fixed_ips addresses in the server get? seems like a pain in my ass to do that when a local var does the trick already21:05
openstackgerritDoug Hellmann proposed openstack/tempest: Update all Oslo module use  https://review.openstack.org/16354921:08
mtreinishmriedem: if you wanted to take a look the logs from dhellmann's patch to switch tempest to oslo_log are here: http://logs.openstack.org/49/163549/1/check/check-tempest-dsvm-neutron-full/7326906/21:11
mtreinishthings looked the same to me21:11
openstackgerritMatthew Treinish proposed openstack/tempest: Add section to the config guide on lock_path  https://review.openstack.org/16357821:11
*** aysyd has quit IRC21:12
*** mlavalle has quit IRC21:12
mriedemmtreinish: yeah, old: http://logs.openstack.org/24/160924/7/check/check-tempest-dsvm-neutron-full/0dc4b56/logs/tempest.txt.gz#_2015-03-10_18_17_42_81321:13
mriedemnew: http://logs.openstack.org/49/163549/1/check/check-tempest-dsvm-neutron-full/7326906/logs/tempest.txt.gz#_2015-03-11_20_29_52_14421:13
mriedemonly diff i see is the order of some entries in the dict21:13
mriedemwhich doesn't matter21:13
openstackgerritMatthew Treinish proposed openstack/tempest: Add section to the config guide on lock_path  https://review.openstack.org/16357821:13
mriedemx-compute-request-id is still in there21:13
*** vponomaryov has quit IRC21:13
mtreinishmriedem: well I have: https://review.openstack.org/#/c/163590/ to bring back the info messages, which will have the request summary (with req id) logged at info21:14
mtreinishI find it hard to dig through the raw json output in debug logs to find the req id :)21:14
mriedemmtreinish: heh, i was just doing that here https://review.openstack.org/#/c/160924/7/tempest/scenario/test_network_basic_ops.py21:15
mriedemtrying to find what a server get response looked like with neutron21:15
*** vponomaryov has joined #openstack-qa21:15
sc68calmriedem: looking21:15
openstackgerritClaudiu Belu proposed openstack/tempest: Adds Telemetry compute metrics collection scenario  https://review.openstack.org/14075021:16
*** dpaterson has quit IRC21:16
mtreinishmriedem: Yeah, having the full response is nice in the logs for that reason. But sometimes all you care about is the url status code and req-id, like for finding a 500, I don't really mind that it's duplicated info in the debug log too21:18
mtreinishandreaf: if you get a sec when: https://review.openstack.org/163549 comes back it'd be good to fast track that because of the merge conflict potential21:19
*** dimtruck is now known as zz_dimtruck21:19
*** pc_m has quit IRC21:20
openstackgerritDoug Hellmann proposed openstack/tempest: fix import grouping  https://review.openstack.org/16361721:20
mtreinishdhellmann: ^^^ heh, it didn't matter that much :)21:21
*** yfried|pto is now known as yfried|afk21:22
sc68calmriedem: agree - it's a pain to do reverse lookups based on an IP, to find the port that has it assigned. Provided there isn't anything I'm forgetting I agree with your assesment21:22
mriedemsc68cal: ok, cool21:22
mriedemsc68cal: you could help me out and say that in the review :)21:23
sc68calmriedem: will do :)21:23
* mriedem slips sc68cal bribes under the table21:23
*** matt__ is now known as mattoliverau21:25
*** yfried|afk is now known as yfried|pto21:25
sc68cal:)21:26
sc68calIt's possible he's thought of something I haven't - perhaps jordan can enlighten us21:27
openstackgerritMerged openstack-infra/devstack-gate: Remove trove from default config  https://review.openstack.org/16179721:28
*** achanda has joined #openstack-qa21:28
*** salv-orlando has joined #openstack-qa21:28
mriedemi'm open to being proven wrong, or shown a better way21:30
sc68calmriedem: agree21:31
openstackgerritMatt Riedemann proposed openstack/tempest: Add scenario 'test_preserve_preexisting_port'  https://review.openstack.org/16092421:31
mriedemmtreinish: that's the assertEquals('' changes ^21:32
*** annashen has quit IRC21:32
mtreinishmriedem: heh, you really wanted that +2 :)21:32
*** boris-42 has quit IRC21:32
mriedemwell, we merged the code in nova21:33
mriedemso not regressing it would be nice21:33
mriedemplus i need to build on this test for allow_duplicate_networks21:33
andreafmtreinish: looking21:34
*** mmedvede has quit IRC21:34
*** yfried|pto is now known as yfried|afk21:38
*** annashen has joined #openstack-qa21:39
*** movielovers has joined #openstack-qa21:39
andreafmtreinish: the patch looks good to me, only I'm not familiar with versionutils, so I cannot tell whether https://review.openstack.org/#/c/163549/2/tempest/openstack/common/versionutils.py,cm is fine or not21:43
openstackgerritEmilien Macchi proposed openstack/tempest: javelin: implement floating-ip support  https://review.openstack.org/16362221:44
mtreinishandreaf: well that should just be an oslo incubator sync patch so I was trusting dhellmann on that part21:44
andreafmtreinish: ah ok21:45
andreafmtreinish: then I'm +A - and ready to rebase all my patches21:45
openstackgerritAdam Gandelman proposed openstack-dev/devstack: Allow devstack plugins to specify prereq packages  https://review.openstack.org/16153521:45
mtreinishandreaf: heh, sorry that keeps happening to you21:45
*** zz_dimtruck is now known as dimtruck21:46
andreafmtreinish: np  - I'll just wait for CI to finish, +2 for now21:46
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/157940 failed gate-ceilometer-python27 in the gate queue with an unrecognized error21:46
andreafmtreinish: at least the EC2 one was  merged alreday21:48
andreafalready21:48
*** amotoki has quit IRC21:50
*** dimtruck is now known as zz_dimtruck21:51
*** zz_dimtruck is now known as dimtruck21:52
*** mriedem is now known as mriedem_away21:55
*** yfried|afk is now known as yfried|pto21:58
*** marun has quit IRC22:01
openstackgerritJamie Lennox proposed openstack-dev/devstack: Swift use v3 auth_token credentials  https://review.openstack.org/16362722:04
*** mpopow_ has joined #openstack-qa22:05
openstackgerritIan Wienand proposed openstack-dev/devstack: Comment `log_file` for Zaqar  https://review.openstack.org/15945022:05
*** mpopow has quit IRC22:07
*** yfried|pto is now known as yfried|afk22:08
*** cody-somerville has quit IRC22:08
openstackgerritEmilien Macchi proposed openstack/tempest: javelin: implement floating-ip support  https://review.openstack.org/16362222:10
*** dboik has quit IRC22:11
*** dims has quit IRC22:11
*** Nic has quit IRC22:19
*** mmedvede has joined #openstack-qa22:21
*** eugene_bag1 has quit IRC22:21
openstackgerritgordon chung proposed openstack-dev/devstack: switch to use ceilometermiddleware  https://review.openstack.org/15547322:22
*** hogepodge has quit IRC22:24
*** mlavalle has joined #openstack-qa22:27
*** annashen has quit IRC22:30
*** annashen has joined #openstack-qa22:30
*** jaypipes-afk is now known as jaypipes22:31
*** adalbas has quit IRC22:31
*** dboik has joined #openstack-qa22:34
*** dboik_ has joined #openstack-qa22:34
*** cody-somerville has joined #openstack-qa22:36
*** jgrimm is now known as zz_jgrimm22:36
*** dboik has quit IRC22:38
*** pkoniszewski has quit IRC22:41
*** Longgeek has joined #openstack-qa22:45
*** dims_ has joined #openstack-qa22:46
*** amotoki has joined #openstack-qa22:50
*** jecarey has quit IRC22:51
*** annashen has quit IRC22:52
*** Longgeek has quit IRC22:55
*** amotoki has quit IRC22:56
*** movielovers has left #openstack-qa22:57
*** rbak has quit IRC23:00
*** vigneshvar has quit IRC23:03
*** e0ne is now known as e0ne_23:04
*** patrickeast_ has joined #openstack-qa23:05
openstackgerritMatthew Treinish proposed openstack/tempest-lib: Always print info logs from the rest client requests  https://review.openstack.org/16359023:05
*** patrickeast has quit IRC23:06
*** patrickeast_ is now known as patrickeast23:06
*** annashen has joined #openstack-qa23:12
*** woodster_ has quit IRC23:20
adam_gany chance of some tempest eyes on https://review.openstack.org/#/c/162773/ ? fixes an issue thats causing many stable/juno rechecks23:21
*** annashen has quit IRC23:24
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: neutron: make l3/vpn agent use config-dir  https://review.openstack.org/16349023:26
flaper87ianw: thanks for removing that23:26
flaper87sdague: ianw: https://review.openstack.org/#/c/159450/ pls ?23:26
flaper87:)23:26
ianwflaper87: i'll quick approve, just waiting for jenkins23:27
flaper87ianw: jenkins is happy23:28
*** jecarey has joined #openstack-qa23:28
flaper87ianw: thanks again23:28
ianwflaper87: yeah, so far only xen is happy, but i don't expect any issues.  will keep and eye on it23:29
flaper87ianw: ah, mmh, you're right. It's Xen's vote23:30
mtreinishadam_g: reviewed23:31
*** bknudson has quit IRC23:31
*** ihrachyshka has quit IRC23:34
*** cody-somerville has quit IRC23:39
*** tochi has joined #openstack-qa23:44
*** e0ne_ has quit IRC23:50
*** mtanino has joined #openstack-qa23:52
*** bknudson has joined #openstack-qa23:52
openstackgerritChuck Carlino proposed openstack/tempest: Tempest api test for mac_address update  https://review.openstack.org/15180423:52
*** patrickeast has quit IRC23:58

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