*** anotherjesse has joined #openstack-dev | 00:06 | |
*** kaz__ has quit IRC | 00:46 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/quantum: Bug #890028 https://review.openstack.org/1576 | 00:53 |
---|---|---|
uvirtbot | Launchpad bug 890028 in quantum "Use run_tests or pylint and pep8 validation" [Undecided,New] https://launchpad.net/bugs/890028 | 00:53 |
*** rods has quit IRC | 01:21 | |
*** anotherjesse has joined #openstack-dev | 01:22 | |
*** brian_sc1 has quit IRC | 01:48 | |
*** sdake has joined #openstack-dev | 01:51 | |
*** mdomsch has joined #openstack-dev | 01:54 | |
*** jog0 has joined #openstack-dev | 01:57 | |
*** mdomsch has quit IRC | 02:13 | |
*** jog0 has quit IRC | 02:16 | |
*** hugokuo has joined #openstack-dev | 02:17 | |
*** dtroyer has quit IRC | 03:01 | |
*** lorin1 has joined #openstack-dev | 03:07 | |
*** chomping has joined #openstack-dev | 03:16 | |
*** pixelbeat has quit IRC | 03:34 | |
*** anotherjesse has quit IRC | 03:39 | |
*** pixelbeat has joined #openstack-dev | 03:53 | |
*** anotherjesse has joined #openstack-dev | 03:55 | |
*** lorin1 has quit IRC | 03:57 | |
*** anotherjesse has quit IRC | 03:57 | |
*** pixelbeat has quit IRC | 04:00 | |
*** mdomsch has joined #openstack-dev | 04:05 | |
*** jog0 has joined #openstack-dev | 04:05 | |
*** jog0 has quit IRC | 04:17 | |
*** dolphm has joined #openstack-dev | 04:32 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Make run instances respect availability zone https://review.openstack.org/1560 | 04:52 |
*** nati2 has joined #openstack-dev | 05:09 | |
Kiall | Does anyone know why https://jenkins.openstack.org/job/keystone-docs/ is failing at the moment? | 05:29 |
Kiall | Trying to build some updated .deb's without hacking the docs parts out, and that same issue is preventing it :) | 05:29 |
vishy | Kiall: probably doesn't have sphinx installed | 05:33 |
Kiall | vishy: I'm not so sure, I get the same issue locally and `sphinx-build` shows its installed | 05:34 |
Kiall | + launchpad PPA doing the same, when it used to work over there.. | 05:35 |
vishy | did sphinx change versions change recently? | 05:35 |
vishy | perhaps the new version moved some files so the discovery code doesn't work | 05:35 |
Kiall | Well, I've actually just checkedout the last version that was successful in jenkins, and thats giving the same error as the failing builds locally now.. weird | 05:36 |
vishy | yup | 05:36 |
vishy | sounds like the sphinx dep changed | 05:36 |
vishy | maybe try pip installing a slightly older version | 05:37 |
Kiall | humm, both the older working+newer builds are running Sphinx v1.0.7 it seems | 05:38 |
Kiall | same as I have here | 05:38 |
Kiall | weird. deleting doc/source/sourcecode/keystone.backends.sqlalchemy.migrate_repo.manage "fixes" it | 05:40 |
Kiall | doc/source/sourcecode/keystone.backends.sqlalchemy.migrate_repo.manage.rst* | 05:40 |
*** chomping has quit IRC | 05:43 | |
dolphm | Kiall: i've been poking at that issue tonight -- there's definitely a problem with that module (migrate_repo.manage) | 05:43 |
Kiall | dolphm: yea, i'm no python dev, so i'm kinda surprised I managed to trace it that far ;) | 05:44 |
dolphm | the keystone-docs job first broke when that module was created | 05:44 |
dolphm | there's absolutely nothing critical about that file, unless you're using database migrations already :) | 05:45 |
dolphm | totally safe to delete if you need to build the docs | 05:45 |
Kiall | Yea, I'll probably just edit the rules file to delete it for the moment ;) | 05:45 |
*** brian_sc has joined #openstack-dev | 05:50 | |
Kiall | dolphm: if you figure it out, dont forget about stable/diablo ;) | 05:50 |
dolphm | Kiall: well, it looks like the fix i originally wrote works -- i just wasn't clearing out the docs built by the previous run before testing build_sphinx again | 05:52 |
dolphm | it's a bit of a workaround, but it solves the problem | 05:52 |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Ignoring db migrate mgmt module to workaround bug 889287 https://review.openstack.org/1577 | 05:56 |
uvirtbot | Launchpad bug 889287 in keystone "./setup.py build_sphinx fails on sqlalchemy.migrate_repo.manage" [High,Confirmed] https://launchpad.net/bugs/889287 | 05:56 |
dolphm | Kiall: want to verify my fix? ^^ | 05:56 |
dolphm | Kiall: before testing.... rm -rf build && rm -rf doc/source/sourcecode | 05:57 |
Kiall | my clone is a mess at the moment ;) grabbing a fresh one to test.. | 05:58 |
Kiall | dolphm: works a charm | 06:01 |
Kiall | still a bit of a hack ;) but the build works again | 06:01 |
dolphm | Kiall: definitely | 06:01 |
*** HugoKuo_ has joined #openstack-dev | 06:02 | |
rmk | Been trying out cloudbuilder's nova-wsproxy. Seems to work really well. Are there plans to have it replace nova-vncproxy at some point? | 06:02 |
vishy | rmk: yes | 06:03 |
dolphm | Kiall: same fix in stable/diablo branch https://review.openstack.org/#change,1578 | 06:03 |
vishy | since the existing one doesn't work in chrome | 06:03 |
*** hugokuo has quit IRC | 06:05 | |
rmk | right | 06:07 |
rmk | that's actually why I went looking for alternatives | 06:07 |
Kiall | dolphm: done.. | 06:08 |
dolphm | Kiall: thanks | 06:10 |
*** nati2 has quit IRC | 06:10 | |
*** brian_sc has quit IRC | 06:10 | |
rmk | I'll probably mention an issue you guys already know about. Keystone gets absolutely hammered when loading the 'instances' pages via the dashboard. | 06:17 |
rmk | Looks like the dashboard iterates through the entire instance list, making an API call for each one. | 06:17 |
*** bengrue has quit IRC | 06:25 | |
*** nati2 has joined #openstack-dev | 06:40 | |
*** dachary has joined #openstack-dev | 07:17 | |
*** dolphm has quit IRC | 07:23 | |
*** jeffjapan has quit IRC | 07:43 | |
*** nati2 has quit IRC | 07:55 | |
*** naehring has joined #openstack-dev | 08:11 | |
*** dachary has quit IRC | 08:15 | |
*** reidrac has joined #openstack-dev | 08:18 | |
*** dachary has joined #openstack-dev | 08:36 | |
*** rbasak has joined #openstack-dev | 09:04 | |
*** ricky_99 has quit IRC | 09:26 | |
*** Oneiroi has joined #openstack-dev | 09:39 | |
*** darraghb has joined #openstack-dev | 09:54 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Setting force back to 0, clearing buildout env on environment upgrade. https://review.openstack.org/1562 | 10:08 |
*** pixelbeat has joined #openstack-dev | 10:08 | |
*** scottjg has quit IRC | 10:19 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Setting force back to 0, cleaning up, driving Jenkins. https://review.openstack.org/1579 | 10:20 |
*** naehring has quit IRC | 10:35 | |
*** colinnich has quit IRC | 11:14 | |
dachary | Hi, when trying to rebuild the nova package from source on ubuntu oneiric, I get the following error: | 11:16 |
dachary | IOError: [Errno 2] No such file or directory: '../../lib/pymodules/python2.7/docutils/writers/html4css1/html4css1.css' | 11:17 |
dachary | Unable to open source file for reading ('../../lib/pymodules/python2.7/docutils/writers/html4css1/html4css1.css'). Exiting. | 11:17 |
*** chomping has joined #openstack-dev | 11:21 | |
*** Oneiroi has quit IRC | 11:31 | |
*** Oneiroi has joined #openstack-dev | 11:31 | |
*** Oneiroi has quit IRC | 11:57 | |
*** Oneiroi has joined #openstack-dev | 11:58 | |
*** Oneiroi has joined #openstack-dev | 11:58 | |
dachary | nevermind, I tried to recompile nova_2011.3-0ubuntu6.dsc instead of nova_2011.3-0ubuntu6.2.dsc | 12:01 |
openstackgerrit | andrea-rosa-m proposed a change to openstack/nova: Exception handler for kombu connnection https://review.openstack.org/1503 | 12:02 |
*** lorin1 has joined #openstack-dev | 12:25 | |
*** crobinso has joined #openstack-dev | 12:28 | |
*** markmc has joined #openstack-dev | 12:48 | |
*** Oneiroi has quit IRC | 12:48 | |
*** viraptor has joined #openstack-dev | 13:06 | |
*** brian_sc has joined #openstack-dev | 13:26 | |
*** markmc has quit IRC | 13:29 | |
*** johnpur has joined #openstack-dev | 13:31 | |
*** ChanServ sets mode: +v johnpur | 13:31 | |
*** deshantm_laptop has joined #openstack-dev | 13:34 | |
*** markmc has joined #openstack-dev | 13:42 | |
*** dachary has quit IRC | 13:43 | |
*** jrouault has joined #openstack-dev | 13:46 | |
*** dprince has joined #openstack-dev | 14:01 | |
*** chomping has quit IRC | 14:02 | |
*** lts has joined #openstack-dev | 14:03 | |
*** chomping has joined #openstack-dev | 14:04 | |
dprince | jaypipes: around? | 14:18 |
*** stuntmachine has joined #openstack-dev | 14:21 | |
*** jrouault has quit IRC | 14:21 | |
*** PokeTron has joined #openstack-dev | 14:22 | |
zul | ttx: when do you think the horizon changes are going to take place? | 14:24 |
ttx | zul: before essex-2. Ask mtaylor for a more precise timing | 14:26 |
ttx | (no punt intended) | 14:26 |
ttx | or pun | 14:26 |
zul | ttx: ok cool thanks | 14:27 |
*** deshantm_laptop_ has joined #openstack-dev | 14:30 | |
*** sdake has quit IRC | 14:31 | |
*** sdake has joined #openstack-dev | 14:32 | |
*** deshantm_laptop has quit IRC | 14:34 | |
*** 18WAAW0HO has joined #openstack-dev | 14:34 | |
*** ayoung has joined #openstack-dev | 14:37 | |
*** dachary has joined #openstack-dev | 14:47 | |
*** kbringard has joined #openstack-dev | 14:51 | |
*** adiab has joined #openstack-dev | 14:55 | |
*** joesavak has joined #openstack-dev | 15:08 | |
*** nati2 has joined #openstack-dev | 15:08 | |
*** negronjl has joined #openstack-dev | 15:26 | |
*** Gordonz has joined #openstack-dev | 15:27 | |
*** cp16net has joined #openstack-dev | 15:27 | |
jaypipes | dprince: yuppers | 15:29 |
jaypipes | dprince: working on cache stuff still, sorry :( | 15:29 |
jaypipes | dprince: it's my numero uno priority today. | 15:29 |
jaypipes | mtaylor: could you check into what is causing https://bugs.launchpad.net/glance/+bug/862319 for dprince? | 15:29 |
uvirtbot | Launchpad bug 862319 in glance "pip install glance fails if python-distutils-extra is installed" [Low,Confirmed] | 15:29 |
*** Gordonz has quit IRC | 15:31 | |
*** adiab has quit IRC | 15:36 | |
*** nati2 has quit IRC | 15:37 | |
*** n0ano has joined #openstack-dev | 15:46 | |
*** mdomsch has quit IRC | 15:49 | |
*** rnirmal has joined #openstack-dev | 15:52 | |
*** code_franco has joined #openstack-dev | 15:54 | |
ttx | jaypipes: do you agree that https://blueprints.launchpad.net/glance/+spec/swift-location-credentials was completed for essex-1 ? | 15:56 |
*** kbringard has quit IRC | 15:56 | |
*** nati2 has joined #openstack-dev | 15:56 | |
*** kbringard has joined #openstack-dev | 15:58 | |
*** jdg has joined #openstack-dev | 15:59 | |
*** brian_sc has quit IRC | 16:02 | |
*** adjohn has joined #openstack-dev | 16:03 | |
*** reidrac has quit IRC | 16:06 | |
*** deshantm_laptop_ has quit IRC | 16:07 | |
*** deshantm_laptop has joined #openstack-dev | 16:07 | |
*** brian_sc has joined #openstack-dev | 16:10 | |
*** zaitcev has joined #openstack-dev | 16:11 | |
*** mdragon has joined #openstack-dev | 16:12 | |
*** djw_ has joined #openstack-dev | 16:15 | |
openstackgerrit | Alvaro Lopez proposed a change to openstack/nova: Fixes bug 890206 https://review.openstack.org/1580 | 16:16 |
uvirtbot | Launchpad bug 890206 in nova "Unable to attach volume to a xen PVM" [Undecided,In progress] https://launchpad.net/bugs/890206 | 16:16 |
*** yogirackspace has joined #openstack-dev | 16:16 | |
*** dolphm has joined #openstack-dev | 16:19 | |
dolphm | anyone know where to log bugs against the python version of `git review`? | 16:25 |
*** brian_sc has quit IRC | 16:26 | |
*** mdragon has left #openstack-dev | 16:27 | |
*** mdragon has joined #openstack-dev | 16:28 | |
*** dolphm has quit IRC | 16:31 | |
*** mdragon has left #openstack-dev | 16:31 | |
*** mdragon has joined #openstack-dev | 16:33 | |
mdragon | foo | 16:33 |
*** dolphm has joined #openstack-dev | 16:35 | |
*** mdragon is now known as dragondm | 16:35 | |
*** andrea_ has joined #openstack-dev | 16:39 | |
*** dolphm_ has joined #openstack-dev | 16:39 | |
jaypipes | dolphm: yep, one sec | 16:40 |
*** AlanClark has joined #openstack-dev | 16:40 | |
dolphm_ | jaypipes: thanks | 16:40 |
jaypipes | dolphm: https://bugs.launchpad.net/openstack-ci/+filebug | 16:41 |
jaypipes | dolphm: and reviews would be here: https://review.openstack.org/#q,status:open+project:openstack/openstack-ci,n,z | 16:41 |
mtaylor | dolphm: nope | 16:42 |
dolphm_ | mtaylor: ? | 16:42 |
*** dolphm has quit IRC | 16:42 | |
mtaylor | dolphm: https://bugs.launchpad.net/git-review/+filebug | 16:42 |
mtaylor | dolphm_: https://review.openstack.org/#q,status:open+project:openstack-ci/git-review,n,z | 16:43 |
*** andrea__ has joined #openstack-dev | 16:46 | |
*** andrea_ has quit IRC | 16:47 | |
*** andrea__ has quit IRC | 16:48 | |
*** andrea__ has joined #openstack-dev | 16:48 | |
*** andrea__ has quit IRC | 16:49 | |
*** andrea_ has joined #openstack-dev | 16:49 | |
*** misheska has joined #openstack-dev | 16:57 | |
*** ohnoimdead has joined #openstack-dev | 16:57 | |
*** cdub has joined #openstack-dev | 17:04 | |
*** mdomsch has joined #openstack-dev | 17:08 | |
*** bcwaldon has joined #openstack-dev | 17:08 | |
jaypipes | mtaylor: sorry about that.. I thought the openstack-ci project was where that was.. | 17:09 |
mtaylor | jaypipes: no worries! it has it's own project because we've tried to make it something that could be used by folks outside of openstack | 17:09 |
mtaylor | I've been meaning to send an email to the gluster folks, for instance | 17:09 |
mtaylor | since we took rfc.sh from them originally, and this is the next step past that | 17:09 |
*** brian_sc has joined #openstack-dev | 17:12 | |
*** adjohn has quit IRC | 17:12 | |
*** mdomsch_ has joined #openstack-dev | 17:16 | |
*** brian_sc has quit IRC | 17:17 | |
*** mdomsch has quit IRC | 17:17 | |
*** mdomsch_ is now known as mdomsch | 17:17 | |
*** brian_sc has joined #openstack-dev | 17:20 | |
*** brian_sc1 has joined #openstack-dev | 17:21 | |
*** brian_sc has quit IRC | 17:22 | |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Refactored headers produced by middleware (bug 835087) https://review.openstack.org/1550 | 17:22 |
uvirtbot | Launchpad bug 835087 in keystone "Should X-Role be X-Roles" [Medium,Confirmed] https://launchpad.net/bugs/835087 | 17:22 |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Converting attach_volume to use instance object https://review.openstack.org/1534 | 17:24 |
*** sleepsontheflo-1 has joined #openstack-dev | 17:27 | |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Converting network methods to use instance objects https://review.openstack.org/1536 | 17:28 |
*** jog0 has joined #openstack-dev | 17:28 | |
*** nati2 has quit IRC | 17:29 | |
*** jog0 has quit IRC | 17:30 | |
*** jog0 has joined #openstack-dev | 17:31 | |
*** rods has joined #openstack-dev | 17:32 | |
*** dolphm_ has quit IRC | 17:37 | |
*** dolphm has joined #openstack-dev | 17:39 | |
*** troytoman-away is now known as troytoman | 17:40 | |
*** gyee has joined #openstack-dev | 17:43 | |
*** sleepsontheflo-1 has quit IRC | 17:44 | |
*** sleepsontheflo-1 has joined #openstack-dev | 17:44 | |
*** bhall has quit IRC | 17:45 | |
*** jdurgin has joined #openstack-dev | 17:49 | |
*** nati2 has joined #openstack-dev | 17:49 | |
*** novas0x2a|laptop has joined #openstack-dev | 17:52 | |
*** sleepsontheflo-1 has quit IRC | 17:55 | |
*** sleepsontheflo-1 has joined #openstack-dev | 17:55 | |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Converting network methods to use instance objects https://review.openstack.org/1536 | 17:58 |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Converting lock/unlock to use instance objects https://review.openstack.org/1539 | 17:58 |
*** brian_sc1 has quit IRC | 17:58 | |
*** brian_sc has joined #openstack-dev | 17:58 | |
*** apevec has joined #openstack-dev | 17:59 | |
openstackgerrit | Monty Taylor proposed a change to openstack-ci/git-review: In detached head, use the target branch as topic. https://review.openstack.org/1581 | 18:00 |
*** lorin1 has quit IRC | 18:01 | |
*** bcwaldon has quit IRC | 18:02 | |
*** sleepsontheflo-1 has quit IRC | 18:02 | |
*** sleepsontheflo-1 has joined #openstack-dev | 18:03 | |
openstackgerrit | A change to openstack-ci/git-review has been rejected: In detached head, use the target branch as topic. https://review.openstack.org/1581 | 18:05 |
*** reed has joined #openstack-dev | 18:07 | |
openstackgerrit | Anne Gentle proposed a change to openstack/openstack-manuals: Changes to pom.xml files to add PDF links https://review.openstack.org/1582 | 18:08 |
*** sleepsontheflo-1 has quit IRC | 18:09 | |
*** reed_ has joined #openstack-dev | 18:09 | |
*** novas0x2a|laptop has quit IRC | 18:10 | |
openstackgerrit | Monty Taylor proposed a change to openstack-ci/git-review: In detached head, use the target branch as topic. https://review.openstack.org/1581 | 18:12 |
openstackgerrit | Anne Gentle proposed a change to openstack/openstack-manuals: Removes pesky target dirs moves figures to nested dirs https://review.openstack.org/1583 | 18:12 |
*** reed has quit IRC | 18:13 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:17 | |
*** hugo_kuo has joined #openstack-dev | 18:18 | |
*** sleepsontheflo-1 has joined #openstack-dev | 18:19 | |
*** reed__ has joined #openstack-dev | 18:20 | |
*** reed_ has quit IRC | 18:22 | |
*** rkukura has joined #openstack-dev | 18:22 | |
openstackgerrit | A change to openstack/nova has been rejected: VM status show VM_STATE(task_state) https://review.openstack.org/1553 | 18:23 |
*** darraghb has quit IRC | 18:24 | |
*** donaldngo_hp has joined #openstack-dev | 18:24 | |
*** mgius has joined #openstack-dev | 18:26 | |
*** adjohn has joined #openstack-dev | 18:28 | |
openstackgerrit | A change to openstack/swift has been rejected: Fixed invalid variable reference - Bug 887837. https://review.openstack.org/1448 | 18:28 |
uvirtbot | Launchpad bug 887837 in swift "Undefined variable referenced in StaticWeb logResponse()" [Undecided,New] https://launchpad.net/bugs/887837 | 18:28 |
*** viraptor has quit IRC | 18:37 | |
*** PokeTron has quit IRC | 18:40 | |
*** bcwaldon has joined #openstack-dev | 18:44 | |
*** mikeyp has joined #openstack-dev | 18:45 | |
openstackgerrit | Dolph Mathews proposed a change to openstack/openstack-integration-tests: Documented availability of 'auth' tag https://review.openstack.org/1584 | 18:45 |
openstackgerrit | david-perez5 proposed a change to openstack/nova: file-schedule host https://review.openstack.org/1546 | 18:51 |
*** novas0x2a|laptop has quit IRC | 18:52 | |
*** code_franco has quit IRC | 18:53 | |
openstackjenkins | Project nova-docs build #1,641: SUCCESS in 2 min 15 sec: https://jenkins.openstack.org/job/nova-docs/1641/ | 18:53 |
openstackjenkins | brian.waldon: Converting attach_volume to use instance object | 18:53 |
openstackgerrit | Dolph Mathews proposed a change to openstack/openstack-integration-tests: Assert we receive a scoped token & the correct user https://review.openstack.org/1585 | 18:53 |
openstackgerrit | Dolph Mathews proposed a change to openstack/openstack-integration-tests: Removed unused imports; whitespace normalization https://review.openstack.org/1586 | 18:54 |
*** mdomsch has quit IRC | 18:59 | |
*** jdg has quit IRC | 19:02 | |
*** jdg has joined #openstack-dev | 19:02 | |
*** code_franco has joined #openstack-dev | 19:02 | |
*** joesavak has quit IRC | 19:03 | |
openstackgerrit | Jay Pipes proposed a change to openstack/glance: Fixes LP Bug#885341 - Test failure in TestImageCacheManageXattr https://review.openstack.org/1587 | 19:06 |
openstackgerrit | Brad Hall proposed a change to openstack/quantum: Fix for bug 888811 https://review.openstack.org/1588 | 19:11 |
uvirtbot | Launchpad bug 888811 in quantum "Brokenness in ubuntu oneiric" [High,In progress] https://launchpad.net/bugs/888811 | 19:11 |
*** hugo_kuo has quit IRC | 19:11 | |
*** dtroyer has joined #openstack-dev | 19:12 | |
nati2 | mtaylor: Hi do you know how to make a package of keystone? It looks no builddeb.sh on keystone branch | 19:13 |
*** f-yang has joined #openstack-dev | 19:17 | |
*** reed__ has quit IRC | 19:18 | |
*** reed_ has joined #openstack-dev | 19:18 | |
*** reed_ has quit IRC | 19:19 | |
*** pvo has quit IRC | 19:19 | |
*** pvo has joined #openstack-dev | 19:20 | |
*** dtroyer has quit IRC | 19:21 | |
*** dtroyer has joined #openstack-dev | 19:21 | |
*** f-yang has quit IRC | 19:22 | |
*** bcwaldon has quit IRC | 19:22 | |
*** brian_sc has left #openstack-dev | 19:24 | |
*** dprince has quit IRC | 19:28 | |
*** joesavak has joined #openstack-dev | 19:30 | |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Add scripts that launch/delete devstack vms. https://review.openstack.org/1589 | 19:30 |
*** bcwaldon has joined #openstack-dev | 19:34 | |
*** crobinso has quit IRC | 19:34 | |
*** bengrue has joined #openstack-dev | 19:37 | |
nati2 | Ah it looks working with "DEB_BUILD_OPTIONS=nodocs dpkg-buildpackage -b -rfakeroot -tc -uc -D" | 19:40 |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Creating new v2 namespace in nova.api.openstack https://review.openstack.org/1559 | 19:44 |
*** mdomsch has joined #openstack-dev | 19:46 | |
*** reed has joined #openstack-dev | 19:50 | |
*** johnpur has quit IRC | 19:59 | |
*** dolphm has quit IRC | 20:03 | |
*** novas0x2a|laptop has joined #openstack-dev | 20:04 | |
*** novas0x2a|laptop is now known as Guest29308 | 20:05 | |
openstackgerrit | Verification of a change to openstack/keystone failed: 'text/json' should be 'application/json' (bug 843226) https://review.openstack.org/1533 | 20:20 |
uvirtbot | Launchpad bug 843226 in keystone ""application/json" instead of "text/json"" [Medium,Fix committed] https://launchpad.net/bugs/843226 | 20:20 |
*** zns has joined #openstack-dev | 20:24 | |
*** dolphm has joined #openstack-dev | 20:26 | |
*** zns has quit IRC | 20:29 | |
*** jakedahn has joined #openstack-dev | 20:40 | |
*** djw_ has quit IRC | 20:41 | |
*** reed_ has joined #openstack-dev | 20:45 | |
*** reed_ has quit IRC | 20:45 | |
*** lorin1 has joined #openstack-dev | 20:45 | |
*** reed has quit IRC | 20:46 | |
annegentle | all are welcome at the DocTeam meeting in five minutes in #openstack-meeting | 20:56 |
*** mdomsch has quit IRC | 20:59 | |
*** jdg has quit IRC | 21:15 | |
*** jdg has joined #openstack-dev | 21:15 | |
*** jsavak has joined #openstack-dev | 21:23 | |
*** joesavak has quit IRC | 21:27 | |
*** bcwaldon has quit IRC | 21:29 | |
openstackgerrit | Josh Kearney proposed a change to openstack/nova: Log the URL to an image_ref and not just the ID. https://review.openstack.org/1590 | 21:30 |
annegentle | Anyone else seeing a 500 error on jenkins.openstack.org? | 21:30 |
*** dolphm has quit IRC | 21:32 | |
*** mdomsch has joined #openstack-dev | 21:32 | |
annegentle | Whew. Jenkins is back. | 21:34 |
*** dolphm has joined #openstack-dev | 21:37 | |
*** lorin1 has quit IRC | 21:40 | |
*** nati2 has quit IRC | 21:47 | |
*** jdg has quit IRC | 21:47 | |
*** jdg has joined #openstack-dev | 21:47 | |
*** jsavak has quit IRC | 21:47 | |
jdg | Are there any boot-from-volume experts lurking in here today? | 21:49 |
*** mwhooker has joined #openstack-dev | 21:50 | |
openstackgerrit | Mark Washenberger proposed a change to openstack/nova: Add more logging to the xenstore library. https://review.openstack.org/1591 | 21:52 |
*** f-yang has joined #openstack-dev | 21:55 | |
*** mikeyp has quit IRC | 21:58 | |
openstackgerrit | Anne Gentle proposed a change to openstack/object-api: Adds section numbering back to the pom file https://review.openstack.org/1592 | 21:58 |
*** rbasak has quit IRC | 22:03 | |
*** medberry has joined #openstack-dev | 22:05 | |
*** medberry has quit IRC | 22:05 | |
*** medberry has joined #openstack-dev | 22:05 | |
*** medberry has quit IRC | 22:06 | |
*** bcwaldon1 has joined #openstack-dev | 22:06 | |
*** stuntmachine has quit IRC | 22:06 | |
*** adjohn has quit IRC | 22:07 | |
*** apevec has quit IRC | 22:08 | |
*** Guest29308 has quit IRC | 22:10 | |
openstackgerrit | Kevin L. Mitchell proposed a change to openstack/nova: Implement schedule_prep_resize() https://review.openstack.org/1593 | 22:11 |
openstackgerrit | Kevin L. Mitchell proposed a change to openstack/nova: Implement schedule_prep_resize() https://review.openstack.org/1593 | 22:13 |
*** mwhooker has quit IRC | 22:13 | |
*** mwhooker has joined #openstack-dev | 22:14 | |
*** rbasak has joined #openstack-dev | 22:16 | |
*** medberry has joined #openstack-dev | 22:17 | |
*** medberry has quit IRC | 22:17 | |
*** medberry has joined #openstack-dev | 22:17 | |
*** jakedahn_ has joined #openstack-dev | 22:26 | |
*** jakedahn has quit IRC | 22:28 | |
*** jakedahn_ is now known as jakedahn | 22:28 | |
*** ohnoimdead has quit IRC | 22:30 | |
*** rkukura has quit IRC | 22:30 | |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Ignoring db migrate mgmt module to workaround bug 889287 https://review.openstack.org/1577 | 22:31 |
uvirtbot | Launchpad bug 889287 in keystone "./setup.py build_sphinx fails on sqlalchemy.migrate_repo.manage" [High,Confirmed] https://launchpad.net/bugs/889287 | 22:31 |
openstackgerrit | Rick Harris proposed a change to openstack/nova: Adding downgrade for migration 57 plus test https://review.openstack.org/1594 | 22:34 |
*** dtroyer has quit IRC | 22:35 | |
*** cp16net has quit IRC | 22:36 | |
*** jakedahn has quit IRC | 22:37 | |
*** bcwaldon1 has quit IRC | 22:37 | |
*** sleepsontheflo-1 has quit IRC | 22:37 | |
*** dolphm has quit IRC | 22:37 | |
*** rnirmal has quit IRC | 22:41 | |
*** zns has joined #openstack-dev | 22:44 | |
*** sleepsontheflo-1 has joined #openstack-dev | 22:45 | |
*** jakedahn has joined #openstack-dev | 22:45 | |
*** misheska has quit IRC | 22:46 | |
*** nati2 has joined #openstack-dev | 22:47 | |
*** ohnoimdead has joined #openstack-dev | 22:53 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Adding middleware tests https://review.openstack.org/1574 | 22:53 |
*** ohnoimdead_ has joined #openstack-dev | 22:54 | |
*** ohnoimdead has quit IRC | 22:54 | |
*** ohnoimdead_ is now known as ohnoimdead | 22:54 | |
*** ohnoimdead has quit IRC | 22:56 | |
*** ohnoimdead has joined #openstack-dev | 22:57 | |
*** troytoman is now known as troytoman-away | 22:57 | |
*** ayoung has quit IRC | 22:58 | |
*** ohnoimdead_ has joined #openstack-dev | 22:58 | |
*** ohnoimdead has quit IRC | 22:58 | |
*** ohnoimdead_ is now known as ohnoimdead | 22:58 | |
vishy | markmc: are you around? | 22:59 |
markmc | vishy, nope | 22:59 |
*** ohnoimdead has quit IRC | 22:59 | |
markmc | damn | 22:59 |
markmc | maybe :) | 22:59 |
*** ohnoimdead has joined #openstack-dev | 22:59 | |
*** ohnoimdead has quit IRC | 22:59 | |
*** ohnoimdead has joined #openstack-dev | 23:00 | |
markmc | vishy, what's up? | 23:00 |
vishy | markmc: there is an odd problem with multistring in the gflags rewrite | 23:00 |
markmc | vishy, awesome | 23:00 |
vishy | if you specify a flag in the flagfile gets appended multiple times | 23:00 |
*** lts has quit IRC | 23:00 | |
vishy | i think it is getting appended every time that the flags are reparsed due to dynamic imports | 23:01 |
*** ohnoimdead has quit IRC | 23:01 | |
*** ohnoimdead has joined #openstack-dev | 23:01 | |
* markmc takes a quick look | 23:01 | |
*** bcwaldon_ has joined #openstack-dev | 23:01 | |
vishy | I was just going to add a check to make sure it wasn't already in the list of values, but I figured you would be way faster since you wrote the code | 23:02 |
*** ohnoimdead has quit IRC | 23:02 | |
*** ohnoimdead has joined #openstack-dev | 23:02 | |
*** mdomsch has quit IRC | 23:02 | |
*** ohnoimdead_ has joined #openstack-dev | 23:03 | |
*** ohnoimdead has quit IRC | 23:03 | |
*** ohnoimdead_ is now known as ohnoimdead | 23:03 | |
vishy | marcmc: ^^ | 23:03 |
*** ohnoimdead has quit IRC | 23:03 | |
vishy | markmc: ^^ | 23:04 |
*** ohnoimdead has joined #openstack-dev | 23:04 | |
* vishy can't spell | 23:04 | |
markmc | vishy, yep, np | 23:04 |
markmc | vishy, will probably just look in the morning, don't see anything obvious | 23:04 |
markmc | vishy, you get a new set of values each time you re-parse | 23:04 |
openstackgerrit | gholt proposed a change to openstack/swift: Fixed bufferedhttp to deref socks and fps https://review.openstack.org/1595 | 23:04 |
vishy | markmc: but it adds each value with 'append' | 23:05 |
vishy | markmc: hmm so it isn't as simple as I was hoping | 23:05 |
*** ohnoimdead_ has joined #openstack-dev | 23:06 | |
*** ohnoimdead has quit IRC | 23:06 | |
*** ohnoimdead_ is now known as ohnoimdead | 23:06 | |
*** ohnoimdead has quit IRC | 23:07 | |
*** ohnoimdead has joined #openstack-dev | 23:08 | |
markmc | vishy, what's the specific example ? | 23:13 |
vishy | markmc: --osapi_extension=some.import | 23:14 |
vishy | when you start nova-api you will get about 30 versions of some.import | 23:14 |
markmc | vishy, I'm seeing the default value at the start of the list, which seems broken too | 23:14 |
vishy | i think multistring is supposed to be that way | 23:14 |
vishy | it is supoosed to just append items | 23:14 |
markmc | ok | 23:15 |
vishy | markmc: although it is odd that you can't override the default | 23:15 |
markmc | vishy, right :) | 23:15 |
*** novas0x2a|laptop has joined #openstack-dev | 23:19 | |
vishy | markmc: yes it is supposed to override the defaults the first time it is set | 23:19 |
*** novas0x2a|laptop is now known as Guest88101 | 23:19 | |
openstackgerrit | Rick Harris proposed a change to openstack/nova: Bind engine to metadata in migration 054. https://review.openstack.org/1596 | 23:20 |
*** medberry has quit IRC | 23:21 | |
*** jakedahn_ has joined #openstack-dev | 23:21 | |
*** medberry has joined #openstack-dev | 23:21 | |
*** medberry has quit IRC | 23:21 | |
*** medberry has joined #openstack-dev | 23:21 | |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Handle null ramdisk/kernel in euca-describe-images https://review.openstack.org/1597 | 23:22 |
*** reed has joined #openstack-dev | 23:22 | |
markmc | vishy, you're right, every time it's re-parse it's appending again | 23:22 |
vishy | markmc: so we need to make it clear out the list the first time and not append values if they are already in the list | 23:22 |
vishy | markmc: you see an easy way to do that? Or should i start digging in? | 23:23 |
markmc | vishy, yes to the first bit; but does gflags enforce values not being allowed twice in the list or something? | 23:23 |
markmc | vishy, I'll figure it out, np | 23:23 |
vishy | markmc: no bcwaldon_ was just suggesting the same | 23:24 |
vishy | markmc: it should probably allow duplicate values if a user actually specifies a duplicate | 23:24 |
*** jakedahn has quit IRC | 23:24 | |
*** jakedahn_ is now known as jakedahn | 23:24 | |
markmc | vishy, right | 23:24 |
vishy | markmc: so it just has to not reappend on reparse | 23:24 |
markmc | vishy, yep, might be as simple as setting parse.values = None or something | 23:24 |
* markmc digging through optparse | 23:24 | |
markmc | parser.values, I mean | 23:25 |
openstackgerrit | Brian Waldon proposed a change to openstack/nova: Converting network methods to use instance objects https://review.openstack.org/1536 | 23:25 |
*** Guest88101 has quit IRC | 23:26 | |
*** kbringard has quit IRC | 23:27 | |
*** asalkeld has joined #openstack-dev | 23:27 | |
openstackgerrit | Rick Harris proposed a change to openstack/nova: Defining volumes table to allow FK constraint. https://review.openstack.org/1598 | 23:29 |
*** code_franco has quit IRC | 23:31 | |
*** bcwaldon_ has quit IRC | 23:31 | |
*** dachary has quit IRC | 23:36 | |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Revised curl examples (bug 884789) https://review.openstack.org/1599 | 23:36 |
uvirtbot | Launchpad bug 884789 in keystone "curl examples in getting started guide don't work" [High,Fix committed] https://launchpad.net/bugs/884789 | 23:36 |
markmc | vishy, try this - https://github.com/markmc/nova/tree/for-vish-deepcopy-defaults | 23:38 |
* markmc heads off | 23:38 | |
*** AlanClark has quit IRC | 23:39 | |
*** bcwaldon1 has joined #openstack-dev | 23:40 | |
vishy | markmc: almost | 23:41 |
vishy | added twice | 23:41 |
*** rods has quit IRC | 23:41 | |
vishy | markmc: I will put a bug in for you | 23:45 |
*** dolphm has joined #openstack-dev | 23:46 | |
openstackgerrit | gholt proposed a change to openstack/swift: Fixed leak from SegmentedIterable https://review.openstack.org/1450 | 23:47 |
*** jeffjapan has joined #openstack-dev | 23:47 | |
*** jakedahn has quit IRC | 23:49 | |
*** dolphm_ has joined #openstack-dev | 23:49 | |
*** jakedahn has joined #openstack-dev | 23:50 | |
*** deshantm_laptop has quit IRC | 23:50 | |
*** dolphm has quit IRC | 23:51 | |
*** zns has quit IRC | 23:54 | |
*** jdg has quit IRC | 23:54 | |
*** pixelbeat has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!