*** TheEstablishment has joined #openstack-dev | 00:00 | |
mnewby | markmcclain: I suppose fixing the filter file in stack.sh would be preferable to adding a symlink, in any case. | 00:00 |
---|---|---|
markmcclain | yeah.. I guess we could fix up the filter in stack.sh | 00:03 |
markmcclain | or update the quantum source | 00:03 |
*** jrodom has quit IRC | 00:03 | |
*** andrewbogott is now known as andrewbogott_afk | 00:03 | |
*** tmishler has joined #openstack-dev | 00:03 | |
*** TheEstablishment has quit IRC | 00:04 | |
mnewby | markmcclain: how to define multiple locations for a filtered command? | 00:07 |
mnewby | markmcclain: or would it require defining two different commands and executing whichever one was detected to be present? | 00:08 |
markmcclain | just have two lines in teh filter | 00:08 |
markmcclain | one for /usr/bin and one for /usr/local/bin | 00:08 |
mnewby | markmcclain: hmm, and the filter is smart enough to handle that? i'll check... | 00:09 |
*** salv-orlando has quit IRC | 00:09 | |
*** salv-orlando has joined #openstack-dev | 00:09 | |
markmcclain | yeah.. because by default everything fails | 00:09 |
markmcclain | unless you get a match | 00:09 |
*** maxiz has joined #openstack-dev | 00:10 | |
mnewby | markmcclain: I'm confused, if i remove the filter lines entirely suddenly no errors. :( | 00:13 |
*** ctracey has quit IRC | 00:14 | |
*** gongysh has joined #openstack-dev | 00:14 | |
markmcclain | really? | 00:14 |
*** ctracey has joined #openstack-dev | 00:15 | |
mnewby | trying to replicate now | 00:15 |
*** ahardy__ has quit IRC | 00:17 | |
*** ahardy_ has joined #openstack-dev | 00:18 | |
*** ahardy_ has joined #openstack-dev | 00:19 | |
mnewby | markmcclain: ok, figured it out... | 00:20 |
markmcclain | what's did you find? | 00:21 |
*** \etc\bin has joined #openstack-dev | 00:21 | |
*** ociuhandu has quit IRC | 00:21 | |
mnewby | markmcclain: a file called l3.filters.bak (result of a -i sed operation) will be read and used. | 00:21 |
mnewby | markmcclain: combine that with lingering processes (the ns service does not die with the l3 agent - should it?), and i got confused.. | 00:21 |
mnewby | markmcclain: I can report that the filter cannot have multiple values. | 00:22 |
*** e1mer has quit IRC | 00:22 | |
markmcclain | it should die when the agent destroys the namespace | 00:22 |
mnewby | markmcclain: Only the last value is valid. | 00:22 |
*** alunduil has joined #openstack-dev | 00:22 | |
markmcclain | oh.. change the key | 00:22 |
*** lifeless has joined #openstack-dev | 00:22 | |
mnewby | markmcclain: that's what I was wondering. So the agent has to detect which key to use? | 00:22 |
smoser | vishy, ok. so you're right write-once is signifiantly different. | 00:23 |
mnewby | markmcclain: i.e. if file exists in /usr/local/bin, use this key, otherwise, use that key | 00:23 |
smoser | using 'latest' means code has to change in consumers. | 00:23 |
mnewby | markmcclain: oh, wait | 00:23 |
markmcclain | mnewby: have metadata_proxy: and metadata_proxy_local: | 00:23 |
markmcclain | the first token is all that has to be unique | 00:23 |
mnewby | markmcclain: i see… so the key is only internal, not actually used by the agent directly. | 00:24 |
markmcclain | right | 00:24 |
smoser | ie, if cloud-init uses 'latest', and latest changes from being "grizzly-like" to "horrid-like" then that code that i've shipped is busted. | 00:24 |
smoser | i'm willing to make changes to cloud-init up to a point, but I dont want to *have* to change it just because openstack shipped a release. | 00:24 |
*** ociuhandu has joined #openstack-dev | 00:25 | |
smoser | so i guess my only suggestion would be to change the key value from 'password' to 'instance-data', allow there to be a one time post of 16k or something. | 00:26 |
smoser | s/key value/key name/ | 00:26 |
*** lifeless has quit IRC | 00:27 | |
danwent | nati_ueno, gongysh: nati_ueno can you talk to gongysh about https://review.openstack.org/#/c/17424/ | 00:30 |
*** sthaha has joined #openstack-dev | 00:30 | |
*** gongysh has quit IRC | 00:30 | |
danwent | nati_ueno: he has given it a -1. | 00:30 |
mnewby | danwent: all I have to say is - wtf? | 00:30 |
danwent | nati_ueno: ugh… he just signed off | 00:30 |
danwent | mnewby: :) | 00:30 |
danwent | mnewby: are you talking about the reivew? | 00:31 |
mnewby | danwent: I guess that's the nice way of saying it. ;) | 00:31 |
*** pabelanger has joined #openstack-dev | 00:31 | |
mnewby | danwent: Yeah. | 00:31 |
*** ociuhandu_ has joined #openstack-dev | 00:31 | |
mnewby | danwent: -1'ing something without understanding isn't my definition of reasonable reviewing. | 00:31 |
danwent | mnewby: yeah…. i've learned to just take a deep breath sometimes. A very deep breath. | 00:31 |
danwent | nati_ueno: can you just update the bug with a bit more explaination? | 00:32 |
*** ociuhandu has quit IRC | 00:33 | |
*** ociuhandu_ is now known as ociuhandu | 00:33 | |
mnewby | danwent, markmcclain: https://review.openstack.org/17431 | 00:34 |
mnewby | this would ideally go in asap to fix l3+devstack | 00:34 |
danwent | markmcclain, mnewby: didn't the opposite change merge just recently? | 00:35 |
mnewby | danwent: my understanding was that the default became /usr/bin | 00:35 |
markmcclain | yeah.. there was a change to make it match packaging | 00:35 |
markmcclain | but the devstack doesn't match packaging | 00:35 |
mnewby | danwent: with this change, the packaging people can patch out the part they don't like, but it will still work from source | 00:35 |
danwent | mnewby, markmcclain : ah, we're adding both. got it | 00:36 |
danwent | ok, markmcclain, you can +2 and approve | 00:37 |
*** reed has quit IRC | 00:38 | |
*** colinmcnamara has joined #openstack-dev | 00:38 | |
nati_ueno | danwent: Hi | 00:39 |
nati_ueno | OK I'll update explanation | 00:40 |
*** hemna has joined #openstack-dev | 00:41 | |
*** patelna has quit IRC | 00:41 | |
*** jrodom has joined #openstack-dev | 00:42 | |
*** winston-d has joined #openstack-dev | 00:43 | |
*** gongysh has joined #openstack-dev | 00:44 | |
*** tmishler has quit IRC | 00:45 | |
*** timello has joined #openstack-dev | 00:45 | |
danwent | nati_ueno: thx | 00:45 |
nati_ueno | danwent: but yong left now.. hmm it looks it takes 1,2 days | 00:46 |
*** colinmcnamara has quit IRC | 00:46 | |
openstackgerrit | A change was merged to openstack/quantum: Fix rootwrap cfg for src installed metadata proxy. https://review.openstack.org/17431 | 00:46 |
danwent | nati_ueno: yeah, he should be online again soon, based on his timezone | 00:47 |
*** PaulM has joined #openstack-dev | 00:47 | |
*** colinmcnamara has joined #openstack-dev | 00:47 | |
nati_ueno | danwent: Ah you are right | 00:47 |
*** openstack has joined #openstack-dev | 01:23 | |
lifeless | ttx: I can't help but read 'preversioning' as 'perversioning'. | 01:25 |
*** yaguang has joined #openstack-dev | 01:25 | |
*** timello has quit IRC | 01:26 | |
*** mrodden has joined #openstack-dev | 01:28 | |
*** dprince has joined #openstack-dev | 01:36 | |
*** alunduil has quit IRC | 01:40 | |
*** xchu has joined #openstack-dev | 01:42 | |
*** jrodom has quit IRC | 01:44 | |
*** yaguang has quit IRC | 01:46 | |
*** kbringard has joined #openstack-dev | 01:50 | |
*** vishy is now known as vishy_zz | 01:52 | |
*** jrodom has joined #openstack-dev | 01:52 | |
*** alunduil has joined #openstack-dev | 01:54 | |
*** kbringard has quit IRC | 01:56 | |
*** amotoki has joined #openstack-dev | 01:57 | |
*** bing_bu has joined #openstack-dev | 01:57 | |
*** mnewby has quit IRC | 02:02 | |
*** adjohn has quit IRC | 02:05 | |
*** Mandell has quit IRC | 02:05 | |
*** salv-orlando has quit IRC | 02:08 | |
*** jdorothy has quit IRC | 02:08 | |
*** pabelanger_ has joined #openstack-dev | 02:10 | |
*** kaganos has quit IRC | 02:12 | |
*** sunilthaha has joined #openstack-dev | 02:13 | |
*** lloydde has joined #openstack-dev | 02:13 | |
*** esp has left #openstack-dev | 02:13 | |
*** sunilthaha has quit IRC | 02:13 | |
*** saurabhs has quit IRC | 02:14 | |
*** lloydde has quit IRC | 02:14 | |
*** darjeeling has quit IRC | 02:15 | |
*** nati_ueno has quit IRC | 02:23 | |
*** jrodom has quit IRC | 02:26 | |
*** alunduil has quit IRC | 02:26 | |
*** tmishler has joined #openstack-dev | 02:27 | |
*** ociuhandu has quit IRC | 02:28 | |
*** lifeless has quit IRC | 02:30 | |
*** otherwiseguy has joined #openstack-dev | 02:30 | |
*** cp16net|away is now known as cp16net | 02:31 | |
*** dprince has quit IRC | 02:34 | |
*** markwash has quit IRC | 02:34 | |
*** pabelanger has quit IRC | 02:40 | |
*** alunduil has joined #openstack-dev | 02:42 | |
*** novas0x2a|laptop has quit IRC | 02:42 | |
*** colinmcnamara has joined #openstack-dev | 02:50 | |
*** shang has joined #openstack-dev | 02:52 | |
*** nati_ueno has joined #openstack-dev | 02:53 | |
*** markmcclain has quit IRC | 02:53 | |
*** nati_ueno has quit IRC | 02:59 | |
*** danwent has quit IRC | 03:01 | |
*** paulstallworth has joined #openstack-dev | 03:03 | |
*** jcmartin has quit IRC | 03:17 | |
*** juice_afk has quit IRC | 03:17 | |
*** ladquin has quit IRC | 03:18 | |
*** ecarlin has joined #openstack-dev | 03:20 | |
*** otherwiseguy has quit IRC | 03:21 | |
*** pixelbeat has quit IRC | 03:23 | |
*** yjiang5_away has quit IRC | 03:31 | |
*** lifeless has joined #openstack-dev | 03:32 | |
*** maelfius has joined #openstack-dev | 03:36 | |
*** maelfius has quit IRC | 03:40 | |
*** Mandell has joined #openstack-dev | 03:41 | |
*** markwash has joined #openstack-dev | 03:41 | |
*** markwash has quit IRC | 03:46 | |
*** koolhead17 has joined #openstack-dev | 03:47 | |
*** darjeeling has joined #openstack-dev | 03:49 | |
*** jimfehlig has quit IRC | 03:50 | |
*** \etc\bin is now known as e1mer | 03:50 | |
*** maurosr has quit IRC | 03:55 | |
*** kbringard has joined #openstack-dev | 03:59 | |
*** jcmartin has joined #openstack-dev | 04:01 | |
*** nati_ueno has joined #openstack-dev | 04:01 | |
*** TerryH has quit IRC | 04:04 | |
*** Mandell has quit IRC | 04:05 | |
*** Mandell has joined #openstack-dev | 04:08 | |
*** edmund1 has joined #openstack-dev | 04:09 | |
*** shang_ has joined #openstack-dev | 04:10 | |
*** mjfork has quit IRC | 04:13 | |
*** shang has quit IRC | 04:14 | |
*** PaulM has left #openstack-dev | 04:15 | |
*** darjeeli_ has joined #openstack-dev | 04:16 | |
*** saurabhs has joined #openstack-dev | 04:17 | |
*** darjeeling has quit IRC | 04:18 | |
*** Tross has joined #openstack-dev | 04:21 | |
lifeless | dhellmann-afk: re your pycon talk; have you looked at bzr's plugin system? I'm just curious [as I wrote it ;)] | 04:22 |
*** saurabhs has quit IRC | 04:23 | |
*** kbringard has quit IRC | 04:25 | |
*** bitblt has joined #openstack-dev | 04:26 | |
*** lloydde has joined #openstack-dev | 04:26 | |
nati_ueno | mnewby: sure. glance and quantum is enough? I'm not sure the other project uses this value | 04:28 |
*** melwitt has quit IRC | 04:29 | |
*** jcmartin has quit IRC | 04:29 | |
*** jcmartin has joined #openstack-dev | 04:30 | |
*** markwash has joined #openstack-dev | 04:31 | |
*** lloydde has quit IRC | 04:31 | |
*** jcmartin_ has joined #openstack-dev | 04:31 | |
*** krtaylor has quit IRC | 04:32 | |
*** lifeless has quit IRC | 04:34 | |
*** jcmartin has quit IRC | 04:34 | |
*** jcmartin_ is now known as jcmartin | 04:34 | |
*** nati_ueno has quit IRC | 04:34 | |
*** nati_ueno has joined #openstack-dev | 04:35 | |
*** koolhead17 has quit IRC | 04:36 | |
*** nati_ueno has quit IRC | 04:39 | |
*** littleidea_ has joined #openstack-dev | 04:41 | |
*** littleidea_ has quit IRC | 04:42 | |
*** harlowja has quit IRC | 04:43 | |
*** nunosantos has quit IRC | 04:44 | |
*** littleidea_ has joined #openstack-dev | 04:45 | |
*** lifeless has joined #openstack-dev | 04:46 | |
*** naveed has joined #openstack-dev | 04:48 | |
*** Tross has quit IRC | 04:48 | |
*** koolhead17 has joined #openstack-dev | 04:49 | |
*** amigamia has quit IRC | 04:50 | |
*** krtaylor has joined #openstack-dev | 04:51 | |
*** Tross has joined #openstack-dev | 04:52 | |
*** ecarlin has quit IRC | 04:57 | |
*** paulstallworth has quit IRC | 04:58 | |
*** olaph has quit IRC | 05:00 | |
*** stevebake has quit IRC | 05:00 | |
*** colinmcnamara has quit IRC | 05:05 | |
*** edmund1 has quit IRC | 05:09 | |
*** stevebake has joined #openstack-dev | 05:09 | |
*** ewindisch has quit IRC | 05:17 | |
*** JStoker has quit IRC | 05:17 | |
*** olaph has joined #openstack-dev | 05:18 | |
*** JStoker has joined #openstack-dev | 05:23 | |
*** JStoker has quit IRC | 05:28 | |
openstackgerrit | A change was merged to openstack/nova: Add notifications when libvirtd goes down https://review.openstack.org/17299 | 05:30 |
*** amigamia has joined #openstack-dev | 05:33 | |
*** amigamia has joined #openstack-dev | 05:33 | |
openstackgerrit | A change was merged to openstack/nova: powervm: add DiskAdapter for local volumes https://review.openstack.org/17102 | 05:33 |
*** lifeless has quit IRC | 05:37 | |
*** nati_ueno has joined #openstack-dev | 05:38 | |
*** mnewby has joined #openstack-dev | 05:42 | |
*** JStoker has joined #openstack-dev | 05:45 | |
*** sacharya has quit IRC | 05:47 | |
*** jcmartin has quit IRC | 05:50 | |
*** lifeless has joined #openstack-dev | 05:51 | |
*** roadTripper has quit IRC | 05:58 | |
*** danwent has joined #openstack-dev | 06:10 | |
*** mlavalle has joined #openstack-dev | 06:15 | |
*** nati_ueno has quit IRC | 06:16 | |
*** nati_ueno has joined #openstack-dev | 06:17 | |
*** amigamia has quit IRC | 06:17 | |
*** bitblt has quit IRC | 06:18 | |
*** locke1051 has quit IRC | 06:20 | |
*** mrodden has quit IRC | 06:20 | |
*** nati_ueno has quit IRC | 06:21 | |
*** rushiagr has joined #openstack-dev | 06:22 | |
*** mrodden has joined #openstack-dev | 06:23 | |
*** locke105 has joined #openstack-dev | 06:23 | |
*** locke105 has quit IRC | 06:34 | |
*** mrodden has quit IRC | 06:35 | |
*** koolhead17 has quit IRC | 06:35 | |
*** renier has quit IRC | 06:37 | |
*** renier has joined #openstack-dev | 06:37 | |
*** mrodden has joined #openstack-dev | 06:46 | |
*** locke105 has joined #openstack-dev | 06:46 | |
*** sthaha has quit IRC | 06:47 | |
*** zaitcev has quit IRC | 06:47 | |
*** koolhead17 has joined #openstack-dev | 06:48 | |
*** renier has quit IRC | 06:57 | |
*** renier has joined #openstack-dev | 06:58 | |
*** mrunge has joined #openstack-dev | 06:58 | |
*** garyk has joined #openstack-dev | 07:00 | |
*** renier has quit IRC | 07:02 | |
*** renier has joined #openstack-dev | 07:03 | |
*** darjeeli_ has quit IRC | 07:04 | |
*** yjiang5 has joined #openstack-dev | 07:11 | |
*** juice_ has joined #openstack-dev | 07:11 | |
*** mlavalle has left #openstack-dev | 07:24 | |
*** PaulM has joined #openstack-dev | 07:29 | |
*** bing_bu has quit IRC | 07:30 | |
*** bing_bu has joined #openstack-dev | 07:31 | |
*** lifeless has quit IRC | 07:34 | |
*** yolanda has joined #openstack-dev | 07:35 | |
*** xiao_ has joined #openstack-dev | 07:36 | |
*** mnewby has quit IRC | 07:40 | |
Hitesh | hi | 07:45 |
Hitesh | garyk: Hi Garry | 07:46 |
Hitesh | garyk: do you know how action extension call from url? | 07:46 |
Hitesh | garyk: I have developed some action extension, I am not sure how to call it | 07:46 |
Hitesh | danwent: Hi Dan | 07:47 |
*** lifeless has joined #openstack-dev | 07:47 | |
garyk | Hitesh: The extension is part of the json that is sent to the service. | 07:47 |
garyk | Hitesh: you can run the client in verbose mode and create a provider network to see an example of the payload | 07:47 |
Hitesh | oh..ok | 07:47 |
Hitesh | garyk: so in provider network they have created some action resources | 07:48 |
*** afazekas has joined #openstack-dev | 07:48 | |
garyk | Hitesh: not sure what you mean by an action resource | 07:48 |
Hitesh | garyk: sorry for confusion | 07:49 |
Hitesh | garyk: I am creating action_extension (get_actions) | 07:49 |
garyk | Hitesh: no need t be be sorry. I just do not understand the question (early) | 07:50 |
Hitesh | garyk: :) | 07:50 |
garyk | Hitesh: you can take a look at https://review.openstack.org/#/c/16439/ | 07:50 |
Hitesh | garyk: Ok..I have gone through it | 07:51 |
Hitesh | garyk: here port has been extended by using get_extended_resources | 07:52 |
garyk | Hitesh: bsically I am in the same boat as you, learning how to get extensions to work. A luta continua | 07:52 |
Hitesh | garyk: awesome | 07:52 |
Hitesh | garyk: there are 3 types of extensions you can create | 07:52 |
*** eglynn has joined #openstack-dev | 07:52 | |
Hitesh | garyk: new entity (resource) | 07:52 |
Hitesh | garyk: create action extension | 07:53 |
Hitesh | garyk: and last one extend resource extension | 07:53 |
*** afazekas has quit IRC | 07:53 | |
Hitesh | garyk: so I have written first one (new entity (resource) ) one | 07:53 |
Hitesh | garyk: now I am writting action extension (2nd one) :) | 07:54 |
Hitesh | garyk: I want to check that reources works properly or not | 07:54 |
garyk | Hitesh: you use the Quantum CLI. Look at provider networks as an example | 07:55 |
Hitesh | garyk: right | 07:56 |
*** littleidea_ has quit IRC | 07:56 | |
*** rafaduran has joined #openstack-dev | 08:00 | |
*** reed has joined #openstack-dev | 08:07 | |
*** afazekas has joined #openstack-dev | 08:08 | |
*** danwent has quit IRC | 08:08 | |
*** danwent has joined #openstack-dev | 08:09 | |
ttx | lifeless: I have no better name for it :) | 08:12 |
*** ondergetekende has joined #openstack-dev | 08:16 | |
*** kaganos has joined #openstack-dev | 08:20 | |
*** reidrac has joined #openstack-dev | 08:24 | |
*** wenjianhn has joined #openstack-dev | 08:29 | |
*** arbrandes has joined #openstack-dev | 08:36 | |
*** EmilienM has joined #openstack-dev | 08:39 | |
*** PaulM has quit IRC | 08:40 | |
*** jog0 has joined #openstack-dev | 08:47 | |
*** dolphm has joined #openstack-dev | 08:50 | |
*** llu has joined #openstack-dev | 08:52 | |
*** xiao_ has quit IRC | 08:54 | |
*** xiao__ has joined #openstack-dev | 08:54 | |
*** winston-d has quit IRC | 08:56 | |
*** darjeeling has joined #openstack-dev | 08:57 | |
*** kaganos has quit IRC | 09:00 | |
*** EmilienM has quit IRC | 09:02 | |
*** mmagr has joined #openstack-dev | 09:03 | |
*** JStoker has quit IRC | 09:15 | |
*** sthaha has joined #openstack-dev | 09:15 | |
*** pixelbeat has joined #openstack-dev | 09:17 | |
*** salv-orlando has joined #openstack-dev | 09:17 | |
*** JStoker has joined #openstack-dev | 09:21 | |
*** derekh has joined #openstack-dev | 09:22 | |
*** naveed has quit IRC | 09:25 | |
*** darraghb has joined #openstack-dev | 09:28 | |
*** JStoker has quit IRC | 09:28 | |
*** JStoker has joined #openstack-dev | 09:37 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Add a CLI argument validation utility https://review.openstack.org/17043 | 09:44 |
*** naveed has joined #openstack-dev | 09:44 | |
*** danpb has joined #openstack-dev | 09:45 | |
*** rpedde_away is now known as rpedde | 09:49 | |
*** AnilV4 has quit IRC | 09:57 | |
*** arbrandes has quit IRC | 10:05 | |
*** zaneb has joined #openstack-dev | 10:09 | |
reed | is anybody running juju successfully with Rackspace Cloud? | 10:10 |
*** xchu has quit IRC | 10:13 | |
*** gael_ has joined #openstack-dev | 10:17 | |
*** bing_bu has quit IRC | 10:19 | |
openstackgerrit | A change was merged to openstack/python-quantumclient: Display columns in the order of -c options https://review.openstack.org/17346 | 10:22 |
*** jkyle has quit IRC | 10:22 | |
*** juice_ has quit IRC | 10:22 | |
*** cmagina has quit IRC | 10:22 | |
*** cmagina has joined #openstack-dev | 10:22 | |
*** krtaylor has quit IRC | 10:23 | |
*** alpha_ori has quit IRC | 10:23 | |
*** xiao__ has quit IRC | 10:23 | |
*** esheffield has quit IRC | 10:24 | |
*** negronjl has quit IRC | 10:24 | |
*** jkyle has joined #openstack-dev | 10:25 | |
*** clayg__ has joined #openstack-dev | 10:25 | |
*** clayg has quit IRC | 10:25 | |
*** krtaylor has joined #openstack-dev | 10:26 | |
*** juice_ has joined #openstack-dev | 10:26 | |
*** alpha_ori has joined #openstack-dev | 10:26 | |
*** kpavel has quit IRC | 10:27 | |
*** esheffield has joined #openstack-dev | 10:27 | |
mordred | reed: never tried | 10:32 |
mordred | reed: they waited too long to add openstack api support, so I gave up on them | 10:32 |
*** rushiagr has quit IRC | 10:34 | |
*** rushiagr has joined #openstack-dev | 10:35 | |
*** negronjl has joined #openstack-dev | 10:37 | |
*** kpavel has joined #openstack-dev | 10:37 | |
*** rushiagr has left #openstack-dev | 10:41 | |
garyk | gongysh: ping | 10:42 |
*** naveed has left #openstack-dev | 10:44 | |
*** adalbas has joined #openstack-dev | 10:48 | |
*** maxiz has quit IRC | 10:57 | |
*** maurosr has joined #openstack-dev | 11:06 | |
gongysh | garyk: pong | 11:08 |
garyk | hi, | 11:10 |
*** salv-orlando has quit IRC | 11:10 | |
*** salv-orlando has joined #openstack-dev | 11:10 | |
*** brucer_afk has joined #openstack-dev | 11:13 | |
*** brucer has quit IRC | 11:13 | |
*** mjfork has joined #openstack-dev | 11:22 | |
*** timello has joined #openstack-dev | 11:22 | |
*** dolphm has quit IRC | 11:26 | |
*** zbitter has joined #openstack-dev | 11:32 | |
*** zaneb has quit IRC | 11:36 | |
*** dhellmann-afk is now known as dhellmann | 11:37 | |
*** rkukura has quit IRC | 11:53 | |
*** mrunge has quit IRC | 11:54 | |
*** wenjianhn has left #openstack-dev | 12:01 | |
*** markmc has joined #openstack-dev | 12:02 | |
*** maploin has joined #openstack-dev | 12:13 | |
*** maploin has quit IRC | 12:13 | |
*** maploin has joined #openstack-dev | 12:13 | |
*** roadTripper has joined #openstack-dev | 12:19 | |
*** eglynn has quit IRC | 12:23 | |
*** eglynn has joined #openstack-dev | 12:23 | |
*** milner has joined #openstack-dev | 12:24 | |
*** darjeeling has quit IRC | 12:29 | |
*** boden has joined #openstack-dev | 12:37 | |
*** mrunge has joined #openstack-dev | 12:40 | |
openstackgerrit | A change was merged to openstack/python-quantumclient: Add --router and --floatingip to quota-update options. https://review.openstack.org/17343 | 12:46 |
*** nubi3 has joined #openstack-dev | 12:53 | |
nubi3 | hay guys, any body there | 12:53 |
*** saschpe has joined #openstack-dev | 12:53 | |
*** ociuhandu has joined #openstack-dev | 12:57 | |
*** ndipanov has quit IRC | 12:59 | |
*** eharney has joined #openstack-dev | 13:00 | |
*** eharney has joined #openstack-dev | 13:00 | |
*** giroro_ has quit IRC | 13:04 | |
*** ociuhandu has quit IRC | 13:04 | |
jog0 | markmc: ping | 13:05 |
markmc | jog0, hey | 13:05 |
*** markvoelker has joined #openstack-dev | 13:05 | |
nubi3 | any one can help me about ampq refuse connection | 13:06 |
jog0 | I discovered the import order in oslo when trying to update nova's copy of oslo-incubator. | 13:06 |
jog0 | I think its time to try moving nova's tools/hacking into oslo | 13:06 |
jog0 | the catch is each project has its own version HACKING.rst, but they all have large chunks in common | 13:07 |
jog0 | markmc: I was wondering what your opinion is on this | 13:08 |
*** Ruetobas has joined #openstack-dev | 13:08 | |
markmc | jog0, responded in https://blueprints.launchpad.net/oslo/+spec/coding-style-compliance-checker before | 13:09 |
markmc | jog0, each project having subtly different import ordering is just infantile | 13:09 |
markmc | jog0, we should fix that :) | 13:09 |
markmc | jog0, would be happy to see tools/hacking in oslo | 13:09 |
markmc | jog0, but another thing - all pep8/hacking compliance checking should ignore oslo code into a project | 13:10 |
markmc | jog0, just do the compliance checking in oslo itself | 13:10 |
jog0 | markmc: one place that nova differs is in https://github.com/openstack/nova/blob/master/HACKING.rst#imports | 13:11 |
jog0 | markmc: good point, I thought we were ignoring the oslo code in nova let me double check | 13:11 |
jog0 | "Do not make new nova.db imports in nova/virt/*" | 13:11 |
markmc | jog0, ok, that's per-project rules for sure | 13:11 |
markmc | jog0, we'd need some ways to support per-project rules, I guess | 13:12 |
markmc | jog0, e.g. oslo-hacking --include nova/tools/nova-hacking.py nova/ | 13:12 |
jog0 | markmc: that can work for hacking.py, but how do you handle the HACKING.rst file itself? | 13:13 |
jog0 | just have to HACKING files? global and per project? | 13:14 |
markmc | jog0, move project-wide rules into a wiki page, reference it in HACKING.rst and include per-project additions in HACKING.rst | 13:14 |
jog0 | sounds good. we prob should write this down in the oslo blueprint | 13:15 |
jog0 | I can also take on the blueprint, for Grizzly-3 btw | 13:16 |
*** ndipanov has joined #openstack-dev | 13:16 | |
markmc | jog0, awesome | 13:17 |
*** alunduil has quit IRC | 13:17 | |
danpb | markmc: i think that'd be a mistake - i think it is beneficial to have the HACKING rules in a file in the source tree for each project | 13:18 |
danpb | so they are always available to whomever has got hold of the source, regardless of whether they have a net connection or not | 13:18 |
markmc | danpb, nobody wants to be keeping multiple copies of the same doc in sync across projects | 13:19 |
danpb | can't you just designate one the master, and auto-sync changes to others | 13:22 |
jog0 | danpb: the same way we manage the */openstack/common dirs? | 13:23 |
danpb | jog0: sort of , i would rather see us use git submodules for that instead of cut+paste sync, but that's a whole other can of worms | 13:25 |
*** dhellmann is now known as dhellmann-afk | 13:27 | |
*** darjeeling has joined #openstack-dev | 13:28 | |
*** dhellmann-afk is now known as dhellmann | 13:28 | |
*** e1mer has quit IRC | 13:42 | |
*** nubi3 has quit IRC | 13:46 | |
*** mmagr has quit IRC | 13:55 | |
*** mmagr has joined #openstack-dev | 13:58 | |
*** martine has joined #openstack-dev | 14:00 | |
*** stevebake has quit IRC | 14:03 | |
*** stevebake_ has joined #openstack-dev | 14:03 | |
*** sthaha has quit IRC | 14:04 | |
*** dprince has joined #openstack-dev | 14:05 | |
*** jergerber has joined #openstack-dev | 14:05 | |
*** tmishler has quit IRC | 14:09 | |
*** trevor has joined #openstack-dev | 14:10 | |
*** trevor is now known as Guest99030 | 14:10 | |
smoser | vishy_zz, ping when you awake. | 14:11 |
openstackgerrit | A change was merged to openstack/quantum: Refactor resources listing testcase for test_db_plugin.py https://review.openstack.org/16732 | 14:14 |
*** ndipanov has quit IRC | 14:15 | |
*** ewindisch has joined #openstack-dev | 14:15 | |
*** jog0 has quit IRC | 14:18 | |
*** cppcabrera has joined #openstack-dev | 14:18 | |
*** mrunge has quit IRC | 14:19 | |
davidkranz | jaypipes: ping | 14:24 |
jaypipes | davidkranz: pong | 14:24 |
davidkranz | Can you comment on https://review.openstack.org/#/c/17462/ please? | 14:24 |
*** alunduil has joined #openstack-dev | 14:25 | |
davidkranz | jaypipes: Doesn't need an answer instantly. | 14:25 |
*** rkukura has joined #openstack-dev | 14:25 | |
*** jaustinpage|want has joined #openstack-dev | 14:26 | |
jaypipes | davidkranz: done | 14:26 |
*** cppcabrera has left #openstack-dev | 14:27 | |
davidkranz | jaypipes: Thanks for the clarification. | 14:27 |
garyk | salv-orlando: hi, you there | 14:29 |
salv-orlando | garyk: yep I here | 14:29 |
*** alunduil has quit IRC | 14:29 | |
garyk | salv-orlando: i am looking at https://bugs.launchpad.net/quantum/+bug/1086226. When the pool is full we return an exception IpAddressGenerationFailure | 14:29 |
uvirtbot | Launchpad bug 1086226 in quantum ""Create-port" API returns internal server error when allocation_pool's ip address are drained." [Medium,Confirmed] | 14:29 |
*** ndipanov has joined #openstack-dev | 14:30 | |
*** alunduil has joined #openstack-dev | 14:30 | |
garyk | salv-orlando: i seemed to have answered my own question - it returns 500 and not 4xx | 14:31 |
salv-orlando | uhm… any idea of what should be the right code? | 14:31 |
salv-orlando | 400 is too generic, 409 not correct | 14:31 |
salv-orlando | We should probably go for a 423 unprocessable entity. | 14:33 |
*** Hitesh has quit IRC | 14:33 | |
salv-orlando | sorry 422, not 423 | 14:33 |
garyk | salv-orlando: ok, cool. thanks | 14:33 |
*** rohitk has joined #openstack-dev | 14:34 | |
salv-orlando | np. Always happy to help, when I can. | 14:34 |
*** edmund has joined #openstack-dev | 14:34 | |
rohitk | hi folks, are rate limits configurable in os-api? | 14:34 |
*** pabelanger has joined #openstack-dev | 14:34 | |
garyk | salv-orlando: thanks! | 14:35 |
*** eharney has quit IRC | 14:35 | |
dims | markmc, where do i pass in help="%(version)"? | 14:37 |
*** gongysh has quit IRC | 14:38 | |
*** mtreinish has joined #openstack-dev | 14:48 | |
*** markmcclain has joined #openstack-dev | 14:51 | |
*** imsplitbit has joined #openstack-dev | 14:52 | |
*** annegentle_ has joined #openstack-dev | 14:54 | |
*** rohitk has quit IRC | 14:55 | |
dims | markmc, where do i specify "help=%(version)"? from your comment on https://review.openstack.org/#/c/17439/1/tests/unit/test_cfg.py | 14:55 |
*** jimfehlig has joined #openstack-dev | 14:58 | |
markmc | dims, hey - I may be wrong, but I'm guessing you can pass help="%(version)s" when you do CONF() or self.config() or whatever | 14:59 |
* markmc looks | 14:59 | |
openstackgerrit | A change was merged to openstack/glance: Rewrite S3 functional tests https://review.openstack.org/16867 | 14:59 |
*** timello has quit IRC | 15:01 | |
*** amigamia has joined #openstack-dev | 15:01 | |
*** amigamia has joined #openstack-dev | 15:01 | |
*** sacharya has joined #openstack-dev | 15:03 | |
dims | markmc, looks like when we call add_argument('--version' on self._oparser in cfg.py, that's the only spot a help="%(version)" can go in | 15:07 |
markmc | dims, hmm, maybe usage= | 15:10 |
markmc | dims, also, how about StrOpt('foo', help='%(version)s') ? | 15:11 |
dims | markmc, will check both | 15:13 |
*** timello has joined #openstack-dev | 15:18 | |
markmc | dims, ok, neither seem to work - sorry for the distraction | 15:18 |
*** eharney has joined #openstack-dev | 15:19 | |
*** annegentle__ has joined #openstack-dev | 15:20 | |
*** jcru has joined #openstack-dev | 15:22 | |
*** TerryH has joined #openstack-dev | 15:22 | |
*** annegentle_ has quit IRC | 15:23 | |
*** sacharya has quit IRC | 15:23 | |
*** mikal has quit IRC | 15:25 | |
annegentle__ | ttx: around? | 15:26 |
*** mikal has joined #openstack-dev | 15:26 | |
ttx | annegentle__: yes, but going now. will be back in ~30min | 15:27 |
annegentle__ | ttx: okie | 15:27 |
*** maploin has quit IRC | 15:27 | |
*** dingus9 has joined #openstack-dev | 15:34 | |
dims | markmc, thanks, i reached the same conclusion :) | 15:34 |
*** ociuhandu has joined #openstack-dev | 15:41 | |
ewindisch | markmc: back from my paternal leave. Having trouble doing a git-review into olso-incubator? | 15:42 |
*** rnirmal has joined #openstack-dev | 15:44 | |
ewindisch | I'm having a problem with the gerrit remote - is there anything I need to know to use it? | 15:44 |
ewindisch | (finally starting to put out the patches for common-db) | 15:44 |
*** jcru is now known as jcru|away | 15:47 | |
markmc | ewindisch, pastebin the error and I might have an idea | 15:47 |
*** reed has quit IRC | 15:48 | |
ewindisch | thanks - http://pastebin.com/FQg2VqDZ | 15:49 |
*** andrewbogott_afk is now known as andrewbogott | 15:50 | |
openstackgerrit | A change was merged to openstack/nova: Add pyflakes option to tox https://review.openstack.org/17447 | 15:51 |
*** reed has joined #openstack-dev | 15:51 | |
afazekas | jaypipes: ping | 15:55 |
markmc | ewindisch, dunno, try | 15:55 |
markmc | git remote rm gerrit | 15:56 |
markmc | git review -s | 15:56 |
jaypipes | afazekas: pong | 15:56 |
ewindisch | nope | 15:56 |
*** danwent has quit IRC | 15:57 | |
*** imsplitbit has quit IRC | 15:57 | |
ewindisch | oh, I think I know what happened... | 15:58 |
afazekas | jaypipes: I wonder can we make tempest configuration similar to other packages. Our config template handling is much different, and very frequently we had to mainatin 3 files, 2 in tempest and 1 in devstack | 15:58 |
openstackgerrit | A change was merged to openstack/nova: Adds API Sample tests for Quotas extension. https://review.openstack.org/17412 | 15:58 |
ewindisch | I'm working off a shallow clone | 15:59 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Fix import order in openstack/common/lockutils.py https://review.openstack.org/17460 | 15:59 |
jaypipes | afazekas: patches welcome. | 15:59 |
afazekas | jaypipes: thx | 15:59 |
jaypipes | afazekas: np :) | 16:00 |
*** cp16net is now known as cp16net|away | 16:00 | |
*** jcru|away is now known as jcru | 16:00 | |
ewindisch | yeah - that was it. | 16:01 |
ewindisch | git fetch --depth 100 origin master # fixed | 16:01 |
ttx | annegentle__: what's up ? | 16:01 |
*** sacharya has joined #openstack-dev | 16:02 | |
*** alexpilotti has joined #openstack-dev | 16:02 | |
*** adalbas has quit IRC | 16:03 | |
*** adalbas has joined #openstack-dev | 16:05 | |
reed | is anybody running juju successfully with Rackspace Cloud? | 16:05 |
*** datsun180b has joined #openstack-dev | 16:06 | |
*** reidrac has quit IRC | 16:06 | |
*** radez_g0n3 is now known as radez | 16:07 | |
*** corXi has quit IRC | 16:07 | |
*** Mandell has quit IRC | 16:08 | |
*** imsplitbit has joined #openstack-dev | 16:09 | |
*** amotoki has quit IRC | 16:09 | |
*** m4xmr has joined #openstack-dev | 16:10 | |
*** adalbas has quit IRC | 16:10 | |
*** jcru has quit IRC | 16:11 | |
*** jcru has joined #openstack-dev | 16:11 | |
*** hemna has joined #openstack-dev | 16:12 | |
*** AlanClark has joined #openstack-dev | 16:12 | |
*** lbragstad has joined #openstack-dev | 16:14 | |
*** pabelanger has quit IRC | 16:16 | |
openstackgerrit | A change was merged to openstack/quantum: Remove __init__.py from bin/ and tools/. https://review.openstack.org/17337 | 16:19 |
annegentle__ | ttx: I updated the Project Meeting agenda with a question, but then realized I should ask the question not use up Announcement time :) | 16:19 |
annegentle__ | ttx: the doc team is thinking of a doc bug fix day, but wanted to be offset from the code bug fix day -- any more movement on a date for code bug fix? | 16:20 |
ttx | annegentle__: it's fine | 16:20 |
ttx | annegentle__: no movement recently, but we can discuss that today too | 16:20 |
annegentle__ | ttx: ok, I'll leave the agenda item alone then. | 16:20 |
ttx | annegentle__: I reformatted it. You'll be around when we talk about it ? | 16:22 |
*** danwent has joined #openstack-dev | 16:22 | |
annegentle__ | ttx: yep! | 16:22 |
annegentle__ | ttx: bugday looks really silly if you look at it too long :) | 16:23 |
*** kpavel has quit IRC | 16:24 | |
*** adalbas has joined #openstack-dev | 16:26 | |
*** ondergetekende has quit IRC | 16:26 | |
*** cp16net|away is now known as cp16net | 16:29 | |
*** otherwiseguy has joined #openstack-dev | 16:31 | |
*** adalbas has quit IRC | 16:33 | |
*** gyee has joined #openstack-dev | 16:33 | |
*** jaypipes has quit IRC | 16:34 | |
*** juice_ has quit IRC | 16:35 | |
*** halj has joined #openstack-dev | 16:38 | |
*** metral has quit IRC | 16:40 | |
*** metral has joined #openstack-dev | 16:40 | |
*** jaypipes has joined #openstack-dev | 16:41 | |
*** mmagr has quit IRC | 16:42 | |
*** adalbas has joined #openstack-dev | 16:45 | |
*** imsplitbit_ has joined #openstack-dev | 16:46 | |
*** mestery has quit IRC | 16:46 | |
*** metral_ has joined #openstack-dev | 16:46 | |
*** jcru is now known as jcru|away | 16:47 | |
*** mestery has joined #openstack-dev | 16:47 | |
*** jcru|away is now known as jcru | 16:48 | |
*** rushiagr has joined #openstack-dev | 16:48 | |
*** mestery has quit IRC | 16:49 | |
*** metral has quit IRC | 16:50 | |
*** metral_ is now known as metral | 16:50 | |
*** imsplitbit has quit IRC | 16:50 | |
*** imsplitbit_ has quit IRC | 16:53 | |
*** mestery has joined #openstack-dev | 16:55 | |
dhellmann | lifeless: I haven't, but I'll take a look. I'm planning to talk about some other apps that I know well, including ceilometer and stevedore. | 16:58 |
*** jog0 has joined #openstack-dev | 16:58 | |
*** mestery has quit IRC | 16:59 | |
*** mrunge has joined #openstack-dev | 16:59 | |
*** juice_ has joined #openstack-dev | 17:00 | |
*** danger_f` is now known as danger_fo | 17:03 | |
*** afazekas has quit IRC | 17:05 | |
*** sandywalsh has joined #openstack-dev | 17:05 | |
*** ewindisch has quit IRC | 17:07 | |
*** afazekas has joined #openstack-dev | 17:07 | |
*** markwash has quit IRC | 17:11 | |
*** m4xmr has quit IRC | 17:12 | |
*** rushiagr has quit IRC | 17:16 | |
*** rushiagr has joined #openstack-dev | 17:16 | |
*** rushiagr1 has joined #openstack-dev | 17:21 | |
*** rushiagr1 has left #openstack-dev | 17:21 | |
*** flaper87 has joined #openstack-dev | 17:21 | |
*** flaper87 has joined #openstack-dev | 17:21 | |
*** almaisan-away is now known as al-maisan | 17:23 | |
*** rushiagr has quit IRC | 17:25 | |
*** ewindisch has joined #openstack-dev | 17:28 | |
*** sandywalsh has quit IRC | 17:28 | |
*** fr34k8 has joined #openstack-dev | 17:29 | |
*** al-maisan is now known as almaisan-away | 17:30 | |
*** TerryH has quit IRC | 17:30 | |
fr34k8 | once again.. somebody running openstack from source / on src distri like gentoo ?! | 17:30 |
*** saurabhs has joined #openstack-dev | 17:30 | |
fr34k8 | no active people ? | 17:31 |
*** flaper87 has quit IRC | 17:32 | |
openstackgerrit | A change was merged to openstack/ceilometer: Move v1 API files into a subdirectory https://review.openstack.org/17403 | 17:33 |
*** torandu has quit IRC | 17:41 | |
*** torandu has joined #openstack-dev | 17:42 | |
mordred | ttx: ok. emails sent. hopefully they make sense | 17:45 |
*** kaganos has joined #openstack-dev | 17:45 | |
*** ewindisch has quit IRC | 17:45 | |
*** ewindisch has joined #openstack-dev | 17:47 | |
*** eglynn has quit IRC | 17:48 | |
*** gael_ has quit IRC | 17:49 | |
*** eglynn has joined #openstack-dev | 17:50 | |
*** rafaduran has quit IRC | 17:50 | |
*** ewindisch has quit IRC | 17:51 | |
*** lloydde has joined #openstack-dev | 17:51 | |
*** heckj has joined #openstack-dev | 17:52 | |
*** yidclare has quit IRC | 17:53 | |
*** jdorothy has joined #openstack-dev | 17:54 | |
*** esp1 has joined #openstack-dev | 17:55 | |
*** yidclare has joined #openstack-dev | 17:55 | |
*** markmc is now known as mcaway | 17:55 | |
*** imsplitbit has joined #openstack-dev | 17:58 | |
*** esp1 has quit IRC | 17:59 | |
*** dolphm has joined #openstack-dev | 18:00 | |
*** esp1 has joined #openstack-dev | 18:01 | |
openstackgerrit | A change was merged to openstack/quantum: plugin/ryu: make live-migration work with Ryu plugin https://review.openstack.org/17340 | 18:01 |
heckj | zul: ping | 18:06 |
*** jog0 has quit IRC | 18:08 | |
*** eglynn_ has joined #openstack-dev | 18:10 | |
*** dprince has quit IRC | 18:10 | |
*** eglynn has quit IRC | 18:10 | |
*** darraghb has quit IRC | 18:11 | |
*** epim_ has joined #openstack-dev | 18:12 | |
*** epim has quit IRC | 18:12 | |
*** epim_ is now known as epim | 18:12 | |
*** epim has joined #openstack-dev | 18:12 | |
*** dprince has joined #openstack-dev | 18:13 | |
*** dolphm has quit IRC | 18:15 | |
*** adjohn has joined #openstack-dev | 18:16 | |
*** markwash has joined #openstack-dev | 18:16 | |
*** rpedde is now known as rpedde_away | 18:16 | |
*** garyk has quit IRC | 18:17 | |
*** Ryan_Lane has quit IRC | 18:17 | |
*** derekh has quit IRC | 18:17 | |
*** AlanClark has quit IRC | 18:18 | |
zul | heckj: yo | 18:18 |
*** AlanClark has joined #openstack-dev | 18:19 | |
heckj | zul: Need to link a keystone bug to the project that covers the Ubuntu packaging for it - some spelling errors in a man page, etc - what project do I link this against? | 18:19 |
mordred | heckj: you just ping zul here | 18:20 |
mordred | heckj: and he'll fix everything | 18:20 |
*** salv-orlando has quit IRC | 18:20 | |
zul | launchpad.net/ubuntu/+source/keystone | 18:21 |
zul | ill get to it eventually :) | 18:21 |
*** markwash has quit IRC | 18:21 | |
*** afazekas has quit IRC | 18:21 | |
*** pabelanger has joined #openstack-dev | 18:21 | |
alexpilotti | Anybody interested in testing our brand new cloud-init for WIndows? :-) | 18:23 |
alexpilotti | #link http://www.cloudbase.it/cloud-init-for-windows-instances/ | 18:23 |
heckj | heh | 18:24 |
*** flaper87 has joined #openstack-dev | 18:25 | |
*** flaper87 has joined #openstack-dev | 18:25 | |
*** esp1 has quit IRC | 18:25 | |
*** nati_ueno has joined #openstack-dev | 18:26 | |
*** flaper87 has quit IRC | 18:27 | |
*** eglynn__ has joined #openstack-dev | 18:27 | |
*** esp1 has joined #openstack-dev | 18:28 | |
*** eglynn_ has quit IRC | 18:29 | |
*** harlowja has joined #openstack-dev | 18:29 | |
*** afazekas_ has joined #openstack-dev | 18:34 | |
*** yidclare has quit IRC | 18:35 | |
*** edmund has quit IRC | 18:38 | |
*** kpavel has joined #openstack-dev | 18:38 | |
notmyname | heckj: ping (re swift's memcache ring) | 18:41 |
heckj | notmyname: yo | 18:41 |
notmyname | heckj: I've seen you talking about using swift's MemcacheRing for keystone (although I haven't paid much attention to your conversations). seems that you are wanting to put it into openstack-common? why? I'd think a better plan would be to release it separately and host in on pypi. | 18:43 |
*** markwash has joined #openstack-dev | 18:44 | |
heckj | notmyname: I'm fine with that too - if there's a PyPi library to reference it, that's cool - just don't have the bandwidth to move it totally seperate, and certainly don't feel comfy supporting it | 18:44 |
*** vishy_zz is now known as vishy | 18:44 | |
notmyname | heckj: I understand that :-) | 18:44 |
heckj | minus that, if keystone wants to have a depdendency on it, I'd prefer it in OSLO - where we put common deps, otherwise we'd have to rely on swift being installed to run keystone | 18:44 |
*** aclark_ has joined #openstack-dev | 18:44 | |
heckj | :-) | 18:44 |
*** AlanClark has quit IRC | 18:45 | |
notmyname | heckj: if it were a separate project/repo, then I think swift would depend on that (and swift devs would be more likely to support it). I think it would be unlikely to add the openstack-common dependency to swift | 18:45 |
*** danpb has quit IRC | 18:45 | |
*** mnewby has joined #openstack-dev | 18:46 | |
nati_ueno | arosen: Hi arosen | 18:46 |
*** Tross has quit IRC | 18:46 | |
heckj | notmyname: not feeling like a team player today, eh? | 18:46 |
notmyname | heckj: ah. sorry. didn't realize you were in a meeting right now | 18:47 |
openstackgerrit | A change was merged to openstack/swift: Ignore pycscope files https://review.openstack.org/17478 | 18:47 |
*** otherwiseguy has quit IRC | 18:47 | |
*** nati_ueno has quit IRC | 18:47 | |
*** nati_ueno has joined #openstack-dev | 18:48 | |
arosen | hi nati_ueno | 18:48 |
heckj | notmyname: no worries | 18:48 |
notmyname | heckj: "team player" has nothing to do with it. openstack-common is a melting pot of unrelated modules that are copied to individual projects with an automated script. that's not the sort of dependency we want in swift | 18:48 |
nati_ueno | arosen: how do you think about change source_ip_prefix to remote_ip_prefix ? | 18:48 |
heckj | notmyname: I'm fine with it either way - but can't pass up an opportunity to needle you | 18:49 |
*** Tross has joined #openstack-dev | 18:49 | |
notmyname | heckj: ;-) | 18:49 |
*** vishy has left #openstack-dev | 18:49 | |
sdague | annegentle__: you about? | 18:50 |
*** mestery has joined #openstack-dev | 18:50 | |
* annegentle__ waves | 18:50 | |
*** andrewbogott is now known as andrewbogott_afk | 18:50 | |
*** vishy has joined #openstack-dev | 18:51 | |
*** afazekas_ has quit IRC | 18:51 | |
annegentle__ | sdague: what's up? | 18:51 |
arosen | nati_ueno: my vote would be "ip_prefix" | 18:52 |
arosen | without the remote | 18:52 |
nati_ueno | arosen: It sounds too generic for me. | 18:52 |
nati_ueno | arosen: Howabout add source_ip_prefix and dest_ip_prefix for both of igress and ingress ? | 18:53 |
nati_ueno | arosen: May be VM can be routing | 18:54 |
*** Mandell has joined #openstack-dev | 18:54 | |
arosen | nati_ueno: we could do that and have it assume the direction from that. | 18:57 |
*** timello has quit IRC | 18:57 | |
*** yidclare has joined #openstack-dev | 18:58 | |
*** maurosr has quit IRC | 18:59 | |
creiht | heckj: you mean you want to hoard it in openstack rather than freely sharing bits of awesomeness with the rest of world? ;) | 19:01 |
*** maurosr has joined #openstack-dev | 19:01 | |
nati_ueno | arosen: I agree. IMO, property name should be self explainable | 19:01 |
heckj | creiht: well played, sir! | 19:02 |
creiht | :) | 19:02 |
arosen | we can make that change and pretty much leave the db layer the same | 19:02 |
arosen | nati_ueno: | 19:03 |
nati_ueno | arosen: How about use source_ip_prefix and dest_ip_prefix in API layer? Internally we can use ip_prefix | 19:04 |
*** garyk has joined #openstack-dev | 19:04 | |
nati_ueno | arosen: source_ip_prefix is only for ingress. dest_ip_prefix is only for egress | 19:04 |
arosen | yea that sounds good to me. I'll reply to your email with that option. | 19:05 |
nati_ueno | arosen: Thanks! | 19:05 |
nati_ueno | arosen: Should I work this on this lb patch or separate one? I sounds we should have separate patch | 19:05 |
*** Ryan_Lane has joined #openstack-dev | 19:06 | |
*** dtalton has joined #openstack-dev | 19:06 | |
arosen | separate | 19:06 |
arosen | nati_ueno: what about src_ip_prefix/dst_ip_prefix | 19:06 |
arosen | nati_ueno: nvm | 19:07 |
nati_ueno | arosen: It is also OK for me. | 19:07 |
nati_ueno | arosen: OK I'll use source_ip_prefx in lb patch | 19:07 |
arosen | nati_ueno: we will still need the direction field to be exposed in the api though . | 19:08 |
nati_ueno | arosen: yes I agree | 19:08 |
arosen | nati_ueno: so if a user does direction='ingress' source_ip_prefix='1.2.2.3.4' the API should raise an error since that isn't valid. | 19:08 |
*** EmilienM has joined #openstack-dev | 19:09 | |
nati_ueno | arosen: you mean egress? | 19:09 |
* arosen I mean dest_ip_prefix* | 19:09 | |
arosen | yea | 19:09 |
nati_ueno | arosen: it should raise error | 19:09 |
nati_ueno | arosen: Or internally we can have src_ip_prefx and dst_ip_prefix | 19:10 |
nati_ueno | arosen: I have one use case for this. | 19:10 |
*** gyee has quit IRC | 19:10 | |
arosen | nati_ueno: actually since we still need to have direction I don't think we solve anything by adding a source/dest_ip_prefix. It seems like it complicates things. I think the user should just use the right direction and use ip_prefix. | 19:10 |
nati_ueno | arosen: let VM to be routing | 19:10 |
*** maurosr has quit IRC | 19:10 | |
alexpilotti | harlowja: ping | 19:10 |
harlowja | pong | 19:10 |
alexpilotti | harlowja: tx for checking out the code :-) | 19:11 |
*** maurosr has joined #openstack-dev | 19:11 | |
harlowja | np | 19:11 |
heckj | ayoung: any concerns with the UUID -> Name request? | 19:11 |
harlowja | i've done the same fork, so i know your situation ;) | 19:11 |
alexpilotti | harlowja: yes, the utils and networking bits in cloud-init were the most problematic | 19:11 |
harlowja | ya, thought so | 19:11 |
nati_ueno | arosen: I understand what' you are saying. Why I +1 for remote_ip_prefix is basically same reason | 19:11 |
nati_ueno | arosen: one problem is ip_prefix sounds generic name for me | 19:12 |
alexpilotti | harlowja: it's not a huge amount of work but it'll require some serious refactoring IMO | 19:12 |
nati_ueno | arosen: May I ask why you are -1 for remote_ip_prefix | 19:12 |
harlowja | alexpilotti: head into the cloud-init room :) | 19:12 |
nati_ueno | ? | 19:12 |
harlowja | will get scott in there also | 19:12 |
alexpilotti | harlowja: ok! | 19:12 |
ayoung | heckj, I'd prefer to do them in bulk, but that can be a performance tune | 19:13 |
*** nunosantos has joined #openstack-dev | 19:13 | |
heckj | ayoung: agreed - enable single, but encourage build | 19:13 |
heckj | er, bulk | 19:13 |
*** andrewbogott_afk is now known as andrewbogott | 19:14 | |
*** koolhead17 has quit IRC | 19:14 | |
arosen | nati_ueno: to me i don't personally see how remote makes it anymore clear | 19:14 |
heckj | ayoung: starting here - will add more detail later https://blueprints.launchpad.net/keystone/+spec/name-lookup-api | 19:14 |
nati_ueno | arosen: so VM and remote side. | 19:16 |
arosen | nati_ueno: just to be clear you are proposing s/source_ip_prefix/remote_ip_prefix? | 19:16 |
nati_ueno | arosen: yes | 19:16 |
Ryan_Lane | anyone know the proposed dates for the next summit? | 19:18 |
ayoung | heckj, that ... that is likely to be an expensive API. Is that really what we want? | 19:19 |
heckj | ayoung: I think so, but it sounds like you have an alternative idea… goal is to provide human-friendly lookup to those values | 19:20 |
ayoung | heckj, yeah, but I think they just want a tenantid to tenant name mapping and back | 19:21 |
ayoung | maybe the same for user | 19:21 |
ayoung | so the REST apis as they exist now,the GETs should suffice | 19:21 |
heckj | ayoung: the V3 apis should provide the singles, but no bulk API | 19:23 |
*** darraghb has joined #openstack-dev | 19:23 | |
*** chuckieb has joined #openstack-dev | 19:23 | |
ayoung | heckj, singles are OK for starters | 19:24 |
*** darraghb has quit IRC | 19:24 | |
*** TerryH has joined #openstack-dev | 19:28 | |
*** melwitt has joined #openstack-dev | 19:29 | |
*** adalbas has quit IRC | 19:30 | |
openstackgerrit | A change was merged to openstack/nova: Implements volume usage metering. https://review.openstack.org/11141 | 19:33 |
*** andrewbogott is now known as andrewbogott_afk | 19:36 | |
*** edmund has joined #openstack-dev | 19:37 | |
*** maurosr has quit IRC | 19:41 | |
openstackgerrit | A change was merged to openstack/nova: Access DB values as dict not as attributes. Part 3 https://review.openstack.org/17247 | 19:42 |
openstackgerrit | A change was merged to openstack/nova: Use conductor for resourcetracker instance_update. https://review.openstack.org/17483 | 19:43 |
openstackgerrit | A change was merged to openstack/swift: Allow optional, temporary healthcheck failure. https://review.openstack.org/17430 | 19:43 |
*** chuckieb has quit IRC | 19:44 | |
*** stevebake_ has quit IRC | 19:44 | |
*** jchiles has joined #openstack-dev | 19:44 | |
*** edmund has quit IRC | 19:46 | |
*** heckj has quit IRC | 19:46 | |
*** edmund has joined #openstack-dev | 19:46 | |
*** edmund has quit IRC | 19:47 | |
*** j_chiles has joined #openstack-dev | 19:47 | |
*** aclark_ has quit IRC | 19:48 | |
*** aclark_ has joined #openstack-dev | 19:49 | |
*** nunosantos has quit IRC | 19:49 | |
*** stevebake_ has joined #openstack-dev | 19:50 | |
*** afazekas has joined #openstack-dev | 19:50 | |
*** nunosantos has joined #openstack-dev | 19:51 | |
*** jchiles has quit IRC | 19:52 | |
*** vipul is now known as vipul|away | 19:53 | |
*** vipul|away is now known as vipul | 19:53 | |
*** jog0 has joined #openstack-dev | 19:53 | |
*** aclark__ has joined #openstack-dev | 19:54 | |
*** aclark_ has quit IRC | 19:54 | |
*** lloydde has quit IRC | 19:57 | |
*** nunosantos has quit IRC | 19:57 | |
*** mestery has quit IRC | 19:57 | |
*** j_chiles has quit IRC | 19:58 | |
*** jog0 has quit IRC | 19:58 | |
*** rnirmal has quit IRC | 19:58 | |
*** jog0 has joined #openstack-dev | 19:58 | |
*** jog0 has left #openstack-dev | 19:58 | |
*** jog0 has joined #openstack-dev | 19:59 | |
*** nunosantos has joined #openstack-dev | 19:59 | |
*** mikal has quit IRC | 20:01 | |
openstackgerrit | A change was merged to openstack/horizon: Add an optional link_classes to tables.Column, this is used as the class of the displayed link in the cell. https://review.openstack.org/16995 | 20:01 |
*** aclark__ has quit IRC | 20:01 | |
*** mestery has joined #openstack-dev | 20:01 | |
*** mikal has joined #openstack-dev | 20:03 | |
*** aclark__ has joined #openstack-dev | 20:04 | |
*** jchiles has joined #openstack-dev | 20:05 | |
lifeless | dhellmann: IMNSHO the bzr one is the best marriage of convenience and reliability I've seen. | 20:06 |
lifeless | dhellmann: so please do have a look, would love to chat about it vs the other two which I haven't looked into (neither existed in 2005) | 20:07 |
openstackgerrit | A change was merged to openstack/horizon: Make sure vCPU and RAM quotas are initialised when no instances are running https://review.openstack.org/17154 | 20:08 |
*** vipul is now known as vipul|away | 20:08 | |
*** ahardy_ has joined #openstack-dev | 20:08 | |
openstackgerrit | A change was merged to openstack/swift: drop_privileges should also set HOME https://review.openstack.org/17219 | 20:08 |
*** pvo has quit IRC | 20:10 | |
*** dabo has quit IRC | 20:10 | |
*** troytoman-away has quit IRC | 20:10 | |
*** rgoodwin has quit IRC | 20:11 | |
*** andrewbogott_afk is now known as andrewbogott | 20:12 | |
*** jcmartin has joined #openstack-dev | 20:12 | |
*** ewindisch has joined #openstack-dev | 20:12 | |
*** AlanClark has joined #openstack-dev | 20:12 | |
*** aclark__ has quit IRC | 20:13 | |
*** rainya has quit IRC | 20:13 | |
*** Apsu` has quit IRC | 20:15 | |
*** yolanda has quit IRC | 20:15 | |
openstackgerrit | A change was merged to openstack/nova: Make policy.json not filesystem location specific. https://review.openstack.org/15811 | 20:17 |
*** nunosantos has quit IRC | 20:19 | |
*** lloydde has joined #openstack-dev | 20:20 | |
*** ameade_ has quit IRC | 20:20 | |
*** ameade has joined #openstack-dev | 20:20 | |
*** dabo has joined #openstack-dev | 20:23 | |
*** garyk has quit IRC | 20:24 | |
*** jog0 has quit IRC | 20:26 | |
openstackgerrit | A change was merged to openstack/ceilometer: Implement V2 API with Pecan and WSME https://review.openstack.org/17457 | 20:27 |
*** mnewby has quit IRC | 20:27 | |
*** mnewby has joined #openstack-dev | 20:28 | |
*** dabo has quit IRC | 20:28 | |
mordred | clarkb: ZOMG ZOMG ZOMG!!!! ^^^^ | 20:28 |
*** stevebake_ is now known as stevebake | 20:29 | |
*** mnewby has quit IRC | 20:29 | |
*** mnewby has joined #openstack-dev | 20:29 | |
clarkb | \o/ | 20:29 |
*** mnewby has quit IRC | 20:30 | |
*** jchiles has quit IRC | 20:31 | |
openstackgerrit | A change was merged to openstack/ceilometer: Start updating documentation for V2 API https://review.openstack.org/17407 | 20:32 |
*** jchiles has joined #openstack-dev | 20:34 | |
*** pvo has joined #openstack-dev | 20:35 | |
*** annegentle__ has quit IRC | 20:38 | |
*** Ruetobas has quit IRC | 20:38 | |
*** dabo has joined #openstack-dev | 20:38 | |
*** TerryH has quit IRC | 20:39 | |
*** pixelbeat has quit IRC | 20:39 | |
*** vipul|away is now known as vipul | 20:39 | |
*** littleidea_ has joined #openstack-dev | 20:40 | |
*** pvo has quit IRC | 20:41 | |
*** annegentle_ has joined #openstack-dev | 20:41 | |
*** stevebake has quit IRC | 20:43 | |
*** stevebake_ has joined #openstack-dev | 20:44 | |
*** Ruetobas has joined #openstack-dev | 20:44 | |
*** adjohn has quit IRC | 20:44 | |
*** rainya has joined #openstack-dev | 20:44 | |
openstackgerrit | A change was merged to openstack/ceilometer: Remove debug print in V2 API https://review.openstack.org/17505 | 20:44 |
*** stevebake_ has quit IRC | 20:44 | |
*** stevebake has joined #openstack-dev | 20:45 | |
*** dabo has quit IRC | 20:47 | |
*** ahardy_ has quit IRC | 20:48 | |
*** gabrielhurley has joined #openstack-dev | 20:48 | |
*** dprince has quit IRC | 20:49 | |
*** mestery has quit IRC | 20:49 | |
*** rainya has quit IRC | 20:49 | |
*** j_chiles has joined #openstack-dev | 20:51 | |
*** jchiles has quit IRC | 20:54 | |
*** otherwiseguy has joined #openstack-dev | 20:55 | |
*** mcaway is now known as markmc | 20:58 | |
*** vipul is now known as vipul|away | 21:00 | |
*** mestery has joined #openstack-dev | 21:00 | |
*** dtalton has quit IRC | 21:02 | |
*** vipul|away is now known as vipul | 21:04 | |
*** rainya has joined #openstack-dev | 21:05 | |
*** rnirmal has joined #openstack-dev | 21:06 | |
*** littleidea_ has quit IRC | 21:06 | |
*** pvo has joined #openstack-dev | 21:09 | |
*** maurosr has joined #openstack-dev | 21:09 | |
*** Tross has quit IRC | 21:09 | |
*** littleidea_ has joined #openstack-dev | 21:10 | |
*** amigamia has quit IRC | 21:10 | |
*** heckj has joined #openstack-dev | 21:12 | |
*** pvo has quit IRC | 21:13 | |
*** rainya has quit IRC | 21:13 | |
*** rgoodwin has joined #openstack-dev | 21:13 | |
*** jdorothy has quit IRC | 21:14 | |
*** rainya has joined #openstack-dev | 21:15 | |
*** rgoodwin has quit IRC | 21:19 | |
*** afazekas has quit IRC | 21:19 | |
*** themadcanudist has joined #openstack-dev | 21:21 | |
themadcanudist | hey guys… i'm having an issue where keystone is not returning a serviceCatalog in the response body. The service+endpoints are in the backing catalog (sql), but that isn't being returned when attempting to use the swift client. | 21:22 |
*** dabo has joined #openstack-dev | 21:22 | |
themadcanudist | any suggestions for how to troublehsoot this or how to determine why keystone is not returning that chunk of data!? | 21:22 |
*** reed has quit IRC | 21:23 | |
*** rgoodwin has joined #openstack-dev | 21:25 | |
*** rainya has quit IRC | 21:25 | |
*** pvo has joined #openstack-dev | 21:26 | |
*** salv-orlando has joined #openstack-dev | 21:27 | |
openstackgerrit | A change was merged to openstack/quantum: l3 agent rpc https://review.openstack.org/15619 | 21:27 |
*** dabo has quit IRC | 21:27 | |
*** juice_ has quit IRC | 21:27 | |
*** amigamia has joined #openstack-dev | 21:27 | |
*** amigamia has joined #openstack-dev | 21:27 | |
*** rkukura has quit IRC | 21:28 | |
*** juice_ has joined #openstack-dev | 21:28 | |
*** rainya has joined #openstack-dev | 21:28 | |
*** littleidea_ has quit IRC | 21:28 | |
*** TerryH has joined #openstack-dev | 21:29 | |
*** gyee has joined #openstack-dev | 21:30 | |
*** epopt37 has quit IRC | 21:30 | |
*** rgoodwin has quit IRC | 21:30 | |
*** mikal has quit IRC | 21:32 | |
*** timello has joined #openstack-dev | 21:33 | |
*** epopt37 has joined #openstack-dev | 21:33 | |
*** dabo has joined #openstack-dev | 21:33 | |
*** pvo has quit IRC | 21:34 | |
*** mikal has joined #openstack-dev | 21:34 | |
*** troytoman-away has joined #openstack-dev | 21:36 | |
*** dabo has quit IRC | 21:37 | |
*** pvo has joined #openstack-dev | 21:39 | |
*** jcooley is now known as jcooley|away | 21:40 | |
*** dabo has joined #openstack-dev | 21:41 | |
*** maurosr has quit IRC | 21:42 | |
*** cp16net is now known as cp16net|away | 21:43 | |
*** pvo has quit IRC | 21:43 | |
*** troytoman-away has quit IRC | 21:43 | |
*** jaustinpage|want has quit IRC | 21:45 | |
*** dabo has quit IRC | 21:46 | |
*** lifeless has quit IRC | 21:50 | |
*** rainya has quit IRC | 21:50 | |
*** troytoman-away has joined #openstack-dev | 21:55 | |
*** annegentle_ has quit IRC | 21:56 | |
gabrielhurley | themadcanudist: are you properly supplying a tenant in your auth call? If not you'll get back an unscoped token which does not contain a service catalog. | 21:57 |
themadcanudist | gabrielhurley: i just figure that out literaly 30 sec ago | 21:57 |
themadcanudist | =D | 21:57 |
themadcanudist | i've been using ec2 creds for so long | 21:57 |
gabrielhurley | sorry I was late then ;-) | 21:57 |
openstackgerrit | A change was merged to openstack/nova: Allow newer boto library versions https://review.openstack.org/17254 | 21:57 |
themadcanudist | that i forgot what the swift client required. | 21:57 |
themadcanudist | but thank you!!! | 21:57 |
themadcanudist | hugely appreciated! | 21:57 |
gabrielhurley | np | 21:57 |
themadcanudist | always better late than never ;) | 21:57 |
*** esp1 has left #openstack-dev | 21:58 | |
*** nunosantos has joined #openstack-dev | 21:59 | |
*** cp16net|away is now known as cp16net | 22:00 | |
*** esp1 has joined #openstack-dev | 22:00 | |
hub_cap | if you are interested in reddwarf meeting we are in #openstack-meeting-alt | 22:01 |
*** rainya has joined #openstack-dev | 22:02 | |
*** jcru is now known as jcru|away | 22:03 | |
*** markmc has quit IRC | 22:03 | |
*** adam_g has quit IRC | 22:03 | |
*** adam_g has joined #openstack-dev | 22:03 | |
*** nunosantos has quit IRC | 22:04 | |
*** jcmartin has quit IRC | 22:05 | |
*** boden has quit IRC | 22:05 | |
*** adjohn has joined #openstack-dev | 22:06 | |
*** nunosantos has joined #openstack-dev | 22:08 | |
*** dabo has joined #openstack-dev | 22:10 | |
*** Apsu` has joined #openstack-dev | 22:10 | |
*** rainya has quit IRC | 22:14 | |
*** e1mer has joined #openstack-dev | 22:15 | |
*** j_chiles has quit IRC | 22:15 | |
*** esheffield has quit IRC | 22:18 | |
*** markvoelker has quit IRC | 22:18 | |
*** rainya has joined #openstack-dev | 22:18 | |
*** heckj has quit IRC | 22:22 | |
*** annegentle_ has joined #openstack-dev | 22:24 | |
*** jcru|away is now known as jcru | 22:24 | |
*** patelna has joined #openstack-dev | 22:26 | |
*** alexpilotti has quit IRC | 22:27 | |
*** alexpilotti has joined #openstack-dev | 22:29 | |
*** jchiles has joined #openstack-dev | 22:32 | |
*** mrunge has quit IRC | 22:40 | |
*** sacharya has quit IRC | 22:41 | |
*** markmcclain has quit IRC | 22:41 | |
*** jcooley|away is now known as jcooley | 22:41 | |
nati_ueno | danwent: Hi Are you around | 22:42 |
danwent | nati_ueno: yup | 22:42 |
nati_ueno | danwent: could you review https://review.openstack.org/#/c/17424/6 again ? | 22:43 |
danwent | nati_ueno: ok, need to test it | 22:44 |
nati_ueno | danwent: Thanks | 22:44 |
danwent | nati_ueno: sounds like markmclain and others are ok with this approach? | 22:45 |
nati_ueno | danwent: I believe so, I'm also waiting their review | 22:45 |
*** mtreinish has quit IRC | 22:45 | |
*** gabrielhurley has quit IRC | 22:54 | |
*** networkstatic has joined #openstack-dev | 22:55 | |
*** lifeless has joined #openstack-dev | 22:56 | |
*** pixelbeat has joined #openstack-dev | 23:01 | |
*** eglynn has joined #openstack-dev | 23:01 | |
*** otherwiseguy has quit IRC | 23:01 | |
*** jcru has quit IRC | 23:04 | |
*** eglynn__ has quit IRC | 23:04 | |
*** jchiles has quit IRC | 23:06 | |
*** eharney has quit IRC | 23:07 | |
*** PaulM has joined #openstack-dev | 23:09 | |
*** jdorothy has joined #openstack-dev | 23:11 | |
*** sthaha has joined #openstack-dev | 23:12 | |
*** lbragstad has quit IRC | 23:16 | |
*** lifeless has quit IRC | 23:17 | |
*** salv-orlando has quit IRC | 23:17 | |
*** TerryH is now known as terryh-afk | 23:17 | |
*** imsplitbit has quit IRC | 23:17 | |
*** EmilienM has left #openstack-dev | 23:17 | |
*** alunduil has quit IRC | 23:19 | |
*** salv-orlando has joined #openstack-dev | 23:19 | |
*** Ruetobas has quit IRC | 23:20 | |
*** jdorothy has quit IRC | 23:20 | |
*** reed has joined #openstack-dev | 23:21 | |
*** JStoker has quit IRC | 23:22 | |
*** Ruetobas has joined #openstack-dev | 23:25 | |
*** Guest99030 has quit IRC | 23:26 | |
*** jcmartin has joined #openstack-dev | 23:26 | |
*** Guest99030 has joined #openstack-dev | 23:26 | |
*** yidclare has quit IRC | 23:27 | |
*** cp16net is now known as cp16net|away | 23:27 | |
*** cp16net|away is now known as cp16net | 23:27 | |
*** yidclare has joined #openstack-dev | 23:28 | |
*** vipul is now known as vipul|away | 23:30 | |
*** JStoker has joined #openstack-dev | 23:31 | |
*** JStoker has quit IRC | 23:34 | |
*** markwash has quit IRC | 23:36 | |
jgriffith | pixelbeat: ping | 23:38 |
pixelbeat | hi | 23:39 |
jgriffith | pixelbeat: Hi :) | 23:39 |
jgriffith | pixelbeat: Thanks for the review! | 23:39 |
jgriffith | pixelbeat: Had a question for ya on that... | 23:39 |
*** themadcanudist has left #openstack-dev | 23:39 | |
pixelbeat | you're welcome. fire ahead | 23:39 |
*** andrewbogott is now known as andrewbogott_afk | 23:39 | |
jgriffith | pixelbeat: I'm not sure I completely follow the backing store issue when pulling from glance client... but | 23:39 |
jgriffith | pixelbeat: Best I can tell, all I'd need to do is check the backing_file | 23:40 |
jgriffith | pixelbeat: if it exists, just raise | 23:40 |
jgriffith | pixelbeat: or is there more of a risk here that i don't understand? | 23:40 |
pixelbeat | right, just reject such images | 23:40 |
jgriffith | pixelbeat: Ok.. that makes sense | 23:41 |
*** lbragstad has joined #openstack-dev | 23:41 | |
jgriffith | pixelbeat: and the second point about root access... you're correct there except | 23:41 |
*** patelna has quit IRC | 23:41 | |
jgriffith | pixelbeat: the concern I had was around where the admin sets the temp dir | 23:41 |
jgriffith | pixelbeat: figured that way there wouldn't be any issues, however the use of tempFile may take care of that concern for me I suppose | 23:42 |
pixelbeat | well cinder would be writing there anyway? | 23:43 |
pixelbeat | s/cinder/cinder user/ | 23:43 |
jgriffith | pixelbeat: ummm... yeah, never mind :) | 23:43 |
pixelbeat | cool | 23:43 |
jgriffith | pixelbeat: alright, I'll see if I can fix those items up here before I head out | 23:43 |
jgriffith | pixelbeat: Thanks for the help | 23:44 |
*** Guest99030 has quit IRC | 23:44 | |
*** tmishler has joined #openstack-dev | 23:44 | |
*** andrewbogott_afk is now known as andrewbogott | 23:46 | |
*** gongysh has joined #openstack-dev | 23:49 | |
*** jimfehlig has quit IRC | 23:53 | |
*** Ryan_Lane1 has joined #openstack-dev | 23:53 | |
*** maxiz has joined #openstack-dev | 23:54 | |
*** Ryan_Lane has quit IRC | 23:55 | |
*** torandu has quit IRC | 23:55 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 23:57 | |
*** Ryan_Lane has joined #openstack-dev | 23:57 | |
*** JStoker has joined #openstack-dev | 23:57 | |
*** torandu has joined #openstack-dev | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!