epim | I'm digging for wherever the loglevel is set now... | 00:01 |
---|---|---|
bcwaldon | epim: grep for verbose and debug in the same line, I just looked at it... | 00:01 |
epim | nova-api.log:2012-05-09 22:44:15 DEBUG nova.service [-] verbose : True from | 00:02 |
bcwaldon | epim: ok, then I'm thinking you aren't actually requesting the right endpoint | 00:02 |
*** jpipes is now known as jaypipes-afk | 00:02 | |
epim | k, so i've screwed my endpoints up somewhere. Most everything is running on one machine, would you mind taking a look at a paste of my endpoints, and see if i'm missing something? | 00:03 |
bcwaldon | epim: sure | 00:03 |
*** dolphm has joined #openstack-dev | 00:03 | |
*** utlemming has quit IRC | 00:04 | |
epim | bcwaldon: http://paste.openstack.org/show/16647/ thanks :) | 00:04 |
bcwaldon | ballsy move, giving me your public IPs :) | 00:05 |
epim | hahaha, they're inside an isolated lab, which in turn is encapsulated inside of another lab | 00:05 |
bcwaldon | what happens if you curl http://208.67.66.91:9292/v1 ? | 00:05 |
epim | 401 unauthorized | 00:06 |
bcwaldon | and you see nothing in the logs? | 00:06 |
bcwaldon | sorry, port 8774 | 00:06 |
bcwaldon | and v2 | 00:06 |
*** mcclurmc_ has quit IRC | 00:06 | |
bcwaldon | I switched context to glance by accident | 00:06 |
bcwaldon | this guy: http://208.67.66.91:8774/v2/c9d7f45d980d494fab3d69d9fc57547c | 00:07 |
epim | nada :( | 00:07 |
bcwaldon | curl http://208.67.66.91:8774/v2/c9d7f45d980d494fab3d69d9fc57547c ? | 00:07 |
epim | 401 unauthorized for that as well, and still nothing in nova-api.log | 00:07 |
*** dolphm has quit IRC | 00:07 | |
bcwaldon | thats really odd... can you paste your config and paste file? | 00:07 |
bcwaldon | epim: does the machine you're on actually own the IP you're requesting? | 00:08 |
harlowja | epim: u can do it! | 00:08 |
bcwaldon | epim: if you take down nova-api on the machine then make the request, do you still get a 401? | 00:08 |
*** dtroyer is now known as dtroyer_zzz | 00:08 | |
bcwaldon | request == curl | 00:08 |
*** deshantm has quit IRC | 00:09 | |
epim | bcwaldon: it does own the IP, and with nova-api stopped I can't connect to that port | 00:10 |
*** mcclurmc_ has joined #openstack-dev | 00:10 | |
epim | bash-4.1$ curl http://208.67.66.91:8774/v2/c9d7f45d980d494fab3d69d9fc57547c | 00:10 |
epim | curl: (7) couldn't connect to host | 00:10 |
bcwaldon | wow, well I'm pretty stumped at this point... | 00:10 |
epim | Yeah, it's been driving me nuts | 00:11 |
bcwaldon | the last thing I could do is look at your config and paste file | 00:11 |
bcwaldon | after that, I don't think I can offer any more help | 00:11 |
epim | nova.conf: http://paste.openstack.org/show/16648/ | 00:12 |
*** littleidea has joined #openstack-dev | 00:12 | |
*** lloydde has quit IRC | 00:12 | |
epim | nova-api-paste: http://paste.openstack.org/show/16649/ | 00:12 |
epim | thanks for looking :) | 00:12 |
*** edygarcia has joined #openstack-dev | 00:14 | |
bcwaldon | epim: well I don't think I have anything more I can do here | 00:15 |
bcwaldon | epim: nothing looks wrong to me :( | 00:15 |
epim | buggah. I was hoping for some massive stupid mistake i'd made :( | 00:15 |
epim | thanks for loooking though, much appreciated! | 00:15 |
bcwaldon | I was, too! No problem | 00:16 |
harlowja | epim: i wonder about line 99-104 in the nova api paste? | 00:20 |
harlowja | is that right | 00:21 |
epim | Hrm, because it's pointing to loopback? I could change it to 0.0.0.0 | 00:21 |
epim | or the public ip | 00:21 |
epim | but it -is- responding on that port | 00:21 |
*** anderstj has quit IRC | 00:22 | |
harlowja | weird | 00:22 |
harlowja | maybe try 0.0.0.0 | 00:22 |
*** deshantm has joined #openstack-dev | 00:23 | |
epim | still a 503 | 00:23 |
*** asdfasdf has quit IRC | 00:23 | |
*** torgomatic has quit IRC | 00:26 | |
openstackgerrit | Verification of a change to openstack/glance failed: Make glance more plugable with regard to stores https://review.openstack.org/7258 | 00:27 |
*** rbasak has joined #openstack-dev | 00:28 | |
*** rbasak has joined #openstack-dev | 00:28 | |
*** nati_ueno has joined #openstack-dev | 00:29 | |
harlowja | bcwaldon: Unexpected server launch status?? | 00:30 |
harlowja | i don't think that is the changes fault | 00:30 |
*** johnpostlethwait has quit IRC | 00:36 | |
*** asdfasdf has joined #openstack-dev | 00:37 | |
*** nati_ueno has quit IRC | 00:37 | |
harlowja | epim: i hate endpoints | 00:38 |
epim | me too! | 00:38 |
harlowja | personally i think they will have to be removed eventually, it doesn't make sense to list them out, especially when u put stuff behind load balancers... | 00:39 |
epim | in that case we'll just have to list the load balancer as the end point | 00:39 |
harlowja | not sure why keystone feels the need to be a hostname restrictor/endpoint restriction thingy | 00:39 |
*** asdfasdf has quit IRC | 00:40 | |
harlowja | not sure about that, if X -> Y -> Z and Z asks keystone that Y is ok, when its X that sent it, that might be broke, but then i guess there is a X-Proxy-For header, but i don't see the point of it all | 00:40 |
harlowja | why add in a endpoint verification system, just focus on auth and tokens and roles | 00:40 |
harlowja | not endpoints/services | 00:40 |
epim | No DSR in that case, so keystone wouldn't know. But yeah, there are problems. | 00:41 |
epim | keystone uses hostname/ip to confirm, or some other cert dealy? | 00:41 |
harlowja | i don't think any cert stuff yet, might be in the plans | 00:41 |
epim | should just let a cert do all the work, then I can just put the cert on multiple machines. As long as I can decode the request we should be good | 00:41 |
harlowja | but then why is keystone doing this in the first place, me not understand | 00:41 |
harlowja | lol | 00:42 |
harlowja | its like the poor man's ACLs or someting | 00:42 |
harlowja | idk | 00:42 |
epim | this whole token deal should be replaced with a signed object. Basically take what keystone returns now and sign it. Then you don't need any more callbacks to keystone to verify the object | 00:42 |
epim | as long as you have a copy of the public key you can verify the sig | 00:42 |
epim | So, yeah, somethin's up with nova-api. It's not logging a a single one of these errors. | 00:43 |
harlowja | sure, i understand tokens, but why is there endpoint validation in there :-p | 00:43 |
harlowja | isn't endpoint validation/restricting just ACL setups? | 00:43 |
epim | is it about that, or about giving you the ability to control multiple endpoints from a single host? federated cluster | 00:44 |
harlowja | got me, ha | 00:44 |
harlowja | u still can't control them with what is there right now, its just a list of what endpoints there are, and some validation that u are calling the right one | 00:45 |
epim | true | 00:46 |
epim | weird. | 00:46 |
epim | Speaking of weird.. why is /nothing/ logging to the nova-api.log aside from when it starts up? | 00:47 |
harlowja | something seems wrong with the config | 00:47 |
harlowja | upstart or otherwise | 00:47 |
*** Adri2000 has joined #openstack-dev | 00:48 | |
epim | yeah. I tried pointing it to the syslog just to see if that made anything Just Work. Again it logged a bunch on startup, then quiet as a churchmouse after | 00:48 |
*** Adri2000 has quit IRC | 00:48 | |
*** Adri2000 has joined #openstack-dev | 00:48 | |
harlowja | weird, turn up debugging/verbose mode? | 00:48 |
*** mcclurmc_ has quit IRC | 00:48 | |
epim | yup. debug=true, verbose=true | 00:48 |
harlowja | updating /etc/nova/logging.conf just in case? | 00:49 |
epim | there isn't a /etc/nova/logging.conf... | 00:49 |
*** rbasak has quit IRC | 00:49 | |
harlowja | ya, hmmm | 00:50 |
harlowja | that might be it :-p | 00:50 |
harlowja | https://github.com/openstack/nova/blob/master/etc/nova/logging_sample.conf | 00:50 |
harlowja | take that and use it? | 00:50 |
harlowja | (or modify as u want) | 00:50 |
epim | there's a logging.conf under glance, I just s/glance/nova/ | 00:51 |
harlowja | ok | 00:51 |
harlowja | [logger_nova] | 00:51 |
harlowja | level = INFO | 00:51 |
harlowja | handlers = stderr | 00:51 |
harlowja | qualname = nova | 00:51 |
harlowja | u might want to add that section | 00:51 |
harlowja | maybe make it level = DEBUG | 00:51 |
*** gabrielhurley has quit IRC | 00:52 | |
*** edygarcia has quit IRC | 00:54 | |
epim | Done. took the example, added that, and changed all loglevels to debug | 00:54 |
harlowja | k | 00:54 |
epim | Still. Nothing. | 00:55 |
epim | Nova-api.conf might not be dtrt | 00:55 |
harlowja | dtrt? | 00:57 |
epim | doin' the right thing | 00:57 |
harlowja | ya, something is up | 00:58 |
harlowja | can u add a log-config=/etc/nova/logging.conf to /etc/nova/nova.conf | 00:59 |
harlowja | ###### (StrOpt) If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging module documentation for details on logging configuration files. | 00:59 |
harlowja | # log-config=<None> | 00:59 |
harlowja | boatload of other options, https://github.com/openstack/nova/blob/master/etc/nova/nova.conf.sample | 01:00 |
epim | done, nada | 01:00 |
harlowja | stupid | 01:01 |
harlowja | can u start it manually instead of via upstart | 01:02 |
epim | Done, tons of crap to stdout on start..nothing once it's going | 01:05 |
harlowja | wtf | 01:07 |
harlowja | where its logging going, lol | 01:08 |
epim | strace to the rescue... | 01:09 |
harlowja | def | 01:09 |
epim | ok, using strace I can see the request come in and Stuff Happens | 01:09 |
harlowja | then poof, lol | 01:10 |
epim | oh wow, nova-api's reading one char at a time from the buffer? | 01:10 |
harlowja | lol | 01:11 |
harlowja | haha | 01:11 |
epim | recvfrom(12, "2", 1, 0, NULL, NULL) = 1 | 01:11 |
epim | recvfrom(12, "0", 1, 0, NULL, NULL) = 1 | 01:11 |
epim | recvfrom(12, "1", 1, 0, NULL, NULL) = 1 | 01:11 |
*** milner has quit IRC | 01:11 | |
epim | I have a suggestion for a performance improvement.. | 01:11 |
harlowja | funny one, https://blueprints.launchpad.net/nova/+spec/multi-process-api-service | 01:11 |
epim | recvfrom(12, "\n", 1, 0, NULL, NULL) = 1 | 01:11 |
harlowja | "For example, for OSAPI-Compute, we have data showing current implementation can handle <10 operation/sec no matter how many current users are sending requests." | 01:11 |
epim | recvfrom(12, "{\"error\": {\"message\": \"Invalid u"..., 89, 0, NULL, NULL) = 89 | 01:11 |
epim | close(12) = 0 | 01:11 |
harlowja | event wsgi server, not so good i guess, lol | 01:12 |
harlowja | <10 ops/sec is a lot right :-p | 01:14 |
epim | im digging through to see if I can find where that buffer size is set. 'Cause that's nuts. | 01:14 |
*** mcclurmc_ has joined #openstack-dev | 01:14 | |
*** ywu has joined #openstack-dev | 01:15 | |
harlowja | def | 01:15 |
*** dtroyer_zzz is now known as dtroyer | 01:17 | |
*** JJoa has joined #openstack-dev | 01:19 | |
*** JJoa has quit IRC | 01:19 | |
*** mcclurmc_ has quit IRC | 01:20 | |
epim | harlowja: I dunno dude. I'm tailing every single *.log file that nova-* has a handle on, and not a single one says a peep when I connect. | 01:26 |
harlowja | weirdo | 01:26 |
harlowja | some log setting or something must be supressing all that | 01:27 |
*** JJoa has joined #openstack-dev | 01:27 | |
*** JJoa has left #openstack-dev | 01:27 | |
epim | Yeah. I tried firing it up without using that conf file, but still no lova | 01:29 |
*** nati_ueno has joined #openstack-dev | 01:30 | |
harlowja | weirdness | 01:30 |
harlowja | it usually has tons of logging, something must be wrong somewhere | 01:30 |
*** jog0 has quit IRC | 01:35 | |
*** Mandell_ has quit IRC | 01:35 | |
*** ayoung has quit IRC | 01:35 | |
*** pabelanger has quit IRC | 01:52 | |
*** spiffxp has quit IRC | 01:56 | |
*** epim has quit IRC | 01:56 | |
*** harlowja has left #openstack-dev | 01:56 | |
*** tryggvil_ has quit IRC | 02:00 | |
*** hugokuo has joined #openstack-dev | 02:05 | |
*** hugokuo2 has quit IRC | 02:08 | |
*** danwent has quit IRC | 02:10 | |
*** sniperd has quit IRC | 02:10 | |
*** sniperd has joined #openstack-dev | 02:10 | |
*** sniperd_ has joined #openstack-dev | 02:14 | |
*** sniperd has quit IRC | 02:14 | |
*** dubsquared has joined #openstack-dev | 02:16 | |
*** sniperd_ has quit IRC | 02:19 | |
*** nati_ueno has quit IRC | 02:25 | |
*** Ryan_Lane has quit IRC | 02:35 | |
*** deshantm has quit IRC | 02:39 | |
*** jgriffith has joined #openstack-dev | 02:44 | |
*** roge has quit IRC | 02:53 | |
*** mnewby has joined #openstack-dev | 02:58 | |
*** ncode has joined #openstack-dev | 03:00 | |
*** ncode has joined #openstack-dev | 03:00 | |
*** nati has joined #openstack-dev | 03:01 | |
*** littleidea has quit IRC | 03:02 | |
*** littleidea has joined #openstack-dev | 03:03 | |
*** nati has quit IRC | 03:04 | |
*** nati has joined #openstack-dev | 03:04 | |
*** nati has quit IRC | 03:10 | |
*** vincentricci has quit IRC | 03:10 | |
*** vincentricci has joined #openstack-dev | 03:14 | |
*** sileht has quit IRC | 03:16 | |
*** vincentricci has quit IRC | 03:24 | |
*** nati has joined #openstack-dev | 03:25 | |
*** sileht has joined #openstack-dev | 03:26 | |
*** anderstj has joined #openstack-dev | 03:33 | |
*** ywu has quit IRC | 03:35 | |
*** danwent has joined #openstack-dev | 03:42 | |
*** dubsquared has quit IRC | 03:50 | |
*** nati has quit IRC | 03:53 | |
*** eglynn__ has joined #openstack-dev | 03:54 | |
*** danwent has quit IRC | 03:55 | |
*** eglynn_ has quit IRC | 03:56 | |
*** fnaval has quit IRC | 04:00 | |
*** rods has quit IRC | 04:03 | |
*** jgriffith has quit IRC | 04:05 | |
*** fnaval has joined #openstack-dev | 04:07 | |
*** jakedahn is now known as jakedahn_zz | 04:08 | |
*** nati has joined #openstack-dev | 04:11 | |
*** danwent has joined #openstack-dev | 04:11 | |
*** thingee has joined #openstack-dev | 04:16 | |
*** thingee is now known as thingee_zz | 04:17 | |
*** asisin has quit IRC | 04:17 | |
*** ncode has quit IRC | 04:22 | |
*** macneib_ has quit IRC | 04:29 | |
*** Mandell has joined #openstack-dev | 04:30 | |
*** hugokuo1 has joined #openstack-dev | 04:34 | |
*** Ryan_Lane has joined #openstack-dev | 04:35 | |
*** markvoelker has quit IRC | 04:36 | |
*** wdunn has quit IRC | 04:36 | |
*** ttx has quit IRC | 04:36 | |
*** andrewsben has quit IRC | 04:36 | |
*** ttx has joined #openstack-dev | 04:36 | |
*** ttx has quit IRC | 04:36 | |
*** ttx has joined #openstack-dev | 04:36 | |
*** wdunn has joined #openstack-dev | 04:36 | |
*** kpepple_ has quit IRC | 04:36 | |
*** devcamcar has quit IRC | 04:36 | |
*** kpepple has joined #openstack-dev | 04:36 | |
*** dragondm has quit IRC | 04:37 | |
*** devcamcar has joined #openstack-dev | 04:37 | |
*** westmaas has quit IRC | 04:37 | |
*** letterj has quit IRC | 04:37 | |
*** westmaas has joined #openstack-dev | 04:37 | |
*** letterj has joined #openstack-dev | 04:37 | |
*** anotherjesse_zz has quit IRC | 04:37 | |
*** garyk has quit IRC | 04:38 | |
*** hugokuo has quit IRC | 04:38 | |
*** dragondm has joined #openstack-dev | 04:38 | |
*** andrewsben_zz has joined #openstack-dev | 04:39 | |
*** anotherjesse has joined #openstack-dev | 04:39 | |
*** anderstj has quit IRC | 04:43 | |
*** Mandell_ has joined #openstack-dev | 04:43 | |
*** Mandell has quit IRC | 04:43 | |
hugokuo1 | how dose swift-proxy choose a stroage node to get object ? | 04:54 |
hugokuo1 | randomly ? | 04:54 |
*** sdague has quit IRC | 05:09 | |
*** sdague has joined #openstack-dev | 05:09 | |
*** novas0x2a|laptop has quit IRC | 05:09 | |
*** nati has quit IRC | 05:12 | |
zaitcev | hugokuo1: yes, look for shuffle(nodes) | 05:12 |
*** Mkenneth has joined #openstack-dev | 05:22 | |
*** garyk has joined #openstack-dev | 05:31 | |
*** torgomatic has joined #openstack-dev | 05:31 | |
*** zaitcev has quit IRC | 05:36 | |
*** dtroyer is now known as dtroyer_zzz | 05:44 | |
*** jakedahn_zz is now known as jakedahn | 05:44 | |
*** mnewby has quit IRC | 06:01 | |
GheAway | morning people | 06:01 |
*** GheAway is now known as GheRivero | 06:01 | |
*** hattwick has quit IRC | 06:01 | |
hugokuo1 | zaitcev , thanks . do you know where's the function code located ? | 06:02 |
*** mnewby has joined #openstack-dev | 06:03 | |
*** danwent has quit IRC | 06:10 | |
*** dachary has joined #openstack-dev | 06:10 | |
*** GheRivero is now known as Ghe | 06:15 | |
*** Ghe is now known as Ghe_Rivero | 06:15 | |
*** dachary has quit IRC | 06:18 | |
*** mcclurmc_ has joined #openstack-dev | 06:26 | |
*** Mandell_ has quit IRC | 06:26 | |
*** pmezard has joined #openstack-dev | 06:26 | |
Ghe_Rivero | can anyone help with an devstack-CI issue and stable/essex? (LP Bug 997484) | 06:35 |
uvirtbot | Launchpad bug 997484 in openstack-ci "devstack stable/essex prettytable updated" [Undecided,New] https://launchpad.net/bugs/997484 | 06:35 |
*** torgomatic has quit IRC | 06:38 | |
*** Vek has quit IRC | 07:00 | |
*** Vek has joined #openstack-dev | 07:00 | |
*** Mkenneth has left #openstack-dev | 07:13 | |
*** apevec has joined #openstack-dev | 07:16 | |
*** dachary has joined #openstack-dev | 07:16 | |
*** mnewby has quit IRC | 07:23 | |
*** Stackops-Jorge has joined #openstack-dev | 07:40 | |
*** vincentricci has joined #openstack-dev | 07:42 | |
*** garyk has quit IRC | 07:43 | |
*** vincentricci has quit IRC | 07:46 | |
zykes- | jk0: ping! | 07:50 |
*** darraghb has joined #openstack-dev | 07:51 | |
*** garyk has joined #openstack-dev | 07:51 | |
*** littleidea has quit IRC | 07:53 | |
*** gael has joined #openstack-dev | 07:54 | |
*** hattwick has joined #openstack-dev | 07:59 | |
*** derekh has joined #openstack-dev | 07:59 | |
*** heyho has joined #openstack-dev | 08:02 | |
*** x86brandon has quit IRC | 08:16 | |
*** x86brandon has joined #openstack-dev | 08:16 | |
*** pixelbeat has joined #openstack-dev | 08:18 | |
*** mancdaz has joined #openstack-dev | 08:18 | |
zykes- | ttx: ping again, now for my point that I forgot to ask you yesterday. Do you have links / some resources lying around for business points of views on openstack as well as technical ? | 08:19 |
*** Ghe_Rivero has quit IRC | 08:28 | |
*** gael_ has joined #openstack-dev | 08:32 | |
*** gael_ has quit IRC | 08:32 | |
*** jakedahn is now known as jakedahn_zz | 08:32 | |
*** Mkenneth has joined #openstack-dev | 08:36 | |
*** journeeman has joined #openstack-dev | 08:36 | |
*** adjohn has joined #openstack-dev | 08:36 | |
*** danpb has joined #openstack-dev | 08:40 | |
*** reidrac has joined #openstack-dev | 08:45 | |
*** Mkenneth has left #openstack-dev | 08:51 | |
openstackgerrit | Verification of a change to openstack/nova failed: Report memory correctly on Xen. Fixes bug 997014 https://review.openstack.org/7296 | 09:04 |
uvirtbot | Launchpad bug 997014 in nova "Memory is not correctly computed for Xen+libvirt" [Undecided,In progress] https://launchpad.net/bugs/997014 | 09:04 |
*** ncode has joined #openstack-dev | 09:07 | |
*** ncode has joined #openstack-dev | 09:07 | |
zykes- | notmyname: pong me when arouind | 09:16 |
*** GheRivero has joined #openstack-dev | 09:21 | |
journeeman | This bug's (https://bugs.launchpad.net/quantum/+bug/842273) status should be closed, right? The OVS plugin already returns all ports through the "net-ports" attribute. | 09:21 |
uvirtbot | Launchpad bug 842273 in quantum "make OVS plugin use net-ports" [Low,New] | 09:21 |
*** davidha has quit IRC | 09:27 | |
*** tryggvil_ has joined #openstack-dev | 09:40 | |
*** adjohn has quit IRC | 09:43 | |
*** tryggvil_ has quit IRC | 09:49 | |
*** alex88 has joined #openstack-dev | 09:49 | |
alex88 | hello guys, for a typo in a manual can i write here? | 09:50 |
*** armax has joined #openstack-dev | 09:52 | |
*** armax has quit IRC | 09:53 | |
*** mikal has quit IRC | 10:09 | |
*** mikal has joined #openstack-dev | 10:11 | |
*** davidha has joined #openstack-dev | 10:37 | |
*** mrunge has joined #openstack-dev | 10:40 | |
*** dachary has quit IRC | 11:07 | |
*** mrunge has quit IRC | 11:11 | |
*** mrunge has joined #openstack-dev | 11:41 | |
*** dachary has joined #openstack-dev | 11:44 | |
*** markvoelker has joined #openstack-dev | 11:44 | |
*** eglynn has joined #openstack-dev | 11:46 | |
*** eglynn__ has quit IRC | 11:48 | |
*** adalbas has joined #openstack-dev | 11:48 | |
*** eglynn_ has joined #openstack-dev | 11:50 | |
*** eglynn has quit IRC | 11:52 | |
garyk | Can a devstack core reviewer please look at https://review.openstack.org/7300 . This will enable us to move forward with https://review.openstack.org/#/c/7169/. Please note that the fix is backward compatible (this code can later be dropped when the Quantum code is active) | 11:53 |
*** bsza has joined #openstack-dev | 11:54 | |
*** alaski has joined #openstack-dev | 12:03 | |
*** berendt has quit IRC | 12:05 | |
*** lts has joined #openstack-dev | 12:07 | |
*** littleidea has joined #openstack-dev | 12:11 | |
*** berendt has joined #openstack-dev | 12:15 | |
*** sandywalsh has joined #openstack-dev | 12:15 | |
*** tryggvil has joined #openstack-dev | 12:15 | |
notmyname | zykes-: just got up. what's up? | 12:19 |
*** statik has quit IRC | 12:20 | |
*** dprince has joined #openstack-dev | 12:24 | |
*** salgado has joined #openstack-dev | 12:24 | |
*** salgado has joined #openstack-dev | 12:24 | |
*** littleidea has quit IRC | 12:26 | |
*** garyk has quit IRC | 12:32 | |
*** davidha has quit IRC | 12:34 | |
*** dhellmann has quit IRC | 12:35 | |
*** davidha has joined #openstack-dev | 12:36 | |
*** rods has joined #openstack-dev | 12:38 | |
*** dolphm has joined #openstack-dev | 12:40 | |
*** garyk has joined #openstack-dev | 12:46 | |
*** fnaval has quit IRC | 12:55 | |
*** blamar has joined #openstack-dev | 12:56 | |
*** dolphm has quit IRC | 12:56 | |
*** rkukura has quit IRC | 13:00 | |
*** fnaval has joined #openstack-dev | 13:08 | |
*** lorin1 has joined #openstack-dev | 13:08 | |
zykes- | notmyname: you got some resources on swift deployments ? | 13:09 |
koolhead17 | morning all | 13:10 |
*** berendt has quit IRC | 13:10 | |
*** berendt has joined #openstack-dev | 13:10 | |
*** kbringard has joined #openstack-dev | 13:12 | |
*** dolphm has joined #openstack-dev | 13:13 | |
*** garyk has quit IRC | 13:16 | |
*** fnaval has quit IRC | 13:18 | |
*** nati has joined #openstack-dev | 13:22 | |
*** roge has joined #openstack-dev | 13:24 | |
*** lorin1 has quit IRC | 13:25 | |
*** jsavak has joined #openstack-dev | 13:25 | |
*** dtroyer_zzz is now known as dtroyer | 13:28 | |
*** markmcclain has quit IRC | 13:29 | |
*** lloydde has joined #openstack-dev | 13:29 | |
*** berendt has quit IRC | 13:30 | |
*** nati has quit IRC | 13:31 | |
notmyname | zykes-: what are you looking for? | 13:37 |
notmyname | zykes-: if I don't have the info you want, I can probably put you in touch with the right person | 13:37 |
*** ayoung has joined #openstack-dev | 13:38 | |
*** berendt has joined #openstack-dev | 13:39 | |
*** markmc has joined #openstack-dev | 13:45 | |
*** jsavak has quit IRC | 13:46 | |
*** jsavak has joined #openstack-dev | 13:46 | |
*** dolphm has quit IRC | 13:47 | |
dprince | So... https://review.openstack.org/#/c/7289/ should allow me to re-enable XenServer SmokeStack. I *think* it is the last of the regressions that has occurred since it went down last week. | 13:47 |
* dprince anxious to re-enable it. | 13:48 | |
*** rkukura has joined #openstack-dev | 13:48 | |
*** fnaval has joined #openstack-dev | 13:50 | |
*** dolphm has joined #openstack-dev | 13:53 | |
*** markvoelker has quit IRC | 13:56 | |
*** joe-savak has joined #openstack-dev | 13:56 | |
*** dolphm has quit IRC | 13:56 | |
jk0 | zykes-: yo | 13:58 |
*** jsavak has quit IRC | 13:59 | |
*** alaski has quit IRC | 14:01 | |
*** alaski has joined #openstack-dev | 14:02 | |
cp16net | anotherjesse: i found a bug with devstack not having all the environment packages to run the unit tests this is the fix for it https://review.openstack.org/#/c/7207/ | 14:02 |
*** dolphm has joined #openstack-dev | 14:03 | |
*** edygarcia has joined #openstack-dev | 14:05 | |
*** lloydde has quit IRC | 14:06 | |
*** armax has joined #openstack-dev | 14:08 | |
*** ncode has joined #openstack-dev | 14:08 | |
*** ncode has joined #openstack-dev | 14:08 | |
*** markmcclain has joined #openstack-dev | 14:09 | |
*** alex88 has quit IRC | 14:12 | |
*** dhellmann has joined #openstack-dev | 14:15 | |
*** anderstj has joined #openstack-dev | 14:16 | |
*** jgriffith has joined #openstack-dev | 14:20 | |
*** armax has left #openstack-dev | 14:20 | |
*** Mandell has joined #openstack-dev | 14:22 | |
*** fnaval has quit IRC | 14:23 | |
*** dwalleck has joined #openstack-dev | 14:23 | |
*** rods has quit IRC | 14:26 | |
*** rods has joined #openstack-dev | 14:26 | |
*** salgado is now known as salgado-afk | 14:35 | |
*** tryggvil has quit IRC | 14:39 | |
*** garyk has joined #openstack-dev | 14:44 | |
*** dhellmann has quit IRC | 14:48 | |
*** dhellmann has joined #openstack-dev | 14:48 | |
*** flaviamissi has joined #openstack-dev | 14:49 | |
*** edygarcia has quit IRC | 14:50 | |
*** edygarcia has joined #openstack-dev | 14:53 | |
*** anderstj has quit IRC | 14:54 | |
*** fnaval has joined #openstack-dev | 14:54 | |
*** Gordonz has joined #openstack-dev | 14:55 | |
*** dtroyer is now known as dtroyer_zzz | 14:57 | |
*** spiffxp has joined #openstack-dev | 14:57 | |
*** ChanServ sets mode: +v letterj | 14:59 | |
*** rgoodwin has quit IRC | 14:59 | |
*** rgoodwin_ has joined #openstack-dev | 14:59 | |
*** rgoodwin_ is now known as rgoodwin | 15:00 | |
*** rnirmal has joined #openstack-dev | 15:04 | |
*** Mandell has quit IRC | 15:04 | |
*** dachary has quit IRC | 15:08 | |
*** gael has quit IRC | 15:08 | |
*** gael has joined #openstack-dev | 15:09 | |
*** ayoung has quit IRC | 15:09 | |
*** littleidea has joined #openstack-dev | 15:09 | |
*** dachary has joined #openstack-dev | 15:09 | |
*** Gordonz has quit IRC | 15:09 | |
*** Gordonz has joined #openstack-dev | 15:10 | |
*** davidha has quit IRC | 15:14 | |
*** ayoung has joined #openstack-dev | 15:18 | |
*** maplebed has quit IRC | 15:22 | |
*** lloydde has joined #openstack-dev | 15:22 | |
*** danwent has joined #openstack-dev | 15:22 | |
*** adjohn has joined #openstack-dev | 15:24 | |
*** dachary has quit IRC | 15:26 | |
*** jaypipes-afk is now known as jaypipes | 15:26 | |
*** jaypipes has quit IRC | 15:27 | |
*** thingee_zz has quit IRC | 15:27 | |
*** hugokuo2 has joined #openstack-dev | 15:27 | |
*** Gordonz_ has joined #openstack-dev | 15:28 | |
*** Gordonz has quit IRC | 15:29 | |
*** hugokuo1 has quit IRC | 15:30 | |
*** hub_cap has joined #openstack-dev | 15:31 | |
*** jaypipes has joined #openstack-dev | 15:33 | |
jaypipes | fattarsi: heyo. I just assigned you to https://bugs.launchpad.net/tempest/+bug/997685. It's the only failure right now in the tempest test suite in the gating job and I was hoping we could push through a fix (and the fix MIGHT be skipping the test method until a bug in Keystone is fixed...) | 15:35 |
uvirtbot | Launchpad bug 997685 in tempest "tests.identity.test_roles.RolesTest.test_role_create_blank_name Fails" [High,Confirmed] | 15:35 |
hub_cap | bcwaldon: jaypipes: would yall be opposed to making the service_type configurable from a flag in python-glanceclient | 15:36 |
hub_cap | that defaults to 'image' (the value it is now) | 15:36 |
jaypipes | hub_cap: no problem from me. | 15:36 |
hub_cap | k, ill whip it up and submit a bug repot & reivew | 15:37 |
hub_cap | heart | 15:37 |
jaypipes | hub_cap: just get with bcwaldon about adding it to the python-openstackclient common client project, too.. | 15:37 |
hub_cap | roger | 15:37 |
jaypipes | hub_cap: whip it. whip it good. | 15:37 |
* jaypipes dons flowerpot cap. | 15:37 | |
hub_cap | queue the flowerpot hats | 15:37 |
hub_cap | u beat me | 15:37 |
jaypipes | lol | 15:37 |
*** epim has joined #openstack-dev | 15:38 | |
*** dtroyer_zzz is now known as dtroyer | 15:39 | |
jaypipes | davidkranz: reviewing your stress test improvements now... sorry for the delay mate | 15:39 |
*** dachary has joined #openstack-dev | 15:44 | |
*** milner has joined #openstack-dev | 15:46 | |
*** lloydde has quit IRC | 15:47 | |
*** andrewsben_zz is now known as andrewsben | 15:50 | |
ttx | zykes-: not on the top of my mind | 15:53 |
ttx | zykes-: try asking reed | 15:53 |
*** davidha has joined #openstack-dev | 15:56 | |
*** eglynn__ has joined #openstack-dev | 15:56 | |
openstackgerrit | Verification of a change to openstack/nova failed: Remove old flagfile support. https://review.openstack.org/6990 | 15:58 |
openstackgerrit | Verification of a change to openstack/nova failed: More predictable S3 image ID generation. https://review.openstack.org/7302 | 15:58 |
*** eglynn_ has quit IRC | 15:59 | |
*** dwalleck has quit IRC | 16:00 | |
*** journeeman has quit IRC | 16:00 | |
*** mancdaz has quit IRC | 16:02 | |
*** utlemming has joined #openstack-dev | 16:02 | |
*** zaitcev has joined #openstack-dev | 16:03 | |
*** fnaval has quit IRC | 16:04 | |
*** lloydde has joined #openstack-dev | 16:05 | |
*** markvoelker has joined #openstack-dev | 16:08 | |
*** maplebed has joined #openstack-dev | 16:12 | |
zykes- | notmyname: ping | 16:16 |
notmyname | zykes-: pong | 16:16 |
zykes- | notmyname: how will stripped code be used with swift later? ref the [Swift] swift news and plans mail | 16:17 |
*** salgado-afk is now known as salgado | 16:17 | |
notmyname | zykes-: what do you mean by "used with"? | 16:17 |
*** jemartin has joined #openstack-dev | 16:18 | |
*** garyk has quit IRC | 16:18 | |
zykes- | I mean, would one be able to make a namespace for like swift.plugins ? | 16:19 |
zykes- | using namespace packages or something | 16:19 |
notmyname | zykes-: I'm not really sure what namespace packages are | 16:20 |
zykes- | ehm, namespace modles | 16:21 |
zykes- | s/modles/modules even | 16:21 |
mtaylor | notmyname: namespace modules allow you to have more than one thing install code into a python namespace | 16:22 |
mtaylor | notmyname: so like, if you put the right little bit of goo in swift.plugins, then things that aren't in the swift tree can also install things into swift/plugins | 16:23 |
mtaylor | without actually double-using the directory tree | 16:23 |
zykes- | I think it would be a nice thing for vendors | 16:23 |
mtaylor | http://www.python.org/dev/peps/pep-0382/ | 16:24 |
*** Gordonz_ has quit IRC | 16:25 | |
notmyname | ya, I just saw that (but it's rejected) | 16:25 |
mtaylor | oh, indeed | 16:26 |
mtaylor | well, if you look at the section "namespace packages today" | 16:26 |
mtaylor | it describes the currently working mechanism | 16:26 |
*** littleidea has quit IRC | 16:26 | |
zykes- | why rejected notmyname ? ;p | 16:27 |
*** dwalleck has joined #openstack-dev | 16:27 | |
*** Gordonz has joined #openstack-dev | 16:28 | |
mtaylor | zykes-: the pep was rejected ... the one I pasted in was actually a proposal to change how it's done today | 16:29 |
notmyname | mtaylor: zykes-: although I'm not familiar with namespace packages, the desire to remove things from the swift repo is to keep the core code simpler and easier to maintain. if there are things we can do (amespace packages for example) that make it easier to support an ecosystem of 3rd party stuff, I'm cool with that | 16:29 |
mtaylor | notmyname: ++ | 16:29 |
zykes- | mtaylor: ah | 16:30 |
zykes- | notmyname: it would kind of make life easier for otherss as well I guess, swift.plugins.vendorX.auth | 16:31 |
zykes- | or whatever plugin name | 16:31 |
*** torgomatic has joined #openstack-dev | 16:32 | |
*** reed has joined #openstack-dev | 16:32 | |
*** gael has quit IRC | 16:36 | |
*** byeager has joined #openstack-dev | 16:37 | |
*** thingee has joined #openstack-dev | 16:37 | |
*** sniperd has joined #openstack-dev | 16:38 | |
*** utlemming has quit IRC | 16:40 | |
hub_cap | jaypipes: bcwaldon https://review.openstack.org/#/c/7311/ | 16:41 |
*** tryggvil_ has joined #openstack-dev | 16:43 | |
*** fnaval has joined #openstack-dev | 16:44 | |
zykes- | jk0: ping again, that openstack-bosh-cpi what's it for ? | 16:45 |
*** dwalleck has quit IRC | 16:45 | |
*** fnaval has quit IRC | 16:46 | |
jk0 | zykes-: it's an OpenStack CPI for CloudFoundry's BOSH | 16:46 |
bcwaldon | hub_cap: will look shortly | 16:46 |
*** fnaval has joined #openstack-dev | 16:46 | |
zykes- | jk0: what does that mean exactly? I mean how is it coupled with BOSH / OpenStack | 16:47 |
jk0 | zykes-: I'm not sure how else I can put it :) it's a Cloud Provider Interface plugin for the BOSH framework | 16:48 |
jk0 | much like the AWS CPI, only it uses the OpenStack API | 16:48 |
jk0 | zykes-: https://github.com/cloudfoundry/bosh <-- the README here gives a brief overview of what BOSH is | 16:49 |
bcwaldon | hub_cap: you've got a review | 16:49 |
zykes- | I know what BOSH is, but I thought that BOSH supported OpenStack already ? | 16:49 |
*** lloydde has quit IRC | 16:50 | |
jk0 | it only supported AWS and vsphere to my knowledge | 16:50 |
zykes- | ah ok | 16:50 |
zykes- | nice nice then! | 16:50 |
zykes- | will it be added upstream ? | 16:51 |
*** bhuvan_ has joined #openstack-dev | 16:51 | |
*** Mandell has joined #openstack-dev | 16:51 | |
jk0 | that part I don't know just yet | 16:51 |
zykes- | how does one install the CPI then ? | 16:51 |
*** lloydde has joined #openstack-dev | 16:51 | |
hub_cap | bcwaldon: cool, ill remove. i just saw that it wasnt in it, but its a configurable option | 16:52 |
hub_cap | shoudl i remove it from the configurable options as well? | 16:52 |
hub_cap | or submit a different bug w/ that removal | 16:52 |
jk0 | that's still very much in the early stages, but you could clone the git repo and install the gem, or symlink it directly inside the BOSH directory | 16:52 |
*** reidrac has quit IRC | 16:53 | |
bcwaldon | hub_cap: yeah, we can either file a bug to remove it altogether, or to actually use it where we can | 16:53 |
bcwaldon | hub_cap: is there a clear place to pass it in under the hood? | 16:53 |
hub_cap | bcwaldon: not rally | 16:53 |
jk0 | zykes-: eventually just installing the gem and telling the BOSH config to use openstack should do it | 16:53 |
hub_cap | it will probably require keystone changes to be able to pass that | 16:53 |
hub_cap | currently the url_for in keystone only accepts service_type/endpoint_type | 16:54 |
*** apevec has quit IRC | 16:54 | |
*** dwalleck has joined #openstack-dev | 16:54 | |
hub_cap | bcwaldon: updated | 16:55 |
hub_cap | https://review.openstack.org/#/c/7311/ | 16:55 |
jk0 | zykes-: but yeah, it's currently undergoing a lot of functional testing so we hope to have something ready pretty soon here | 16:55 |
bcwaldon | hub_cap: then we can probably just drop region name | 16:55 |
hub_cap | ok ill file another bug and clean it up after munchies | 16:56 |
zykes- | ok jk0 | 16:56 |
*** nati has joined #openstack-dev | 16:58 | |
bcwaldon | hub_cap: thanks | 16:58 |
*** joe-savak has quit IRC | 17:01 | |
*** derekh has quit IRC | 17:02 | |
zykes- | jk0: does BOSH run over multiple vm's ? | 17:02 |
jk0 | I believe it can, but the director only requires one host | 17:03 |
zykes- | ok :) | 17:04 |
zykes- | hmm, what kind of storage is the most used for VM storage ? | 17:04 |
*** mnewby has joined #openstack-dev | 17:04 | |
zykes- | Could I run a combination of Ceph and then store images at Swift ? | 17:04 |
*** harlowja has joined #openstack-dev | 17:04 | |
harlowja | wassuppppppp, haha | 17:04 |
*** mnewby has quit IRC | 17:04 | |
*** mnewby has joined #openstack-dev | 17:05 | |
*** dhellmann has quit IRC | 17:06 | |
*** utlemming has joined #openstack-dev | 17:08 | |
*** garyk has joined #openstack-dev | 17:10 | |
*** markmcclain has quit IRC | 17:11 | |
*** danpb has quit IRC | 17:13 | |
*** mancdaz has joined #openstack-dev | 17:14 | |
*** mcclurmc_ has quit IRC | 17:18 | |
*** dachary has quit IRC | 17:18 | |
*** sacharya has joined #openstack-dev | 17:18 | |
*** mancdaz has quit IRC | 17:27 | |
*** Stackops-Jorge has quit IRC | 17:28 | |
*** darraghb has quit IRC | 17:29 | |
*** ohnoimdead has joined #openstack-dev | 17:34 | |
*** darkhorse has joined #openstack-dev | 17:35 | |
ohnoimdead | really need an approve on https://review.openstack.org/7246 from a devstacker to unblock integration tests for backports | 17:35 |
*** gyee has joined #openstack-dev | 17:38 | |
*** anderstj has joined #openstack-dev | 17:43 | |
harlowja | bcwaldon: https://review.openstack.org/#/c/7258/ comments completed :-p | 17:47 |
*** utlemming has quit IRC | 17:48 | |
*** dwalleck has quit IRC | 17:49 | |
*** utlemming has joined #openstack-dev | 17:49 | |
*** torgomatic has quit IRC | 17:50 | |
rmk | Before we go and change this, does anyone have input on why the default dnsmasq lease times are set so low? | 17:51 |
*** hub_cap has quit IRC | 17:51 | |
rmk | If you delete a VM, aren't the leases removed as well? | 17:52 |
rmk | If so, I'm not sure I understand the benefit of having it so low. Just means there's very little margin for dhcp being unavailable. | 17:52 |
*** bhuvan_ has quit IRC | 17:52 | |
*** pvo is now known as pvo-away | 17:59 | |
*** ncode has quit IRC | 18:02 | |
*** ncode has joined #openstack-dev | 18:02 | |
*** ncode has joined #openstack-dev | 18:02 | |
*** mcclurmc_ has joined #openstack-dev | 18:09 | |
*** asdfasdf has joined #openstack-dev | 18:10 | |
*** johnpostlethwait has joined #openstack-dev | 18:11 | |
*** jakedahn_zz is now known as jakedahn | 18:12 | |
*** nati has quit IRC | 18:13 | |
*** salgado is now known as salgado-brb | 18:19 | |
zykes- | Can one deploy a LoadBalanced Horizon ? | 18:26 |
*** darraghb has joined #openstack-dev | 18:30 | |
*** rnirmal_ has joined #openstack-dev | 18:31 | |
*** sacharya1 has joined #openstack-dev | 18:32 | |
*** hub_cap has joined #openstack-dev | 18:32 | |
*** sacharya has quit IRC | 18:32 | |
*** hub-cap has joined #openstack-dev | 18:33 | |
bcwaldon | Vek: could you take a look at this today? https://review.openstack.org/#/c/7251/ | 18:34 |
*** markmcclain has joined #openstack-dev | 18:34 | |
*** dhellmann has joined #openstack-dev | 18:35 | |
*** rnirmal has quit IRC | 18:35 | |
*** rnirmal_ is now known as rnirmal | 18:35 | |
*** hub-cap_ has joined #openstack-dev | 18:35 | |
*** Ryan_Lane has quit IRC | 18:36 | |
*** hub_cap has quit IRC | 18:37 | |
harlowja | dhellmann: are those CLI rewrites done yet, james here is blowing up on how inconsistent the cli's are, env variables here, cli options there, lol | 18:37 |
*** hub-cap has quit IRC | 18:38 | |
*** hub-cap_ is now known as hub_cap | 18:38 | |
harlowja | :) | 18:38 |
*** vladimir3p has joined #openstack-dev | 18:39 | |
dhellmann | harlowja, we're moving a little slowly getting the framework and patterns worked out, but I think we are reaching a point where contributors could start implementing command plugins (hint hint) | 18:39 |
harlowja | :) | 18:39 |
harlowja | i might have to, he is going insane over the essex CLI's, lol | 18:39 |
*** vikram has joined #openstack-dev | 18:43 | |
*** torgomatic has joined #openstack-dev | 18:44 | |
dhellmann | give us another week or so, I'm sure when we're ready we will send out an announcement on the mailing list | 18:45 |
*** mszilagyi has joined #openstack-dev | 18:46 | |
harlowja | cool | 18:46 |
hub_cap | bcwaldon: hey dude, looks like the kwargs.get('image_type', 'image') is returning an empty string, so its not getting the default value when u dont supply something. What do u think a fix would be for this? I could 1) update kwargs outside of the kwargs creation if it exists, or 2) check the length before the url_for call. I think i prefer #1 | 18:47 |
rmk | zykes-: Yes. Though you'll want to store sessions in memcached or mysql. | 18:48 |
*** Gordonz has quit IRC | 18:49 | |
*** jog0 has joined #openstack-dev | 18:49 | |
*** Gordonz has joined #openstack-dev | 18:49 | |
*** anderstj_ has joined #openstack-dev | 18:51 | |
*** anderstj has quit IRC | 18:51 | |
hub_cap | bcwaldon: jaypipes: fixed the buggie i added w a new changeset :D | 18:52 |
hub_cap | https://review.openstack.org/#/c/7311/ | 18:52 |
*** novas0x2a|laptop has joined #openstack-dev | 18:52 | |
*** utlemming has quit IRC | 18:53 | |
*** darraghb has quit IRC | 18:56 | |
*** rbasak has joined #openstack-dev | 19:00 | |
*** rbasak has joined #openstack-dev | 19:00 | |
*** andresambrois has joined #openstack-dev | 19:03 | |
*** utlemming has joined #openstack-dev | 19:03 | |
vladimir3p | vishy: ping | 19:04 |
bcwaldon | hub_cap: you mean service_type, right? | 19:05 |
hub_cap | bcwaldon: DOH! yar | 19:05 |
hub_cap | good call | 19:05 |
hub_cap | ive fixed it in the review, but i was goofy brained when i typed that msg | 19:05 |
bcwaldon | hub_cap: ok, no worries | 19:06 |
bcwaldon | hub_cap: it's probably cleaner to revert to your previous changeset and do kwargs.get('service_type') or 'image' rather than depending on the default | 19:06 |
*** jog0 has quit IRC | 19:06 | |
*** jakedahn is now known as jakedahn_zz | 19:07 | |
hub_cap | kk | 19:07 |
vishy | vladimir3p: sup? | 19:07 |
vladimir3p | vishy: | 19:07 |
vladimir3p | hey | 19:07 |
vladimir3p | vishy: a quick question for you (or anybody else here) | 19:07 |
vladimir3p | Can you pls tell if greenlet switches to other threads when DB calls are performed? | 19:08 |
vishy | vladimir3p: nope | 19:08 |
vladimir3p | yeah, this what I was thinking | 19:08 |
vladimir3p | We had couple very strange issues with Diablo recently, when DB access for a single query took a long time (~15-30 sec) | 19:08 |
vishy | db blocks the reactor | 19:08 |
vladimir3p | It is not a big deal, but at the same time nova-api was unable to accept new connections at all. | 19:08 |
vishy | vladimir3p: multiple apis! | 19:08 |
vladimir3p | multiple nova-apis? | 19:08 |
vladimir3p | like different services? | 19:09 |
vishy | as in multiple copies of nova-api | 19:09 |
russellb | yeah, run it more than once and load balance across them | 19:09 |
vishy | or implement this blueprint https://blueprints.launchpad.net/nova/+spec/db-threadpool | 19:09 |
vishy | :) | 19:09 |
vladimir3p | yeah, I remember this one :-) | 19:09 |
vishy | it is possible that the multiprocess api would solve it as well | 19:09 |
vladimir3p | I hoped that Essex had some improvements for it | 19:10 |
vishy | vladimir3p: nope, no one seems to care enough :| | 19:10 |
vladimir3p | sorry for my ignorance of community progress - is there any work wrt multi-process? | 19:10 |
*** jakedahn_zz is now known as jakedahn | 19:10 | |
vladimir3p | but I wonder how ppl are running hunders of nodes | 19:11 |
vladimir3p | you need to have tons of nova-api processes running for properly balancing load | 19:11 |
*** jog0 has joined #openstack-dev | 19:13 | |
*** salgado-brb is now known as salgado | 19:14 | |
vladimir3p | russellb: any recomendations for LB? | 19:15 |
*** fnaval_ has joined #openstack-dev | 19:16 | |
hub_cap | bcwaldon: uno mas? https://review.openstack.org/#/c/7311/ | 19:16 |
bcwaldon | hub_cap: awesome | 19:17 |
jgriffith | vishy: If I bump the migration number will it pass smoke/jenkins tests without a place holder? | 19:17 |
*** fnaval has quit IRC | 19:19 | |
*** fnaval_ is now known as fnaval | 19:19 | |
hub_cap | heart bcwaldon | 19:20 |
bcwaldon | hub_cap: <3 you too | 19:20 |
pmezard | bcwaldon: would you have a couple of minutes to give some feedback about https://bugs.launchpad.net/glance/+bug/994609 ? | 19:21 |
uvirtbot | Launchpad bug 994609 in glance "wsgi.Server() starts but is broken on osx (test_multiprocessing never ends)" [Critical,In progress] | 19:21 |
bcwaldon | pmezard: yes, been putting that one off too long ;) | 19:21 |
bcwaldon | pmezard: it's the first tab open in Chrome | 19:21 |
pmezard | ehe, well it is not lost, nice to hear | 19:21 |
pmezard | it does not have to be now | 19:22 |
pmezard | I just wanted to be sure it was clear I was waiting for an ack, that's all | 19:22 |
hub_cap | :P | 19:22 |
bcwaldon | pmezard: ah, ok | 19:22 |
*** berendt has quit IRC | 19:24 | |
hub_cap | as soon as this one lands, ill remove the other flag thats unused. also bcwaldon, jaypipes told me to talk to u about the openstackclient, should these updates be in it as well? | 19:29 |
bcwaldon | hub_cap: poke dtroyer RE openstackclient | 19:30 |
hub_cap | kk | 19:30 |
hub_cap | dtroyer: poke RE openstackclient | 19:30 |
bcwaldon | hub_cap: he may be afk today | 19:30 |
dtroyer | I'm here... | 19:30 |
bcwaldon | hub_cap: I knew it was either yesterday or today that he was out | 19:30 |
bcwaldon | he's here! | 19:30 |
hub_cap | victory | 19:30 |
* dtroyer catching up | 19:31 | |
hub_cap | dtroyer: ill summarize for u | 19:31 |
hub_cap | i added service_type as a configurable option to glanclient | 19:31 |
hub_cap | i assume it should be configurable in openstackclient as well, no? | 19:31 |
hub_cap | https://review.openstack.org/#/c/7311/ | 19:31 |
*** dubsquared has joined #openstack-dev | 19:32 | |
dtroyer | I'm not sure I understand why glance needs that? | 19:32 |
hub_cap | in the event that my service catalog for my internal auth has > 1 glance endpoint for different nova clusters is one example | 19:33 |
*** ncode has quit IRC | 19:34 | |
dtroyer | so you are differentiating them by changing the type? | 19:34 |
hub_cap | i dont believe we can guarantee that for every service provider, there will be a 1-1 between all the openstack services | 19:34 |
hub_cap | dtroyer: correct | 19:34 |
hub_cap | we could have 1 keystone, and a few glance / nova's possibly | 19:34 |
vishy | jgriffith: no migration numbers have to be sequential | 19:35 |
*** mattray has joined #openstack-dev | 19:36 | |
*** koolhead17 has quit IRC | 19:37 | |
hub_cap | bcwaldon: do u have someone else who can look over my review? jaypipes is afk it seems | 19:40 |
bcwaldon | hub_cap: dtroyer can | 19:40 |
hub_cap | well then! dtroyer hook a brutha up | 19:41 |
bcwaldon | well, I think he can | 19:41 |
hub_cap | is he the little engine that could bcwaldon ? | 19:41 |
bcwaldon | It's more of 'does the little engine have glance-core privs?' | 19:41 |
dtroyer | +1 | 19:41 |
hub_cap | hehe thx dtroyer bcwaldon | 19:41 |
bcwaldon | yeah, no dice on the +2 | 19:41 |
bcwaldon | jk0: you're on deck ^ | 19:42 |
bcwaldon | jk0: python-glanceclient review | 19:42 |
*** jog0 has quit IRC | 19:42 | |
dprince | bcwaldon: +2 | 19:43 |
hub_cap | thx dprince | 19:43 |
*** jakedahn is now known as jakedahn_zz | 19:43 | |
bcwaldon | ah, there we go | 19:43 |
*** danwent has quit IRC | 19:43 | |
bcwaldon | thank you, dprince | 19:43 |
dprince | np. That one looks fine. | 19:43 |
*** danwent has joined #openstack-dev | 19:44 | |
bcwaldon | yep, easy win | 19:44 |
hub_cap | its a wee little change | 19:44 |
nvez | what's the current go-to way for getting usage statistics for a tenant/project in nova? | 19:44 |
bcwaldon | nvez: there's a simple tenant usage extension you can use for now | 19:45 |
bcwaldon | nvez: http://api.openstack.org/ | 19:45 |
bcwaldon | nvez: search that page for 'Simple Usage' | 19:45 |
*** mcclurmc_ has quit IRC | 19:46 | |
nvez | sweet, thanks bcwaldon | 19:46 |
bcwaldon | nvez: no prob | 19:46 |
*** littleidea has joined #openstack-dev | 19:46 | |
bcwaldon | nvez: you need to be admin to get that info for all tenants, or you need to be auth'd as the tenant you're requesting | 19:47 |
bcwaldon | nvez: just a word of warning ;) | 19:47 |
nvez | oh i already learned that lesson | 19:47 |
nvez | I was dealing with setting quotas for tenants | 19:47 |
nvez | :P | 19:47 |
bcwaldon | excellent | 19:47 |
*** fnaval has quit IRC | 19:48 | |
bcwaldon | jeblair: 'git-review --help' is not equivalent to 'git-review -h' | 19:48 |
bcwaldon | jeblair: would expect them to be | 19:48 |
bcwaldon | jeblair: is there somewhere I can file a bug on it? | 19:49 |
harlowja | bcwaldon: https://review.openstack.org/#/c/7258/ | 19:49 |
*** koolhead17 has joined #openstack-dev | 19:49 | |
vishy | westmaas: ping | 19:51 |
zykes- | does the likes of SDN eliminate the need for loadbalancer to a certain degree ? | 19:54 |
nvez | Uh is this botched docs or really really awkward OS stuff, to get all usage stats -- you do a GET /v1.1/{tenant_id}/os-simple-tenant-usage (according to docs, this is for ALL tenants), for a specific tenantā¦ GET /v1.1/{tenant_id}/os-simple-tenant-usage/{tenant_id} | 19:56 |
*** dubsquared has quit IRC | 19:57 | |
bcwaldon | nvez: nope, that's correct :( | 19:59 |
nvez | ouch yes I was just looking at the code and it is | 19:59 |
nvez | that's really odd.. | 19:59 |
*** maoy has joined #openstack-dev | 19:59 | |
bcwaldon | nvez: oh, I know | 19:59 |
bcwaldon | nvez: but there isn't a great way to get stats for a *different* tenant than what you auth as if you dont use this resource structure | 19:59 |
bcwaldon | nvez: its repetitive in the case that you are not an admin looking at your own stats | 20:00 |
bcwaldon | nvez: but if you are an admin, its not so bad | 20:00 |
nvez | ah, i see, makes sense | 20:00 |
nvez | so awkward though, heh | 20:00 |
bcwaldon | nvez: you should try 'nova usage-list' | 20:01 |
markmc | vishy, provider firewall rules ... am I imagining it or are they unused since the ec2 admin API was removed? | 20:01 |
nvez | bcwaldon: i'm going to run a bunch of requests now and read through the json for the output :p | 20:01 |
bcwaldon | nvez: thats a valid approach ;) | 20:01 |
vishy | markmc: ha probably can't be created without hacking the db | 20:02 |
nvez | bcwaldon: though something tells me there might be something wrong, heh. | 20:02 |
vishy | markmc: looks like no one ported them to an extension | 20:02 |
nvez | 20.19 CPU hours for a tenant i created minutes ago... | 20:02 |
*** reed has quit IRC | 20:02 | |
*** utlemming has quit IRC | 20:02 | |
bcwaldon | nvez: how many vcpus did you give it? | 20:02 |
nvez | where dashboard reports 0.20 hours | 20:02 |
markmc | vishy, so, they're vaguely useful? people might actually add them to the DB directly? | 20:02 |
bcwaldon | and wher does dashboard get its info... | 20:02 |
nvez | it was a m1.tiny so 1 vcpu | 20:02 |
vishy | markmc: well they probably aren't being used i would suspect | 20:03 |
bcwaldon | nvez: hmm, might be a miscalculation... | 20:03 |
vishy | markmc: if no one is complaining | 20:03 |
nvez | i think maybe novaclient is calculating wrong? because now horizon says 0.21 and nova usage-list says 20.22 | 20:03 |
markmc | vishy, coolness, shall I send a patch to remove? RFC to the list too? | 20:03 |
nvez | i'll look into it and put in a fix if it is a bug | 20:03 |
bcwaldon | nvez: maybe, see if the raw api results are vs what novaclient says | 20:03 |
nvez | ah, lemme see that | 20:03 |
vishy | markmc: I'm trying to decide whether it is better to toss them or make an api extension for them | 20:03 |
markmc | vishy, ok :) | 20:04 |
vishy | markmc: i guess it depends on how quickly quantum is going to support something similar | 20:04 |
vishy | danwent: ping | 20:04 |
*** jakedahn_zz is now known as jakedahn | 20:04 | |
nvez | bcwaldon: http://pastebin.com/GZD9AaVx | 20:05 |
*** dhellmann has quit IRC | 20:05 | |
nvez | wait i wonder if this "prettifer" for json screwed up the hours | 20:06 |
bcwaldon | nvez: yep, novaclient is reporting it incorrectly... | 20:06 |
danwent | vishy: sorry, in a meeting | 20:06 |
*** dhellmann has joined #openstack-dev | 20:06 | |
nvez | oh lala | 20:06 |
nvez | github ui changes | 20:07 |
bcwaldon | nvez: yeah, threw me off | 20:07 |
vishy | danwent: no worries, when you get a chance, I'm just curious if/when quantum will support outgoing fwall rules especially ones defined by a provider. | 20:07 |
nvez | i was going through them today or a bit earlier heh | 20:07 |
vishy | danwent: I'll ping you about it later. | 20:07 |
*** dtroyer has left #openstack-dev | 20:09 | |
*** markvoelker has quit IRC | 20:10 | |
*** dtroyer has joined #openstack-dev | 20:10 | |
westmaas | vishy: pong | 20:11 |
russellb | is nova-volume going to get removed in folsom, or just deprecated in favor of cinder and removed later? | 20:11 |
vishy | westmaas: hey is brian elliot on irc? | 20:12 |
vishy | russellb: unknown | 20:12 |
vishy | russellb: depends on how cinder is doing at f-2 | 20:12 |
russellb | k :) | 20:12 |
russellb | vishy: btw, i saw your comment on his patch. i don't think it's using an admin context .. | 20:12 |
russellb | it's using a context passed in from the compute manager | 20:13 |
*** troytoman-away is now known as troytoman | 20:13 | |
russellb | not the local one it got using get_admin_context() | 20:13 |
westmaas | vishy: finding him, don't think he's here atm | 20:13 |
comstud | vishy: he's being summoned | 20:13 |
nvez | bcwaldon: should I report a bug then post a fix for it or can I just fix it and do a git review? | 20:13 |
vishy | westmaas: ok, the patch that just went in regarding notifications on glance instances | 20:13 |
bcwaldon | nvez: bug, please | 20:13 |
vishy | * on image_ref on instance_exists | 20:13 |
vishy | will not work | 20:13 |
jgriffith | vishy: awesome thanks!! | 20:14 |
westmaas | https://review.openstack.org/#/c/7309/ ? | 20:14 |
comstud | yeah | 20:14 |
comstud | that will not work | 20:15 |
comstud | for a few reasons | 20:15 |
vishy | westmaas: yes | 20:15 |
vishy | westmaas: not sure exactly what meta is important, but you can't hit glance properly with an admin context | 20:15 |
vishy | westmaas: so it is going to fail | 20:15 |
*** jdurgin has joined #openstack-dev | 20:15 | |
*** rbasak has quit IRC | 20:15 | |
comstud | he's using the original context | 20:16 |
comstud | not the admin context generated in there | 20:16 |
* russellb was trying to say that ... | 20:16 | |
comstud | however, there's a problem if the image has been deleted. | 20:16 |
russellb | sorry if i missed another reason it won't work | 20:16 |
comstud | since having built from it | 20:16 |
vishy | comstud: but the original context comes from a periodic task | 20:17 |
vishy | comstud: so it won't have a token | 20:17 |
vishy | comstud: unless i missed some magic somewhere | 20:17 |
comstud | most calls aren't ina periodic task | 20:17 |
comstud | I guess there might be one, though | 20:17 |
comstud | which periodic task are you thinking of? | 20:18 |
comstud | not grepped yet | 20:18 |
russellb | the function in question is called from compute.manager.prep_resize() and compute.manager.live_migration() i believe | 20:18 |
vishy | comstud: sorry not periodic, the bin/instance-usage-audit | 20:18 |
comstud | it's called from more than that | 20:18 |
vishy | which is the main caller | 20:18 |
comstud | but | 20:19 |
comstud | hmm | 20:19 |
vishy | comstud: the other calls will work fine | 20:19 |
comstud | yeah, that one is a problem, eh | 20:19 |
comstud | hehe | 20:19 |
vishy | comstud: instance-usage-audit will need a glance admin token somehow :/ | 20:19 |
vishy | comstud: but the question is what metadata is important | 20:19 |
nvez | bcwaldon: ok so this is odd, debugging this -- python bug? :\ -- the JSON api reports this: "total_memory_mb_usage": 0.00013937777777777777 and doing a print u.total_memory_mb_usage reports 10486.7538859 | 20:19 |
nvez | any idea? :\ | 20:19 |
comstud | there's a wiki page on openstack | 20:19 |
vishy | comstud: if there are a few fields needed, maybe they should just be copied into the instance table | 20:19 |
comstud | vishy: sec | 20:19 |
bcwaldon | nvez: maybe...? | 20:20 |
westmaas | or the instance system metadat | 20:20 |
westmaas | a | 20:20 |
comstud | vishy: i think the wiki doesn't specify.. and yeah, that'd be my suggested solution for now. Or... we created this 'system_metadata' table | 20:20 |
comstud | yes | 20:20 |
westmaas | It'd be cool if we didn't have to hit glance for every notification probably | 20:20 |
westmaas | so I like that better | 20:21 |
comstud | vishy: http://wiki.openstack.org/SystemUsageData#compute.instance.exists: | 20:21 |
westmaas | (even if it would work, I mean) | 20:21 |
*** jog0 has joined #openstack-dev | 20:21 | |
comstud | "image_meta" | 20:21 |
comstud | doesn't specify any specific things, so that implies all | 20:21 |
comstud | but... | 20:21 |
comstud | we could use the system_metadata table and copy all | 20:22 |
comstud | without having to mod the Instances table | 20:22 |
westmaas | is system metadata well indexed so it won't be painful for periodic tasks? | 20:24 |
comstud | it's got an index by instance uuid | 20:24 |
comstud | and the only real public interface for 'get' gets all keys | 20:24 |
westmaas | ok | 20:25 |
westmaas | should be fine | 20:25 |
harlowja | is policy.json always needed in nova, like if its blank does it get ignored, i don't quite understand why its needed, doesn't keystone provide the same stuff (or should?)? | 20:26 |
vishy | harlowja: it is needed | 20:27 |
vishy | harlowja: keystone tells you roles | 20:27 |
*** Ryan_Lane has joined #openstack-dev | 20:27 | |
vishy | harlowja: policy.json maps roles to actions | 20:27 |
bcwaldon | we could probably handle a missing file a bit nicer | 20:28 |
vishy | harlowja: you can specify one default policy for everything | 20:28 |
harlowja | thx | 20:28 |
bcwaldon | vishy: but the file still has to exist and have that rule defined | 20:28 |
vishy | bcwaldon: yes true | 20:28 |
harlowja | interesting, just odd that nova has a static mapping, but keystone has a dynamic mapping of roles | 20:29 |
harlowja | and they are connected | 20:29 |
bcwaldon | harlowja: the keystone integration was done much more recently | 20:29 |
harlowja | ya, more than once :-p | 20:29 |
harlowja | ;) | 20:29 |
*** spiffxp has quit IRC | 20:33 | |
dprince | bcwaldon: couple questions for you... | 20:34 |
bcwaldon | dprince: shoot | 20:34 |
dprince | bcwaldon: When is your next deprecated auth branch going to land? | 20:35 |
bcwaldon | dprince: I'm waiting to hear back from you | 20:35 |
bcwaldon | none are in MP | 20:35 |
bcwaldon | dprince: I threw one up to test what Smokestack would do, but I didnt realize how much it depended on | 20:35 |
bcwaldon | dprince: my grep skills failed me | 20:35 |
dprince | bcwaldon: Okay. Ha. Yeah. I'm halfway done. | 20:35 |
dprince | bcwaldon: I should finish up today. I didn't see the second branch (which removed nova-manage stuff). Just wanted to ask. | 20:36 |
dprince | bcwaldon: I'll finish up and reply to your email then. Thanks. | 20:36 |
harlowja | bcwaldon: https://review.openstack.org/#/c/7258/ | 20:36 |
bcwaldon | dprince: yep, I put it up as a draft, manually ran it through smokestack, then abandoned it | 20:36 |
bcwaldon | dprince: its gone for now | 20:37 |
dprince | bcwaldon: got it | 20:37 |
harlowja | is there a command that shows which hypervisor a instance landed up on? i don't recall any, but might be one hidden somewhere | 20:37 |
harlowja | huzzah, lol | 20:39 |
*** mcclurmc_ has joined #openstack-dev | 20:40 | |
*** mgius has joined #openstack-dev | 20:43 | |
*** Ryan_Lane has quit IRC | 20:44 | |
*** vladimir3p has quit IRC | 20:45 | |
*** anderstj has joined #openstack-dev | 20:45 | |
*** anderstj_ has quit IRC | 20:46 | |
*** rkukura has quit IRC | 20:48 | |
*** koolhead17 has quit IRC | 20:48 | |
*** Ruetobas has quit IRC | 20:49 | |
*** jgriffith has quit IRC | 20:51 | |
*** mcclurmc_ has quit IRC | 20:51 | |
*** mcclurmc2 has joined #openstack-dev | 20:51 | |
*** mcclurmc2 has quit IRC | 20:52 | |
*** mcclurmc_ has joined #openstack-dev | 20:52 | |
*** dachary has joined #openstack-dev | 20:53 | |
*** Ryan_Lane has joined #openstack-dev | 20:54 | |
*** troytoman is now known as troytoman-away | 20:54 | |
*** Ruetobas has joined #openstack-dev | 20:55 | |
*** Ryan_Lane has quit IRC | 20:55 | |
jeblair | bcwaldon: http://launchpad.net/git-review | 21:00 |
bcwaldon | jeblair: thanks | 21:00 |
markmc | jeblair, random gerrit idea | 21:01 |
markmc | jeblair, a "take it to the list!" button | 21:01 |
markmc | jeblair, pops up your mailer with the format-patch quoted in the body, the reviewers in To: and the list in Cc: | 21:01 |
openstackgerrit | Verification of a change to openstack/glance failed: Support custom properties in schemas for v2 API https://review.openstack.org/7251 | 21:02 |
dprince | markmc: 'stalemate: take it to the list!' | 21:02 |
jeblair | markmc: that might make for a long mailto: url... :) | 21:03 |
*** rnirmal has quit IRC | 21:03 | |
*** epim_ has joined #openstack-dev | 21:04 | |
jeblair | markmc: i like it though | 21:04 |
*** epim has quit IRC | 21:05 | |
*** epim_ is now known as epim | 21:05 | |
markmc | jeblair, cool, some magic fairy will make it happen | 21:07 |
* markmc crosses fingers | 21:07 | |
*** sacharya1 has quit IRC | 21:08 | |
*** alaski has quit IRC | 21:09 | |
*** mcclurmc_ has quit IRC | 21:12 | |
*** sacharya has joined #openstack-dev | 21:14 | |
*** lts has quit IRC | 21:15 | |
*** markmc has quit IRC | 21:17 | |
openstackgerrit | Verification of a change to openstack/nova failed: WIP: Make XenAPI more tolerant to unexpected shutdowns https://review.openstack.org/7323 | 21:19 |
openstackgerrit | Verification of a change to openstack/glance failed: Implements blueprint import-dynamic-stores. https://review.openstack.org/7258 | 21:19 |
*** thingee has quit IRC | 21:20 | |
*** ywu has joined #openstack-dev | 21:21 | |
hub_cap | dolphm: got a sec to talk about keystoneclient | 21:24 |
*** jgriffith has joined #openstack-dev | 21:27 | |
*** spiffxp has joined #openstack-dev | 21:28 | |
harlowja | for smokestack when it says "Unexpected server launch status" what the heck does that mean, lol | 21:29 |
*** ayoung has quit IRC | 21:29 | |
*** ayoung has joined #openstack-dev | 21:30 | |
*** mcclurmc_ has joined #openstack-dev | 21:30 | |
zykes- | anyone tell me what's so cool with JuJu contra Puppet or Chef ? | 21:31 |
jgriffith | zykes: automation... assuming I understand your question. | 21:32 |
*** dhellmann has quit IRC | 21:34 | |
*** gyee has quit IRC | 21:35 | |
*** sacharya has quit IRC | 21:36 | |
zykes- | jgriffith: doesn't the other two do that as well ? | 21:36 |
jgriffith | zykes: different levels | 21:36 |
*** dachary has quit IRC | 21:36 | |
jgriffith | zykes: you can think of juju as a layer above the others | 21:37 |
jgriffith | zykes: it's worth a google to read up on if you're interested | 21:38 |
dprince | zykes: likewise you've got projects like Foreman(puppet) and Crowbar(Chef) | 21:40 |
*** jakedahn is now known as jakedahn_zz | 21:42 | |
harlowja | so is there any way to link via a nova command to determine the hypervisor hostname/ip a instance got started on? | 21:44 |
harlowja | *some admin command? | 21:44 |
jgriffith | Any nova core members interested in helping finish up a review: https://review.openstack.org/#/c/7131/ | 21:47 |
comstud | vishy: did you file a bug yet for the bug belliott created?:) | 21:50 |
zykes- | ah ok | 21:50 |
nvez | Really weird stuff going on with tenant usageā¦ http://pastebin.com/ewtvRQ5K -- hours = 4.09 and uptime = 6799 seconds which is 1.88 hours -- does hours in tenant usage stand for something else? | 21:50 |
comstud | vishy: if not, i will | 21:50 |
*** rbasak has joined #openstack-dev | 21:51 | |
*** rbasak has joined #openstack-dev | 21:51 | |
*** negronjl has quit IRC | 21:51 | |
nvez | ah i see whats going on | 21:51 |
zykes- | when you do "juju deploy" can you specify the host ? | 21:52 |
jgriffith | zykes: might want to ask folks on openstack channel to see if somebody is more familiar there. | 21:52 |
*** Ryan_Lane has joined #openstack-dev | 21:52 | |
nvez | if you give end=xx to the tenant usage, it will assume that the server is still active until end | 21:53 |
nvez | makes sense hm | 21:54 |
*** jakedahn_zz is now known as jakedahn | 21:55 | |
*** belliott_ has joined #openstack-dev | 21:55 | |
*** utlemming has joined #openstack-dev | 21:57 | |
*** thingee has joined #openstack-dev | 21:58 | |
*** Ryan_Lane has quit IRC | 22:00 | |
*** ayoung has quit IRC | 22:04 | |
*** rbasak has quit IRC | 22:04 | |
*** flaviamissi has quit IRC | 22:05 | |
*** milner has quit IRC | 22:06 | |
*** milner has joined #openstack-dev | 22:07 | |
*** rgoodwin_ has joined #openstack-dev | 22:08 | |
*** sniperd_ has joined #openstack-dev | 22:09 | |
*** jog0_ has joined #openstack-dev | 22:09 | |
*** mjfork_ has joined #openstack-dev | 22:09 | |
*** edygarcia has quit IRC | 22:11 | |
*** milner has quit IRC | 22:11 | |
*** hub_cap has quit IRC | 22:12 | |
*** sniperd has quit IRC | 22:12 | |
*** maplebed has quit IRC | 22:12 | |
*** jog0 has quit IRC | 22:12 | |
*** mjfork has quit IRC | 22:12 | |
*** rgoodwin has quit IRC | 22:12 | |
*** oneiroi has quit IRC | 22:12 | |
*** openstackgerrit has quit IRC | 22:12 | |
*** LinuxJedi has quit IRC | 22:12 | |
*** rgoodwin_ is now known as rgoodwin | 22:12 | |
*** jog0_ is now known as jog0 | 22:12 | |
*** LinuxJedi has joined #openstack-dev | 22:12 | |
*** mjfork_ is now known as mjfork | 22:12 | |
*** dbuzz has joined #openstack-dev | 22:12 | |
*** dbuzz is now known as oneiroi | 22:12 | |
*** pmezard has quit IRC | 22:13 | |
*** maoy has quit IRC | 22:17 | |
*** bsza has quit IRC | 22:18 | |
*** maplebed has joined #openstack-dev | 22:21 | |
*** jemartin_ has joined #openstack-dev | 22:24 | |
*** Gordonz has quit IRC | 22:27 | |
*** dprince has quit IRC | 22:27 | |
*** kbringard has left #openstack-dev | 22:27 | |
*** jemartin has quit IRC | 22:28 | |
*** jemartin_ is now known as jemartin | 22:28 | |
*** shang has joined #openstack-dev | 22:28 | |
*** lloydde_ has joined #openstack-dev | 22:29 | |
andrewbogott_ | dtroyer, A very basic question: how/where does the openstack client discover available commands? | 22:29 |
*** utlemming has quit IRC | 22:30 | |
dtroyer | andrewbogott_: it is done with pip entrypoints, we define a namespace and install the commands under that | 22:31 |
*** openstackgerrit has joined #openstack-dev | 22:32 | |
andrewbogott_ | hm... ok. | 22:32 |
andrewbogott_ | I think I sort of know what that is :) | 22:32 |
*** lloydde has quit IRC | 22:33 | |
nvez | Is there a way I haven't fonud yet to measure how much B/W a server has used? | 22:33 |
*** salgado has quit IRC | 22:36 | |
*** blamar has quit IRC | 22:38 | |
*** sacharya has joined #openstack-dev | 22:40 | |
*** mattray has quit IRC | 22:46 | |
*** jakedahn is now known as jakedahn_zz | 22:49 | |
*** joesavak has quit IRC | 22:50 | |
*** novas0x2a|lapto1 has joined #openstack-dev | 22:52 | |
*** novas0x2a|laptop has quit IRC | 22:52 | |
*** markmcclain has quit IRC | 22:53 | |
*** mikal has quit IRC | 22:53 | |
*** utlemming has joined #openstack-dev | 22:54 | |
*** Ruetobas has quit IRC | 22:55 | |
*** spiffxp has quit IRC | 22:56 | |
*** mcclurmc_ has quit IRC | 22:58 | |
*** jakedahn_zz is now known as jakedahn | 23:00 | |
*** edygarcia has joined #openstack-dev | 23:01 | |
*** dolphm has quit IRC | 23:01 | |
*** Ruetobas has joined #openstack-dev | 23:02 | |
*** milner has joined #openstack-dev | 23:03 | |
*** jemartin has quit IRC | 23:03 | |
*** jasonz has joined #openstack-dev | 23:07 | |
*** vikram has quit IRC | 23:08 | |
*** dtroyer is now known as dtroyer_zzz | 23:09 | |
*** lloydde_ has quit IRC | 23:09 | |
*** lloydde has joined #openstack-dev | 23:10 | |
*** asalkeld has quit IRC | 23:12 | |
*** dhellmann has joined #openstack-dev | 23:12 | |
*** lloydde has quit IRC | 23:14 | |
*** sacharya has quit IRC | 23:20 | |
*** sacharya has joined #openstack-dev | 23:21 | |
*** asalkeld has joined #openstack-dev | 23:24 | |
*** mcclurmc_ has joined #openstack-dev | 23:27 | |
*** utlemming has quit IRC | 23:27 | |
*** mikal has joined #openstack-dev | 23:28 | |
*** hub_cap has joined #openstack-dev | 23:29 | |
*** spiffxp has joined #openstack-dev | 23:34 | |
*** lloydde has joined #openstack-dev | 23:34 | |
*** pvo-away is now known as pvo | 23:34 | |
epim | nvez: You can pull that out of libvirt | 23:36 |
epim | however that'll only give you an absolute | 23:36 |
*** dhellmann has quit IRC | 23:38 | |
*** pvo is now known as I | 23:40 | |
*** I is now known as pvo | 23:40 | |
*** anderstj has quit IRC | 23:43 | |
*** koolhead17 has joined #openstack-dev | 23:44 | |
*** rbasak has joined #openstack-dev | 23:47 | |
*** rbasak has joined #openstack-dev | 23:47 | |
*** Ryan_Lane has joined #openstack-dev | 23:51 | |
*** lloydde has quit IRC | 23:54 | |
*** vincentricci has joined #openstack-dev | 23:54 | |
*** lloydde has joined #openstack-dev | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!