rmk | package is novnc, you wont use nova-vncproxy anymore. package contains nova-novncproxy which works with diablo. | 00:00 |
---|---|---|
ChelseaH | alright, thanks! I'll wait for it to show up. I should install it on both servers, correct? | 00:02 |
adam_g | anyone know what the story is with the rc of python-novaclient? milestone-proposed branch appears to be getting the same commits as master, though folsom opened on that branch on Mar 21 | 00:10 |
*** sleepsonthefloor is now known as sleepsonzzz | 00:11 | |
*** dtroyer is now known as dtroyer_zzz | 00:13 | |
*** relateable has joined #openstack-dev | 00:14 | |
ChelseaH | rmk: I just installed the package. Can you tell me how I can tell your vnc is running ratherr than the one I had before? | 00:14 |
*** alrs has quit IRC | 00:14 | |
*** Aaton has quit IRC | 00:17 | |
vishy | ameade: just posted proof of the exploit | 00:22 |
*** vincentricci has left #openstack-dev | 00:23 | |
rmk | ChelseaH: service stop nova-vncproxy ; service start novnc | 00:23 |
vishy | ameade: I think if we force the module to be nova.exception and don't deserialize anything else we are probably safe | 00:25 |
*** maplebed has quit IRC | 00:26 | |
*** thingee has quit IRC | 00:28 | |
*** jshepher has joined #openstack-dev | 00:31 | |
*** jshepher_ has joined #openstack-dev | 00:34 | |
*** devananda has joined #openstack-dev | 00:34 | |
*** jshepher has quit IRC | 00:36 | |
*** jshepher__ has joined #openstack-dev | 00:36 | |
ChelseaH | rmk: Okay, I've progressed. It now says connect timeout | 00:37 |
*** jshepher_ has quit IRC | 00:39 | |
*** ywu has joined #openstack-dev | 00:40 | |
rmk | hmm | 00:41 |
*** tryggvil_ has quit IRC | 00:43 | |
*** agonella has joined #openstack-dev | 00:44 | |
*** devananda has quit IRC | 00:46 | |
*** winston-d has joined #openstack-dev | 00:52 | |
*** jshepher__ has quit IRC | 00:52 | |
winston-d | jaypipes, still around? | 00:52 |
jaypipes | winston-d: I am :) | 00:53 |
jaypipes | winston-d: good morning. | 00:53 |
winston-d | jaypipes, good evening to you. :) | 00:56 |
winston-d | jaypipes, I have some questions/explanation for your comment. :) | 00:57 |
jaypipes | winston-d: indeed :) | 00:57 |
jaypipes | winston-d: please go ahead. | 00:58 |
*** gyee has quit IRC | 00:59 | |
winston-d | jaypipes, let's look at wsgi.py first. for comment #3, the reason i change the name of logger from 'evenlet.wsgi.server' to 'nova.XX' is because i found 'evenlet.wsgi.server' logger doesn't have a valid log handler, not even its parent. but i have to admit i only test logging to stdout. | 01:00 |
*** jdurgin has quit IRC | 01:00 | |
*** relateable has quit IRC | 01:02 | |
jaypipes | winston-d: hmm.. | 01:03 |
jaypipes | winston-d: well, in glance (and Swift too I believe), we are handling the logging by going to the eventlet.wsgi.server logger... but there may be something that Nova is doing differently in logging that is causing that. It's not a huge issue. | 01:03 |
jaypipes | winston-d: I won't hold up the review for that little thing. | 01:04 |
jaypipes | winston-d: well, technically, I won't hold up the review for anything since I'm not nova core ;) | 01:04 |
winston-d | jaypipes, thx. technically, your review has helped me a lot. | 01:05 |
winston-d | jaypipes, and for wsgi.py comment #5, i did tested launching server with 'evenlet.wsgi.server()' instead of put server into a evenlet thread, but weird thing happened when 'ctrl+c' is pressed. | 01:06 |
winston-d | jaypipes, but maybe i should fix somewhere else instead of put server into evenlet thread. that is the right thing to do regarding to utilizing evenlet pool? | 01:07 |
*** danwent has quit IRC | 01:08 | |
jaypipes | winston-d: what specifically happened with the keyboard interrupt? | 01:08 |
winston-d | jaypipes, wait_on_children() kept detecting dead child, and try to start new child but new child failed to start since socket is already closed, it went into an endless loop. I didn't have time to figure why this was happening. wait_on_children should have been interrupt by 'ctrl+c', but it was not when using eventlet.wsgi.server directly... | 01:11 |
*** adam_g has quit IRC | 01:12 | |
jaypipes | winston-d: hmm... | 01:12 |
*** spiffxp has quit IRC | 01:13 | |
*** adam_g has joined #openstack-dev | 01:13 | |
jaypipes | winston-d: I might have to pull your code and try it out myself to investigate... | 01:13 |
jaypipes | winston-d: unfortunately, I'm about to step away for the day. OK if I pick it up in the morning? | 01:13 |
jaypipes | winston-d: in the meantime, please feel free to make comments (including what you found above) on the review. Others (like comstud) should be able to advise as well. | 01:14 |
winston-d | jaypipes, sure. i'd appreciate that. thank you! | 01:14 |
jaypipes | winston-d: np, thank YOU :) | 01:14 |
*** fattarsi has quit IRC | 01:15 | |
winston-d | jaypipes, i mentioned that in replies to your comment of v1 patch set. i'll reply again and see if i can add more details. | 01:15 |
ChelseaH | rvm: I'm afraid I can't figure it out, but thank you for all your help! I have to go for the day. | 01:16 |
winston-d | jaypipes, also 'harlowja' commented on patch set 1, talking about using apache + modwsgi to achieve multiprocess support. is this already available to Nova and projects like glance/swift? | 01:18 |
*** ChelseaH has left #openstack-dev | 01:18 | |
*** ChelseaH has quit IRC | 01:18 | |
winston-d | jaypipes, and his comment doesn't appear in any actual patch, how can i respond to that? | 01:20 |
*** Shrews has quit IRC | 01:26 | |
*** novas0x2a|laptop has quit IRC | 01:31 | |
*** roge has joined #openstack-dev | 01:43 | |
*** rods has quit IRC | 01:47 | |
*** danwent has joined #openstack-dev | 01:47 | |
jaypipes | winston-d: you can respond to him just by clicking the Review button and then entering a comment. | 01:48 |
jaypipes | winston-d: and his idea has some merit, but it's not going to get anywhere until the conference/summit I'm afraid. | 01:48 |
jaypipes | winston-d: simply because there is already prior art in Glance and Swift for the multiplexed servers.. | 01:49 |
hugokuo | test | 01:50 |
winston-d | jaypipes, ok, great to know. if his proposal is accept, I'd like to help with implementation too. | 01:57 |
*** flaviamissi has quit IRC | 01:58 | |
*** flaviamissi has joined #openstack-dev | 01:58 | |
winston-d | jaypipes, btw, do you know about KVS token backend used in keystone? It seems to me is just a super simple key-value in-memory story for token. Is it just a simple implementation mainly used in dev/debug? Does anyone use that in production? I'm asking because I'm also working on multiprocess keystone patches. Current KVS token backend is a blocker since it is not shared between processes. :( | 02:01 |
*** roge has quit IRC | 02:09 | |
*** jog0 has left #openstack-dev | 02:17 | |
*** sandywalsh has quit IRC | 02:25 | |
*** littleidea has joined #openstack-dev | 02:42 | |
*** mnewby has quit IRC | 02:46 | |
*** johnpostlethwait has quit IRC | 02:47 | |
*** mjfork has quit IRC | 02:49 | |
*** thingee has joined #openstack-dev | 02:54 | |
*** jimbaker has quit IRC | 02:54 | |
*** jimbaker has joined #openstack-dev | 02:56 | |
*** littleidea has quit IRC | 02:56 | |
*** littleidea has joined #openstack-dev | 02:58 | |
*** dwalleck has joined #openstack-dev | 02:58 | |
dolphm | winston-d: your assumptions are correct - that's where the memcache token backend steps in | 03:02 |
dolphm | winston-d: or sql, if you prefer | 03:03 |
*** dwalleck has quit IRC | 03:04 | |
*** sandywalsh has joined #openstack-dev | 03:05 | |
winston-d | dolphm, still around? | 03:05 |
dolphm | winston-d: yep | 03:06 |
winston-d | dolphm, about KVS token backend, so... it is not supposed to be used in production? | 03:07 |
*** mdrnstm has left #openstack-dev | 03:07 | |
*** mdrnstm has joined #openstack-dev | 03:07 | |
dolphm | winston-d: i imagine you could, but certainly not if you need to share data between instances | 03:10 |
dolphm | winston-d: your assumption that it was intended for dev is very true -- each driver has a kvs implementation for that reason | 03:11 |
*** Ryan_Lane has joined #openstack-dev | 03:12 | |
*** danwent has quit IRC | 03:12 | |
*** danwent has joined #openstack-dev | 03:13 | |
*** shang has joined #openstack-dev | 03:13 | |
*** ywu has quit IRC | 03:16 | |
winston-d | dolphm, so the reason I ask is because I'm developing patches for Keystone to enable multiprocess support. KVS token backend blocks me. SQL backend works fine with my patch btw. | 03:16 |
winston-d | dolphm, so i'm wondering if it's OK to submit my patch for review given that it doesn't work with KVS. :( | 03:17 |
dolphm | winston-d: it's certainly okay to submit it for review :) it'll force us to discuss the issue | 03:20 |
dolphm | winston-d: i could see the kvs backends being deprecated/removed during folsom | 03:20 |
*** dtroyer_zzz is now known as dtroyer | 03:21 | |
dolphm | winston-d: if it's a matter of passing tests -- can you not work around that by inheriting from tests and skipping whatever needs to be skipped? | 03:21 |
bcwaldon | it would be a massivt PITA to make kvs work across multiple processes | 03:22 |
bcwaldon | I'd be in favor of skipping relevant tests for now and communicating that fact | 03:22 |
winston-d | dolphm, i didn't know that I can simply skip tests. :) i'll do that then submit patches for review. | 03:23 |
*** mnewby has joined #openstack-dev | 03:24 | |
winston-d | bcwaldon, yup, i spent some time try to get KVS with across multiple processes, but it's more difficult than i expected. | 03:24 |
bcwaldon | yep, I would expect as much :) | 03:24 |
winston-d | bcwaldon, dolphm thank you for your feedback on KVS. | 03:25 |
winston-d | btw, should i register a blueprint for keystone multiprocess support too before I submit patches for review? i did do so for my patches against Nova though. | 03:26 |
*** novas0x2a|laptop has joined #openstack-dev | 03:31 | |
*** thingee has quit IRC | 03:33 | |
*** agonella has quit IRC | 03:33 | |
*** thingee has joined #openstack-dev | 03:33 | |
*** agonella has joined #openstack-dev | 03:34 | |
bcwaldon | winston-d: yes | 03:37 |
*** mnewby has quit IRC | 03:37 | |
*** agonella has quit IRC | 03:39 | |
*** dolphm has quit IRC | 03:40 | |
*** dolphm has joined #openstack-dev | 03:42 | |
*** novas0x2a|laptop has quit IRC | 03:42 | |
*** Lance604 has quit IRC | 03:43 | |
*** novas0x2a|laptop has joined #openstack-dev | 03:43 | |
*** sniperd has quit IRC | 03:43 | |
*** novas0x2a|laptop has quit IRC | 03:47 | |
*** paulstallworth has quit IRC | 03:47 | |
*** danwent has quit IRC | 03:48 | |
winston-d | bcwaldon, OK, then I'll first register a blueprint then submit the patch | 03:50 |
*** sleepsonzzz is now known as sleepsonthefloor | 04:06 | |
*** dwalleck has joined #openstack-dev | 04:12 | |
*** dwalleck has quit IRC | 04:12 | |
*** Ryan_Lane has quit IRC | 04:17 | |
*** sniperd has joined #openstack-dev | 04:22 | |
*** zaitcev has quit IRC | 04:28 | |
*** armaan has joined #openstack-dev | 04:31 | |
*** armaan has left #openstack-dev | 04:33 | |
*** spiffxp has joined #openstack-dev | 04:51 | |
*** dolphm has quit IRC | 04:59 | |
*** hattwick has quit IRC | 05:03 | |
*** andrewsmedina has quit IRC | 05:08 | |
*** sniperd has quit IRC | 05:17 | |
*** dolphm_ has joined #openstack-dev | 05:22 | |
*** dolphm__ has joined #openstack-dev | 05:24 | |
*** dolphm__ has quit IRC | 05:24 | |
*** dolphm_ has quit IRC | 05:28 | |
*** sniperd has joined #openstack-dev | 05:31 | |
*** vincentricci has joined #openstack-dev | 05:34 | |
*** vincentricci has left #openstack-dev | 05:34 | |
*** Mandell has quit IRC | 05:38 | |
rmk | On the essex/horizon services tab, I'm seeing "identity (unknown backend)" | 05:49 |
rmk | Doesn't seem to have any impact.. | 05:49 |
ogelbukh | this tab sometimes lies for no obvious reason | 05:56 |
*** danwent has joined #openstack-dev | 06:00 | |
*** littleidea has quit IRC | 06:03 | |
*** ghe_ is now known as GheRivero | 06:04 | |
*** dachary has quit IRC | 06:17 | |
*** berendt has joined #openstack-dev | 06:23 | |
*** mdrnstm has quit IRC | 06:48 | |
*** Lance604 has joined #openstack-dev | 07:00 | |
rmk | current rc1 glance not supporting keystone auth? | 07:05 |
*** garyk has joined #openstack-dev | 07:06 | |
*** reidrac has joined #openstack-dev | 07:07 | |
*** Lance604 has quit IRC | 07:09 | |
*** rkukura has joined #openstack-dev | 07:10 | |
*** dachary has joined #openstack-dev | 07:18 | |
berendt | rmk: keystone with glance rc1 should work. why do you think it's not working? | 07:23 |
rmk | Seeing this in my glance-api log -- INFO [keystone.middleware.auth_token] Invalid user token - rejecting request | 07:25 |
ogelbukh | your token has expired? | 07:26 |
*** mdrnstm has joined #openstack-dev | 07:28 | |
berendt | rmk: can you please post your glance-api-paste.ini, glance-registry-paste.ini and the glance call you're doing to paste paste.openstack.org | 07:29 |
berendt | and take a look into the logfile of keystone | 07:30 |
rmk | sure | 07:30 |
rmk | I'm doing a nova image-list | 07:34 |
berendt | if you suggest a problem with glance <--> keystone i think it's a good idea to directly use glance.. glance index or something like that | 07:35 |
rmk | Good point, happens directly with glance index also | 07:42 |
*** darraghb has joined #openstack-dev | 07:55 | |
*** spiffxp has quit IRC | 07:56 | |
*** hattwick has joined #openstack-dev | 07:59 | |
*** derekh has joined #openstack-dev | 08:06 | |
*** dneary has joined #openstack-dev | 08:07 | |
*** dneary has joined #openstack-dev | 08:07 | |
*** reidrac has quit IRC | 08:11 | |
*** reidrac has joined #openstack-dev | 08:13 | |
*** LinuxJedi has quit IRC | 08:24 | |
*** LinuxJedi has joined #openstack-dev | 08:25 | |
*** pixelbeat has joined #openstack-dev | 08:33 | |
*** winston-d has quit IRC | 08:51 | |
*** jimbaker has quit IRC | 08:59 | |
*** Oneiroi^gone is now known as oneiroi | 09:07 | |
*** paulormg has joined #openstack-dev | 09:24 | |
berendt | how to setup the database for the linuxbridge plugin for quantum? | 09:24 |
berendt | i can't find a hint in the docs | 09:24 |
*** jimbaker has joined #openstack-dev | 09:30 | |
*** jimbaker has joined #openstack-dev | 09:30 | |
berendt | starting the linuxbridge agent with sqlite as backend is also not working (no such table: vlan_bindings) | 09:34 |
chmouel | jaypipes: ping | 09:50 |
*** tryggvil__ has joined #openstack-dev | 09:51 | |
*** markmc has joined #openstack-dev | 09:55 | |
*** atoato88 has joined #openstack-dev | 10:10 | |
*** dneary has quit IRC | 10:10 | |
*** mjfork has joined #openstack-dev | 10:42 | |
*** tryggvil__ has quit IRC | 10:42 | |
*** sandywalsh has quit IRC | 10:57 | |
*** GheRivero has quit IRC | 11:00 | |
*** tryggvil__ has joined #openstack-dev | 11:01 | |
*** agonella has joined #openstack-dev | 11:01 | |
*** agonella has quit IRC | 11:05 | |
*** sandywalsh has joined #openstack-dev | 11:11 | |
paulormg | where do I find the log for my swift object server in SAIO VM? (/var/log/swift does not exist) | 11:21 |
paulormg | conf file: log_facility = LOG_LOCAL2 | 11:21 |
*** littleidea has joined #openstack-dev | 11:42 | |
*** bsza has joined #openstack-dev | 11:44 | |
*** littleidea has quit IRC | 11:52 | |
*** mdrnstm has quit IRC | 11:52 | |
*** markmc has quit IRC | 11:55 | |
*** garyk has quit IRC | 11:58 | |
*** markmc has joined #openstack-dev | 11:58 | |
*** markvoelker has joined #openstack-dev | 12:01 | |
*** Susanne-Balle has joined #openstack-dev | 12:03 | |
*** Lance604 has joined #openstack-dev | 12:05 | |
*** oneiroi has quit IRC | 12:21 | |
*** oneiroi has joined #openstack-dev | 12:22 | |
*** koolhead17|away has joined #openstack-dev | 12:24 | |
*** alaski has joined #openstack-dev | 12:26 | |
*** koolhead17|away is now known as koolhead17 | 12:27 | |
*** Ryan_Lane has joined #openstack-dev | 12:34 | |
*** Shrews has joined #openstack-dev | 12:35 | |
*** lts has joined #openstack-dev | 12:39 | |
*** dprince has joined #openstack-dev | 12:54 | |
*** dneary has joined #openstack-dev | 12:58 | |
*** maploin has joined #openstack-dev | 12:59 | |
*** maploin has quit IRC | 12:59 | |
*** maploin has joined #openstack-dev | 12:59 | |
*** kyriakos has quit IRC | 13:03 | |
*** kyriakos has joined #openstack-dev | 13:13 | |
*** joesavak has joined #openstack-dev | 13:21 | |
*** oneiroi has quit IRC | 13:21 | |
*** oneiroi has joined #openstack-dev | 13:22 | |
*** rods has joined #openstack-dev | 13:22 | |
*** andrewsmedina has joined #openstack-dev | 13:27 | |
*** hashar has joined #openstack-dev | 13:36 | |
*** devananda has joined #openstack-dev | 13:39 | |
hashar | hello :) | 13:42 |
hashar | when submitting a change to git-review which is license under Apache 2 licensed, should I add my name somewhere ? | 13:43 |
hashar | forget me | 13:44 |
hashar | I am already in AUTHORS huhu | 13:44 |
*** kbringard has joined #openstack-dev | 13:45 | |
*** roge has joined #openstack-dev | 13:47 | |
*** blamar has joined #openstack-dev | 13:47 | |
*** eglynn_ has joined #openstack-dev | 13:52 | |
*** eglynn has quit IRC | 13:53 | |
*** GheRivero has joined #openstack-dev | 13:53 | |
*** alaski has quit IRC | 13:58 | |
*** alaski has joined #openstack-dev | 13:59 | |
*** eglynn__ has joined #openstack-dev | 14:05 | |
*** eglynn_ has quit IRC | 14:08 | |
*** rnirmal has joined #openstack-dev | 14:19 | |
ttx | pixelbeat: would you consider submitting your Fedora workaround to fix https://bugs.launchpad.net/nova/+bug/953000 ? | 14:20 |
uvirtbot | Launchpad bug 953000 in nova "Novaclient trying to create /var/www/.novaclient" [Medium,Triaged] | 14:20 |
*** rnirmal has quit IRC | 14:20 | |
pixelbeat | ttx, Thanks it's wandering through as we speak | 14:20 |
ttx | kewl | 14:21 |
*** jaypipes has quit IRC | 14:24 | |
*** troytoman-away is now known as troytoman | 14:25 | |
*** rnirmal has joined #openstack-dev | 14:25 | |
pixelbeat | ttx, sorry I thought you were referring to the CVE which became public today. Anyway the bug you referenced above is already pending as an update to fedora 17. Thanks for the heads up. | 14:25 |
*** crobinso has joined #openstack-dev | 14:25 | |
*** spiffxp has joined #openstack-dev | 14:28 | |
*** jaypipes has joined #openstack-dev | 14:30 | |
*** littleidea has joined #openstack-dev | 14:30 | |
*** flow3r has joined #openstack-dev | 14:31 | |
*** danwent has quit IRC | 14:32 | |
*** halfss has joined #openstack-dev | 14:35 | |
halfss | >>> from novaclient.v1_1 import client | 14:36 |
halfss | >>> nt=client.Client('test','test','test','http://127.0.0.1:5000/v2.0/') | 14:36 |
halfss | >>> nt.flavors.list() | 14:36 |
halfss | File "/opt/stack/python-novaclient/novaclient/service_catalog.py", line 67, in url_for | 14:36 |
halfss | raise novaclient.exceptions.EndpointNotFound() | 14:36 |
halfss | novaclient.exceptions.EndpointNotFound | 14:36 |
halfss | is there anybody can help me? | 14:36 |
jaypipes | markmc: thx for giving some TLC to migrations. | 14:37 |
jaypipes | halfss: if you curl your Keystone endpoint with appropriate headers (X-Auth-User: test, X-Auth-Key: test), what is the result? | 14:38 |
halfss | jay pipes it's well | 14:39 |
halfss | curl -s -d "{\"auth\":{\"passwordCredentials\": {\"username\": \"test\", \"password\": \"test\"}, \"tenantName\": \"test\"}}" -H "Content-type: application/json" http://192.168.10.103:5000/v2.0/tokens | 14:40 |
halfss | {"access": {"token": {"expires": "2012-03-28T14:39:57Z", "id": "78b7718a8b564cc4bfeefdbfea358116", "tenant": {"enabled": true, "id": "f4b7ad3136124541ad6a0f16b372869b", "name": "test", "description": "test"}} | 14:40 |
halfss | this is part of result | 14:40 |
*** flow3r has left #openstack-dev | 14:41 | |
*** troytoman is now known as troytoman-away | 14:41 | |
halfss | jay pipes hi have you tried use nova client? | 14:41 |
halfss | # keystone tenant-list | 14:44 |
halfss | +----------------------------------+--------------------+---------+ | 14:44 |
halfss | | id | name | enabled | | 14:44 |
halfss | +----------------------------------+--------------------+---------+ | 14:44 |
halfss | | 14c41bc6392843f89d2ba29ee70be23e | 测试 | True | | 14:44 |
halfss | | 26a7fee21a874e7a8abf5a612df7f4e5 | admin | True | | 14:44 |
halfss | | ce79432bd02c4777b8f2e4e27c0c9d97 | invisible_to_admin | True | | 14:44 |
halfss | | db52c507fe614adba965119a134818ec | service | True | | 14:44 |
halfss | | de0ff7a09d7245a8a0d7a8a92e3d7f74 | demo | True | | 14:45 |
halfss | | f4b7ad3136124541ad6a0f16b372869b | test | True | | 14:45 |
halfss | +----------------------------------+--------------------+---------+ | 14:45 |
halfss | root@develop:~# python | 14:45 |
halfss | Python 2.7.3rc1 (default, Mar 10 2012, 08:44:28) | 14:45 |
halfss | [GCC 4.6.3] on linux2 | 14:45 |
halfss | Type "help", "copyright", "credits" or "license" for more information. | 14:45 |
halfss | >>> from novaclient.v1_1 import client | 14:45 |
halfss | >>> nt = client.Client('test','test','f4b7ad3136124541ad6a0f16b372869b','http://localhost:5000/v2.0/') | 14:45 |
halfss | >>> nt.flavors.list() | 14:45 |
halfss | the result is still wrong | 14:45 |
*** dachary has quit IRC | 14:46 | |
*** armaan has joined #openstack-dev | 14:50 | |
*** zzed has joined #openstack-dev | 14:51 | |
*** spiffxp has quit IRC | 14:52 | |
*** dwalleck has joined #openstack-dev | 14:53 | |
*** dwalleck has quit IRC | 14:53 | |
*** dwalleck has joined #openstack-dev | 14:53 | |
*** jdg has joined #openstack-dev | 14:54 | |
jaypipes | halfss: sorry, looking now. | 14:56 |
halfss | :) | 14:56 |
jaypipes | halfss: what does keystone service-list and keystone endpoint-list return? | 14:58 |
halfss | # keystone service-list | 14:58 |
halfss | +----+------+------+-------------+ | 14:58 |
halfss | | id | name | type | description | | 14:58 |
halfss | +----+------+------+-------------+ | 14:58 |
halfss | +----+------+------+-------------+ | 14:58 |
*** sleepsonthefloor is now known as sleepsonzzz | 14:59 | |
*** hazmat is now known as kapilt | 15:02 | |
jaypipes | halfss: hmm, we need to see what the service user's call to validate the token returns. Please pastebin the result of this: curl -X POST -H "X-Auth-User: nova" -H "X-Auth-Key: <SERVICE_PASSWORD>" -H "Content-type: application/json" http://192.168.10.103:5000/v2.0/tokens | 15:02 |
jaypipes | halfss: but replace SERVICE_PASSWORD with your nova service user's password. | 15:03 |
*** danwent has joined #openstack-dev | 15:04 | |
halfss | i do not use user "nova", here i use user "test" | 15:07 |
halfss | http://paste.openstack.org/show/12184/ | 15:07 |
halfss | jaypipes could you see? | 15:07 |
*** sleepsonzzz is now known as sleepsonthefloor | 15:09 | |
*** Gordonz has joined #openstack-dev | 15:10 | |
*** thingee has quit IRC | 15:10 | |
*** spiffxp has joined #openstack-dev | 15:11 | |
jaypipes | halfss: that's all looking good to me... | 15:11 |
jaypipes | halfss: hmm, onto next idea :) | 15:11 |
halfss | jaypipes ok ,the use in dashboard is work well. but when i use nova client, return :novaclient.exceptions.EndpointNotFound | 15:13 |
jaypipes | halfss: there is a debug option for the novaclient. Could you try setting that? just do this when opening your python client: | 15:13 |
*** deshantm has joined #openstack-dev | 15:13 | |
jaypipes | NOVACLIENT_DEBUG=1 python | 15:13 |
jaypipes | halfss: that should output lots of debug info when you do the flavor.list() call.. | 15:14 |
halfss | :) let me see | 15:14 |
*** reidrac has quit IRC | 15:16 | |
halfss | jaypipes:like this: >>> from novaclient.v1_1 import client | 15:17 |
halfss | >>> NOVACLIENT_DEBUG=1 | 15:17 |
*** atoato88 has quit IRC | 15:17 | |
halfss | i got, that show be set in os env | 15:17 |
*** sleepsonthefloor is now known as sleepsonzzz | 15:18 | |
*** Mandell has joined #openstack-dev | 15:18 | |
halfss | jay pipes the return is stilll same:nt.flavors.list() | 15:19 |
halfss | Could not find any suitable endpoint. Correct region? | 15:19 |
halfss | jaypipes | 15:19 |
*** zzed has quit IRC | 15:20 | |
*** zzed has joined #openstack-dev | 15:20 | |
halfss | is there is same thing wrong about endpoint,the endpoint should be set in db? | 15:20 |
halfss | but the novaclint in horizon is work well | 15:21 |
jaypipes | halfss: wait a sec, looking up something. | 15:23 |
jaypipes | halfss: no, the region isn't required since you only have a single compute endpoint. | 15:23 |
*** zzed_ has joined #openstack-dev | 15:24 | |
halfss | :oh, let me see horizon/api/nova.py, i am going to sleeping now | 15:24 |
jaypipes | halfss: I'm a bit stumped, frankly... everything actually looks good about your setup! | 15:24 |
jaypipes | halfss: ok, also try not going into the python interpreter. what about using novaclient on command line? | 15:25 |
jaypipes | halfss: and set NOVACLIENT_DEBUG env variable. | 15:25 |
halfss | :) export NOVACLIENT_DEBUG=1 | 15:26 |
halfss | i set it | 15:26 |
*** zzed_ has quit IRC | 15:26 | |
*** zzed has quit IRC | 15:26 | |
*** zzed_ has joined #openstack-dev | 15:26 | |
*** lts has quit IRC | 15:29 | |
*** lts has joined #openstack-dev | 15:30 | |
halfss | jaypipes see you later | 15:30 |
halfss | bye | 15:30 |
*** halfss has quit IRC | 15:31 | |
*** hashar has quit IRC | 15:34 | |
*** paulormg has quit IRC | 15:34 | |
*** andrewsmedina has quit IRC | 15:36 | |
bcwaldon | eglynn__: ping | 15:36 |
eglynn__ | bcwaldon: hey | 15:36 |
bcwaldon | eglynn__: did you look in to how 'owner' is treated on an image update? | 15:37 |
eglynn__ | bcwaldon: hmmm, good point, test only exercises the create path | 15:37 |
eglynn__ | bcwaldon: I'll have a look to ensure consistency ... | 15:38 |
bcwaldon | eglynn__: yep, just approved your branch | 15:38 |
bcwaldon | eglynn__: if a fix is necessary, can you take care of it? | 15:38 |
eglynn__ | bcwaldon: cool, thanks ... if any changes required on the update side, I'll propose another | 15:38 |
eglynn__ | yep | 15:39 |
bcwaldon | thanks a bunch! | 15:39 |
*** dachary has joined #openstack-dev | 15:46 | |
*** oneiroi has left #openstack-dev | 15:46 | |
*** sandywalsh has quit IRC | 15:47 | |
*** rods has quit IRC | 15:48 | |
*** dolphm has joined #openstack-dev | 15:50 | |
*** littleidea has quit IRC | 15:54 | |
*** vincentricci has joined #openstack-dev | 15:55 | |
*** fattarsi has joined #openstack-dev | 15:56 | |
*** dwalleck has quit IRC | 15:56 | |
*** dtroyer is now known as dtroyer_zzz | 15:57 | |
*** kindaopsdevy has joined #openstack-dev | 15:57 | |
*** kindaopsdevy has left #openstack-dev | 15:57 | |
*** littleidea has joined #openstack-dev | 15:58 | |
*** oneiroi has joined #openstack-dev | 15:59 | |
*** sandywalsh has joined #openstack-dev | 16:00 | |
*** rods has joined #openstack-dev | 16:00 | |
*** vincentricci has quit IRC | 16:00 | |
*** vincentricci has joined #openstack-dev | 16:01 | |
dneary | Hi - anyone here on the program committee call? | 16:04 |
*** dwalleck has joined #openstack-dev | 16:04 | |
dneary | And can tell me how to join? | 16:04 |
*** diane has quit IRC | 16:05 | |
*** jdurgin has joined #openstack-dev | 16:05 | |
*** BruceZu has quit IRC | 16:06 | |
*** dtroyer_zzz is now known as dtroyer | 16:08 | |
*** oneiroi is now known as Oneiroi^gone | 16:09 | |
*** sleepsonzzz is now known as sleepsonthefloor | 16:12 | |
*** Susanne-Balle has quit IRC | 16:13 | |
kbringard | hey guys, I have a question surrounding a potential issue with security groups | 16:13 |
kbringard | basically… if someone from one tenant creates an invalid security group (for instance -P icmp -p 1-65535) | 16:13 |
kbringard | then launches a VM in that group | 16:13 |
kbringard | the iptables-restore command takes a dump on the compute node the VM got assigned to | 16:14 |
kbringard | then, any other VMs (regardless of tenant) | 16:14 |
kbringard | will fail to start as well | 16:14 |
kbringard | because it keeps trying to apply the one bad rule from the one tenant | 16:14 |
russellb | yeah, that's a bug ... | 16:14 |
russellb | security issue, really | 16:14 |
kbringard | right, that's kind of where I was going | 16:15 |
russellb | so, ideally we wouldn't be discussing said security issue in public, but oh well :) | 16:15 |
kbringard | well, I don't know that I'd call it security | 16:15 |
kbringard | because | 16:15 |
kbringard | the VMs never launch | 16:15 |
kbringard | and since the iptables are all deny by default | 16:15 |
*** zzed_ has quit IRC | 16:16 | |
russellb | well, denial of service i mean | 16:16 |
kbringard | yea | 16:16 |
kbringard | def | 16:16 |
russellb | so yeah, can you file a security bug against nova in launchpad? | 16:16 |
kbringard | ressir, sorry to talk about it in public ;-) | 16:16 |
*** ayoung has quit IRC | 16:17 | |
*** jdg has quit IRC | 16:18 | |
*** ncode has joined #openstack-dev | 16:21 | |
*** ncode has joined #openstack-dev | 16:21 | |
annegentle | kbringard: here's the HowTo for security issues: http://openstack.org/projects/openstack-security/ | 16:22 |
kbringard | thanks, annegentle | 16:22 |
*** diane has joined #openstack-dev | 16:23 | |
*** armaan has left #openstack-dev | 16:23 | |
*** kindaopsdevy_ has joined #openstack-dev | 16:25 | |
*** ayoung has joined #openstack-dev | 16:25 | |
dprince | jeblair/mtaylor: around? Trying to get this in: https://review.openstack.org/#change,5865 | 16:31 |
*** Gordonz has quit IRC | 16:34 | |
*** AlanClark has joined #openstack-dev | 16:34 | |
jeblair | dprince: i'll look into it (give me a few minutes) | 16:34 |
*** Gordonz has joined #openstack-dev | 16:34 | |
dprince | jeblair: great. thanks. | 16:34 |
*** maploin has quit IRC | 16:34 | |
*** maplebed has joined #openstack-dev | 16:38 | |
*** PotHix has joined #openstack-dev | 16:38 | |
*** derekh has quit IRC | 16:45 | |
*** dneary has quit IRC | 16:46 | |
*** kindaopsdevy_ has left #openstack-dev | 16:51 | |
*** rkukura has quit IRC | 16:53 | |
*** reed has joined #openstack-dev | 16:56 | |
*** Nithya_HP has joined #openstack-dev | 16:56 | |
*** thingee has joined #openstack-dev | 16:57 | |
*** danwent_ has joined #openstack-dev | 16:59 | |
*** danwent has quit IRC | 17:03 | |
*** danwent_ is now known as danwent | 17:03 | |
mtaylor | jaypipes: ping | 17:05 |
jaypipes | mtaylor: pong | 17:05 |
*** jog0 has joined #openstack-dev | 17:06 | |
reed | pang | 17:09 |
*** dolphm has quit IRC | 17:09 | |
*** dwalleck has quit IRC | 17:10 | |
jeblair | dprince: https://review.openstack.org/5868 | 17:12 |
jeblair | dprince: I believe that should fix the issue, and get keystone stable/diablo going again | 17:12 |
jeblair | mtaylor: ^ | 17:12 |
dprince | jeblair: Thanks. I can't send stable/diablo branches... but that looks good to me. | 17:13 |
ayoung | termie, I take it the lack of heckj means that the Keystone meeting isn't happening? | 17:13 |
*** darraghb has quit IRC | 17:14 | |
*** hub_cap has joined #openstack-dev | 17:14 | |
*** dolphm has joined #openstack-dev | 17:17 | |
mtaylor | jeblair: looking | 17:19 |
*** gyee has joined #openstack-dev | 17:20 | |
*** hashar has joined #openstack-dev | 17:22 | |
*** hashar has joined #openstack-dev | 17:22 | |
*** alrs has joined #openstack-dev | 17:23 | |
jeblair | pvo: https://jenkins.openstack.org/job/devstack-launch-vms/13314/console | 17:25 |
jeblair | it looks like the rackspace legacy service has been unable to launch vms for quite a while | 17:26 |
jeblair | at least 5 hours... | 17:26 |
*** Susanne-Balle has joined #openstack-dev | 17:27 | |
*** dolphm has quit IRC | 17:28 | |
jeblair | pvo: more like around 12 hours | 17:30 |
dprince | jeblair: I'm able to create Cloud Servers just fine... Perhaps you are hitting a different API endpoint that is down or something? | 17:31 |
dprince | jeblair: I have seen that ajax error before though... It is usually intermittent. | 17:32 |
dprince | jeblair: Are you perhaps hitting a limit? Is there room to create more servers in the CS account? | 17:32 |
jeblair | dprince: hrm. it seems to have been fairly consistent for the past 12 hours... | 17:32 |
openstackgerrit | Verification of a change to openstack/glance failed: Ensure functional db connection in configure_db() https://review.openstack.org/5760 | 17:32 |
jeblair | dprince: i'm trying to check, but the web interface isn't working very well either. | 17:32 |
pvo | jeblair: let me find some admins | 17:34 |
jeblair | dprince, pvo: the reap job has been having the same problem: https://jenkins.openstack.org/job/devstack-reap-vms/2881/console | 17:34 |
jeblair | so i can't delete them either. | 17:35 |
kbringard | russellb: bug opened | 17:36 |
pvo | jeblair: can you list with those credentials? | 17:36 |
*** littleidea has quit IRC | 17:37 | |
*** dolphm has joined #openstack-dev | 17:37 | |
dprince | jeblair: Yeah. I would try listing and or cleaning things up with those credentials from another machine (your workstation or something). | 17:39 |
jeblair | pvo: trying | 17:40 |
*** reed has quit IRC | 17:40 | |
pvo | k | 17:40 |
jeblair | pvo: i tried from a different machine: listing images works, listing servers produces the same 500 | 17:41 |
pvo | ok, standby | 17:42 |
*** andrewsmedina has joined #openstack-dev | 17:46 | |
*** jog0 has quit IRC | 17:48 | |
*** jog0 has joined #openstack-dev | 17:48 | |
*** BalleS_ has joined #openstack-dev | 17:49 | |
*** troytoman-away is now known as troytoman | 17:51 | |
*** Susanne-Balle has quit IRC | 17:53 | |
hub_cap | hey all, any reason we cannot set the hostname of a vm via the openstack api? in reddwarf we are using the hostname (just like the existing services) to attach to a unique queue, and we want to extend that into the guest manager we are writing. But the hostname is not settable via python-novaclient | 17:53 |
*** kyriakos has quit IRC | 17:54 | |
termie | ayoung: i dunno, i'm not exactly sure where he is | 17:55 |
termie | i'm beginning to think i am going to have to review dolph's stack of patches :p | 17:55 |
ayoung | termie, heh | 17:56 |
termie | in other news, i forgot that tuesdays suck | 17:56 |
hub_cap | oh i think im dumb, looks like yall take the display name and use as hostname (after sanitizing) :D | 17:57 |
annegentle | ttx: can I ask how to change a Brainstorm session to a Presentation? It's this one:http://summit.openstack.org/sessions/view/18 | 17:58 |
justinsb_ | dprince: ping! | 18:00 |
dprince | justinsb_: hi | 18:00 |
justinsb_ | dprince: I'm looking at bug #965333 | 18:00 |
uvirtbot | Launchpad bug 965333 in nova "nova-network spends too much time in VlanManager._disassociate_stale_fixed_ips" [Medium,Incomplete] https://launchpad.net/bugs/965333 | 18:00 |
justinsb_ | dprince: And it touches the same code as bug #953708 which you fixed | 18:01 |
uvirtbot | Launchpad bug 953708 in nova "nova w/ FlatDHCP isn't fully deallocating fixed_ips" [High,Fix released] https://launchpad.net/bugs/953708 | 18:01 |
justinsb_ | dprince: I'm not sure whether the second bug reported has your fix or not, I'm guessing he does though | 18:01 |
justinsb_ | dprince: It looks like he's getting duplicated FixedIp.id values (lots of them) | 18:01 |
dprince | justinsb_: looking... | 18:02 |
*** littleidea has joined #openstack-dev | 18:02 | |
justinsb_ | dprince: I don't see how that could be happening though. Thx for looking! | 18:02 |
justinsb_ | dprince: Oh - never mind! He doesn't have your fix | 18:02 |
justinsb_ | dprince: I see the extra brackets now! | 18:03 |
justinsb_ | dprince: But does returning duplicate values in the old code make any sense to you either? | 18:04 |
dprince | justinsb_: we probably don't need to return dup values if we are still | 18:05 |
*** Nithya_HP has quit IRC | 18:05 | |
*** johnpostlethwait has joined #openstack-dev | 18:06 | |
justinsb_ | dprince: I don't understand why it would be returning duplicate values though, when we're selecting from a single table? | 18:06 |
*** relateable has joined #openstack-dev | 18:07 | |
hub_cap | does anyone know offhand if u can set the hostname of a vm via libvirt? | 18:07 |
justinsb_ | dprince: Is that because the filters get constructed as a join, and then SQLAlchemy doesn't filter them out? | 18:07 |
dprince | justinsb_: I think that may be what I fixed. | 18:07 |
justinsb_ | dprince: That would be great! | 18:08 |
justinsb_ | dprince: Do you think I should put in some defensive code to check for duplicates and warn if they're found? | 18:08 |
justinsb_ | dprince: Or just mark as a dup? | 18:08 |
dprince | justinsb_: The old code was passing an array of tuples to Sqlalchemy... which could well... generate a bunch of dup values in the query. | 18:09 |
justinsb_ | dprince: I'm still not 100% happy about how those dups got there though | 18:10 |
justinsb_ | dprince: But I guess it could well be SQLAlchemy constructing a join and then not de-duping | 18:10 |
dprince | justinsb_: Yes. | 18:10 |
dprince | justinsb_: Being defensive won't hurt either. But I think that second ticket should be fixed now. | 18:10 |
russellb | looks like jenkins is still unhappy with keystone stable/diablo ... https://review.openstack.org/#change,5868 | 18:11 |
kbringard | thanks for the comments, russellb | 18:11 |
russellb | kbringard: np | 18:11 |
kbringard | in that ticket | 18:11 |
justinsb_ | dprince: Cool, I'll mark the bug as a potential duplicate, and think about whether I want to add extra code to check that it is fixed at runtime. Thx! | 18:11 |
dprince | justinsb_: Sounds good. | 18:12 |
jk0 | .c | 18:12 |
russellb | jeblair: mtaylor: still having trouble with keystone stable/diablo merges: https://review.openstack.org/#change,5868 | 18:13 |
mtaylor | russellb: yes. the patch to fix stable/diablo got approved, but I believe we're still having problems allocating devstack test nodes at the moment | 18:14 |
jeblair | russellb: rackspace admins are working on it | 18:14 |
russellb | ok great, thanks guys! | 18:14 |
mtaylor | jaypipes: could you come over to #openstack-infra for a sec? | 18:18 |
*** alaski has quit IRC | 18:19 | |
*** lts has quit IRC | 18:20 | |
*** alaski has joined #openstack-dev | 18:20 | |
*** mnewby has joined #openstack-dev | 18:21 | |
*** winston-d has joined #openstack-dev | 18:24 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:25 | |
*** armaan has joined #openstack-dev | 18:26 | |
*** vincentricci has quit IRC | 18:29 | |
*** lts has joined #openstack-dev | 18:33 | |
jaypipes | mtaylor: I'm there... | 18:33 |
*** rgoodwin is now known as rgoodwin_away | 18:39 | |
*** pixelbeat has quit IRC | 18:39 | |
*** rgoodwin_away is now known as rgoodwin | 18:41 | |
*** devananda has quit IRC | 18:42 | |
Daviey | Traceback (most recent call last): | 18:43 |
Daviey | File "/var/lib/jenkins/jobs/gate-integration-tests-devstack-vm/workspace/devstack-gate/devstack-vm-fetch.py", line 27, in <module> | 18:43 |
Daviey | raise Exception("No ready nodes") | 18:43 |
Daviey | Exception: No ready nodes | 18:43 |
Daviey | mtaylor ^^ ? | 18:43 |
*** devananda has joined #openstack-dev | 18:43 | |
mtaylor | Daviey: yes. it's being worked on | 18:44 |
Daviey | ah, i see russellb already pinged :) | 18:44 |
mtaylor | Daviey: our cloud provider is having issues spinning up nodes for us currently, but they have been notified | 18:44 |
Daviey | mtaylor: You do use multi-cloud-provider for resilience, right? :) | 18:45 |
mtaylor | Daviey: we're working on that, actually | 18:45 |
ttx | annegentle: you should be able to edit it. Go to Documentation track review and click on title | 18:45 |
mtaylor | Daviey: one would hope it would be straightforward. one would be MASSIVELY wrong | 18:45 |
mtaylor | :) | 18:45 |
Daviey | mtaylor: well i have a cloud under my test if it's of use. :D | 18:45 |
Daviey | s/test/desk/ | 18:46 |
ttx | annegentle: or go directly to http://summit.openstack.org/sessions/edit/18 | 18:46 |
mtaylor | Daviey: thanks! I am sure you'll love it when I connect the openstack jenkins devstack pipeline to it :) | 18:46 |
rmk | Seems like a lot of bugs are being caught during this RC phase | 18:49 |
Daviey | :) | 18:50 |
*** winston-d has quit IRC | 18:53 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Add link to instance for its id in floating ip list https://review.openstack.org/5798 | 18:55 |
*** lts has quit IRC | 18:56 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Add link to instance for its id in floating ip list https://review.openstack.org/5798 | 18:57 |
*** dwalleck has joined #openstack-dev | 19:01 | |
*** armaan has left #openstack-dev | 19:04 | |
*** jdg has joined #openstack-dev | 19:06 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Add link to instance for its id in floating ip list https://review.openstack.org/5798 | 19:06 |
*** alaski has quit IRC | 19:09 | |
*** lts has joined #openstack-dev | 19:10 | |
*** alaski has joined #openstack-dev | 19:10 | |
openstackgerrit | Verification of a change to openstack/glance failed: Ensure functional db connection in configure_db() https://review.openstack.org/5760 | 19:10 |
annegentle | ttx: thank you for the tip (and URL) | 19:11 |
*** gabrielhurley has joined #openstack-dev | 19:14 | |
gabrielhurley | Are the devstack integration test builders just dead currently? I've gotten 4 "no nodes ready" failures in a row, yet Jenkins shows all the nodes idle. | 19:16 |
*** mdrnstm has joined #openstack-dev | 19:16 | |
jaypipes | fattarsi: around? | 19:19 |
gabrielhurley | anybody? no ideas on why all the nodes Jenkins uses for the integration tests are Offline and killing every review that gets approved in gerrit? | 19:23 |
russellb | yep, it's dead right now, being worked on | 19:24 |
gabrielhurley | okay. as long as somebody's aware of it | 19:24 |
kbringard | ttx: sounds good to me, thanks for the info (re 966414) | 19:28 |
russellb | kbringard: thanks for logging it so we could track it down for sure | 19:28 |
kbringard | np, I'll mark it dupe and close it | 19:29 |
* ttx sets it to Public | 19:29 | |
kbringard | I searched the bugs first but didn't see that one | 19:30 |
kbringard | I'm glad ttx is a better looker than me | 19:30 |
kbringard | hah | 19:30 |
ttx | kbringard: I actually git blamed the port validation code to find it | 19:31 |
kbringard | ok, updated all the statuses, it should be public, fix released and marked dupe of 869979 | 19:31 |
kbringard | ah, OK | 19:31 |
russellb | ttx: but there was a much more recent essex commit related to it | 19:31 |
russellb | hopefully there wasn't an edge case that could still trigger it | 19:32 |
russellb | looks like specifying 0 was allowed when it shouldn't be | 19:32 |
russellb | kbringard: if you felt so inclined to try to verify that it's fixed, that'd be great | 19:33 |
kbringard | yea, the thing that triggered it for us was someone setup ICMP like TCP and allowed port ranges −165535 and not codes | 19:33 |
ttx | russellb: yes, without the recent folsom fix you may be able to play games | 19:33 |
kbringard | err 1-65535 | 19:33 |
russellb | ah, folsom fix, yes | 19:33 |
kbringard | russellb: sure, I need to get the latest diablo-stable pulled down | 19:33 |
ttx | I need to approve it in essex Rc | 19:33 |
ttx | kbringard: in particular, the 2011.3.1 fix only tests (from_port < -1 or to_port > 255)): | 19:35 |
ttx | hmm, actually it also tests from_port > to_port: | 19:35 |
ttx | so it should be alright. | 19:35 |
kbringard | yea, the logic seems sound… I'll give the code a once over to verify then work on getting it stood up to test irl | 19:36 |
ttx | kbringard: please include the folsom fix in your verification if you can | 19:37 |
ttx | kbringard: proposed for RC at: https://review.openstack.org/#change,5776 | 19:37 |
ttx | I'd welcome a third opinion on that one | 19:38 |
*** novas0x2a|laptop has quit IRC | 19:38 | |
kbringard | sure thing | 19:38 |
ttx | pausing for a bit | 19:39 |
*** zaitcev has joined #openstack-dev | 19:40 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:41 | |
*** zns has joined #openstack-dev | 19:41 | |
openstackgerrit | Verification of a change to openstack/horizon failed: fix label name for add rule in security group to be consistent https://review.openstack.org/5670 | 19:42 |
bcwaldon | mtaylor: around? | 19:45 |
annegentle | ttx: I know it's super late for you, but could you talk about how you would fill in the "Known Issues and Limitations" section of the Release Notes for Essex? Teach me to fish if you like. | 19:48 |
mtaylor | bcwaldon: ola | 19:48 |
bcwaldon | mtaylor: interesting bug: https://bugs.launchpad.net/glance/+bug/961574 | 19:48 |
uvirtbot | Launchpad bug 961574 in glance "pip glance==2011.3.1 missing dependencies" [High,Confirmed] | 19:48 |
bcwaldon | mtaylor: setup.py has no installation requirements | 19:49 |
bcwaldon | mtaylor: but pypi package page claims deps | 19:49 |
mtaylor | bcwaldon: hrm | 19:49 |
kbringard | ttx: made some comments and submitted a review | 19:49 |
mtaylor | bcwaldon: the real fix for that is your python-glanceclient package ... but let me look in to this further | 19:50 |
mtaylor | bcwaldon: you in the office? | 19:50 |
bcwaldon | mtaylor: yes | 19:50 |
mtaylor | cool. on my way over | 19:50 |
bcwaldon | k | 19:50 |
adam_g | excuse my ignorance here, but what is the process for getting something fixed in a milestone-proposed branch? backport and propose patch myself, or harass a PTL or project core dev to initiate it? | 19:52 |
bcwaldon | adam_g: either way works | 19:53 |
bcwaldon | adam_g: what do you want backported? | 19:54 |
*** gabrielhurley has quit IRC | 19:54 | |
adam_g | bcwaldon: ATM a couple of quickies, https://review.openstack.org/#change,5608 and https://review.openstack.org/#change,5760 . | 19:56 |
bcwaldon | adam_g: ok, I'll take care of them for you | 19:56 |
bcwaldon | adam_g: I'm going to wait till the glance fix makes it in to master first | 19:57 |
adam_g | bcwaldon: ah, yah. thank you sir. | 19:57 |
bcwaldon | adam_g: no problem | 19:57 |
bcwaldon | adam_g: we might be blocked from getting anything in right now, we can't seem to build the env for devstack to run | 19:58 |
*** mattstep has quit IRC | 20:03 | |
*** mattstep has joined #openstack-dev | 20:03 | |
*** littleidea has quit IRC | 20:04 | |
*** diane has left #openstack-dev | 20:08 | |
*** novas0x2a|laptop has quit IRC | 20:09 | |
dwalleck | jaypipes: ping? | 20:11 |
zul | vishy: can you have a look at: https://review.openstack.org/#change,5809 | 20:15 |
bcwaldon | adam_g: https://review.openstack.org/#change,5875 | 20:15 |
*** dprince has quit IRC | 20:21 | |
jaypipes | dwalleck: pong | 20:24 |
*** novas0x2a|laptop has joined #openstack-dev | 20:26 | |
hub_cap | anyone know why libvirt+qemu doesnt set the hostname to whats defined in the instances table? | 20:29 |
*** lts has quit IRC | 20:31 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Improve service CRUD test coverage https://review.openstack.org/5832 | 20:37 |
*** BalleS_ has quit IRC | 20:42 | |
*** berendt has quit IRC | 20:42 | |
*** pixelbeat has joined #openstack-dev | 20:43 | |
*** deshantm_ has joined #openstack-dev | 20:43 | |
dolphm | no ready nodes ^ | 20:45 |
*** deshantm has quit IRC | 20:46 | |
LinuxJedi | jeblair: devstack node starvations something we know about? | 20:47 |
*** Susanne-Balle has joined #openstack-dev | 20:49 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Improve service CRUD test coverage https://review.openstack.org/5832 | 20:49 |
dolphm | LinuxJedi: yeah :/ | 20:49 |
*** roge has quit IRC | 20:51 | |
*** GheRivero has quit IRC | 20:52 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Improve service CRUD test coverage https://review.openstack.org/5832 | 20:53 |
alrs | bls | 20:54 |
*** vincentricci has joined #openstack-dev | 20:55 | |
rmk | Confused about nova-vncproxy. | 20:55 |
mikal | If I ask nicely will someone review https://review.openstack.org/#change,5828 for me? Its a relatively trivial nova change. | 20:55 |
rmk | the package installs nova-xvpvncproxy -- is this to be used with kvm? | 20:56 |
mikal | Also, does Andrew Shafer hang out on IRC at all? | 20:56 |
*** heckj has joined #openstack-dev | 20:56 | |
bcwaldon | mikal: yes, I think he's littleidea | 20:57 |
*** gabrielhurley has joined #openstack-dev | 20:57 | |
bcwaldon | mikal: offline, atm | 20:58 |
mikal | Cool | 20:58 |
mikal | He made a comment on a review that I have trouble interpretting | 20:58 |
bcwaldon | mikal: can you point me at it? | 20:58 |
mikal | I blame my cool Australian accent | 20:58 |
bcwaldon | mikal: that has to be it :) | 20:58 |
mikal | https://review.openstack.org/#change,5799 | 20:58 |
bcwaldon | mikal: looking | 20:59 |
mikal | Ta | 20:59 |
*** alaski has quit IRC | 21:00 | |
*** roge has joined #openstack-dev | 21:04 | |
*** devcamcar has joined #openstack-dev | 21:05 | |
*** Lance604 has quit IRC | 21:08 | |
*** hashar has quit IRC | 21:13 | |
*** lts has joined #openstack-dev | 21:14 | |
*** koolhead17 has quit IRC | 21:14 | |
*** agonella has joined #openstack-dev | 21:19 | |
*** kbringard has quit IRC | 21:22 | |
*** kbringard has joined #openstack-dev | 21:23 | |
*** Susanne-Balle has quit IRC | 21:23 | |
chmouel | heckj, dolphm: mnewby addressed bug 963546 in review 5661 | 21:25 |
uvirtbot | Launchpad bug 963546 in keystone "swift_auth validates the tenant:user acl incorrectly" [Undecided,In progress] https://launchpad.net/bugs/963546 | 21:25 |
*** ayoung is now known as ayoung-afk | 21:26 | |
dolphm | chmouel: thanks | 21:26 |
*** novas0x2a|laptop has quit IRC | 21:27 | |
heckj | chmouel: thank you! | 21:27 |
*** alrs has quit IRC | 21:27 | |
*** alrs has joined #openstack-dev | 21:28 | |
*** lts has quit IRC | 21:28 | |
*** dwalleck has quit IRC | 21:29 | |
rmk | Any thoughts on what would cause get-vnc-console requests to just hang? | 21:30 |
bcwaldon | rmk: are the appropriate services running? | 21:30 |
rmk | yes | 21:30 |
rmk | I see the vnc console request come into nova-compute but it hangs also | 21:31 |
bcwaldon | rmk: nova-xvpvncproxy running? | 21:33 |
rmk | It isn't -- this is kvm though. | 21:33 |
rmk | I'm using novnc, with nova-novncproxy | 21:34 |
rmk | sigh -- was missing nova-consoleauth | 21:36 |
*** bhuvan has joined #openstack-dev | 21:37 | |
*** bhall has joined #openstack-dev | 21:39 | |
*** bhall has joined #openstack-dev | 21:39 | |
*** mikal has quit IRC | 21:41 | |
*** bsza has quit IRC | 21:44 | |
*** joesavak has quit IRC | 21:45 | |
ttx | vishy: can't find the SQL reconnection issue in RC2 or essex-rc-potential... used to be tere though | 21:46 |
ttx | there* | 21:46 |
vishy | hmm | 21:47 |
vishy | what happened to it!? | 21:47 |
rmk | Can nova-consoleauth be run active/active the same way as the scheduler? | 21:47 |
rmk | I would imagine it's just listening to rabbit queues | 21:47 |
vishy | ttx: bug is here, will target | 21:48 |
vishy | https://bugs.launchpad.net/nova/+bug/959426 | 21:48 |
uvirtbot | Launchpad bug 959426 in glance "nova + glance services die if started before db is reachable" [High,In progress] | 21:48 |
jeblair | the devstack gate test is running again thanks to troytoman, pvo, westmaas, and others. I've retriggered the runs that failed, so things should start merging soon. | 21:48 |
vishy | ttx: you targetted it for glance and removed essex-rc-potential | 21:48 |
*** dwalleck has joined #openstack-dev | 21:49 | |
pvo | jeblair: rock on | 21:49 |
*** davlaps has joined #openstack-dev | 21:50 | |
ttx | arh | 21:51 |
ttx | yes, I try to avoid duplicating in both lists. Maybe next time we'll have to make project-specific tags | 21:51 |
ttx | willfix | 21:51 |
ttx | oh, done already? | 21:51 |
openstackgerrit | Verification of a change to openstack/glance failed: Ensure functional db connection in configure_db() https://review.openstack.org/5760 | 21:53 |
*** hub_cap has quit IRC | 21:53 | |
*** dwalleck has quit IRC | 21:53 | |
*** reed has joined #openstack-dev | 22:00 | |
ttx | adam_g: are you working on the nova side of bug 959426 as well ? | 22:00 |
uvirtbot | Launchpad bug 959426 in glance "nova + glance services die if started before db is reachable" [High,In progress] https://launchpad.net/bugs/959426 | 22:00 |
ttx | or should we look for another victim^Wrockstar ? | 22:00 |
openstackgerrit | Verification of a change to openstack/keystone failed: Improve service CRUD test coverage https://review.openstack.org/5832 | 22:01 |
*** ncode has quit IRC | 22:04 | |
openstackgerrit | Verification of a change to openstack/glance failed: Ensure functional db connection in configure_db() https://review.openstack.org/5760 | 22:11 |
*** ncode has joined #openstack-dev | 22:15 | |
*** ncode has joined #openstack-dev | 22:15 | |
heckj | termie: you around? | 22:19 |
*** andrewsmedina has quit IRC | 22:19 | |
termie | heckj: i'm asquare | 22:19 |
*** zns has left #openstack-dev | 22:20 | |
heckj | excellent. I've stubbed in a variety of talks for design summit - one that I wanted to wrangle you into was giving a little overview of the internal structure of the keystone codebase and walking through the test structure and what we've (you've) done to set up functional/integration testing with all the builds (and how to add on to that). | 22:21 |
bcwaldon | termie: let's keep the jokes to a minimum, please | 22:21 |
heckj | You game to babble about that for ~30-45 min? | 22:21 |
termie | ya | 22:21 |
termie | but i may be wearing a silly costume | 22:21 |
heckj | I'm stumbling on a response to that | 22:22 |
heckj | so many different things going through my head right now | 22:22 |
bcwaldon | eglynn__: we need to take care of this guy -> https://bugs.launchpad.net/glance/+bug/955527 | 22:22 |
uvirtbot | Launchpad bug 955527 in glance "copy_from test case logic is invalid" [High,Fix committed] | 22:22 |
*** paulstallworth has joined #openstack-dev | 22:24 | |
*** kbringard has quit IRC | 22:24 | |
heckj | bcwaldon: Sounds like youre suggesting we take the bug writer out back behind the woodshed... | 22:25 |
bcwaldon | heckj: maybe we shouldn't be so harsh | 22:25 |
heckj | heh | 22:25 |
heckj | I totally heard it with the italian mobster accent and everything. Ain't IRC great! | 22:26 |
*** mikal has joined #openstack-dev | 22:27 | |
*** reed has quit IRC | 22:29 | |
*** blamar has quit IRC | 22:39 | |
*** davlaps has quit IRC | 22:42 | |
*** kapilt is now known as hazmat | 22:42 | |
*** tryggvil__ has quit IRC | 22:49 | |
*** vizsla has joined #openstack-dev | 22:49 | |
*** Lance604 has joined #openstack-dev | 22:52 | |
*** rnirmal has quit IRC | 22:58 | |
*** andrewsmedina has joined #openstack-dev | 23:00 | |
vishy | justinsb_: found the issue with that query, posted a fix | 23:00 |
termie | heckj: so do we want to accept all these 404 patches? | 23:01 |
justinsb_ | vishy: Reading it now | 23:01 |
heckj | termie: I'd like to | 23:01 |
termie | heckj: i guess i am okay with it just to shut people up, but it does still seem like a waste | 23:01 |
*** dwalleck has joined #openstack-dev | 23:05 | |
justinsb_ | vishy: Going to comment on the merge prop. I'm not sure I understand the issue well enough. | 23:07 |
*** roge has quit IRC | 23:09 | |
vishy | justinsb_: http://paste.openstack.org/show/12200/ | 23:10 |
vishy | justinsb_: notice that there is no on clause in the join | 23:10 |
vishy | justinsb_: hello cartesian product | 23:10 |
justinsb_ | vishy: Just saw your comment on my other proposed fix. So the problem is because we dropped the FKs | 23:11 |
justinsb_ | vishy: Sorry, that was a "?" | 23:11 |
vishy | correct | 23:11 |
vishy | justinsb_: here is the new query: | 23:11 |
vishy | SELECT fixed_ips.id AS fixed_ips_id | 23:11 |
vishy | FROM fixed_ips JOIN networks ON networks.id = fixed_ips.network_id JOIN instances ON instances.id = fixed_ips.instance_id | 23:11 |
vishy | WHERE fixed_ips.deleted = ? AND fixed_ips.allocated = ? AND fixed_ips.updated_at < ? AND (instances.host = ? AND networks.multi_host = ? OR networks.host = ?) | 23:11 |
vishy | no cartesian product, yay! | 23:12 |
justinsb_ | vishy: Why did we drop the FKs? I'm guessing we didn't want them in the DB? But this then broke SQLAlchemy queries? | 23:12 |
adam_g | ttx: yes, i plan on porting the db retry logic to nova, re: bug 959426 | 23:12 |
uvirtbot | Launchpad bug 959426 in glance "nova + glance services die if started before db is reachable" [High,Fix committed] https://launchpad.net/bugs/959426 | 23:12 |
justinsb_ | vishy: There's no way to tell SQLAlchemy of a relationship without building a FK in the DB? | 23:13 |
*** dwalleck has quit IRC | 23:13 | |
vishy | justinsb_: sure there is, with a join | 23:13 |
vishy | justinsb_: :) | 23:13 |
adam_g | all FKs were dropped? is that a new thing? | 23:14 |
openstackgerrit | Verification of a change to openstack/keystone failed: endpoint-crud 404 (bug 963056) https://review.openstack.org/5787 | 23:15 |
uvirtbot | Launchpad bug 963056 in keystone "Object references not validated (returning 500 instead of 404)" [Medium,Fix committed] https://launchpad.net/bugs/963056 | 23:15 |
justinsb_ | vishy: I think we could probably have just dropped the ForeignKeyConstraint from the DB without removing the ForeignKey from the model | 23:19 |
justinsb_ | vishy: But oh well. Do you think this same bug could be present in other places as well? | 23:20 |
*** troytoman is now known as troytoman-away | 23:20 | |
vishy | justinsb_: perhaps that might have been nicer, relationship without foriegn keys | 23:20 |
vishy | justinsb_: there was one other place where it wasn't fixed | 23:21 |
*** andrewsmedina has quit IRC | 23:21 | |
justinsb_ | vishy: You've already scanned through the code? Saves me doing it then! | 23:22 |
vishy | justinsb_: yeah i just checked for any more i don't see them | 23:23 |
*** sandywalsh has quit IRC | 23:23 | |
vishy | justinsb_: bug 959378 was another one | 23:24 |
uvirtbot | Launchpad bug 959378 in nova "Dhcp db interaction is horribly inefficient" [High,Fix released] https://launchpad.net/bugs/959378 | 23:24 |
vishy | justinsb_: that was fallout from removing the foreign keys | 23:25 |
*** sleepsonthefloor is now known as sleepsonzzz | 23:25 | |
vishy | justinsb_: i think there was another that i fixed as well at some point | 23:25 |
justinsb_ | vishy: Hopefully that's all of them then. Was an interesting data point though - probably the worst SQL query we can imagine... | 23:27 |
*** agonella has quit IRC | 23:28 | |
openstackgerrit | Verification of a change to openstack/keystone failed: ec2-credential-crud 404 (bug 963056) https://review.openstack.org/5789 | 23:28 |
uvirtbot | Launchpad bug 963056 in keystone "Object references not validated (returning 500 instead of 404)" [Medium,In progress] https://launchpad.net/bugs/963056 | 23:28 |
justinsb_ | vishy: ... and the bug reporter's MySQL didn't break a sweat. Python was pegged for 2 minutes though. | 23:28 |
vishy | justinsb_: yes lets do a cartesian product on ips * instances * networks! | 23:28 |
vishy | justinsb_: hence the multimillion rows | 23:28 |
*** agonella has joined #openstack-dev | 23:28 | |
justinsb_ | vishy: I just thought he had a much bigger cloud than I did :-) | 23:28 |
vishy | justinsb_: it looks like internally sql attempts to remove duplicates in the _in query, but it was getting overloaded passing the query in | 23:29 |
vishy | although I'm not totally sure that is the case | 23:30 |
justinsb_ | vishy: That SQLAlchemy code is too Pythonic for me to follow | 23:31 |
justinsb_ | vishy: Anyway, it's a much more sensible patch. It's a +1 from me! | 23:31 |
*** agonella has quit IRC | 23:33 | |
*** sandywalsh has joined #openstack-dev | 23:36 | |
*** andrewsmedina has joined #openstack-dev | 23:41 | |
*** johnpostlethwait has quit IRC | 23:42 | |
*** jdg has quit IRC | 23:44 | |
*** andrewsmedina has quit IRC | 23:46 | |
*** sandywalsh has quit IRC | 23:48 | |
*** vizsla has quit IRC | 23:48 | |
bodepd | in keystone what designates if a role is an admin role? | 23:56 |
*** agonella has joined #openstack-dev | 23:58 | |
dolphm | bodepd: see etc/policy.json | 23:58 |
dolphm | bodepd: which is enforced by keystone.backends.rules.Policy by default | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!