*** misheska has quit IRC | 00:00 | |
andrewbogott | vishy: many thanks! | 00:00 |
---|---|---|
vishy | if sleepsonthefloo and dtroyer both like it i won't argue :) | 00:00 |
openstackgerrit | Verification of a change to openstack/nova failed: Adds extension for retrieving certificates https://review.openstack.org/3200 | 00:01 |
*** maplebed has quit IRC | 00:01 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Implementing client for new x509 support in nova. https://review.openstack.org/3246 | 00:01 |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Catch novaclient up with renaming and other nova changes. https://review.openstack.org/3163 | 00:01 |
vishy | mtaylor, jeblair: devstack gate just exploded with no free nodes | 00:02 |
*** Ryan_Lane has quit IRC | 00:02 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Catch novaclient up with renaming and other nova changes. https://review.openstack.org/3163 | 00:02 |
andrewbogott | hm... false failure again? | 00:03 |
mtaylor | vishy: grumble | 00:03 |
vishy | andrewbogott: yeah devstack has no nodes for testing | 00:03 |
* andrewbogott nods | 00:04 | |
vishy | andrewbogott: should be good again soon | 00:04 |
*** dolphm has joined #openstack-dev | 00:04 | |
*** jeffjapan has joined #openstack-dev | 00:04 | |
jeblair | vishy: and anyone interested in rs cloud operational issues | 00:07 |
jeblair | https://jenkins.openstack.org/job/devstack-launch-vms/ | 00:07 |
*** Ryan_Lane has joined #openstack-dev | 00:07 | |
*** Ryan_Lane has joined #openstack-dev | 00:07 | |
jeblair | that's the job that launches devstack vms. it attempts to keep a pool of 5 machines ready at all times | 00:07 |
jeblair | recently rs cloud has been throwing 400 and 500 errors | 00:08 |
vishy | we broke cloudservers! | 00:08 |
mtaylor | vishy: we're a great test case :) | 00:08 |
mtaylor | we should do nova integration testing by installing nova and then using that nova to spin up nodes to use to test nova | 00:09 |
openstackgerrit | dan wendlandt proposed a change to openstack/python-quantumclient: initial cut at removing unneeded dependencies left-over from quantum-server https://review.openstack.org/3379 | 00:10 |
*** troytoman is now known as troytoman-away | 00:11 | |
*** jakedahn_ has joined #openstack-dev | 00:11 | |
openstackgerrit | Naveed Massjouni proposed a change to openstack/nova: Fixing a rebuild race condition bug. https://review.openstack.org/3367 | 00:12 |
*** bagit has quit IRC | 00:12 | |
*** jakedahn has quit IRC | 00:14 | |
*** jakedahn_ is now known as jakedahn | 00:14 | |
openstackgerrit | A change to openstack/nova has been rejected: blueprint host-aggregates: OSAPI extensions https://review.openstack.org/3109 | 00:15 |
*** ewindisch has quit IRC | 00:15 | |
*** ewindisch_ is now known as ewindisch | 00:15 | |
openstackgerrit | A change to openstack/python-novaclient has been rejected: blueprint host-aggregates https://review.openstack.org/3144 | 00:15 |
*** legkodymov has joined #openstack-dev | 00:16 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Adds extension for retrieving certificates https://review.openstack.org/3200 | 00:17 |
*** pballand has left #openstack-dev | 00:17 | |
openstackgerrit | Brad Hall proposed a change to openstack/nova: Add support for pluggable l3 backends https://review.openstack.org/3273 | 00:18 |
openstackjenkins | Project nova-docs build #2040: SUCCESS in 3 min 6 sec: https://jenkins.openstack.org/job/nova-docs/2040/ | 00:18 |
openstackjenkins | Vishvananda Ishaya: Create nova cert worker for x509 support | 00:18 |
*** pixelbeat has quit IRC | 00:21 | |
*** dolphm has quit IRC | 00:22 | |
vishy | ok looks like it is working again | 00:23 |
vishy | going to retrigger | 00:23 |
jeblair | i don't think it is | 00:24 |
jeblair | i think it's erroneously reprting success after timing out the launch) | 00:24 |
jeblair | it's been waiting on rs cloud to build the same 5 machines for like half an hour | 00:24 |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Implementing client for new x509 support in nova. https://review.openstack.org/3246 | 00:25 |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Catch novaclient up with renaming and other nova changes. https://review.openstack.org/3163 | 00:25 |
vishy | or i could be wrong | 00:25 |
vishy | :( | 00:25 |
vishy | fooled me with the green :) | 00:26 |
* mtaylor blames the color green | 00:26 | |
jeblair | so the more interesting question is: | 00:26 |
jeblair | what should the script do in this case? | 00:26 |
jeblair | continue waiting on those servers (could be hours)? | 00:26 |
jeblair | or give up on them and try spinning up new servers (underlying problem could persist for hours, causing the account to have tons of abandoned servers) | 00:27 |
openstackgerrit | dan wendlandt proposed a change to openstack/python-quantumclient: initial cut at removing unneeded dependencies left-over from quantum-server https://review.openstack.org/3379 | 00:27 |
* mtaylor votes for give up and try spinning up new servers - and then having the reaping program kill anything that never spun up after X amount of time | 00:28 | |
jeblair | we can't kill them until they have finished spinning up. | 00:28 |
mtaylor | vomit | 00:28 |
jeblair | (and if they go into error state, we can't kill them at all) | 00:28 |
mtaylor | wow, really? that's great | 00:29 |
*** stuntmachine has joined #openstack-dev | 00:29 | |
zaitcev | Does anyone know if there's an easy way to kill specific modules without blowing away whole .venv? | 00:31 |
*** dtroyer has joined #openstack-dev | 00:31 | |
zaitcev | Overall I'm trying to get a failing package rebuilt until I fix it (in this case lxml). | 00:32 |
zaitcev | But for some reason... something, somewhere remembers that lxml failed to build and does not rebuild it if I run ./run_tests.sh. | 00:33 |
mtaylor | zaitcev: pip install -I -E .venv lxml | 00:34 |
openstackgerrit | Jake Dahn proposed a change to openstack/python-novaclient: Implementing client for new x509 support in nova. https://review.openstack.org/3246 | 00:34 |
zaitcev | mtaylor: Thanks | 00:35 |
jeblair | mtaylor, vishy: i manually abandoned those 5 machines, 5 new ones are building, and they're doing a better job. | 00:36 |
mtaylor | yay! | 00:36 |
jeblair | mtaylor: the abandon and try again approach may be the way to go. we'll need to add more code to the reap script to look for abandoned machines | 00:36 |
mtaylor | jeblair: makes sense | 00:36 |
jeblair | also, the proximity of this problem to the daily vm image rebuild is suspicious | 00:37 |
jeblair | we may want to see about mutexing the 2 jobs or something. | 00:37 |
jeblair | mtaylor: there could be a cloud servers race condition in there | 00:38 |
mtaylor | jeblair: indeed. | 00:38 |
mtaylor | jeblair: locks and latches plugin? | 00:38 |
jeblair | looks good | 00:39 |
jeblair | er, actually | 00:39 |
jeblair | https://wiki.jenkins-ci.org/display/JENKINS/Proposed+Plugin+Deprecation | 00:40 |
openstackgerrit | dan wendlandt proposed a change to openstack/python-quantumclient: initial cut at removing unneeded dependencies left-over from quantum-server https://review.openstack.org/3379 | 00:40 |
vishy | jeblair: let me know when I can start firing off branches again | 00:40 |
vishy | there are 3 or 4 ready to go | 00:40 |
jeblair | vishy: will do ("Running Post-Build Configurations") | 00:41 |
*** bhall has joined #openstack-dev | 00:41 | |
*** bhall has quit IRC | 00:42 | |
*** bhall has joined #openstack-dev | 00:42 | |
*** bhall has quit IRC | 00:42 | |
*** bhall has joined #openstack-dev | 00:42 | |
jeblair | mtaylor: perhaps https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin | 00:44 |
jeblair | vishy: 3 machines are ready | 00:45 |
vishy | jeblair: tnx | 00:45 |
vishy | jeblair: I guess they are recreated at midnight? | 00:47 |
vishy | Jan 25, 2012 12:00:30 AM | 00:47 |
vishy | was the first failure :) | 00:47 |
jeblair | yeah, that's when the zw image update job runs | 00:47 |
jeblair | er, zw -> vm | 00:47 |
jeblair | vishy: 5 machines are ready | 00:48 |
mtaylor | jeblair: yes. throttle seems good | 00:50 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/nova: bug 921087: i18n-key and local-storage hard-coded in xenapi https://review.openstack.org/3380 | 00:51 |
uvirtbot | Launchpad bug 921087 in nova "i18n-key and local-storage hard-coded in xenapi" [Undecided,Confirmed] https://launchpad.net/bugs/921087 | 00:51 |
*** ncode has quit IRC | 00:52 | |
*** negronjl_ has quit IRC | 00:52 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Implementing client for new x509 support in nova. https://review.openstack.org/3246 | 00:57 |
openstackgerrit | Ewan Mellor proposed a change to openstack/nova: bp/xenapi-provider-firewall and bug/915403 https://review.openstack.org/3207 | 00:58 |
*** flaviamissi has quit IRC | 01:00 | |
*** flaviamissi has joined #openstack-dev | 01:01 | |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Updated error message for keystone-manage2 https://review.openstack.org/3381 | 01:01 |
adam_g | vishy: ping wrt Bug #921294 if you get a sec | 01:03 |
uvirtbot | Launchpad bug 921294 in nova "Migration 074 assumes connection_type is defined locally during migrations" [Undecided,New] https://launchpad.net/bugs/921294 | 01:03 |
vishy | adam_g: sure wasup | 01:03 |
*** flaviamissi has quit IRC | 01:05 | |
*** flaviamissi has joined #openstack-dev | 01:06 | |
adam_g | vishy: having looked at the blueprint for the first time after hitting that, im having trouble understanding the expected outcome. if the idea is to keep the disk abstractions compute driver agnostic, why shouldn't database migrations be also? it appears that is the only migration that exists that is conditional based on any specific FLAG | 01:06 |
openstackgerrit | sleepsonthefloor proposed a change to openstack/nova: Fix authorization checks for simple_usage.show https://review.openstack.org/3382 | 01:06 |
vishy | because they weren't agnostic before | 01:06 |
vishy | adam_g: the problem is for existing installations | 01:06 |
vishy | the two drivers interpreted the same field differently | 01:06 |
vishy | so we created two fields | 01:07 |
vishy | now they can interpret them the same way | 01:07 |
vishy | but existing flavors need to work the same as they used to | 01:07 |
mikal | I'm having troubles getting devstack to work on a clean ubuntu 11.10 vm at the moment. Are there known issues with nova-api and the /opt/stack/nova/bin/nova-api-paste.ini config file? | 01:08 |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Updated bp keystone-configuration for bp keystone-manage2 https://review.openstack.org/3383 | 01:09 |
openstackgerrit | Jake Dahn proposed a change to openstack/python-novaclient: Implementing client for new x509 support in nova. https://review.openstack.org/3246 | 01:10 |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Updated bp keystone-configuration for bp keystone-manage2 https://review.openstack.org/3383 | 01:11 |
openstackgerrit | sleepsonthefloor proposed a change to openstack/horizon: Novaclient for usage features. Kill openstackx. https://review.openstack.org/3384 | 01:12 |
adam_g | vishy: i get that much, im just trying to imagine how migration is expected to work in an environment that has different pools of compute nodes using different connection_types.. unless im completely off base in imagining that to begin with. :p | 01:12 |
*** sleepsonthefloo has quit IRC | 01:13 | |
*** sleepsonthefloo has joined #openstack-dev | 01:13 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Implementing client for new x509 support in nova. https://review.openstack.org/3246 | 01:14 |
*** novas0x2a|laptop has quit IRC | 01:17 | |
dtroyer | mikal: the fix for that went into nova around noon CST today. https://review.openstack.org/3353 | 01:18 |
mikal | dtroyer: hmmmm, my devstack is using the one from /bin/nova-api/ ... is that an error on my part? | 01:20 |
openstackgerrit | Salvatore Orlando proposed a change to openstack/quantum: bp/api-filters This changeset implements filters for core Quantum API and provides unit tests https://review.openstack.org/2968 | 01:20 |
*** ohnoimdead has quit IRC | 01:21 | |
*** jeffjapan has quit IRC | 01:21 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Implementing client for new x509 support in nova. https://review.openstack.org/3246 | 01:22 |
dtroyer | mikal: devstack copies etc/nova/api-paste.ini to bin/nova-aoi-paste.ini It used to append files/nova-api-paste.ini from devstack | 01:23 |
mikal | Oh ok | 01:23 |
mikal | I shall try a pull then. Thanks. | 01:24 |
*** ncode has joined #openstack-dev | 01:25 | |
*** ncode has joined #openstack-dev | 01:25 | |
*** hhoover has quit IRC | 01:25 | |
*** legkodymov has quit IRC | 01:28 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/quantum: blueprint bp/api-error-codes Restructured API error codes for Quantum API v1.1 This changeset provides the following changes: - Only standard HTTP errors for Quantum API v1.1 - Customized fault response body formatting according to API version - Changes t https://review.openstack.org/3101 | 01:29 |
*** gyee has quit IRC | 01:29 | |
*** zns has joined #openstack-dev | 01:30 | |
*** bhall has quit IRC | 01:31 | |
*** zns has quit IRC | 01:33 | |
*** andrewbogott has quit IRC | 01:35 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Bootstrap 2! https://review.openstack.org/3385 | 01:35 |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Adds extension for retrieving certificates https://review.openstack.org/3200 | 01:37 |
*** jakedahn has quit IRC | 01:38 | |
*** ncode has quit IRC | 01:41 | |
openstackgerrit | Monty Taylor proposed a change to openstack/quantum: Quantum was missing depend on lxml. https://review.openstack.org/3386 | 01:42 |
*** Ryan_Lane has quit IRC | 01:42 | |
*** bencherian has joined #openstack-dev | 01:43 | |
*** legkodymov has joined #openstack-dev | 01:43 | |
*** Ryan_Lane has joined #openstack-dev | 01:47 | |
*** zns has joined #openstack-dev | 01:49 | |
*** ncode has joined #openstack-dev | 01:54 | |
*** ncode has joined #openstack-dev | 01:54 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/quantum: bp/api-filters This changeset implements filters for core Quantum API and provides unit tests https://review.openstack.org/2968 | 01:57 |
openstackgerrit | Verification of a change to openstack/nova failed: Adds extension for retrieving certificates https://review.openstack.org/3200 | 01:58 |
*** novas0x2a|laptop has joined #openstack-dev | 02:02 | |
openstackgerrit | A change to openstack/nova has been rejected: Blueprint xenapi-provider-firewall and Bug #915403. https://review.openstack.org/3207 | 02:02 |
uvirtbot | Launchpad bug 915403 in nova "Admin apis for the provider firewall is broken" [Undecided,In progress] https://launchpad.net/bugs/915403 | 02:02 |
*** novas0x2a|laptop has quit IRC | 02:02 | |
*** novas0x2a|laptop has joined #openstack-dev | 02:02 | |
*** dprince has joined #openstack-dev | 02:03 | |
dprince | xtoddx/vishy: I'm seeing issues with the xenapi-provider-firewall branch. | 02:03 |
openstackgerrit | Verification of a change to openstack/keystone failed: Updated bp keystone-configuration for bp keystone-manage2 https://review.openstack.org/3383 | 02:07 |
*** dprince has quit IRC | 02:08 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Bootstrap 2! https://review.openstack.org/3385 | 02:09 |
*** reed has joined #openstack-dev | 02:09 | |
openstackgerrit | tomoe proposed a change to openstack/nova: Add start/stop server action to OSAPI https://review.openstack.org/3345 | 02:11 |
openstackgerrit | A change to openstack/nova has been rejected: Blueprint xenapi-provider-firewall and Bug #915403. https://review.openstack.org/3207 | 02:15 |
uvirtbot | Launchpad bug 915403 in nova "Admin apis for the provider firewall is broken" [Undecided,In progress] https://launchpad.net/bugs/915403 | 02:15 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/nova: nova flags list tool https://review.openstack.org/3210 | 02:16 |
*** reed has quit IRC | 02:18 | |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: Added 501 exceptions to client package. https://review.openstack.org/3387 | 02:19 |
openstackgerrit | Jay Pipes proposed a change to openstack/glance: Adds documentation for policy files. https://review.openstack.org/3370 | 02:19 |
*** martine has joined #openstack-dev | 02:21 | |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: initial cut at removing unneeded dependencies left-over from quantum-server https://review.openstack.org/3379 | 02:22 |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: initial cut at removing unneeded dependencies left-over from quantum-server https://review.openstack.org/3379 | 02:24 |
*** legkodymov has quit IRC | 02:24 | |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: Initial cut at removing unneeded dependencies. https://review.openstack.org/3379 | 02:30 |
*** jdurgin has quit IRC | 02:30 | |
*** reed has joined #openstack-dev | 02:31 | |
openstackgerrit | Monty Taylor proposed a change to openstack/quantum: Split out quantum.client and quantum.common. https://review.openstack.org/3165 | 02:32 |
*** heckj has quit IRC | 02:35 | |
openstackgerrit | Verification of a change to openstack/nova failed: Blueprint xenapi-provider-firewall and Bug #915403. https://review.openstack.org/3207 | 02:37 |
uvirtbot | Launchpad bug 915403 in nova "Admin apis for the provider firewall is broken" [Undecided,In progress] https://launchpad.net/bugs/915403 | 02:37 |
*** bencherian has quit IRC | 02:38 | |
*** legkodymov has joined #openstack-dev | 02:39 | |
*** Ryan_Lane has quit IRC | 02:43 | |
*** bencherian has joined #openstack-dev | 02:49 | |
*** bencherian has quit IRC | 02:49 | |
openstackgerrit | Monty Taylor proposed a change to openstack/quantum: Split out quantum.client and quantum.common. https://review.openstack.org/3165 | 02:50 |
openstackgerrit | Jay Pipes proposed a change to openstack/glance: Few small cleanups to align with Nova https://review.openstack.org/3388 | 02:52 |
*** martine has quit IRC | 02:52 | |
*** martine has joined #openstack-dev | 02:52 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Return Version and Tenant in Endpoints https://review.openstack.org/3389 | 02:53 |
*** dtroyer_ has joined #openstack-dev | 02:56 | |
*** dtroyer has quit IRC | 02:58 | |
*** dtroyer_ is now known as dtroyer | 02:58 | |
*** adjohn has quit IRC | 03:07 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Updated bp keystone-configuration for bp keystone-manage2 https://review.openstack.org/3383 | 03:08 |
*** novas0x2a|laptop has quit IRC | 03:09 | |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: Additional small release needs https://review.openstack.org/3390 | 03:12 |
*** andrewsmedina has quit IRC | 03:13 | |
openstackgerrit | Monty Taylor proposed a change to openstack/python-quantumclient: Additional small release needs https://review.openstack.org/3390 | 03:15 |
*** jog0 has quit IRC | 03:16 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Updated bp keystone-configuration for bp keystone-manage2 https://review.openstack.org/3383 | 03:22 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Migrated 'enabled' int columns to bool for postgres (bug 885426) https://review.openstack.org/3374 | 03:27 |
uvirtbot | Launchpad bug 885426 in keystone "type error with postgresql" [Medium,In progress] https://launchpad.net/bugs/885426 | 03:27 |
*** martine has quit IRC | 03:29 | |
*** rajaram has joined #openstack-dev | 03:33 | |
openstackgerrit | Verification of a change to openstack/nova failed: Adds extension for retrieving certificates https://review.openstack.org/3200 | 03:38 |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Adds extension for retrieving certificates https://review.openstack.org/3200 | 03:39 |
*** martine has joined #openstack-dev | 03:44 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Blueprint xenapi-provider-firewall and Bug #915403. https://review.openstack.org/3207 | 03:45 |
uvirtbot | Launchpad bug 915403 in nova "Admin apis for the provider firewall is broken" [Undecided,In progress] https://launchpad.net/bugs/915403 | 03:45 |
*** AlanClark has quit IRC | 03:45 | |
*** martine has quit IRC | 03:50 | |
*** ewindisch_ has joined #openstack-dev | 03:54 | |
*** mjfork has quit IRC | 03:57 | |
*** rickfoosusa has quit IRC | 04:18 | |
openstackjenkins | Project nova-docs build #2041: SUCCESS in 2 min 47 sec: https://jenkins.openstack.org/job/nova-docs/2041/ | 04:18 |
openstackjenkins | Tomoe Sugihara: Add os-start/os-stop server actions to OSAPI | 04:18 |
*** Ryan_Lane has joined #openstack-dev | 04:18 | |
*** n0ano has quit IRC | 04:22 | |
*** stuntmachine has quit IRC | 04:26 | |
*** sleepsonthefloo has joined #openstack-dev | 04:26 | |
openstackgerrit | Verification of a change to openstack/quantum failed: Split out quantum.client and quantum.common. https://review.openstack.org/3165 | 04:33 |
mtaylor | damnit | 04:47 |
*** sleepsonthefloo has quit IRC | 04:49 | |
*** sleepsonthefloo has joined #openstack-dev | 04:49 | |
openstackgerrit | Verification of a change to openstack/quantum failed: Split out quantum.client and quantum.common. https://review.openstack.org/3165 | 04:50 |
openstackgerrit | Verification of a change to openstack/quantum failed: Split out quantum.client and quantum.common. https://review.openstack.org/3165 | 04:51 |
openstackgerrit | Verification of a change to openstack/quantum failed: Split out quantum.client and quantum.common. https://review.openstack.org/3165 | 04:53 |
openstackgerrit | Verification of a change to openstack/quantum failed: Split out quantum.client and quantum.common. https://review.openstack.org/3165 | 04:54 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Migrated 'enabled' int columns to bool for postgres (bug 885426) https://review.openstack.org/3374 | 05:26 |
uvirtbot | Launchpad bug 885426 in keystone "type error with postgresql" [Medium,In progress] https://launchpad.net/bugs/885426 | 05:26 |
openstackgerrit | Ravikumar Venkatesan proposed a change to openstack/image-api: bug899330 wadl file -image api https://review.openstack.org/3391 | 05:31 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Migrated 'enabled' int columns to bool for postgres (bug 885426) https://review.openstack.org/3374 | 05:49 |
uvirtbot | Launchpad bug 885426 in keystone "type error with postgresql" [Medium,In progress] https://launchpad.net/bugs/885426 | 05:49 |
*** zaitcev has quit IRC | 05:51 | |
openstackgerrit | Mark Washenberger proposed a change to openstack/nova: Do not pass image ref through database for rebuild https://review.openstack.org/3392 | 06:00 |
*** davlap has quit IRC | 06:01 | |
*** reed has quit IRC | 06:03 | |
*** jeffjapan has joined #openstack-dev | 06:12 | |
*** jeffjapan has quit IRC | 06:13 | |
openstackgerrit | Verification of a change to openstack/quantum failed: bp/api-filters This changeset implements filters for core Quantum API and provides unit tests https://review.openstack.org/2968 | 06:16 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Migrated 'enabled' int columns to bool for postgres (bug 885426) https://review.openstack.org/3374 | 06:16 |
uvirtbot | Launchpad bug 885426 in keystone "type error with postgresql" [Medium,In progress] https://launchpad.net/bugs/885426 | 06:16 |
*** bepernoot has joined #openstack-dev | 06:17 | |
openstackgerrit | Daryl Walleck proposed a change to openstack/tempest: Fixes LP#921409 * Adds /servers filter tests * Re-ordered resource building in fixtures to improve execution time https://review.openstack.org/3393 | 06:22 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Migrated 'enabled' int columns to bool for postgres (bug 885426) https://review.openstack.org/3374 | 06:29 |
uvirtbot | Launchpad bug 885426 in keystone "type error with postgresql" [Medium,In progress] https://launchpad.net/bugs/885426 | 06:29 |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Blueprint xenapi-provider-firewall and Bug #915403. https://review.openstack.org/3207 | 06:31 |
uvirtbot | Launchpad bug 915403 in nova "Admin apis for the provider firewall is broken" [Undecided,In progress] https://launchpad.net/bugs/915403 | 06:31 |
*** bepernoot has quit IRC | 06:33 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Migrated 'enabled' int columns to bool for postgres (bug 885426) https://review.openstack.org/3374 | 06:35 |
uvirtbot | Launchpad bug 885426 in keystone "type error with postgresql" [Medium,In progress] https://launchpad.net/bugs/885426 | 06:35 |
openstackgerrit | Daryl Walleck proposed a change to openstack/tempest: Addresses LP#917976 * Adds basic logging when exceptions occur https://review.openstack.org/3394 | 06:47 |
*** zns1 has joined #openstack-dev | 06:49 | |
*** ewindisch_ has quit IRC | 06:50 | |
*** ewindisch_ has joined #openstack-dev | 06:50 | |
*** zns has quit IRC | 06:51 | |
*** byeager has quit IRC | 06:51 | |
*** sleepsonthefloo has quit IRC | 06:57 | |
*** novas0x2a|laptop has joined #openstack-dev | 07:00 | |
openstackjenkins | Project nova-docs build #2042: SUCCESS in 2 min 52 sec: https://jenkins.openstack.org/job/nova-docs/2042/ | 07:03 |
openstackjenkins | Vishvananda Ishaya: Adds extension for retrieving certificates | 07:03 |
*** ghe_ has joined #openstack-dev | 07:04 | |
*** zns1 has quit IRC | 07:31 | |
*** Ryan_Lane has quit IRC | 08:00 | |
*** map_nw has joined #openstack-dev | 08:08 | |
openstackgerrit | Devdeep Singh proposed a change to openstack/nova: Changes for supporting fast cloning on Xenserver. (Implements https://blueprints.launchpad.net/nova/+spec/fast-cloning-for-xenserver) 1. use_cow_images flag is reused for xenserver to check if copy on write images should be used. 2. image-id is used to https://review.openstack.org/3343 | 08:13 |
*** salv-orlando has joined #openstack-dev | 08:26 | |
*** mnewby has quit IRC | 08:29 | |
*** novas0x2a|lapto1 has joined #openstack-dev | 08:29 | |
*** novas0x2a|laptop has quit IRC | 08:30 | |
*** ghe_ is now known as GheRivero | 08:39 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/quantum: bp/api-filters This changeset implements filters for core Quantum API and provides unit tests https://review.openstack.org/2968 | 08:52 |
openstackgerrit | Verification of a change to openstack/quantum failed: bp/api-filters This changeset implements filters for core Quantum API and provides unit tests https://review.openstack.org/2968 | 09:04 |
openstackgerrit | Kei Masumoto proposed a change to openstack/nova: Adding live migration server actions https://review.openstack.org/2315 | 09:09 |
*** zigo has joined #openstack-dev | 09:10 | |
openstackgerrit | Monty Taylor proposed a change to openstack/quantum: Pin versions to standard versions. https://review.openstack.org/3395 | 09:21 |
openstackgerrit | Monty Taylor proposed a change to openstack/quantum: Make tox config work. https://review.openstack.org/3396 | 09:23 |
*** pixelbeat has joined #openstack-dev | 09:28 | |
*** sniperd_ has quit IRC | 09:33 | |
*** sniperd has joined #openstack-dev | 09:33 | |
*** apevec has joined #openstack-dev | 09:36 | |
*** derekh has joined #openstack-dev | 09:39 | |
*** maploin has joined #openstack-dev | 09:41 | |
*** maploin has quit IRC | 09:41 | |
*** maploin has joined #openstack-dev | 09:41 | |
*** Mandell has quit IRC | 09:41 | |
*** ewindisch_ has quit IRC | 09:47 | |
*** derekh has quit IRC | 09:47 | |
*** derekh has joined #openstack-dev | 09:47 | |
*** darraghb has joined #openstack-dev | 09:54 | |
*** flaviamissi has quit IRC | 09:58 | |
*** ewindisch_ has joined #openstack-dev | 10:05 | |
Kiall | ttx: looks like the milestone on bug 913641 is incorrect, that should be 2011.3.2 I think | 10:14 |
uvirtbot | Launchpad bug 913641 in horizon "dashboard can't delete snapshot" [High,Fix released] https://launchpad.net/bugs/913641 | 10:14 |
ttx | Kiall: it doesn't affect essex ? | 10:16 |
Kiall | It was fixed in essex ages ago, probably e1 | 10:16 |
Kiall | I guess it could still apply to e3 if there had not been a previous ticket | 10:16 |
ttx | Kiall: fixed | 10:17 |
Kiall | BTW, does that mean the e3 tarballs have been built? | 10:18 |
ttx | Kiall: most of them, yes | 10:27 |
ttx | but only candidates | 10:27 |
ttx | the real tarballs will be there late THursday or early Friday | 10:27 |
*** novas0x2a|lapto1 has quit IRC | 10:30 | |
*** novas0x2a|laptop has joined #openstack-dev | 10:30 | |
*** uvirtbot` has joined #openstack-dev | 10:36 | |
*** uvirtbot has quit IRC | 10:36 | |
*** bepernoot has joined #openstack-dev | 10:50 | |
*** reidrac has joined #openstack-dev | 10:57 | |
*** jeremy_ has joined #openstack-dev | 11:00 | |
*** jeremy_ has joined #openstack-dev | 11:00 | |
*** jeremy has quit IRC | 11:03 | |
*** jeremy_ is now known as jeremy | 11:03 | |
*** flaviamissi has joined #openstack-dev | 11:05 | |
Kiall | annegentle: It looks like your install guide has some merge leftovers preventing a build.. | 11:19 |
*** jeremy has quit IRC | 11:22 | |
*** jeremy has joined #openstack-dev | 11:25 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/nova: bug 921087: i18n-key and local-storage hard-coded in xenapi https://review.openstack.org/3380 | 11:30 |
uvirtbot` | Launchpad bug 921087 in nova "i18n-key and local-storage hard-coded in xenapi" [Undecided,In progress] https://launchpad.net/bugs/921087 | 11:30 |
openstackgerrit | eglynn proposed a change to openstack/keystone: Updating example glance paste config. https://review.openstack.org/3397 | 11:32 |
*** andrewsmedina has joined #openstack-dev | 11:34 | |
*** andrewsmedina has quit IRC | 11:35 | |
*** jeremy has quit IRC | 11:36 | |
openstackgerrit | Akira YOSHIYAMA proposed a change to openstack/swift: Adds keystone auth-n/auth-z for Swift S3 API. https://review.openstack.org/3076 | 11:37 |
openstackgerrit | Stuart McLaren proposed a change to openstack/glance: Don't force client to supply SSL cert/key https://review.openstack.org/3398 | 11:39 |
*** jeremy has joined #openstack-dev | 11:39 | |
*** jeremy has joined #openstack-dev | 11:39 | |
openstackgerrit | Kei Masumoto proposed a change to openstack/nova: Adding live migration server actions https://review.openstack.org/2315 | 11:45 |
*** mjfork has joined #openstack-dev | 11:51 | |
*** GheRivero has quit IRC | 11:58 | |
*** crobinso has quit IRC | 11:58 | |
*** ghe_ has joined #openstack-dev | 11:58 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/nova: blueprint host-aggregates: OSAPI/virt integration, via nova.compute.api https://review.openstack.org/3149 | 11:59 |
*** bepernoot has quit IRC | 11:59 | |
*** bepernoot has joined #openstack-dev | 11:59 | |
*** andrewsmedina has joined #openstack-dev | 12:00 | |
*** zigo has quit IRC | 12:00 | |
openstackgerrit | Mark McLoughlin proposed a change to openstack/nova: Convert vmwareapi code to UNIX style line endings https://review.openstack.org/3399 | 12:09 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/nova: blueprint host-aggregates: OSAPI extensions https://review.openstack.org/3109 | 12:28 |
*** novas0x2a|laptop has quit IRC | 12:30 | |
*** vinilios has joined #openstack-dev | 12:32 | |
*** markvoelker has joined #openstack-dev | 12:38 | |
openstackgerrit | Stuart McLaren proposed a change to openstack/glance: Don't force client to supply SSL cert/key https://review.openstack.org/3398 | 12:39 |
openstackgerrit | Sapan Kona proposed a change to openstack/tempest: Made a few style-related fixups Changed the error response code from 422 to 404 and converted the indentation to 4 space width. Added nonexistant server action tests for reboot and rebuild Restored the deleted new lines. https://review.openstack.org/2554 | 12:40 |
*** apevec has quit IRC | 12:44 | |
openstackgerrit | eglynn proposed a change to openstack/keystone: Updating example glance paste config. https://review.openstack.org/3397 | 12:50 |
*** lts has joined #openstack-dev | 12:58 | |
*** rajaram has quit IRC | 13:11 | |
*** dprince has joined #openstack-dev | 13:12 | |
*** ncode has quit IRC | 13:14 | |
*** zigo has joined #openstack-dev | 13:28 | |
*** dolphm has joined #openstack-dev | 13:34 | |
*** novas0x2a|laptop has joined #openstack-dev | 13:34 | |
*** derekh has quit IRC | 13:40 | |
*** derekh has joined #openstack-dev | 13:53 | |
*** mattray has joined #openstack-dev | 13:56 | |
openstackgerrit | Anne Gentle proposed a change to openstack/openstack-manuals: Adds install manual, fixes 920457 https://review.openstack.org/3301 | 13:59 |
*** dolphm has quit IRC | 13:59 | |
*** dolphm has joined #openstack-dev | 13:59 | |
*** dolphm has quit IRC | 14:03 | |
openstackgerrit | Mark McLoughlin proposed a change to openstack/nova: Remove unused flags.Help*Flag https://review.openstack.org/3400 | 14:22 |
*** ayoung has joined #openstack-dev | 14:31 | |
openstackgerrit | Mark McLoughlin proposed a change to openstack/nova: Refactor away the flags.DEFINE_* helpers https://review.openstack.org/3401 | 14:33 |
*** rkukura has joined #openstack-dev | 14:36 | |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Forgot to update models (bug 885426) https://review.openstack.org/3402 | 14:38 |
uvirtbot` | Launchpad bug 885426 in keystone "type error with postgresql" [Medium,Fix released] https://launchpad.net/bugs/885426 | 14:38 |
*** dtroyer has quit IRC | 14:45 | |
*** rajaram has joined #openstack-dev | 14:47 | |
*** legkodymov has quit IRC | 14:48 | |
*** deshantm has joined #openstack-dev | 14:54 | |
*** mjfork has quit IRC | 14:55 | |
*** dtroyer has joined #openstack-dev | 15:00 | |
*** legkodymov has joined #openstack-dev | 15:01 | |
*** mjfork has joined #openstack-dev | 15:05 | |
*** davlap has joined #openstack-dev | 15:08 | |
*** AlanClark has joined #openstack-dev | 15:08 | |
*** masumotok has joined #openstack-dev | 15:09 | |
*** map_nw has quit IRC | 15:11 | |
*** map_nw has joined #openstack-dev | 15:11 | |
*** eglynn has quit IRC | 15:15 | |
*** eglynn has joined #openstack-dev | 15:15 | |
*** markmc has joined #openstack-dev | 15:19 | |
*** legkodymov has quit IRC | 15:19 | |
*** mattray1 has joined #openstack-dev | 15:20 | |
*** mattray has quit IRC | 15:21 | |
*** vinilios has quit IRC | 15:21 | |
*** dtroyer has quit IRC | 15:22 | |
*** annegentle has left #openstack-dev | 15:24 | |
*** cmagina_ has quit IRC | 15:27 | |
*** dtroyer has joined #openstack-dev | 15:27 | |
*** reed has joined #openstack-dev | 15:29 | |
*** novas0x2a|laptop has quit IRC | 15:30 | |
*** stokachu has quit IRC | 15:32 | |
*** JStoker has quit IRC | 15:32 | |
*** rmk has quit IRC | 15:33 | |
*** pmyers has quit IRC | 15:33 | |
*** mjfork has quit IRC | 15:33 | |
*** zigo has quit IRC | 15:33 | |
*** jeremy has quit IRC | 15:33 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!