*** lloydde has quit IRC | 00:00 | |
*** lloydde has joined #openstack-dev | 00:02 | |
*** ohnoimdead has quit IRC | 00:02 | |
*** RobertLaptop has joined #openstack-dev | 00:02 | |
*** RobertLaptop has left #openstack-dev | 00:03 | |
*** vincentricci has joined #openstack-dev | 00:04 | |
*** torgomatic_ has joined #openstack-dev | 00:06 | |
*** torgomatic has quit IRC | 00:06 | |
*** torgomatic_ is now known as torgomatic | 00:06 | |
*** rbasak has quit IRC | 00:07 | |
*** lloydde has quit IRC | 00:07 | |
*** lloydde has joined #openstack-dev | 00:09 | |
*** lloydde_ has joined #openstack-dev | 00:14 | |
*** littleidea has quit IRC | 00:15 | |
*** torgomatic has quit IRC | 00:16 | |
*** spiffxp has quit IRC | 00:16 | |
*** lloydde has quit IRC | 00:17 | |
*** maplebed has quit IRC | 00:19 | |
*** johnpostlethwait has quit IRC | 00:20 | |
*** roge has quit IRC | 00:22 | |
*** littleidea has joined #openstack-dev | 00:22 | |
*** danwent has quit IRC | 00:26 | |
*** gyee has quit IRC | 00:29 | |
*** andresambrois has quit IRC | 00:30 | |
*** lloydde_ has quit IRC | 00:31 | |
*** littleidea has quit IRC | 00:32 | |
*** jemartin has quit IRC | 00:33 | |
*** gabrielhurley has quit IRC | 00:44 | |
*** Vek_ has quit IRC | 00:45 | |
*** Vek_ has joined #openstack-dev | 00:45 | |
*** jakedahn is now known as jakedahn_zz | 00:46 | |
jgriffith | vishy: When you get back... I found the problem :) pushing for 'real' review | 00:50 |
---|---|---|
*** s0mik has quit IRC | 00:50 | |
*** littleidea has joined #openstack-dev | 00:51 | |
*** jgriffith has quit IRC | 00:51 | |
*** mszilagyi has quit IRC | 00:52 | |
*** dtroyer_zzz is now known as dtroyer | 00:52 | |
*** epim has joined #openstack-dev | 00:55 | |
*** BalleS_ has joined #openstack-dev | 00:56 | |
*** susanne-balle has quit IRC | 01:00 | |
*** vincentricci has quit IRC | 01:02 | |
harlowja | bcwaldon: https://review.openstack.org/7258 whenever u get in | 01:04 |
*** harlowja has quit IRC | 01:04 | |
*** danwent has joined #openstack-dev | 01:08 | |
*** galstrom has joined #openstack-dev | 01:08 | |
*** vincentricci has joined #openstack-dev | 01:10 | |
*** Mandell has quit IRC | 01:12 | |
*** ywu has joined #openstack-dev | 01:14 | |
*** edygarcia has joined #openstack-dev | 01:19 | |
*** andresambrois has joined #openstack-dev | 01:20 | |
*** mdrnstm has quit IRC | 01:23 | |
*** rbasak has joined #openstack-dev | 01:23 | |
*** rbasak has joined #openstack-dev | 01:23 | |
*** ncode has quit IRC | 01:25 | |
*** AlanClark has quit IRC | 01:26 | |
*** danwent has quit IRC | 01:27 | |
*** littleidea has quit IRC | 01:28 | |
*** edygarcia has quit IRC | 01:28 | |
*** jakedahn_zz is now known as jakedahn | 01:33 | |
*** bhuvan_ has joined #openstack-dev | 01:34 | |
*** milner has quit IRC | 01:35 | |
*** mszilagyi has joined #openstack-dev | 01:39 | |
*** andresambrois has quit IRC | 01:39 | |
*** mszilagyi has quit IRC | 01:39 | |
*** mszilagyi has joined #openstack-dev | 01:40 | |
*** sniperd has quit IRC | 01:43 | |
*** vincentricci has quit IRC | 01:43 | |
*** sniperd has joined #openstack-dev | 01:44 | |
*** pengyong has joined #openstack-dev | 01:46 | |
*** edygarcia has joined #openstack-dev | 01:48 | |
*** littleidea has joined #openstack-dev | 01:59 | |
*** winston-d has joined #openstack-dev | 01:59 | |
*** milner has joined #openstack-dev | 02:02 | |
*** rods has quit IRC | 02:04 | |
creiht | vishy: ping | 02:08 |
creiht | https://github.com/openstack/python-novaclient/commit/d43f1720715442631eb330f3609a63fd729a1640 | 02:08 |
creiht | but | 02:08 |
creiht | https://github.com/openstack/python-novaclient/blob/master/novaclient/v1_1/shell.py#L961 | 02:08 |
creiht | ???? | 02:08 |
creiht | how did the type=int get back in? | 02:08 |
creiht | or did someone botch a merge-conflict? | 02:10 |
creiht | hopefully I'm just missing something? | 02:11 |
*** tryggvil_ has quit IRC | 02:12 | |
creiht | oh, it looks like type=int wasn't removed for the do_volume_snapshot_create | 02:17 |
creiht | but it was for the other volume_id | 02:18 |
creiht | ugh | 02:19 |
creiht | this one failed | 02:19 |
creiht | https://review.openstack.org/#/c/6502/ | 02:19 |
creiht | I guess there was a merge conflict because it hung around so long :/ | 02:21 |
*** sandywalsh_ has quit IRC | 02:22 | |
*** zigo has joined #openstack-dev | 02:32 | |
andrewbogott | Is anyone up who knows about the logging framework? (Either python's or Nova's?) | 02:37 |
nvez | andrewbogott: might be better off just asking your question right away | 02:37 |
andrewbogott | Yeah, but the introduction gives me a chance to compose my thoughts :) | 02:38 |
andrewbogott | I'm loading a module into nova using imp.load_source(). | 02:38 |
andrewbogott | The module is loading nova.log and setting up logging normally, but log messages just vanish. | 02:39 |
andrewbogott | If, in the module I replace logging.getLogger(__name__) with logging.getLogger('nova.plugin.%s' % __name__), everything starts behaving. | 02:39 |
andrewbogott | So, my question is: what's going on? | 02:39 |
andrewbogott | Is nova's logger explicitly ignoring log requests that aren't within the 'nova' namespace? | 02:40 |
andrewbogott | (As far as I can tell, "nova's logger" is just python's logger, which furthers my confusion.) | 02:40 |
*** Mandell has joined #openstack-dev | 02:43 | |
*** s0mik has joined #openstack-dev | 02:46 | |
creiht | well I fixed (I think) https://review.openstack.org/#/c/6502/ if novaclient core reviewers could take a look at it again | 02:49 |
creiht | vishy: -^ | 02:49 |
winston-d | creiht, hi~ | 02:51 |
creiht | winston-d: howdy! | 02:51 |
creiht | :) | 02:51 |
winston-d | creiht, i met some problem with gerrit, could you help? the problem is, i made some changes to my patchset 1, when i tried to submit new patchset for review, git said ' You have more than one commit that you are about to submit'. How can i fix that? | 02:53 |
*** ncode has joined #openstack-dev | 02:53 | |
*** ncode has joined #openstack-dev | 02:53 | |
creiht | yeah | 02:54 |
creiht | http://wiki.openstack.org/GerritWorkflow | 02:54 |
creiht | scroll down to.... | 02:54 |
creiht | "Updating a Change" at the very bottom | 02:54 |
*** epim has quit IRC | 02:54 | |
creiht | when you make a new commit, you have to do the git commit -a --ammend | 02:55 |
creiht | though now you have already committed | 02:55 |
creiht | so I *think* if you rebase again and then run the review you should be good | 02:55 |
creiht | I'm still a little rusty at this as well | 02:55 |
*** thingee has quit IRC | 02:55 | |
winston-d | ok, let me try rebase again | 02:55 |
*** blamar has quit IRC | 02:58 | |
*** s0mik has quit IRC | 02:58 | |
*** edygarcia has quit IRC | 02:59 | |
winston-d | creiht, it worked! thx! | 03:00 |
creiht | cool | 03:00 |
creiht | winston-d: how are things out there? | 03:00 |
creiht | and an easy review for a novaclient: https://review.openstack.org/#/c/7264/ | 03:04 |
winston-d | creiht, good. how about you? still working on lunr? | 03:06 |
*** zigo has quit IRC | 03:07 | |
creiht | winston-d: indeed | 03:07 |
creiht | been busy :) | 03:07 |
*** zigo has joined #openstack-dev | 03:08 | |
winston-d | :) it seens nova-volume is breaking out to standalone project, what is the relationship between nova-volume and lunr? | 03:09 |
creiht | lunr is a stand-alone storage system, that has a drive for nova-volume | 03:10 |
creiht | driver | 03:10 |
creiht | so we plug in fine with the current nova-volume, and should in the future with cinder | 03:10 |
nvez | anyone knows if we can do local storage with openstack nova? | 03:11 |
creiht | nvez: I believe that is the default | 03:11 |
creiht | and that is how rackspace does it | 03:11 |
nvez | creiht: i see, that's good then, but persistent local storage? | 03:11 |
creiht | yes | 03:11 |
winston-d | oh, i see. so lunr is more like another gluster? | 03:11 |
creiht | well | 03:11 |
creiht | it isn't a clustered filesystem | 03:12 |
creiht | more san like | 03:12 |
creiht | actually that probably isn't a good comparison | 03:12 |
nvez | creiht: awesome, (and I hate to ask again cause that sounds silly) but basically creating a new nova volume would be created locally? | 03:12 |
nvez | if so, that sounds perfect for my usage (and makes my life easy) | 03:13 |
winston-d | i see. low cost software based san? | 03:13 |
creiht | basically lunr is a fabric on top of commodity linux boxes exporting iscsi volumes to the nova hosts | 03:13 |
creiht | nvez: well, that depends on how you set it up I think | 03:13 |
creiht | I don't know as much about the built in nova-volume drivers other than tinkering just a little | 03:14 |
winston-d | enhanced packed iscsi target? | 03:14 |
nvez | i see, guess ill go hit the source code and see what I come up with | 03:14 |
creiht | hehe | 03:14 |
creiht | winston-d: nothing fancy at the moment | 03:14 |
winston-d | when will lunr be available to public? in current nova-volume, we found some performance issue with default setting. | 03:15 |
creiht | winston-d: that's a good question :) | 03:15 |
creiht | I can't guarantee at the moment that it will be open sourced | 03:15 |
creiht | but I'm working on it :) | 03:16 |
creiht | nvez: which hypervisor are you running? | 03:16 |
nvez | creiht: nothing, still evaluating the options, seems like xenerver is one of the really strong implementations (rackspace uses it i believe) | 03:17 |
nvez | i'm really comfortable with xen (used it for a while) but apparently kvm is getting lots of traction lately, so i dont know.. | 03:17 |
nvez | :p | 03:17 |
creiht | hehe | 03:17 |
nvez | i'm thinking now that nova volumes have to be on a shared centralized storage though | 03:18 |
nvez | cause other wise you cant attach it only to a specific set of servers | 03:18 |
nvez | hmm | 03:18 |
creiht | a lot of people seem to be doing that for private deploys | 03:18 |
winston-d | creiht, looking forward to work with you on lunr. :) | 03:19 |
creiht | :) | 03:19 |
openstackgerrit | Verification of a change to openstack/nova failed: Add Trusted Computing Pool support https://review.openstack.org/7262 | 03:19 |
nvez | creiht: doing what exactly? | 03:19 |
winston-d | nvez, r u using upstream xen or xenserver? | 03:20 |
creiht | using shared centralized storage (like a traditional san) | 03:20 |
nvez | winston-d: none at the moment, still seeing my options, but i am really comfortable in both (xenserver certified, i've written my own storage drivers for solaris zfs so really know it well) but used xen for a long time too | 03:20 |
creiht | nvez: there is a lot talk about gluster and ceph if you are into that sort of thing | 03:20 |
nvez | sans scare me though. i dont have good experiences with them | 03:20 |
creiht | nvez: nexenta has commited some support for zfs | 03:21 |
creiht | for volumes | 03:21 |
creiht | though I haven't looked at it | 03:21 |
nvez | i've seen it :) it's very nice and really works well | 03:22 |
creiht | that's good to hear :) | 03:22 |
nvez | it's just that.. i dont know.. my zfs san has been failing me and it's worrying, odd issues, but then again, maybe i dont know much about sans | 03:22 |
creiht | heh | 03:22 |
nvez | but i dont use nexenta, i use openindiana, should be same thing essentially but i dont know | 03:22 |
creiht | hrm... their stuff looks a bit nexenta specific (talks to a nexenta api server) | 03:23 |
*** jakedahn is now known as jakedahn_zz | 03:23 | |
creiht | nvez: btw, in san.py there is a SolarisISCSIDriver | 03:24 |
*** agonella has quit IRC | 03:24 | |
nvez | ahhh, then i havent seen them, ive seen teh solarisiscsidriver however | 03:24 |
creiht | ahh cool | 03:25 |
nvez | i guess i can start launching without nova volumes and then see how to work out this san stuff, there's always an issue if you go white-label boxes with built in os and stuff | 03:25 |
nvez | and if you go for an actaul san from a brand name, you better open your wallets and if you're in service industry .. storage is really expensive | 03:25 |
creiht | haha | 03:26 |
creiht | indeed :) | 03:26 |
nvez | so yeah, will have to see how that works out! | 03:27 |
nvez | getting it setup without anywhere for nova volumes should be good for starters, then after that once we have something settled and figured out, can add that after | 03:28 |
*** Ryan_Lane has quit IRC | 03:35 | |
*** vincentricci has joined #openstack-dev | 03:36 | |
*** s0mik has joined #openstack-dev | 03:37 | |
*** salgado-afk has quit IRC | 03:43 | |
*** dwalleck has joined #openstack-dev | 03:50 | |
*** sniperd_ has joined #openstack-dev | 03:55 | |
*** sniperd has quit IRC | 03:55 | |
*** anderstj has joined #openstack-dev | 03:56 | |
*** lloydde has joined #openstack-dev | 03:58 | |
*** asalkeld has quit IRC | 04:03 | |
*** asalkeld has joined #openstack-dev | 04:03 | |
*** vincentricci has left #openstack-dev | 04:04 | |
*** anniec72 has joined #openstack-dev | 04:06 | |
*** sniperd_ has quit IRC | 04:07 | |
*** sniperd has joined #openstack-dev | 04:07 | |
*** thingee has joined #openstack-dev | 04:08 | |
*** mdrnstm has joined #openstack-dev | 04:09 | |
*** asisin has quit IRC | 04:10 | |
*** WormMan has quit IRC | 04:11 | |
*** davidha_who_took has joined #openstack-dev | 04:12 | |
*** davidha has quit IRC | 04:12 | |
*** zigo has quit IRC | 04:13 | |
*** anniec72 has quit IRC | 04:14 | |
*** ywu has quit IRC | 04:14 | |
*** zigo has joined #openstack-dev | 04:14 | |
*** anniec72 has joined #openstack-dev | 04:14 | |
*** ywu has joined #openstack-dev | 04:14 | |
*** maoy has joined #openstack-dev | 04:14 | |
*** ywu has quit IRC | 04:19 | |
*** maoy has left #openstack-dev | 04:19 | |
*** s0mik has quit IRC | 04:22 | |
*** fnaval has joined #openstack-dev | 04:24 | |
*** s0mik has joined #openstack-dev | 04:30 | |
*** zigo has quit IRC | 04:31 | |
*** dtroyer is now known as dtroyer_zzz | 04:32 | |
*** bhuvan_ has quit IRC | 04:35 | |
*** s0mik has quit IRC | 04:40 | |
*** s0mik has joined #openstack-dev | 04:55 | |
*** jakedahn_zz is now known as jakedahn | 04:55 | |
*** anniec72 has quit IRC | 04:58 | |
*** s0mik has quit IRC | 04:59 | |
*** mdrnstm has quit IRC | 05:00 | |
*** andresambrois has joined #openstack-dev | 05:13 | |
*** danwent has joined #openstack-dev | 05:17 | |
*** milner has quit IRC | 05:23 | |
*** andresambrois has quit IRC | 05:36 | |
*** sniperd has quit IRC | 05:47 | |
*** sniperd has joined #openstack-dev | 05:47 | |
*** shang has quit IRC | 05:49 | |
*** dwalleck has quit IRC | 05:49 | |
*** zaitcev has quit IRC | 05:50 | |
*** rbasak has quit IRC | 05:52 | |
*** yaguang has joined #openstack-dev | 05:54 | |
*** hoker_ffb has joined #openstack-dev | 05:59 | |
*** hoker_ffb has left #openstack-dev | 06:00 | |
*** hoker_ffb has joined #openstack-dev | 06:01 | |
*** hoker_ffb has left #openstack-dev | 06:02 | |
*** hattwick has quit IRC | 06:02 | |
*** rbasak has joined #openstack-dev | 06:05 | |
*** davidha_who_took is now known as davidha | 06:12 | |
*** davidha has quit IRC | 06:15 | |
*** littleidea has quit IRC | 06:15 | |
*** davidha has joined #openstack-dev | 06:16 | |
*** azbarcea has joined #openstack-dev | 06:16 | |
*** sniperd has quit IRC | 06:21 | |
*** sniperd has joined #openstack-dev | 06:21 | |
*** jakedahn is now known as jakedahn_zz | 06:22 | |
*** anderstj has quit IRC | 06:29 | |
*** garyk has quit IRC | 06:48 | |
*** johnpur has quit IRC | 06:49 | |
*** johnpur has joined #openstack-dev | 06:49 | |
*** ChanServ sets mode: +v johnpur | 06:49 | |
*** lloydde has quit IRC | 06:49 | |
*** lloydde has joined #openstack-dev | 06:50 | |
*** lloydde has quit IRC | 06:55 | |
*** johnpur has quit IRC | 06:55 | |
*** hugokuo1 has joined #openstack-dev | 06:56 | |
*** hugokuo has quit IRC | 06:59 | |
*** Mkenneth has joined #openstack-dev | 07:03 | |
*** eglynn_ has quit IRC | 07:04 | |
*** pmezard has joined #openstack-dev | 07:09 | |
*** reidrac has joined #openstack-dev | 07:15 | |
*** garyk has joined #openstack-dev | 07:19 | |
*** davidha has quit IRC | 07:27 | |
*** eglynn_ has joined #openstack-dev | 07:30 | |
*** Stackops-Jorge has joined #openstack-dev | 07:33 | |
*** dachary has quit IRC | 07:35 | |
*** eglynn_ has quit IRC | 07:38 | |
*** Mkenneth has left #openstack-dev | 07:40 | |
*** fnaval has quit IRC | 07:43 | |
*** eglynn_ has joined #openstack-dev | 07:46 | |
*** winston-d has quit IRC | 07:47 | |
*** journeeman has joined #openstack-dev | 07:50 | |
*** hattwick has joined #openstack-dev | 07:58 | |
*** dachary has joined #openstack-dev | 08:04 | |
*** davidha has joined #openstack-dev | 08:07 | |
*** sniperd has quit IRC | 08:07 | |
*** sniperd has joined #openstack-dev | 08:07 | |
*** darraghb has joined #openstack-dev | 08:10 | |
*** sniperd has quit IRC | 08:13 | |
*** sniperd has joined #openstack-dev | 08:13 | |
*** pixelbeat has joined #openstack-dev | 08:16 | |
*** apevec has joined #openstack-dev | 08:23 | |
*** danwent has quit IRC | 08:29 | |
davidha | Hi | 08:29 |
*** danwent has joined #openstack-dev | 08:29 | |
davidha | Is there a plan to change the requirement of oython version from 2.6 to 2.7 (swift and openstack as a whole)? | 08:29 |
*** derekh has joined #openstack-dev | 08:33 | |
chmouel | I think there is a wait that people upgrade from previous LTS release which had py2.6 to the newly released ubuntu LTS | 08:33 |
davidha | so, you think it is a 12.04 adoption timeframe | 08:34 |
davidha | (assuming 12.04 is 2.7) | 08:34 |
chmouel | I am guessing, it's probably a question to the PPB | 08:35 |
*** journeeman has quit IRC | 08:37 | |
*** eglynn_ has quit IRC | 08:38 | |
*** Mandell has quit IRC | 08:38 | |
LarsErikP | any docs on the future of nova-scheduler? | 08:44 |
*** eglynn_ has joined #openstack-dev | 08:50 | |
*** gael has joined #openstack-dev | 09:11 | |
*** davidha has quit IRC | 09:12 | |
*** davidha has joined #openstack-dev | 09:12 | |
*** danpb has joined #openstack-dev | 09:12 | |
*** danwent_ has joined #openstack-dev | 09:38 | |
*** danwent has quit IRC | 09:38 | |
*** danwent_ is now known as danwent | 09:38 | |
*** danwent has quit IRC | 09:48 | |
openstackgerrit | Verification of a change to openstack/nova failed: Add i18n context module to redefine function _() https://review.openstack.org/6747 | 09:53 |
openstackgerrit | Verification of a change to openstack/nova failed: blueprint multi-process-api-service https://review.openstack.org/5762 | 09:53 |
*** armax has joined #openstack-dev | 09:58 | |
*** armax has quit IRC | 10:07 | |
*** derekh has quit IRC | 10:08 | |
*** pengyong has quit IRC | 10:09 | |
*** tryggvil_ has joined #openstack-dev | 10:20 | |
*** derekh has joined #openstack-dev | 10:21 | |
*** asalkeld has quit IRC | 10:24 | |
*** sniperd_ has joined #openstack-dev | 10:25 | |
*** sniperd has quit IRC | 10:25 | |
*** derekh has quit IRC | 10:37 | |
*** asalkeld has joined #openstack-dev | 10:37 | |
*** asalkeld has quit IRC | 10:37 | |
*** derekh has joined #openstack-dev | 10:37 | |
*** adalbas has joined #openstack-dev | 10:44 | |
*** anniec72 has joined #openstack-dev | 10:53 | |
*** sniperd_ has quit IRC | 10:57 | |
*** sniperd has joined #openstack-dev | 10:57 | |
*** ncode has quit IRC | 11:00 | |
*** derekh has quit IRC | 11:08 | |
*** asalkeld has joined #openstack-dev | 11:10 | |
*** yaguang has left #openstack-dev | 11:28 | |
*** ncode has joined #openstack-dev | 11:29 | |
*** mjfork_ has joined #openstack-dev | 11:35 | |
*** LinuxJedi_ has joined #openstack-dev | 11:37 | |
*** russellb_ has joined #openstack-dev | 11:39 | |
*** derekh has joined #openstack-dev | 11:39 | |
*** darraghb1 has joined #openstack-dev | 11:39 | |
*** adalbas has quit IRC | 11:40 | |
*** jpipes has joined #openstack-dev | 11:41 | |
*** koolhead17 has joined #openstack-dev | 11:42 | |
*** mjfork has quit IRC | 11:42 | |
*** LinuxJedi has quit IRC | 11:42 | |
*** oneiroi has quit IRC | 11:42 | |
*** russellb has quit IRC | 11:42 | |
*** jaypipes has quit IRC | 11:42 | |
*** darraghb has quit IRC | 11:42 | |
*** adalbas has joined #openstack-dev | 11:42 | |
*** oneiroi has joined #openstack-dev | 11:43 | |
zykes- | ttx: ping ? | 11:51 |
*** bsza has joined #openstack-dev | 11:52 | |
koolhead17 | zykes-, its too early for him to be aawake i guess :P | 12:06 |
koolhead17 | GheRivero, around | 12:07 |
GheRivero | around | 12:07 |
*** markvoelker has joined #openstack-dev | 12:08 | |
*** littleidea has joined #openstack-dev | 12:08 | |
*** dolphm has joined #openstack-dev | 12:14 | |
*** dprince has joined #openstack-dev | 12:15 | |
openstackgerrit | Verification of a change to openstack/nova failed: Fixed compute periodic task. Fixes bug 973331. https://review.openstack.org/6361 | 12:16 |
uvirtbot | Launchpad bug 973331 in nova "poll_unconfirmed_resizes periodic task errors for instances in 'resize_verify' task state" [Undecided,In progress] https://launchpad.net/bugs/973331 | 12:16 |
*** littleidea has quit IRC | 12:17 | |
*** alaski has joined #openstack-dev | 12:18 | |
*** rods has joined #openstack-dev | 12:21 | |
*** markmc has joined #openstack-dev | 12:25 | |
*** salgado-afk has joined #openstack-dev | 12:25 | |
*** lts has joined #openstack-dev | 12:26 | |
*** salgado-afk has quit IRC | 12:27 | |
*** salgado has joined #openstack-dev | 12:27 | |
*** russellb_ is now known as russellb | 12:29 | |
*** timello_ has joined #openstack-dev | 12:45 | |
*** timello_ has quit IRC | 12:45 | |
*** timello has joined #openstack-dev | 12:46 | |
*** lorin1 has joined #openstack-dev | 12:49 | |
*** anniec72 has quit IRC | 12:50 | |
*** alaski has quit IRC | 12:52 | |
*** alaski has joined #openstack-dev | 12:53 | |
*** GheRivero is now known as GheAway | 12:55 | |
*** troytoman is now known as troytoman-away | 12:58 | |
*** davidha has quit IRC | 13:00 | |
*** CatKiller_ is now known as catkiller | 13:05 | |
*** littleidea has joined #openstack-dev | 13:06 | |
*** roge has joined #openstack-dev | 13:08 | |
*** azbarcea_ has joined #openstack-dev | 13:08 | |
*** deshantm has joined #openstack-dev | 13:10 | |
*** azbarcea has quit IRC | 13:11 | |
*** LinuxJedi_ is now known as LinuxJedi | 13:27 | |
*** sniperd has quit IRC | 13:33 | |
*** sniperd has joined #openstack-dev | 13:33 | |
*** shang has joined #openstack-dev | 13:36 | |
*** markmcclain has joined #openstack-dev | 13:38 | |
*** blamar has joined #openstack-dev | 13:38 | |
*** hub_cap has joined #openstack-dev | 13:41 | |
*** ayoung has joined #openstack-dev | 13:41 | |
*** sandywalsh has joined #openstack-dev | 13:42 | |
*** hub_cap has quit IRC | 13:43 | |
*** jsavak has joined #openstack-dev | 13:50 | |
*** dtroyer_zzz is now known as dtroyer | 13:54 | |
*** edygarcia has joined #openstack-dev | 13:56 | |
*** sniperd has quit IRC | 13:59 | |
*** mdomsch has joined #openstack-dev | 13:59 | |
*** sniperd has joined #openstack-dev | 13:59 | |
*** dolphm has quit IRC | 14:02 | |
*** dolphm has joined #openstack-dev | 14:02 | |
*** fnaval has joined #openstack-dev | 14:05 | |
ttx | zykes-: pong? | 14:10 |
*** Mandell has joined #openstack-dev | 14:14 | |
markmc | dprince, https://review.openstack.org/#/c/6569/ | 14:18 |
markmc | from smokestack | 14:18 |
markmc | Patch Set 6: Works for me | 14:18 |
markmc | Unit Running:Nova tests failed. | 14:18 |
koolhead17 | ttx, are you around, uds | 14:19 |
ttx | koolhead17: will be in ~40min | 14:20 |
koolhead17 | ooh cool | 14:20 |
dprince | markmc: Oh dear. That doesn't sound right does it. | 14:20 |
bcwaldon | eglynn_: question for you | 14:20 |
markmc | dprince, heh, no :) | 14:20 |
bcwaldon | eglynn_: how did you know about getvalue() on webob.Request.body_file? | 14:21 |
eglynn_ | bcwaldon: I just looked up the docco for io.BytesIO ... http://docs.python.org/library/io.html#io.BytesIO | 14:22 |
bcwaldon | eglynn_: how did you know it was io.BytesIO? | 14:22 |
bcwaldon | I found that doc, too, I just didnt see the connection | 14:22 |
eglynn_ | bcwaldon: hmmm, I just slapped in a print data.__class__ into the test code to check the type | 14:23 |
bcwaldon | eglynn_: oh, haha, that would work | 14:23 |
bcwaldon | eglynn_: I assumed it was just a file interface | 14:23 |
bcwaldon | eglynn_: well cool, I pushed up a patchset with your suggestions incorporated | 14:24 |
*** GheRivero has joined #openstack-dev | 14:24 | |
eglynn_ | bcwaldon: yeah, I wasn't sure what type it had when that [c for c in ...] business returned the entire content in one fell swoop | 14:24 |
*** pengyong has joined #openstack-dev | 14:26 | |
*** pengyong has quit IRC | 14:30 | |
*** andrewbogott has quit IRC | 14:31 | |
*** andrewbogott has joined #openstack-dev | 14:31 | |
*** andrewbogott has quit IRC | 14:34 | |
*** andrewbogott has joined #openstack-dev | 14:34 | |
openstackgerrit | Verification of a change to openstack/nova failed: dhcp_filter applied in FirewallDriver for FlatManager https://review.openstack.org/6569 | 14:36 |
*** kbringard has joined #openstack-dev | 14:37 | |
*** fnaval has quit IRC | 14:37 | |
dprince | markmc: I forced Smokestack to re-post the verification results for https://review.openstack.org/6569. No code changes... and it now shows a -1. Bit of a head scratcher.... I added some extra logging so that if it happens again I'll know more. | 14:38 |
markmc | dprince, cool | 14:38 |
dprince | markmc: Thanks for pointing this out. | 14:38 |
*** fnaval has joined #openstack-dev | 14:40 | |
markmc | dprince, np | 14:40 |
*** fnaval has quit IRC | 14:42 | |
*** fnaval has joined #openstack-dev | 14:44 | |
*** Mandell has quit IRC | 14:44 | |
*** Mandell has joined #openstack-dev | 14:46 | |
*** koolhead17 has quit IRC | 14:48 | |
*** bhuvan_ has joined #openstack-dev | 14:48 | |
mtaylor | dprince: cool! nice to see smokestack using the -1 vrfy! | 14:49 |
dprince | mtaylor: Yes. Thank you for enabling the smokestack privs on the Gerrit side for this to happen too. | 14:51 |
* dprince tips hat | 14:52 | |
*** jgriffith has joined #openstack-dev | 14:52 | |
*** danwent has joined #openstack-dev | 14:53 | |
*** lloydde has joined #openstack-dev | 14:54 | |
markwash_ | dprince: still using those ord servers for smokestack, right? | 14:55 |
dprince | markwash_: Yes. I am. | 14:55 |
markwash_ | cool just checking | 14:55 |
annegentle | anyone (not at UDS, reading now) know how to triage launchpad bugs in bulk? | 14:58 |
*** fnaval has quit IRC | 15:00 | |
*** garyk has quit IRC | 15:00 | |
*** rbasak has quit IRC | 15:01 | |
*** lloydde has quit IRC | 15:01 | |
*** Mandell has quit IRC | 15:06 | |
*** danpb has quit IRC | 15:06 | |
*** fnaval has joined #openstack-dev | 15:07 | |
*** hub_cap has joined #openstack-dev | 15:09 | |
*** fnaval_ has joined #openstack-dev | 15:10 | |
bcwaldon | annegentle: no :( always a painful process | 15:10 |
annegentle | bcwaldon: didn't termie make a theme for Chrome that was helpful? (she says hopefully?) | 15:11 |
bcwaldon | annegentle: never heard about it | 15:12 |
*** rnirmal has joined #openstack-dev | 15:12 | |
annegentle | bcwaldon: no termie heroism today. sigh. | 15:12 |
*** sniperd has quit IRC | 15:13 | |
*** sniperd has joined #openstack-dev | 15:13 | |
*** fnaval has quit IRC | 15:14 | |
*** fnaval_ is now known as fnaval | 15:14 | |
*** milner has joined #openstack-dev | 15:21 | |
*** Robbin has joined #openstack-dev | 15:22 | |
*** heyho has joined #openstack-dev | 15:23 | |
*** reidrac has quit IRC | 15:23 | |
*** fnaval has quit IRC | 15:23 | |
*** fnaval has joined #openstack-dev | 15:23 | |
*** shang has quit IRC | 15:25 | |
heyho | hello.. anyone knows if there's a notifier for nova-volume events?.. It seems to me that the standard log notifier stores only compute events.. | 15:25 |
*** jemartin has joined #openstack-dev | 15:26 | |
*** milner has quit IRC | 15:29 | |
vishy | creiht: yeah i missed the int in snapshot | 15:29 |
creiht | vishy: no worries | 15:29 |
*** dtroyer is now known as dtroyer_zzz | 15:30 | |
creiht | vishy: https://review.openstack.org/#/c/7264/ | 15:30 |
*** danpb has joined #openstack-dev | 15:30 | |
creiht | https://review.openstack.org/#/c/6502/4/AUTHORS | 15:31 |
creiht | srsly? | 15:31 |
creiht | :/ | 15:31 |
*** hub_cap has quit IRC | 15:35 | |
*** lloydde has joined #openstack-dev | 15:36 | |
*** andrewsben_zz is now known as andrewsben | 15:38 | |
creiht | I guess there should be a gate on the ordering of the AUTHORS file | 15:38 |
creiht | and gah... somehow I ended up with a new review :/ | 15:38 |
*** sniperd has quit IRC | 15:41 | |
*** sniperd has joined #openstack-dev | 15:41 | |
creiht | vishy: https://review.openstack.org/#/c/7275/ | 15:42 |
jgriffith | creiht: I hate when I do that! :) | 15:42 |
vishy | creiht: you can't add text after the change id when you amend | 15:43 |
*** dtroyer_zzz is now known as dtroyer | 15:44 | |
vishy | creiht: if you amend and delete all of the text after the first change id and re- git review it will push back to the original | 15:44 |
*** milner has joined #openstack-dev | 15:51 | |
*** koolhead17 has joined #openstack-dev | 15:52 | |
*** Gordonz has joined #openstack-dev | 15:55 | |
*** milner has quit IRC | 15:58 | |
vishy | creiht: probably best to remove one of those change ids so it doesn't confuse people searching through the git log | 15:58 |
*** milner has joined #openstack-dev | 15:58 | |
*** Gordonz has quit IRC | 16:00 | |
*** Gordonz has joined #openstack-dev | 16:00 | |
*** jakedahn_zz is now known as jakedahn | 16:00 | |
creiht | vishy: heh... I didn't mean to :/ | 16:08 |
*** ChanServ sets mode: +v letterj | 16:08 | |
*** nati_ueno has joined #openstack-dev | 16:09 | |
*** sniperd_ has joined #openstack-dev | 16:11 | |
creiht | vishy: ahh I see | 16:11 |
creiht | I'll try that | 16:11 |
*** sniperd has quit IRC | 16:13 | |
creiht | vishy: ok I think I got it straightened out: https://review.openstack.org/#/c/6502/ | 16:14 |
*** salgado is now known as salgado-lunch | 16:15 | |
*** eglynn_ has quit IRC | 16:15 | |
vishy | creiht: great +2d | 16:15 |
vishy | creiht: there should be an abandon button on the other branch if you want to | 16:16 |
*** Mandell_ has joined #openstack-dev | 16:19 | |
nvez | vishy: I remember someone mentioned here to ask you as you might know the answer, but do you know if someone is doing work on nova to allow multiple non-NAT'd IPs per server? | 16:19 |
*** anniec72 has joined #openstack-dev | 16:20 | |
*** rods has quit IRC | 16:22 | |
*** rods has joined #openstack-dev | 16:22 | |
andrewbogott | dhellmann: You may or may not have an opinion about this. When a plugin creates database tables, do you think it should do so within the Nova database? Or create its own database entirely? (I don't really know enough DB programming to know if this makes a difference at all.) | 16:22 |
rnirmal | heyho: I know cp16net is working on adding the volume notifications | 16:22 |
andrewbogott | I guess the other question is: should the plugin framework engage with this issue at all, or just leave plugins to do whatever they do? | 16:23 |
vishy | nvez: in theory it works | 16:23 |
vishy | nvez: multinic code merged a long time ago | 16:23 |
vishy | nvez: but there may be bugs | 16:23 |
vishy | nvez: it definitely works in flat mode, but there could be issues with dhcp | 16:23 |
vishy | nvez: we have plans to make the metadata server show network info so a guest agent can set up the nics properly | 16:24 |
vishy | gtg | 16:24 |
nvez | ah I see, thanks for the informative messages, ill figure my way out from there | 16:24 |
*** rbasak has joined #openstack-dev | 16:25 | |
*** rbasak has joined #openstack-dev | 16:25 | |
*** armax has joined #openstack-dev | 16:25 | |
*** edygarcia has quit IRC | 16:26 | |
*** edygarcia has joined #openstack-dev | 16:26 | |
*** armax has left #openstack-dev | 16:27 | |
*** GheRivero has quit IRC | 16:28 | |
*** torgomatic has joined #openstack-dev | 16:28 | |
*** spiffxp has joined #openstack-dev | 16:29 | |
dhellmann | andrewbogott, that's a tough call. maybe the first pass should leave the database alone, and we should see what plugins actually want to do? my first inclination is to say they have to stay out of the main nova database, but that may not always be possible. | 16:29 |
*** eglynn_ has joined #openstack-dev | 16:30 | |
andrewbogott | dhellmann: I'm working on a 2nd example plugin right now, and it needs db access. I'll see if I can keep all of the db stuff completely local to the plugin code... if that works, that's probably a good model until someone needs something else. | 16:30 |
dhellmann | how are you handling migrations? | 16:30 |
andrewbogott | No idea, at the moment. Seems like that can also be contained within the plugin, if it uses a separate db. | 16:32 |
*** torgomatic has quit IRC | 16:32 | |
*** torgomatic has joined #openstack-dev | 16:33 | |
dhellmann | we definitely want plugin migrations to be part of the migration code base, if that's what you mean | 16:33 |
andrewbogott | Hm... maybe I don't know what migration is/how it works. Can't version 2.0 of a plugin update to version 2.0 of its db tables in a way that's totally orthogonal to nova versions/migrations? | 16:34 |
*** lloydde has quit IRC | 16:35 | |
*** blamar has quit IRC | 16:35 | |
*** anderstj has joined #openstack-dev | 16:39 | |
*** gael has quit IRC | 16:42 | |
*** torgomatic has quit IRC | 16:42 | |
*** torgomatic has joined #openstack-dev | 16:43 | |
*** anderstj_ has joined #openstack-dev | 16:43 | |
*** anderstj has quit IRC | 16:47 | |
*** torgomatic has quit IRC | 16:48 | |
*** torgomatic has joined #openstack-dev | 16:49 | |
*** andresambrois has joined #openstack-dev | 16:49 | |
*** mnewby has joined #openstack-dev | 16:52 | |
*** torgomatic has quit IRC | 16:52 | |
*** mnewby has quit IRC | 16:52 | |
*** mnewby has joined #openstack-dev | 16:53 | |
*** lloydde has joined #openstack-dev | 16:53 | |
*** torgomatic has joined #openstack-dev | 16:53 | |
bhuvan | a question on replying to review comment in gerrit. | 16:54 |
bhuvan | if we reply, it's saved as draft. how do we publish it? | 16:54 |
*** reed has joined #openstack-dev | 16:56 | |
*** rbasak has quit IRC | 16:56 | |
*** derekh has quit IRC | 16:59 | |
mtaylor | bhuvan: go to the main page of the review and click the review button | 17:00 |
bhuvan | yep, got it. thank you, mtaylor! | 17:01 |
*** bhuvan_ has quit IRC | 17:02 | |
*** bhuvan_ has joined #openstack-dev | 17:04 | |
*** kbringard has quit IRC | 17:06 | |
*** milner has quit IRC | 17:06 | |
*** harlowja has joined #openstack-dev | 17:07 | |
*** adalbas has quit IRC | 17:08 | |
*** Ryan_Lane has joined #openstack-dev | 17:09 | |
*** milner has joined #openstack-dev | 17:10 | |
*** asisin has joined #openstack-dev | 17:12 | |
dhellmann | andrewbogott, it *should* be possible to do that using sqlalchemy-migrate but I've never actually used that feature | 17:12 |
*** azbarcea_ has quit IRC | 17:12 | |
*** darraghb1 has quit IRC | 17:13 | |
dprince | andrewbogott: AFAIK. If we want to version plugin migrations outside of nova.... you'd need to have a separate schema for them. | 17:14 |
*** zaitcev has joined #openstack-dev | 17:15 | |
*** kbringard has joined #openstack-dev | 17:17 | |
*** torgomatic has quit IRC | 17:17 | |
*** mcclurmc_ has joined #openstack-dev | 17:17 | |
*** torgomatic has joined #openstack-dev | 17:17 | |
*** jemartin_ has joined #openstack-dev | 17:18 | |
*** gyee has joined #openstack-dev | 17:19 | |
*** jemartin has quit IRC | 17:20 | |
*** torgomatic has quit IRC | 17:20 | |
*** jemartin_ is now known as jemartin | 17:20 | |
*** jog0 has joined #openstack-dev | 17:22 | |
*** GheRivero has joined #openstack-dev | 17:22 | |
*** torgomatic has joined #openstack-dev | 17:22 | |
*** utlemming has joined #openstack-dev | 17:23 | |
rmk | https://bugs.launchpad.net/glance/+bug/989181 -- this must have broke between RC and release | 17:24 |
uvirtbot | Launchpad bug 989181 in glance "Glance fails to authenticate unless directly passed an os_auth_token" [Undecided,Incomplete] | 17:24 |
bcwaldon | rmk: I can't reproduce it | 17:25 |
*** torgomatic has quit IRC | 17:25 | |
bcwaldon | rmk: the fix doesn't really make sense either, as double slashes *shouldnt* matter | 17:26 |
bcwaldon | rmk: I take that back | 17:27 |
bcwaldon | rmk: but I still can't reproduce it! | 17:27 |
*** torgomatic has joined #openstack-dev | 17:27 | |
bcwaldon | rmk: I have a feeling its a weird env issue that doesn't normally come up | 17:27 |
rmk | I think you're right because it's showing up in 1 of 3 essex environments for us | 17:28 |
rmk | And yeah the fix does not work | 17:28 |
bcwaldon | rmk: hmm, well I'm glad you can repro it | 17:28 |
rmk | I tried manually applying that patch and it made no difference | 17:28 |
bcwaldon | rmk: can you see what url is actually being used to auth? | 17:29 |
rmk | what's the best way to do that short of an strace? | 17:29 |
*** dolphm has quit IRC | 17:29 | |
bcwaldon | rmk: manually insert a log line :/ | 17:29 |
bcwaldon | rmk: this is an indicator that we're lacking some logging somewhere | 17:29 |
rmk | I can add a log line if you can tell me where :) | 17:30 |
rmk | guesisng the same area he patched | 17:30 |
bcwaldon | rmk: kk, give me one sec | 17:30 |
rmk | bcwaldon: Are you trying to reproduce on oneiric or precise? | 17:31 |
bcwaldon | rmk: I tested with oneiric initially | 17:31 |
rmk | yeah that's the primary difference here | 17:32 |
bcwaldon | rmk: and devstack, not packages | 17:32 |
rmk | at least for me | 17:32 |
rmk | other essex deployments are oneiric | 17:32 |
harlowja | bcwaldon: should have those fixes in soon, i might tackle the destruction of the location wrapper class sometime soon, depending on meetings here, haha | 17:32 |
bcwaldon | rmk: http://paste.openstack.org/show/16551/ | 17:33 |
rmk | cool doing it now | 17:33 |
bcwaldon | rmk: then look for 'AUTH URL' in the glance-api log | 17:33 |
bcwaldon | harlowja: make that a different patch, but that sounds good | 17:33 |
harlowja | bcwaldon: yup | 17:33 |
bcwaldon | harlowja: we can at least explore how to make it more useful if it cant be extracted | 17:33 |
*** danpb has quit IRC | 17:34 | |
*** fnaval has quit IRC | 17:34 | |
*** eglynn_ has quit IRC | 17:35 | |
harlowja | bcwaldon: ya, i'm pretty sure it can be extracted | 17:36 |
*** torgomatic has quit IRC | 17:36 | |
harlowja | it doesn't seem to do much | 17:36 |
harlowja | besides confuse people, lol | 17:36 |
harlowja | *maybe that was its purpose* | 17:37 |
rmk | oddly nothing in the logs even with that line added | 17:37 |
rmk | wonder if its not hitting that code path? | 17:37 |
*** torgomatic has joined #openstack-dev | 17:37 | |
rmk | No handlers could be found for logger "glance.common.auth" | 17:38 |
harlowja | bcwaldon: where did all the author files go? noticed they seemed to have diseappered | 17:38 |
*** utlemming has quit IRC | 17:38 | |
rmk | I just printed instead.. | 17:39 |
*** garyk has joined #openstack-dev | 17:40 | |
*** torgomatic has quit IRC | 17:40 | |
rmk | AUTH URL: http://localhost:5000/v2.0/ | 17:40 |
rmk | which is correct | 17:40 |
harlowja | bcwaldon: https://review.openstack.org/#/c/7258/, bb | 17:40 |
bcwaldon | rmk: sorry, missed you there | 17:41 |
bcwaldon | rmk: and you still get teh 404? | 17:41 |
*** torgomatic has joined #openstack-dev | 17:42 | |
bcwaldon | rmk: try printing the management_url in glance/common/client.py around line 416 | 17:43 |
rmk | Details: [Errno -2] Name or service not known | 17:43 |
rmk | thats the error I've been getting | 17:43 |
*** dachary has quit IRC | 17:43 | |
rmk | ok | 17:43 |
*** GheRivero has quit IRC | 17:44 | |
bcwaldon | rmk: maybe your catalog entry is wrong for your image service, and your glance client auths then tries to use a bad management url | 17:45 |
*** BalleS_ has quit IRC | 17:49 | |
*** rbasak has joined #openstack-dev | 17:49 | |
*** eglynn_ has joined #openstack-dev | 17:52 | |
dprince | bcwaldon: So on the deprecated auth removal.... we are keeping zipfile then? | 17:55 |
*** torgomatic has quit IRC | 17:55 | |
bcwaldon | dprince: no | 17:56 |
*** torgomatic has joined #openstack-dev | 17:56 | |
bcwaldon | dprince: can you offer some context as to why you ask that specific question? | 17:56 |
*** epim has joined #openstack-dev | 17:57 | |
cdub | is there some magic required for gerrit watched projects to actually send email? | 17:57 |
dprince | bcwaldon: Just wondering if there was still a way to get certs for vpn, etc. | 17:58 |
*** rbasak has quit IRC | 17:58 | |
*** torgomatic_ has joined #openstack-dev | 17:58 | |
bcwaldon | dprince: I was told it could be done through keystone (somehow) | 17:58 |
bcwaldon | dprince: but I didnt verify that | 17:58 |
*** Ryan_Lane has quit IRC | 17:58 | |
bcwaldon | dprince: I didn't think that was true | 17:58 |
*** Ryan_Lane has joined #openstack-dev | 17:58 | |
creiht | vishy: ahh cool, thanks | 17:58 |
dprince | bcwaldon: Yeah. Well that was why I was asking. I'm unsure about removing that part. I feel like we may need to shim something in to support VPN certs. | 17:59 |
bcwaldon | dprince: ok | 17:59 |
*** torgomatic has quit IRC | 18:00 | |
*** torgomatic_ is now known as torgomatic | 18:00 | |
dprince | bcwaldon: I'm going to try to ween off the rest of the commands today so I'll be ready though. | 18:00 |
dprince | bcwaldon: Rather. All the commands. | 18:00 |
rmk | bcwaldon: You were right. PublicURL was the problem, even though it shouldn't have been used at all for this query. | 18:00 |
bcwaldon | dprince: ok, cool. If we can narrow down your dependency on nova-manage, we can at least narrow down our focus | 18:01 |
bcwaldon | rmk: ok, cool | 18:01 |
bcwaldon | rmk: I'll make a comment on that bug | 18:01 |
rmk | I'm confirming that any one of the catalog entries being wrong will cause a query to fail | 18:02 |
bcwaldon | rmk: it makes sense, but its a crappy thing to have to debug | 18:02 |
rmk | yep | 18:02 |
rmk | thats exactly whats happening | 18:02 |
rmk | If I just do -- publicURL = http:// | 18:03 |
rmk | it'll fail | 18:03 |
*** novas0x2a|laptop has quit IRC | 18:03 | |
bcwaldon | rmk: yeah, the client could be nicer about that failure | 18:03 |
bcwaldon | at least tell you what url it requests | 18:03 |
*** utlemming has joined #openstack-dev | 18:05 | |
rmk | that would be cool yeah | 18:05 |
rmk | In this case it shouldn't even care what publicurl is | 18:06 |
rmk | How is that decision made? | 18:06 |
*** rbasak has joined #openstack-dev | 18:07 | |
*** rbasak has joined #openstack-dev | 18:07 | |
*** anderstj_ has quit IRC | 18:08 | |
bcwaldon | rmk: why wouldnt it care what publicURL is? | 18:09 |
bcwaldon | rmk: I'm probably going to drop offline shortly, btw | 18:09 |
bcwaldon | rmk: coffee shop internet | 18:09 |
*** fnaval has joined #openstack-dev | 18:14 | |
*** Stackops-Jorge has quit IRC | 18:16 | |
*** mjfork_ has quit IRC | 18:17 | |
*** mjfork_ has joined #openstack-dev | 18:17 | |
*** mjfork_ is now known as mjfork | 18:17 | |
*** mjfork has quit IRC | 18:18 | |
*** gabrielhurley has joined #openstack-dev | 18:18 | |
*** anderstj has joined #openstack-dev | 18:19 | |
*** mjfork has joined #openstack-dev | 18:19 | |
*** maplebed has joined #openstack-dev | 18:21 | |
*** johnpostlethwait has joined #openstack-dev | 18:21 | |
*** salgado-lunch is now known as salgado | 18:21 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:24 | |
cdub | jeblair: ping | 18:24 |
*** sniperd has joined #openstack-dev | 18:25 | |
*** sniperd_ has quit IRC | 18:26 | |
*** torgomatic_ has joined #openstack-dev | 18:26 | |
jeblair | cdub: pong | 18:30 |
*** torgomatic_ has quit IRC | 18:30 | |
*** torgomatic has quit IRC | 18:30 | |
*** torgomatic has joined #openstack-dev | 18:30 | |
termie | annegentle: i had an extension for chrome that removed a lot of the stupid buttons launchpad puts everywhere | 18:30 |
termie | annegentle: but it didn't have code for every page, and doesn't really makes bugs any less painful | 18:31 |
cdub | jeblair: hey, you familiar w/ the gerrit watch code? i don't receive emails for a couple watched projects and someone suggested i ping you | 18:31 |
*** torgomatic has quit IRC | 18:33 | |
jeblair | cdub: what's your gerrit account number? you should see it in the settings page? | 18:33 |
cdub | jeblair: 1690 | 18:34 |
*** bhuvan_ has quit IRC | 18:34 | |
*** adalbas has joined #openstack-dev | 18:35 | |
jeblair | cdub: https://review.openstack.org/#/settings/contact | 18:36 |
jeblair | cdub: set your preferred email on that page | 18:36 |
cdub | jeblair: hmm, it's set already | 18:37 |
jeblair | cdub: it doesn't show up in the db; are you able to change it in such a way you can re-save? | 18:38 |
gabrielhurley | jeblair: on a related note, I've found I can receive gerrit emails to some email addresses and not others. This problem started after the gerrit upgrade a few weeks back. | 18:38 |
jeblair | gabrielhurley: what email fails? | 18:38 |
jeblair | gabrielhurley: what email address fails? :) | 18:38 |
gabrielhurley | jeblair: gabriel.hurley@nebula.com fails, gabriel@strikeawe.com works | 18:38 |
gabrielhurley | I've tried deleting and re-adding the nebula email address | 18:39 |
gabrielhurley | I don't even receive the confirmation email | 18:39 |
gabrielhurley | even with all spam filters disabled | 18:39 |
cdub | jeblair: ok, simply switching to register new email and back to my old email allowed me to save changes | 18:39 |
jeblair | mainlog.9.gz:2012-04-30 19:16:08 1SOw4t-0003cF-Rd ** gabriel.hurley@nebula.com R=dnslookup T=remote_smtp: SMTP error from remote mail server after RCPT TO:<gabriel.hurley@nebula.com>: host nebula-com.mail.eo.outlook.com [216.32.181.178]: 550 5.7.1 Service unavailable; Client host [108.166.86.12] blocked using Blocklist 1, mail from IP banned; To request removal from this list please forward this message to delist@messaging.microsoft.com | 18:39 |
gabrielhurley | lol | 18:40 |
gabrielhurley | gerrit got banned by MS, that's awesome | 18:40 |
cdub | heh | 18:40 |
gabrielhurley | also, I hate Office365 | 18:40 |
jeblair | cdub: ok, your db record looks good now, let me know if you don't get emails in the future | 18:40 |
*** torgomatic has joined #openstack-dev | 18:40 | |
cdub | jeblair: ok, thanks! | 18:41 |
gabrielhurley | jeblair: can you mail MS then and request to be un-banned? | 18:41 |
markmc | mtaylor, there? | 18:42 |
jeblair | gabrielhurley: i'd appreciate it if you could do that since they are your service provider | 18:42 |
gabrielhurley | jeblair: except I expect they banned gerrit 'cuz it's not sending the right headers or some such | 18:42 |
markmc | jeblair, or perhaps you can help? when was the tempest gate added? | 18:42 |
gabrielhurley | or the machine doesn't have the right DNS entries | 18:42 |
markmc | jeblair, any idea about this failure? https://review.openstack.org/#/c/7110/ | 18:42 |
jeblair | gabrielhurley: unlikely, but let me know if they indicate something of the sort | 18:43 |
markmc | hmm, interesting | 18:43 |
markmc | 11:55:15 + bash /opt/stack/devstack/files/keystone_data.sh | 18:43 |
markmc | 11:55:15 printt | 18:43 |
jeblair | markmc: i believe tempest is no longer gating | 18:43 |
gabrielhurley | jeblair: fiiiiine, I'll mail them ;-) | 18:43 |
markmc | that looks like the thingy thing | 18:44 |
jeblair | markmc: that may just need to be re-run | 18:44 |
markmc | the prettytable o.5->0.6 issue | 18:44 |
jeblair | markmc: and that problem should be solved too | 18:44 |
markmc | jeblair, will "retrigger all" do it? | 18:44 |
markmc | jeblair, or comment with +1 approve? or? | 18:44 |
jeblair | gabrielhurley: thanks! | 18:44 |
jeblair | markmc: i'd do +1 aprv this time | 18:44 |
*** nati_ueno has quit IRC | 18:45 | |
markmc | jeblair, thanks | 18:45 |
jeblair | markmc: just to make sure you don't get the tempest test in there (which a retrigger might do) | 18:45 |
markmc | jeblair, btw, was the tempest gating thing mentioned on the mailing list at all? | 18:45 |
markmc | jeblair, right, that's what I was thinking - thanks | 18:45 |
*** Robbin has quit IRC | 18:45 | |
*** nati_ueno has joined #openstack-dev | 18:45 | |
jeblair | markmc: i'm not sure; i think it may have been mentioned, but i also think there may have been some confusion around that. happened while i was on vacation. | 18:46 |
markmc | jeblair, oh, also https://review.openstack.org/#/c/7111/ and https://review.openstack.org/#/c/7112/ | 18:46 |
markmc | jeblair, ok, cool | 18:46 |
markmc | jeblair, oh, wait 71111 was a devstack gate failure | 18:46 |
* markmc looks | 18:46 | |
*** koolhead17 has quit IRC | 18:47 | |
*** pixelbeat has quit IRC | 18:47 | |
jeblair | markmc: those both look like real test failures at first glance.. do you think they are false negatives? | 18:49 |
markmc | jeblair, yeah, thanks - just commented in 7111 | 18:49 |
markmc | jeblair, just assumed it was the same failure, didn't look closely | 18:49 |
jeblair | markmc: cool. neat when it works. :) | 18:50 |
markmc | jeblair, heh | 18:50 |
*** torgomatic has quit IRC | 18:53 | |
*** torgomatic has joined #openstack-dev | 18:54 | |
lorin1 | Can somebody enlighten me on what the "send_arp_for_ha=True" option does? | 18:55 |
markmc | lorin1, magic | 18:56 |
annegentle | lorin1: it makes some service somewhere go "arp, arp!" | 18:57 |
annegentle | lorin1: just guessing | 18:57 |
*** utlemming has quit IRC | 18:57 | |
lorin1 | markmc annegentle: very enlightening | 18:57 |
markmc | lorin1, https://code.launchpad.net/bugs/782364 | 18:58 |
uvirtbot | Launchpad bug 782364 in nova "better to send gratuitous ARPs to support HA" [Wishlist,Fix released] | 18:58 |
*** joearnold has joined #openstack-dev | 18:59 | |
*** rbasak has quit IRC | 19:00 | |
lorin1 | markmc: It looks like this only applies when Nova is configured to do failover, which is Option 1 here: http://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html | 19:00 |
lorin1 | markmc: Am I reading that right? | 19:00 |
*** lloydde has quit IRC | 19:01 | |
markmc | lorin1, didn't read the report to closely, but it does look like the flag is for HA networking | 19:01 |
*** lloydde has joined #openstack-dev | 19:01 | |
markmc | lorin1, makes me wonder whether it should always just be enabled for HA networking | 19:01 |
* markmc shrugs | 19:01 | |
lorin1 | markmc: thanks. I'll make my best guess for the docs and turn it over to the mailing list to see if anybody has deeper insights | 19:02 |
*** torgomatic has quit IRC | 19:02 | |
*** torgomatic has joined #openstack-dev | 19:03 | |
*** edygarcia has quit IRC | 19:04 | |
*** lloydde has quit IRC | 19:06 | |
*** torgomatic has quit IRC | 19:06 | |
*** mcclurmc_ has quit IRC | 19:07 | |
*** torgomatic has joined #openstack-dev | 19:07 | |
*** davidha has joined #openstack-dev | 19:08 | |
*** torgomatic has quit IRC | 19:08 | |
*** utlemming has joined #openstack-dev | 19:10 | |
*** torgomatic has joined #openstack-dev | 19:11 | |
creiht | super easy novaclient review https://review.openstack.org/#/c/7264/ ;) | 19:12 |
*** fnaval has quit IRC | 19:17 | |
markmc | jeblair, you were going to +1aprv https://review.openstack.org/#/c/7110/ ? | 19:19 |
*** rbasak has joined #openstack-dev | 19:22 | |
markmc | jeblair, also, it looks like I can't +1 or +2 or anything on https://review.openstack.org/#/c/7216/ | 19:26 |
markmc | jeblair, that's a stable/essex glance review | 19:26 |
*** fnaval has joined #openstack-dev | 19:26 | |
*** blamar has joined #openstack-dev | 19:27 | |
*** lorin1 has quit IRC | 19:28 | |
*** lloydde has joined #openstack-dev | 19:29 | |
jeblair | markmc: oh, i thought you could aprv 7110. i'll get it | 19:31 |
*** apevec has quit IRC | 19:31 | |
markmc | jeblair, I can, just wires crossed - thought you wanted to :) | 19:31 |
jeblair | markmc: communication is hard. i've done it. :) | 19:32 |
jeblair | markmc: looking at 7216 | 19:33 |
*** edygarcia has joined #openstack-dev | 19:33 | |
*** jemartin has quit IRC | 19:36 | |
*** azbarcea has joined #openstack-dev | 19:37 | |
*** azbarcea has quit IRC | 19:38 | |
*** andresambrois has quit IRC | 19:46 | |
*** andresambrois has joined #openstack-dev | 19:46 | |
jeblair | markmc: it is behaving like a draft review, but it's missing the [DRAFT] tag.... | 19:47 |
jeblair | markmc: perhaps a gerrit bug, still looking, but https://review.openstack.org/#/c/7284/ looks like it's working fine | 19:47 |
creiht | vishy: just needs one more +2 :) https://review.openstack.org/#/c/7264/ | 19:47 |
zykes- | creiht: news on Lunr ? :p | 19:48 |
creiht | lol | 19:48 |
creiht | zykes-: not yet | 19:49 |
zykes- | darn :) | 19:49 |
creiht | I haven't been able to focus on that side of things | 19:49 |
zykes- | would be a nice addition to Cinder :) | 19:49 |
zykes- | vishy: will Cinder support the availability to choose where a volume should reside ? | 19:49 |
vishy | zykes-: it does currently | 19:50 |
zykes- | vishy: how ? | 19:50 |
vishy | by specifyin availability_zone | 19:50 |
vishy | it may only be exposed in ec2 api though | 19:50 |
zykes- | are there different availability zones only for volumes in the cli or in the dashboard as well ? | 19:51 |
jeblair | harlowja: https://review.openstack.org/#/c/7216/ is behaving like a draft review, but is not marked as one. i suspect a gerrit bug; do you have any idea how it got that way? something unusual in the way you uploaded the change, or something you may have done afterwords? | 19:53 |
harlowja | so i initially uploaded it as a review, not knowing there was a --draft option, then marked it as -1 so that it wouldn't go anywhere, then uploaded a change with --draft, that might cause it to go nuts? | 19:54 |
harlowja | Patch Set 1 | 19:54 |
harlowja | a5e60bdb4a16cccb3856a17e008f84576acca09d (gitweb) | 19:54 |
harlowja | Patch Set 2 | 19:54 |
harlowja | 0637f42c4a81e521b846e3427bcfb8823b463d28 (gitweb)(DRAFT) | 19:54 |
harlowja | let me just abandon it | 19:54 |
harlowja | since its not needed | 19:54 |
jeblair | gotcha, i couldn't see patchset 2, presumably because you didn't add me as a reviewer | 19:54 |
harlowja | ah, odd | 19:54 |
jeblair | that's what was confusing me. i believe that's the explanation then | 19:55 |
*** rbasak has quit IRC | 19:55 | |
jeblair | not exactly intuitive. :) | 19:55 |
harlowja | yup | 19:55 |
jeblair | markmc: ^ there's the answer | 19:55 |
*** epim has quit IRC | 19:56 | |
*** harlowja has quit IRC | 19:56 | |
jgriffith | jeblair: ping | 19:59 |
vishy | russellb: ping | 20:00 |
russellb | vishy: pong | 20:00 |
vishy | your comment here: https://review.openstack.org/6834 | 20:00 |
vishy | you said looks like the changes are in master but the review is for stable/essex | 20:00 |
russellb | >_< | 20:00 |
vishy | did you mean the changes are already in stable? | 20:00 |
russellb | no, i just messed up | 20:01 |
russellb | changed review | 20:01 |
*** blamar has quit IRC | 20:01 | |
*** epim has joined #openstack-dev | 20:03 | |
*** utlemming has quit IRC | 20:04 | |
*** koolhead17 has joined #openstack-dev | 20:05 | |
*** harlowja has joined #openstack-dev | 20:05 | |
*** jemartin has joined #openstack-dev | 20:10 | |
zykes- | vishy: should I be able to utilize Ceph for instance storage but have ISCSI for volumes ? | 20:10 |
*** adalbas has quit IRC | 20:15 | |
*** joearnold has quit IRC | 20:20 | |
*** anderstj has quit IRC | 20:23 | |
*** asdfasdf has joined #openstack-dev | 20:25 | |
*** mnewby_ has joined #openstack-dev | 20:25 | |
*** kbringard1 has joined #openstack-dev | 20:25 | |
*** andresambrois has quit IRC | 20:28 | |
*** sniperd has quit IRC | 20:33 | |
*** sniperd has joined #openstack-dev | 20:33 | |
*** nati_ueno has quit IRC | 20:34 | |
*** kbringard has quit IRC | 20:34 | |
*** mnewby has quit IRC | 20:34 | |
*** andrewbogott has quit IRC | 20:34 | |
*** mnewby_ is now known as mnewby | 20:34 | |
*** andresambrois has joined #openstack-dev | 20:36 | |
dprince | comstud: https://review.openstack.org/#/c/7287/ | 20:40 |
dprince | comstud: That should resolve the XenServer 'RESIZE' regression. | 20:40 |
comstud | ok | 20:40 |
comstud | working on the fix to my fix | 20:40 |
dprince | comstud: Ha. Okay. Once both those land... tests should pass again. | 20:40 |
dprince | I'm off for a jog now. | 20:41 |
dprince | later | 20:41 |
*** letterj- has joined #openstack-dev | 20:41 | |
*** russellb_ has joined #openstack-dev | 20:41 | |
*** dprince has quit IRC | 20:42 | |
*** yazirian_ has joined #openstack-dev | 20:42 | |
*** ameade has joined #openstack-dev | 20:42 | |
*** bcwaldon_ has joined #openstack-dev | 20:42 | |
*** anderstj has joined #openstack-dev | 20:44 | |
*** heyho has quit IRC | 20:44 | |
kbringard1 | hey markmc, can you remind me of the link to where proposed backports are again? | 20:45 |
*** kbringard1 is now known as kbringard | 20:45 | |
*** jsavak has quit IRC | 20:46 | |
*** ameade_ has quit IRC | 20:47 | |
*** bcwaldon has quit IRC | 20:47 | |
*** yazirian has quit IRC | 20:47 | |
*** russellb has quit IRC | 20:47 | |
*** hugokuo1 has quit IRC | 20:47 | |
*** reed has quit IRC | 20:47 | |
*** letterj has quit IRC | 20:47 | |
*** yazirian_ is now known as yazirian | 20:47 | |
markmc | jeblair, harlowja, thanks | 20:47 |
*** hugokuo1 has joined #openstack-dev | 20:47 | |
markmc | kbringard, where the currently proposed backports are? in gerrit? | 20:47 |
*** reed has joined #openstack-dev | 20:47 | |
markmc | kbringard, or launchpad? | 20:47 |
kbringard | either, I just want to see if something has already been proposed | 20:47 |
kbringard | https://github.com/openstack/nova/commit/ba21072a43183388e53f47bcdac074cb6246ed83 | 20:47 |
kbringard | specifically | 20:47 |
*** russellb_ is now known as russellb | 20:48 | |
*** dachary has joined #openstack-dev | 20:48 | |
*** spiffxp has quit IRC | 20:49 | |
markmc | kbringard, ok, here's how I check | 20:52 |
markmc | kbringard, 1) no review with Change-Id: I4194610ce53d1c74bd99b6878339da6e0b6a3a73 proposed for stable/essex in gerrit | 20:52 |
markmc | kbringard, 2) the bug doesn't show any sign of it being proposed for stable/essex https://bugs.launchpad.net/nova/+bug/900031 | 20:53 |
uvirtbot | Launchpad bug 900031 in nova "Limitation in security group rules " [Wishlist,Fix released] | 20:53 |
markmc | kbringard, 3) but it's already in git: | 20:54 |
markmc | $> git log --oneline origin/stable/essex | grep 'Correct checking existence of security group rule' | 20:54 |
markmc | 28a5bfe Merge "Correct checking existence of security group rule" | 20:54 |
markmc | ba21072 Correct checking existence of security group rule | 20:54 |
markmc | kbringard, i.e. it was in the essex release | 20:54 |
kbringard | :nods: | 20:54 |
markmc | the bug is marked as "Fix Released" with milestone == 2012.1 | 20:55 |
kbringard | git log --oneline origin/stable/diablo | grep 'Correct checking existence of security group rule' | 20:55 |
kbringard | but not in diablo (which is fine), but that shows me how to check :-) | 20:55 |
*** asalkeld has quit IRC | 20:55 | |
markmc | kbringard, ah, ok - it's diablo you're intested in | 20:55 |
*** asalkeld has joined #openstack-dev | 20:55 | |
zykes- | What's a ephemeral disk ? | 20:55 |
markmc | kbringard, no, not there it seems | 20:55 |
kbringard | markmc: ok, cool | 20:56 |
kbringard | I'll do some testing, it looks like the patch should work out of the box | 20:56 |
kbringard | then bug you again about proposing it :-D | 20:56 |
*** bhuvan_ has joined #openstack-dev | 20:56 | |
jgriffith | zykes: ephemeral is associated with the instance | 20:56 |
jgriffith | zykes: when the instance goes away, it goes away | 20:56 |
zykes- | ah ok | 20:57 |
*** berendt has quit IRC | 20:57 | |
*** berendt has joined #openstack-dev | 20:57 | |
jgriffith | zykes: Thus why nova-volume/Cinder is so handy | 20:57 |
zykes- | how come ? | 20:57 |
jgriffith | zykes: because it's not ephemeral, you can have a ton of data and it persists | 20:58 |
jgriffith | zykes: instance dies, goes away, just spin up another and reattach the volume | 20:58 |
*** dachary has quit IRC | 20:58 | |
*** dachary has joined #openstack-dev | 20:59 | |
*** Daviey has quit IRC | 20:59 | |
zykes- | ok : | 21:00 |
*** andrewbogott_ has joined #openstack-dev | 21:00 | |
*** andrewbogott_ has joined #openstack-dev | 21:00 | |
markmc | kbringard, just propose it in gerrit with some rationale about why it's a particularly safe fix for a particularly high impact bug | 21:01 |
*** fc__ has quit IRC | 21:01 | |
kbringard | sure thing, boss | 21:01 |
kbringard | thanks for the pointers | 21:01 |
*** fc__ has joined #openstack-dev | 21:01 | |
*** hugokuo2 has joined #openstack-dev | 21:02 | |
*** markwash has joined #openstack-dev | 21:02 | |
*** lts has quit IRC | 21:02 | |
*** markwash_ has quit IRC | 21:03 | |
*** hugokuo1 has quit IRC | 21:03 | |
*** statik has quit IRC | 21:04 | |
*** jakedahn is now known as jakedahn_zz | 21:04 | |
*** Daviey has joined #openstack-dev | 21:04 | |
*** koolhead17 has quit IRC | 21:05 | |
epim | Does this ring a bell for anyone? | 21:06 |
epim | bash-4.1$ nova --os_region_name=LabOne endpoints | 21:06 |
epim | Could not find any suitable endpoint. Correct region? | 21:06 |
*** jemartin has quit IRC | 21:07 | |
*** statik has joined #openstack-dev | 21:08 | |
*** statik has quit IRC | 21:08 | |
*** statik has joined #openstack-dev | 21:08 | |
zykes- | annegentle: here ? | 21:09 |
*** alaski has quit IRC | 21:10 | |
zykes- | vishy: is SheepDogg ok to use ? | 21:10 |
cp16net | how do you increase the verbosity of the logging when running unit-tests? | 21:10 |
*** LarsErikP has quit IRC | 21:11 | |
cp16net | i added some tests for notifications around volumes and they are failing when running all the tests together | 21:11 |
*** LarsErikP has joined #openstack-dev | 21:11 | |
cp16net | but running just fine when i run the subset by itself | 21:11 |
comstud | dprince: https://review.openstack.org/7289 | 21:12 |
cp16net | i'd like to get more verbose logging to make sure that the same code path is being run through in both cases | 21:12 |
cp16net | dragondm: btw i've been working on adding volume.create/delete/exists events | 21:15 |
dragondm | ah | 21:15 |
cp16net | i think its finished and working but the unit tests are blowing up in my face | 21:16 |
*** vincentricci has joined #openstack-dev | 21:16 | |
cp16net | hence the question above ^^ | 21:16 |
dragondm | the test runner should be pretty verbose as-is. is in not showing logging? | 21:17 |
cp16net | it does capture the logging but only info level when i run the subset of tests | 21:18 |
cp16net | when i ran the full set of tests it captures the debug level | 21:18 |
cp16net | i'd like to be able to run my subset and get the debug level to see if the same logging shows up | 21:19 |
cp16net | its really hard to debug why my tests are failing when just running ./run_tests.sh | 21:19 |
*** edygarcia has quit IRC | 21:19 | |
cp16net | instead of running ./run_tests.sh test_volume | 21:19 |
*** LarsErik1 has joined #openstack-dev | 21:20 | |
cp16net | been banging my head on the desk for a few hours and decided to ask for some help | 21:20 |
*** koolhead17 has joined #openstack-dev | 21:20 | |
*** edygarcia_ has joined #openstack-dev | 21:25 | |
*** LarsErikP has quit IRC | 21:25 | |
*** mcclurmc_ has joined #openstack-dev | 21:25 | |
*** mcclurmc_ has quit IRC | 21:25 | |
*** mcclurmc_ has joined #openstack-dev | 21:25 | |
*** rods has quit IRC | 21:26 | |
*** rods has joined #openstack-dev | 21:27 | |
*** edygarcia_ is now known as edygarcia | 21:28 | |
*** edygarcia has quit IRC | 21:29 | |
*** jakedahn_zz is now known as jakedahn | 21:31 | |
*** dolphm has joined #openstack-dev | 21:32 | |
*** dolphm has quit IRC | 21:36 | |
*** sniperd_ has joined #openstack-dev | 21:36 | |
*** sniperd has quit IRC | 21:38 | |
*** ChanServ sets mode: +v letterj- | 21:38 | |
*** edygarcia has joined #openstack-dev | 21:39 | |
*** letterj- is now known as letterj | 21:39 | |
*** markmcclain has quit IRC | 21:40 | |
soren | vishy: I'm cleaning up some code that claims that if you're not using multi_host, you need to define network_host. I can't spot any reference to that flag anywhere. We define the flag, but AFAICS, we never use it for anything. Would you agreE? | 21:43 |
vishy | soren: looking | 21:44 |
*** LarsErik1 is now known as LarsErikP | 21:44 | |
vishy | soren: agree. It is no longer used afaict | 21:44 |
soren | Cool. Thanks for checking. | 21:45 |
* soren eradicates | 21:45 | |
*** mcclurmc_ has quit IRC | 21:47 | |
*** markmcclain has joined #openstack-dev | 21:49 | |
*** markmc has quit IRC | 21:54 | |
*** sandywalsh has quit IRC | 21:55 | |
*** bcwaldon_ is now known as bcwaldon | 21:56 | |
*** lloydde has quit IRC | 21:56 | |
*** kbringard has left #openstack-dev | 22:00 | |
*** ncode has quit IRC | 22:02 | |
*** johnpostlethwait has quit IRC | 22:03 | |
*** johnpostlethwait has joined #openstack-dev | 22:04 | |
*** novas0x2a|laptop has quit IRC | 22:05 | |
*** bhuvan_ has quit IRC | 22:05 | |
*** pmezard has quit IRC | 22:07 | |
*** spiffxp has joined #openstack-dev | 22:13 | |
*** dachary has quit IRC | 22:13 | |
*** utlemming has joined #openstack-dev | 22:15 | |
*** mcclurmc_ has joined #openstack-dev | 22:17 | |
*** Gordonz has quit IRC | 22:22 | |
*** novas0x2a|laptop has joined #openstack-dev | 22:23 | |
Vek_ | Dolph: actually, the '{"auth":' part is indeed there, just on the previous line; you mis-read. | 22:24 |
*** Vek_ is now known as Vek | 22:28 | |
*** Vek has quit IRC | 22:28 | |
*** Vek has joined #openstack-dev | 22:28 | |
*** radii has quit IRC | 22:28 | |
*** gyee has quit IRC | 22:32 | |
*** Adri2000 has quit IRC | 22:34 | |
*** andresambrois has quit IRC | 22:36 | |
*** sniperd has joined #openstack-dev | 22:36 | |
*** sniperd_ has quit IRC | 22:37 | |
*** dubsquared has joined #openstack-dev | 22:41 | |
*** rnirmal has quit IRC | 22:43 | |
*** mcclurmc_ has quit IRC | 22:44 | |
*** dtroyer is now known as dtroyer_zzz | 22:45 | |
*** Adri2000 has joined #openstack-dev | 22:46 | |
*** utlemming has quit IRC | 22:47 | |
epim | Hey y'all, any idea why 'nova-manage flavor list' would work, but 'nova flavor-list' doesn't? The latter throws up a 503 error which nova fails to interpret, and so it returns "ERROR: string indices must be integers, not str' | 22:51 |
*** lloydde has joined #openstack-dev | 23:01 | |
*** salgado has quit IRC | 23:01 | |
*** Adri2000 has quit IRC | 23:02 | |
*** johnpostlethwait has quit IRC | 23:06 | |
*** dtroyer_zzz is now known as dtroyer | 23:08 | |
*** mdomsch has quit IRC | 23:08 | |
*** bsza has quit IRC | 23:09 | |
*** fnaval has quit IRC | 23:10 | |
*** johnpostlethwait has joined #openstack-dev | 23:10 | |
bcwaldon | epim: nova-manage goes directly to the configured db | 23:11 |
bcwaldon | epim: nova flavor-list goes through the public api | 23:11 |
bcwaldon | epim: check the nova-api logs | 23:11 |
*** utlemming has joined #openstack-dev | 23:11 | |
epim | bcwaldon: ahhh, the api logs are empty | 23:11 |
bcwaldon | epim: turn on debug and try again :) | 23:11 |
*** milner has quit IRC | 23:13 | |
epim | bcwaldon: pretty sure debug is on, I see some entries in nova-api.log, but only from about half an hour ago when I restarted nova-api | 23:13 |
*** reed has quit IRC | 23:13 | |
*** milner has joined #openstack-dev | 23:13 | |
bcwaldon | epim: hmm, then you might want to make sure you're hitting the right endpoint | 23:13 |
bcwaldon | epim: tracebacks should all be logged there | 23:14 |
*** rbasak has joined #openstack-dev | 23:14 | |
bcwaldon | epim: and its weird to get a 503, I don't think Nova raises a 503 anywhere.. | 23:14 |
*** anderstj has quit IRC | 23:14 | |
epim | hrm, i'm hitting the nova api host (localhost) on port 8774 | 23:15 |
*** anniec72 has quit IRC | 23:16 | |
epim | from nova --debug: send: u'GET /v2/c9d7f45d980d494fab3d69d9fc57547c/flavors/detail HTTP/1.1\r\nHost: 192.168.66.91:8774\r\nx-auth-project-id: vmops\r\nx-auth-token: ff1965f284814d6299eq5d6821cb5213\r\naccept-encoding: compress, gzip\r\naccept: application/json\r\nuser-agent: python-novaclient\r\n\r\n' | 23:16 |
bcwaldon | epim: is there *any* more output from nova --debug? And can you do any other operations | 23:18 |
epim | there's a bunch more, i'll pastebin it | 23:20 |
epim | secgroup-list, image-list, and boot don't work,. but endpoints does | 23:20 |
*** adam_g has quit IRC | 23:21 | |
epim | bcwaldon: here's the output with --debug http://paste.openstack.org/show/16634/ | 23:22 |
*** dubsquared has quit IRC | 23:22 | |
*** edygarcia has quit IRC | 23:22 | |
*** jgriffith has quit IRC | 23:24 | |
*** Daviey has quit IRC | 23:27 | |
*** cmagina_ has joined #openstack-dev | 23:27 | |
*** cmagina has quit IRC | 23:28 | |
*** Daviey has joined #openstack-dev | 23:28 | |
*** littleidea has quit IRC | 23:29 | |
*** cmagina_ is now known as cmagina | 23:29 | |
*** fnaval has joined #openstack-dev | 23:38 | |
*** jgriffith has joined #openstack-dev | 23:39 | |
*** jgriffith has quit IRC | 23:51 | |
bcwaldon | epim: and you're sure nova-api is running? It doesn't look like your client is actually talking to it. | 23:53 |
*** mcclurmc_ has joined #openstack-dev | 23:54 | |
epim | yeah it's definitely running and bound to port 8774 | 23:54 |
epim | I see it in memory, and lsof shows that nova-api has that port | 23:54 |
bcwaldon | if you curl http://localhost:8774/v2, what happens? | 23:55 |
epim | 401 Unauthorized | 23:55 |
*** macneib_ has joined #openstack-dev | 23:55 | |
bcwaldon | epim: is it bound to 0.0.0.0 or 127.0.0.1 | 23:55 |
bcwaldon | epim: you should see a log for that 401, btw | 23:56 |
epim | should be 0.0.0.0 | 23:56 |
epim | checkin' the log.. | 23:56 |
bcwaldon | epim: ok, I'm not confident novaclient is talking to the service like you think it is... try to figure out who it's talking to | 23:56 |
epim | nothing in the log fo rnova-api | 23:56 |
epim | that makes sense. The only thing I can think of is i've got my service catalog configured wrong somehow | 23:57 |
bcwaldon | epim: interesting, if you dont see the log for 401, maybe you arent logging where you think you are or your log level is too high | 23:57 |
*** mnewby has quit IRC | 23:58 | |
*** anderstj has joined #openstack-dev | 23:58 | |
*** rbasak has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!