*** dstanek has quit IRC | 00:00 | |
*** mlavalle has quit IRC | 00:01 | |
*** f13o has quit IRC | 00:01 | |
*** loq_mac has quit IRC | 00:01 | |
*** ayoung has joined #openstack-dev | 00:02 | |
*** pixelb has joined #openstack-dev | 00:04 | |
sandywalsh_ | ekarlso, no, ceilometer isn't near it yet ... but we're trying. Here's the plan http://www.youtube.com/watch?v=c8zZtSL0t00 | 00:04 |
---|---|---|
*** rongze has quit IRC | 00:04 | |
*** buzztroll has joined #openstack-dev | 00:06 | |
ekarlso | sandywalsh_: you think during icehouse will do ? ^ | 00:06 |
*** datsun180b has quit IRC | 00:07 | |
*** bvandenh has quit IRC | 00:09 | |
*** flaper87 is now known as flaper87|afk | 00:09 | |
*** pmcg_ is now known as pmcg | 00:09 | |
*** pmathews1 has quit IRC | 00:10 | |
*** reaper has quit IRC | 00:10 | |
*** glenng has quit IRC | 00:13 | |
*** buzztroll has quit IRC | 00:13 | |
*** rcleere has quit IRC | 00:13 | |
*** boris-42 has quit IRC | 00:14 | |
sandywalsh_ | ekarlso, that's the plan, but getting branches accepted has been quite slow | 00:15 |
*** nelsnelson has quit IRC | 00:15 | |
sandywalsh_ | ekarlso, but yes, we're shooting for icehouse | 00:15 |
*** melwitt has quit IRC | 00:16 | |
*** buzztrol_ has joined #openstack-dev | 00:16 | |
*** SumitNaiksatam has quit IRC | 00:17 | |
*** nati_ueno has joined #openstack-dev | 00:18 | |
*** nelsnelson has joined #openstack-dev | 00:19 | |
*** danwent has quit IRC | 00:20 | |
*** nati_uen_ has quit IRC | 00:21 | |
*** danwent has joined #openstack-dev | 00:24 | |
*** cdub has quit IRC | 00:26 | |
*** vipul is now known as vipul-away | 00:27 | |
*** tonix has quit IRC | 00:28 | |
*** hemna has quit IRC | 00:30 | |
*** matsuhashi has joined #openstack-dev | 00:31 | |
*** rods1 has joined #openstack-dev | 00:32 | |
*** sarob has quit IRC | 00:32 | |
*** LetoH_ has joined #openstack-dev | 00:33 | |
*** nati_ueno has quit IRC | 00:33 | |
*** sarob has joined #openstack-dev | 00:33 | |
*** Leto2 has quit IRC | 00:33 | |
*** rods has quit IRC | 00:33 | |
*** sthaha has joined #openstack-dev | 00:34 | |
*** sthaha has quit IRC | 00:34 | |
*** sthaha has joined #openstack-dev | 00:34 | |
*** danwent has quit IRC | 00:35 | |
*** ngoracke has joined #openstack-dev | 00:35 | |
*** carl_baldwin has quit IRC | 00:35 | |
ekarlso | sandywalsh_: how do I run the stacktach workers ? | 00:36 |
*** sarob has quit IRC | 00:37 | |
*** dstanek has joined #openstack-dev | 00:38 | |
*** gordc has quit IRC | 00:38 | |
*** danwent has joined #openstack-dev | 00:39 | |
*** vipul-away is now known as vipul | 00:40 | |
*** balar has joined #openstack-dev | 00:41 | |
*** zbitter has joined #openstack-dev | 00:42 | |
balar | Is there an IP address manipulation module used by Openstack? python 3 has it in its core library, but I do not see one for python 2.7 | 00:42 |
balar | I would like to compute netmask address given the netmask as an integer. | 00:42 |
*** zaneb has quit IRC | 00:43 | |
*** jasdeepH has joined #openstack-dev | 00:44 | |
*** lucas-dinner has quit IRC | 00:45 | |
*** openstack has joined #openstack-dev | 00:46 | |
russell_h | when using oslo.config, is there a pattern if I want to have some class register options when instantiated, but I might want to instantiate more than one of them? | 00:48 |
dstanek | morganfainberg: just out of curiosity, is all of that global locking required? | 00:51 |
Abhishek | balar: you can use netaddr, something like t = netaddr.IPAddress(1234567) and then t.__str__() | 00:51 |
jamielennox | bknudson: do you think: https://review.openstack.org/#/c/59687/2/keystoneclient/v2_0/shell.py constitutes breaking compatability? or do we just not care in the shell? | 00:51 |
morganfainberg | dstanek, i'm concerned about keystone running in multiple locations and/or under httpd | 00:51 |
lifeless | morganfainberg: oh? | 00:52 |
lifeless | morganfainberg: we were planning on that | 00:52 |
morganfainberg | lifeless, yes with the new KVS store refactor | 00:52 |
lifeless | morganfainberg: for TripleO (multiple locations) | 00:52 |
lifeless | morganfainberg: is KVS a production backend? | 00:52 |
*** buzztrol_ has quit IRC | 00:53 | |
morganfainberg | lifeless, when i'm done with the refactor, it will be possible to use it as such | 00:53 |
lifeless | morganfainberg: I thought it was in-memory only and really only test suitable | 00:53 |
*** salv-orlando has quit IRC | 00:53 | |
morganfainberg | it's working towards being dogpile backed, so memcache, in-memory, redis, etc anything that you can represent in a Key-value-store format (get/set/deletE) will be possible | 00:53 |
*** cdub has joined #openstack-dev | 00:53 | |
lifeless | ok, interesting | 00:53 |
lifeless | this is for tokens? | 00:54 |
lifeless | or everything? | 00:54 |
morganfainberg | lifeless, this is mostly to solve token backend issues and open the door for other things. i wouldn't use it as an identity backned outside of testing | 00:54 |
morganfainberg | lifeless, but all testing will go through this new keyvaluestore since i want to remove the old one. | 00:54 |
lifeless | morganfainberg: the keystone->backend links will be encrypted, right? | 00:54 |
dstanek | morganfainberg: do the cache backends not deal with that? | 00:54 |
morganfainberg | lifeless, that is optional, but supported | 00:55 |
morganfainberg | lifeless, i plan on submitting this to oslo | 00:55 |
dstanek | morganfainberg: for instance in memcache the last op will win - no need to lock for each key | 00:55 |
*** sarob has joined #openstack-dev | 00:55 | |
morganfainberg | lifeless, keystone -> backend encrypted (if the lib supports it) also supporitng the memcache_crypt stuff in auth_token middleware | 00:55 |
morganfainberg | lifeless, base implementation review: https://review.openstack.org/#/c/59126/ | 00:56 |
morganfainberg | dstanek, sure. like i said i can remove the set/delete locking | 00:56 |
morganfainberg | dstanek, we still need to be able to lock in some cases, so the locking context manager can't be fully removed. | 00:57 |
morganfainberg | dstanek, i erred on the side of caution, i'm happy to remove the lcoking on set/delete if that makes more sense. | 00:57 |
morganfainberg | dstanek, s/locking/passive-lock-for-all-actions | 00:57 |
*** teran has joined #openstack-dev | 00:57 | |
dstanek | morganfainberg: i don't know if you should or not - i was just curious for now | 00:58 |
morganfainberg | dstanek, yeah thats where I am. I am looking for some input ;) | 00:58 |
*** nkinder has joined #openstack-dev | 00:58 | |
*** danwent has quit IRC | 00:59 | |
*** mrodden1 has joined #openstack-dev | 01:02 | |
lifeless | morganfainberg: wow, big patch? | 01:02 |
morganfainberg | lifeless, there is a lot of functionality there. it's pretty much just the core implementation. and one minor change to an option in the config to meet my needs (and be more correct) | 01:03 |
*** mrodden has quit IRC | 01:03 | |
morganfainberg | lifeless, and about as comprehensive testing as I could think of to start. | 01:03 |
lifeless | morganfainberg: sure, just will be hard for whomever reviews it :) | 01:03 |
*** macjack has joined #openstack-dev | 01:03 | |
morganfainberg | lifeless, i know. unfortunately, it's hard to distill it down much. | 01:03 |
*** schwicht has quit IRC | 01:04 | |
*** dims has quit IRC | 01:04 | |
morganfainberg | lifeless, it's why this is stand-alone not making any changes to the core of keystone to use it | 01:04 |
morganfainberg | lifeless, might be able to split the locking and memcache_crypt out, but that is likely only a couple hundred lines | 01:05 |
*** danwent has joined #openstack-dev | 01:05 | |
morganfainberg | lifeless, I try and keep my patchsets to ~400-600 lines at most. | 01:05 |
ayoung | morganfainberg, yeo | 01:06 |
ayoung | jamielennox, with you in a minute | 01:06 |
jamielennox | ayoung: hmm? | 01:08 |
dstanek | morganfainberg: i'll probably need to go over it again :-) lots to digest | 01:08 |
ayoung | jamielennox, it is 20:00 localtime | 01:08 |
jamielennox | i have a pep8 error where it (wrongly) complains about only importing modules not objects: http://logs.openstack.org/02/59602/3/check/gate-keystone-pep8/77e5686/console.html | 01:09 |
jamielennox | is there a way i can tell it that i'm doing the right thing or do i have to resort to # noqa | 01:09 |
*** Sumeniac has quit IRC | 01:09 | |
morganfainberg | ayoung, so.. https://github.com/openstack/keystone/blob/master/keystone/common/controller.py#L225 are we deleting tokens for the trustor? | 01:09 |
morganfainberg | ayoung, is that intended? | 01:09 |
*** Sumeniac has joined #openstack-dev | 01:09 | |
ayoung | morganfainberg, I think so...I remember being convinced by someone that we needed to do that | 01:10 |
*** Abhishek has quit IRC | 01:10 | |
morganfainberg | ayoung, well if thats the case, way easier to fix things. just need to put the token in the right list and voila, it works | 01:11 |
morganfainberg | ayoung, no trust-specific-list required | 01:11 |
ayoung | morganfainberg, yes, if I delete all tokens for a user, that includes all tokens where they are the trustor...hmmmbut why? | 01:11 |
ekarlso | sandywalsh_: how can I get stacktach going with devstack ? | 01:11 |
lifeless | jamielennox: how did you go with/scenarios? | 01:11 |
*** sarob has quit IRC | 01:11 | |
morganfainberg | ayoung, that is my question, it seems... odd to delete the tokens for trusts they are the trustor for | 01:11 |
lifeless | jamielennox: you can whitelist imports in tox.ini | 01:11 |
*** unicell has joined #openstack-dev | 01:12 | |
*** unicell has quit IRC | 01:12 | |
*** unicell has joined #openstack-dev | 01:12 | |
ayoung | morganfainberg, assuming it is for the case where you are shutting down a users accounts, and you would want to remove all outstanding tokens that have access to their stuff | 01:12 |
*** sarob has joined #openstack-dev | 01:12 | |
ayoung | It makes sense if you sortof squint | 01:12 |
*** reed has quit IRC | 01:12 | |
morganfainberg | ayoung, let me squint really hard here.... | 01:12 |
jamielennox | lifeless: yep, they appear to be picking up and working fine, i think i could have found a better way to employ them that linking to fixtures with config options but it does work - thanks for that | 01:13 |
morganfainberg | ayoung, it means we have one less code-path ot maintain i guess. it feels like a round-about way of getting there though | 01:13 |
jamielennox | lifeless: just means i can't run nosetests in that folder or it will fail on missing attributes | 01:13 |
morganfainberg | ayoung, whatever, it makes it easier to fix the issue in memcache token backend. i can just stuff the token in the right place | 01:14 |
morganfainberg | easy fix.... 2 lines i think | 01:14 |
ayoung | sounds good | 01:14 |
morganfainberg | on-topic, since this relates to KVS. do you see a benefit to doing in-line locking on all sets/deletes in new-kvs? | 01:14 |
morganfainberg | ayoung, not the explicit locking, for example updating a user-token-list | 01:15 |
nkinder | jamielennox: I updated the KDS api review. There are a few areas that seem unclear or wrong. | 01:15 |
jamielennox | nkinder: ah hi, i looked for you earlier but disappeared | 01:15 |
nkinder | jamielennox: yeah, was driving home from the office | 01:15 |
morganfainberg | but i built in an implicit lock on each set, and each delete (delete = get, then delete to raise NotFound like current impl does) | 01:15 |
*** mikeoutl_ has quit IRC | 01:16 | |
morganfainberg | and after talking to dstanek, i'm just not sure it makes sense to keep. | 01:16 |
jamielennox | nkinder: so much of it i picked up from trying to understand simo's initial implementation so i wouldn't be surprised that some of the wording is wrong | 01:16 |
ayoung | morganfainberg, probably. I assume the alternative is that we might have multiple greenthreads accessing the same page? | 01:16 |
dstanek | morganfainberg: ah that's why there's a lock around the delete...for the NotFound | 01:16 |
*** sarob has quit IRC | 01:16 | |
ayoung | morganfainberg, just make sure the locking does not tie up the greenthreads. | 01:17 |
jamielennox | nkinder: are those questions things you need me to answer or things that you want to fix up in the next version | 01:17 |
nkinder | jamielennox: questions at this point | 01:18 |
morganfainberg | dstanek, yes, but it's not _really_ needed. | 01:18 |
*** mfer has joined #openstack-dev | 01:18 | |
nkinder | jamielennox: the main thing that seems incorrect in the API is that we don't include the signing key in the encrypted bundle for the destination | 01:18 |
*** mfer has quit IRC | 01:18 | |
*** dims has joined #openstack-dev | 01:19 | |
morganfainberg | ayoung, i think the memcache lock would tie up the thread actually =/ | 01:19 |
dstanek | morganfainberg: does the set() lock replace the cas behavior? | 01:19 |
*** mikeoutland has joined #openstack-dev | 01:19 | |
jamielennox | nkinder: so much of this i picked up as i went along. my understanding of ekey and skey isn't signing key and i'm not sure why it was ever described that way - ekey is the encrypted key and signature is the sig of the key to validate the decryption | 01:19 |
morganfainberg | dstanek, no, the .get_lock(<key>) does | 01:19 |
morganfainberg | dstanek, with kvs.get_lock(key): <do stuff> | 01:19 |
ayoung | morganfainberg, maybe, but we want to make sure that reading, adding a value, and then writing are done atomically, at least until we get rid of the index pages . | 01:19 |
*** krotscheck has quit IRC | 01:19 | |
jamielennox | nkinder: ah, hang on, i think i'm mixing up areas | 01:20 |
nkinder | jamielennox: well, there is "signature" too. | 01:20 |
morganfainberg | the set lock just guarantees that once you start the operation, no other sets can change the value | 01:20 |
nkinder | I'm talking about skey | 01:20 |
morganfainberg | dstanek, ah, there we go. that was why... so in the case of needing get/dosomething/set the value can't change at any-point during the operation | 01:20 |
morganfainberg | ayoung, correct. | 01:20 |
dstanek | morganfainberg: i'll have to look back, but i thought that as implemented the set would basically "queue" up and be executed in order | 01:20 |
morganfainberg | dstanek, they would be, hrm | 01:21 |
nkinder | jamielennox: "signature" is used to HMAC the response from KDS to the requestor | 01:21 |
jamielennox | nkinder: yep | 01:21 |
morganfainberg | dstanek, i'm feeling like i'm being crazy somewhere in here | 01:21 |
jamielennox | nkinder: ok sorry - was thinking db and i'm looking at my impl and i think i say signature in a few places i mean skey | 01:21 |
morganfainberg | dstanek, i think this can all be accomplished removing the implicit locking. | 01:22 |
morganfainberg | dstanek, and only handle explicit lock scenarios | 01:22 |
*** singhs has quit IRC | 01:22 | |
morganfainberg | dstanek, and the delete scenario is ... limited race that doesn't have a huge impact. | 01:22 |
jamielennox | nkinder: so ekey and skey are extract from the "base" key (not sure of a better term) which is random | 01:22 |
nkinder | jamielennox: so skey is in the ticket (encrypted for the source). It's not encrypted in the payload for the destination though. | 01:23 |
jamielennox | we take base key + "sender,destination,timestamp" to generate the ekey, skey | 01:23 |
jamielennox | the idea was to be that by including only the base key in the destination the destination can recreate the ekey, skey for itself | 01:24 |
ekarlso | sandywalsh_: I get a 500 when trying to browse my stacktach | 01:24 |
jamielennox | which has the side effect of validating that the same sender,destination,timestamp are sent to the destination | 01:24 |
jamielennox | so we don't transmit ekey, skey to the destination - just the information it needs to derive it for itself | 01:25 |
ekarlso | sandywalsh_: http://pastebin.com/xPCcKGaK | 01:25 |
*** bswartz has joined #openstack-dev | 01:25 | |
nkinder | jamielennox: ok, so explain what "base key" is | 01:25 |
nkinder | jamielennox: is it something that we expect the destination to know? | 01:26 |
jamielennox | so we're establishing "session" keys here a skey, ekey that can be used only between the two endpoints | 01:26 |
jamielennox | the base key is essentially the seed | 01:26 |
morganfainberg | dstanek, i'll pull out the implcit locking in the next review... it doesn't seem needed. | 01:26 |
*** nati_ueno has joined #openstack-dev | 01:26 | |
morganfainberg | s/review/changeset | 01:27 |
jamielennox | i've been calling it base key because in the impl we generate a new key for it | 01:27 |
nkinder | jamielennox: is that the long term key from one of the services, or something else? | 01:27 |
*** tdruiva_ has quit IRC | 01:27 | |
jamielennox | nkinder: no, it's new and random | 01:27 |
jamielennox | but if you know the base key/seed you can predictably generate the ekey/skey | 01:28 |
nkinder | jamielennox: generated by KDS? | 01:28 |
jamielennox | yes | 01:28 |
*** tdruiva has joined #openstack-dev | 01:28 | |
*** teran_ has joined #openstack-dev | 01:28 | |
nkinder | jamielennox: so how does the destination service get knowledge of it? | 01:28 |
jamielennox | data['esek']['key'] | 01:29 |
*** teran has quit IRC | 01:29 | |
*** rods1 has quit IRC | 01:30 | |
jamielennox | so when the destination receives a message it will take generate the two keys from esek['key'] + "source,destination,timestamp" in the same way the KDS did to generate the keys originally | 01:30 |
nkinder | jamielennox: ah, esek contains the base key, not ekey. | 01:31 |
jamielennox | so if you mess with the source, destination or timestamp the key will be invalid | 01:31 |
jamielennox | nkinder: right | 01:31 |
*** nati_ueno has quit IRC | 01:32 | |
nkinder | jamielennox: ok, so "key" in esek is the seed, and the destination needs to derive the other keys. | 01:32 |
*** praneshp_ has joined #openstack-dev | 01:32 | |
nkinder | jamielennox: all of the stuff the source and destination are responsible for is missing from the API doc | 01:32 |
*** nati_ueno has joined #openstack-dev | 01:32 | |
*** noslzzp has joined #openstack-dev | 01:32 | |
jamielennox | yes, i mentioned seed earlier but it's specified as key all over the place | 01:32 |
nkinder | jamielennox: I'm filling that stuff in | 01:32 |
*** tdruiva has quit IRC | 01:32 | |
nkinder | jamielennox: A user of the API will need to know that they need to derive the keys, and they need to know how to do it. | 01:33 |
jamielennox | nkinder: so i tried not to re-write it too much from simo's original - i think i probably just should have | 01:33 |
*** nati_ueno has quit IRC | 01:33 | |
*** nati_ueno has joined #openstack-dev | 01:33 | |
nkinder | jamielennox: so it's up to the source to send it's identity to the destination as well (in the exact form needed to perform the derive) | 01:34 |
jamielennox | nkinder: yes, and i still need to talk to simo a little to figure out what he expected to happen there | 01:34 |
nkinder | jamielennox: KDS doesn't really define how that is done, but it needs to be handled for the derive to work. | 01:34 |
jamielennox | in my impl everything has a keyname:generation format and i'm not sure how that works with the messaging side of things yet | 01:35 |
nkinder | jamielennox: the destination also needs to be supplied (at least in the group message case), as it's a group name. | 01:35 |
*** nosnos has joined #openstack-dev | 01:35 | |
jamielennox | it should probably be supplied regardless | 01:36 |
*** nosnos_ has joined #openstack-dev | 01:37 | |
jamielennox | s particularly with groups you change keys frequently so you end up with name:generation format | 01:37 |
nkinder | jamielennox: I'm wondering it source/destination needs to be in the KDS encrypted payload for the destination | 01:38 |
jamielennox | i added the same thing with hosts, it made the impl simpler and i can see people purposefully updating host keys | 01:38 |
nkinder | s/it/if/ | 01:38 |
jamielennox | nkinder: the point was to be that if it was outside then you could use that as an integrity check | 01:39 |
*** zhikunliu has joined #openstack-dev | 01:39 | |
jamielennox | so source and destination (i think) are part of the message that you will be sending | 01:39 |
jamielennox | timestamp is inside the esek | 01:39 |
nkinder | jamielennox: yeah, it will just need to be supplied in the message somehow. | 01:39 |
jamielennox | nkinder: but what i haven't figured out yet is the key generations | 01:40 |
*** colinmcnamara has quit IRC | 01:40 | |
*** colinmcn_ has quit IRC | 01:40 | |
*** mikeoutland has quit IRC | 01:40 | |
jamielennox | so we get a key name back like scheduler:5 | 01:40 |
nkinder | jamielennox: That was my next question :) | 01:40 |
bknudson | jamielennox: that looks like it's breaking backwards compatibility | 01:40 |
*** nosnos has quit IRC | 01:40 | |
bknudson | https://review.openstack.org/#/c/59687/2/keystoneclient/v2_0/shell.py | 01:40 |
jamielennox | bknudson: i would have thought so but dolphm has a +1 on it | 01:41 |
nkinder | jamielennox: That's supposed to generate a long term key for a service, right? | 01:41 |
jamielennox | bknudson: just thought i'd check | 01:41 |
jamielennox | nkinder: which bit? | 01:42 |
bknudson | a change like that will at least need a bug and docimpact, etc. | 01:42 |
*** macjack has quit IRC | 01:42 | |
nkinder | jamielennox: the "Set Key" request | 01:43 |
jamielennox | nkinder: so simo had some stuff done in the oslo messaging space (before it was a seperate library) but i don't know messaging more that a glance | 01:43 |
jamielennox | set_key is a long term key yes | 01:43 |
*** lbragstad has quit IRC | 01:44 | |
*** jasdeepH has quit IRC | 01:44 | |
*** epim has quit IRC | 01:44 | |
nkinder | jamielennox: ok, but the client is responsible for generation of a key? | 01:44 |
*** nermina has quit IRC | 01:45 | |
jamielennox | i've mentally been splitting it into host keys and group keys | 01:45 |
jamielennox | clients generate a host key | 01:45 |
jamielennox | group keys must be fetched by group members | 01:45 |
nkinder | jamielennox: The fact that we say "the default is a 128 bit random key" implies that KDS will generate a key if one is not supplied. | 01:45 |
nkinder | jamielennox: yeah, I'm referring to host keys only right now | 01:45 |
jamielennox | nkinder: in a number of my earlier reviews i mentioned that some of that stuff was implementation specific and got overruled | 01:45 |
nkinder | jamielennox: the host generating the key and sending it to KDS makes sense (both sides know the key). | 01:46 |
nkinder | jamielennox: if KDS can generate a random key, the host needs some way of fetching it. | 01:46 |
jamielennox | nkinder: there is one there about nonce being a 64bit integer - this is python, the size and style of an accepted nonce is impl specific | 01:46 |
jamielennox | nkinder: we don't support fetching a host key - i can't see a good reason for that - if you've lost it generate a new one | 01:47 |
nkinder | jamielennox: the API doc implies that generation can be done by KDS, but I can reword it so it's more clear. | 01:47 |
nkinder | jamielennox: I agree that just having the host generate it seems best. | 01:47 |
jamielennox | nkinder: though this is part of the reason i put generations onto host keys so that it can distinguish between old and current keys | 01:47 |
nkinder | jamielennox: so generations is just an integer that is incremented each time a new key is stored? | 01:48 |
nkinder | ..for that host | 01:48 |
balar | Hi Abishek, thanks for getting back, but it looks like netaddr is a python 3 module. | 01:48 |
jamielennox | nkinder: yes - the concept came from group keys where a group key is only valid for about 15minutes so you need to know which key a client is addressing with a message | 01:49 |
*** macjack has joined #openstack-dev | 01:49 | |
balar | Sorry, looks like netaddr works with python 2.4 or above. | 01:49 |
*** mfer has joined #openstack-dev | 01:50 | |
jamielennox | nkinder: simo had decided that it a host key change was infrequent enough that you didn't need to store generations, but it would make things easier to my mind to keep the two concepts as similar as possible | 01:50 |
nkinder | jamielennox: ok, I'll add a description of it to the doc. | 01:50 |
*** jasdeepH has joined #openstack-dev | 01:51 | |
*** Abhishek has joined #openstack-dev | 01:51 | |
*** Ryan_Lane has joined #openstack-dev | 01:51 | |
jamielennox | nkinder: so looking at the top of https://review.openstack.org/#/c/37913/11/openstack/common/rpc/common.py it would appear it is expected that the metadata will simply be converted back to json and put into the message | 01:54 |
jamielennox | nkinder: i'm not sure where esek was supposed to fit into that but that's pretty simple | 01:55 |
*** dstanek_afk has joined #openstack-dev | 01:55 | |
*** Ryan_Lane has quit IRC | 01:56 | |
nkinder | jamielennox: I think that's good enough for me to finish my pass at it. | 01:57 |
nkinder | jamielennox: the biggest unknown is how the source/dest should be transmitted, but I suppose we should just call that out. | 01:57 |
jamielennox | nkinder: great, thanks for doing this - it's been on my list for ages but honestly it was writing it that made me properly understand it rather than the identity-api or wiki page so i just haven't got back there | 01:58 |
jamielennox | so that link i put in a few lines ago is to the messaging code | 01:58 |
*** renlt has joined #openstack-dev | 01:59 | |
jamielennox | there is a new entry there for a signature and it has a metadata section | 01:59 |
*** claytonc has joined #openstack-dev | 01:59 | |
jamielennox | we would just need to have the source and dest in there seperately i think | 01:59 |
*** Abhishek has quit IRC | 02:00 | |
jamielennox | what's missing from there though is the actual esek ticket, but i guess we could just put that in the message metadata | 02:01 |
*** vuil has quit IRC | 02:01 | |
*** rongze has joined #openstack-dev | 02:01 | |
*** rongze has quit IRC | 02:01 | |
*** rongze has joined #openstack-dev | 02:02 | |
dstanek | bknudson: "NameError: name '_' is not defined" strikes again! | 02:02 |
dstanek | bknudson: testtools.run doesn't like the magic | 02:02 |
*** buzztroll has joined #openstack-dev | 02:03 | |
dstanek | bknudson: running "python -m testtools.run discover keystone/tests -p '*test_versions*'" will fail | 02:04 |
*** bingbu has joined #openstack-dev | 02:04 | |
*** twoputt_ has quit IRC | 02:06 | |
*** twoputt__ has quit IRC | 02:06 | |
*** buzztroll has quit IRC | 02:07 | |
*** xarses has quit IRC | 02:09 | |
*** tanisdl has quit IRC | 02:14 | |
*** danwent has quit IRC | 02:15 | |
*** Abhishek has joined #openstack-dev | 02:17 | |
*** ruhe has joined #openstack-dev | 02:18 | |
*** dims has quit IRC | 02:23 | |
*** fungi has quit IRC | 02:24 | |
*** mkollaro has quit IRC | 02:25 | |
*** xjiujiu has joined #openstack-dev | 02:26 | |
*** fungi has joined #openstack-dev | 02:26 | |
*** guohliu has joined #openstack-dev | 02:27 | |
*** kbrierly has quit IRC | 02:28 | |
*** alop has quit IRC | 02:29 | |
*** angdraug has quit IRC | 02:29 | |
*** pixelb has quit IRC | 02:30 | |
*** colinmcnamara has joined #openstack-dev | 02:31 | |
*** colinmcn_ has joined #openstack-dev | 02:31 | |
*** rwsu has quit IRC | 02:35 | |
*** stevemar has joined #openstack-dev | 02:38 | |
*** rwsu has joined #openstack-dev | 02:39 | |
*** Shaan7 has quit IRC | 02:41 | |
*** radsy has quit IRC | 02:43 | |
*** radsy has joined #openstack-dev | 02:45 | |
*** marun has joined #openstack-dev | 02:46 | |
*** erkules_ has joined #openstack-dev | 02:49 | |
*** erkules has quit IRC | 02:49 | |
*** MarkAtwood has quit IRC | 02:49 | |
*** Ryan_Lane has joined #openstack-dev | 02:51 | |
*** Abhishek has quit IRC | 02:52 | |
*** Mandell has quit IRC | 02:53 | |
*** gongysh has joined #openstack-dev | 02:53 | |
stevemar | ayoung: thanks for the latest patch of mapping rules | 02:54 |
*** Ryan_Lane has quit IRC | 02:55 | |
*** galstrom_zzz is now known as galstrom | 02:55 | |
*** neelashah has joined #openstack-dev | 02:56 | |
*** jaypipes has quit IRC | 02:57 | |
*** ruhe has quit IRC | 03:01 | |
*** basha has joined #openstack-dev | 03:03 | |
*** nermina has joined #openstack-dev | 03:04 | |
*** basha has quit IRC | 03:07 | |
ayoung | stevemar, see where I am going with it? | 03:14 |
stevemar | ayoung, aye, you wanted the sets in there | 03:14 |
*** teran has joined #openstack-dev | 03:14 | |
stevemar | so an idp can use multiple mappings? | 03:14 |
ayoung | stevemar, they were in the origianal plan from CHadwick and company | 03:14 |
ayoung | I think so | 03:15 |
ayoung | I suspect that there are going to be reusable pieces in there. | 03:15 |
*** galstrom is now known as galstrom_zzz | 03:15 | |
*** vipul has quit IRC | 03:15 | |
stevemar | but what if there are conflicting rules? | 03:15 |
*** ArminderS has joined #openstack-dev | 03:16 | |
*** vipul has joined #openstack-dev | 03:16 | |
stevemar | ayoung ^ | 03:16 |
*** radsy has quit IRC | 03:16 | |
ayoung | stevemar, then the IdP is going to be broken. THat is going to happen from time to time anyway | 03:16 |
*** shadower_ has joined #openstack-dev | 03:16 | |
*** aveiga has joined #openstack-dev | 03:17 | |
ayoung | We can specify order of evaluation | 03:17 |
ayoung | something like "stop at first match" | 03:17 |
*** soren has quit IRC | 03:17 | |
ayoung | and then the rule sets become ordered sets | 03:17 |
*** jvrbanac has quit IRC | 03:17 | |
*** teran_ has quit IRC | 03:17 | |
*** cdub has quit IRC | 03:17 | |
*** negronjl has quit IRC | 03:17 | |
*** shadower has quit IRC | 03:17 | |
*** bgmccollum has quit IRC | 03:17 | |
*** rainya has quit IRC | 03:17 | |
*** AndreyGrebenniko has quit IRC | 03:17 | |
*** ArminderS- has quit IRC | 03:17 | |
*** adam_g has quit IRC | 03:17 | |
*** rgoodwin has quit IRC | 03:17 | |
*** adepti37 has quit IRC | 03:17 | |
*** antonym has quit IRC | 03:18 | |
stevemar | ayoung: specify that at the set level i guess? | 03:18 |
*** AndreyGrebenniko has joined #openstack-dev | 03:19 | |
*** adepti37 has joined #openstack-dev | 03:19 | |
*** harlowja has quit IRC | 03:19 | |
*** rainya has joined #openstack-dev | 03:19 | |
*** rgoodwin has joined #openstack-dev | 03:19 | |
*** phschwartz has quit IRC | 03:19 | |
*** jvrbanac has joined #openstack-dev | 03:19 | |
*** Shrews has quit IRC | 03:19 | |
*** VeggieMeat has quit IRC | 03:19 | |
ayoung | stevemar, if I am wrong and crazy here, let me know...I am just trying to understand what this is supposed to look like | 03:19 |
*** VeggieMeat has joined #openstack-dev | 03:19 | |
*** bgmccollum has joined #openstack-dev | 03:19 | |
*** pvo has quit IRC | 03:19 | |
*** Shrews has joined #openstack-dev | 03:19 | |
*** alop has joined #openstack-dev | 03:19 | |
stevemar | ayoung: i hear ya, i think it makes sense, i'm interested to see what marekd and dolphm say (and the kent folks) | 03:20 |
ayoung | stevemar, was your thought that a single mapping would contain all of the rules for a single IdP? | 03:20 |
*** antonym has joined #openstack-dev | 03:20 | |
ayoung | store and change atomically? | 03:21 |
stevemar | ayoung: yeah, i figured one mapping would suffice per idp | 03:21 |
stevemar | but, this way is more flexible | 03:21 |
ayoung | stevemar, that might be sufficient. I can be talked out of what I wrote. | 03:21 |
*** phschwartz has joined #openstack-dev | 03:22 | |
ayoung | Lets sleep on it....I might be going too far | 03:22 |
stevemar | i understand what you're getting at, and tbh i'm not sure of the right answer, yeah - good call :) | 03:22 |
*** pvo has joined #openstack-dev | 03:22 | |
ayoung | There is something very right about "I have the rules all written and bug free, let me upload them all together" | 03:23 |
*** negronjl has joined #openstack-dev | 03:23 | |
ayoung | But then there is the "let me tweak them to get them right" | 03:23 |
stevemar | and the re-usable factor of it | 03:23 |
ayoung | the question is whether there really is any call for sharing, or for tweaking on the server in place | 03:23 |
*** soren has joined #openstack-dev | 03:23 | |
*** neelashah1 has joined #openstack-dev | 03:23 | |
*** neelashah has quit IRC | 03:23 | |
*** cdub has joined #openstack-dev | 03:24 | |
stevemar | say idp 1 and 2 both want assertion rules A, B and C, but 1 wants D and 2 wants E | 03:24 |
stevemar | ayoung, i could see universities doing something like that (if my example is right) | 03:24 |
*** buzztroll has joined #openstack-dev | 03:26 | |
*** galstrom_zzz is now known as galstrom | 03:26 | |
ayoung | stevemar, yeah...but does it really make sense. There is no real cost in duplicating the same rule in multiple mappings. I think I am going to reverse myself on the sets thing...but tomorrow, not today | 03:26 |
stevemar | hehe | 03:26 |
stevemar | ayoung: think it over, let others weigh in | 03:26 |
ayoung | stevemar, right now I am trying to build Qt3 app on Fedora 19...in order to play an EWI. I should be in bed right now | 03:27 |
*** troytoman-away has quit IRC | 03:28 | |
stevemar | ayoung - EWI (n.) - An acronym for Atomic Wind Instrument ? | 03:28 |
*** troytoman-away has joined #openstack-dev | 03:28 | |
*** troytoman-away is now known as troytoman | 03:28 | |
ayoung | Atomic? Not the way I play | 03:29 |
stevemar | but something music related? | 03:29 |
*** mfer has quit IRC | 03:29 | |
*** praneshp_ is now known as praneshp | 03:31 | |
stevemar | at least it's not something work related ;) | 03:31 |
ayoung | Not work. It is an Electronic Wind Instrument, and I got it working on my Wife's windows machine, now to get something for Linux | 03:32 |
*** paragan has joined #openstack-dev | 03:33 | |
*** rcleere has joined #openstack-dev | 03:34 | |
*** gyee has quit IRC | 03:35 | |
*** sgordon has quit IRC | 03:35 | |
*** claytonc has quit IRC | 03:35 | |
*** rraja has joined #openstack-dev | 03:39 | |
*** pixelb has joined #openstack-dev | 03:40 | |
*** matiu has joined #openstack-dev | 03:45 | |
*** matiu has quit IRC | 03:45 | |
*** matiu has joined #openstack-dev | 03:45 | |
*** loq_mac has joined #openstack-dev | 03:45 | |
ayoung | stevemar, good thing I know Linux. | 03:47 |
*** galstrom is now known as galstrom_zzz | 03:50 | |
*** Ryan_Lane has joined #openstack-dev | 03:51 | |
*** buzztroll has quit IRC | 03:52 | |
*** morazi has quit IRC | 03:53 | |
*** galstrom_zzz is now known as galstrom | 03:54 | |
*** amotoki has joined #openstack-dev | 03:55 | |
*** aveiga has quit IRC | 03:55 | |
*** Ryan_Lane has quit IRC | 03:56 | |
*** JordanRinke has quit IRC | 03:56 | |
*** buzztroll has joined #openstack-dev | 03:56 | |
*** sumanth has joined #openstack-dev | 03:57 | |
*** galstrom is now known as galstrom_zzz | 04:02 | |
*** lbragstad has joined #openstack-dev | 04:03 | |
*** rbrady has quit IRC | 04:04 | |
*** sergmelikyan has quit IRC | 04:04 | |
marun | Is there an amqp expert here that can school me | 04:05 |
marun | ? | 04:05 |
*** herndon_ has quit IRC | 04:06 | |
*** nati_ueno has quit IRC | 04:08 | |
*** JordanRinke has joined #openstack-dev | 04:12 | |
*** CaptTofu has quit IRC | 04:15 | |
*** danwent has joined #openstack-dev | 04:15 | |
*** CaptTofu has joined #openstack-dev | 04:16 | |
*** aditirav has joined #openstack-dev | 04:16 | |
*** rraja has quit IRC | 04:19 | |
*** epopt37 has quit IRC | 04:21 | |
*** basha has joined #openstack-dev | 04:22 | |
*** netavenger-jr has joined #openstack-dev | 04:26 | |
*** mikeoutland has joined #openstack-dev | 04:26 | |
*** shinylasers has quit IRC | 04:26 | |
*** xarses has joined #openstack-dev | 04:31 | |
*** aditirav_ has joined #openstack-dev | 04:31 | |
*** prad has quit IRC | 04:33 | |
*** rbrady has joined #openstack-dev | 04:34 | |
*** Mandell has joined #openstack-dev | 04:34 | |
*** epopt37 has joined #openstack-dev | 04:34 | |
*** aditirav has quit IRC | 04:34 | |
*** gongysh has quit IRC | 04:35 | |
*** mikeoutland has quit IRC | 04:35 | |
*** aditirav_ has quit IRC | 04:35 | |
*** chandankumar has joined #openstack-dev | 04:36 | |
*** loq_mac has quit IRC | 04:37 | |
*** nosnos has joined #openstack-dev | 04:38 | |
*** jp_at_hp has quit IRC | 04:39 | |
*** nosnos_ has quit IRC | 04:42 | |
*** rongze has quit IRC | 04:45 | |
*** StevenK has joined #openstack-dev | 04:46 | |
*** kushal has joined #openstack-dev | 04:48 | |
*** Ryan_Lane has joined #openstack-dev | 04:51 | |
*** noslzzp has quit IRC | 04:51 | |
*** Ryan_Lane has quit IRC | 04:56 | |
*** rushiagr has joined #openstack-dev | 04:56 | |
*** SergeyLukjanov has joined #openstack-dev | 04:56 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 04:57 | |
*** _SergeyLukjanov is now known as SergeyLukjanov | 04:57 | |
*** achampion has joined #openstack-dev | 05:01 | |
*** prekarat has quit IRC | 05:01 | |
*** aeperezt has quit IRC | 05:02 | |
*** guohliu has quit IRC | 05:03 | |
*** rcleere has quit IRC | 05:05 | |
*** pixelb has quit IRC | 05:05 | |
*** venkatesh has joined #openstack-dev | 05:11 | |
*** SumitNaiksatam has joined #openstack-dev | 05:12 | |
SpamapS | how can I run just one unit test in keystone? | 05:14 |
*** Q310 has joined #openstack-dev | 05:15 | |
*** ngoracke1 has joined #openstack-dev | 05:15 | |
*** danwent_ has joined #openstack-dev | 05:15 | |
*** mrodden has joined #openstack-dev | 05:15 | |
*** sumanthns has joined #openstack-dev | 05:15 | |
*** rbrady has quit IRC | 05:15 | |
*** Leto2 has joined #openstack-dev | 05:16 | |
*** rongze has joined #openstack-dev | 05:16 | |
clarkb | tox -epy27 testname | 05:16 |
clarkb | it is testr now iirc | 05:16 |
SpamapS | it is, but that does not run any tests | 05:16 |
SpamapS | n/m | 05:16 |
SpamapS | wrong test name | 05:16 |
*** KurtMartin has joined #openstack-dev | 05:16 | |
*** negronjl_ has joined #openstack-dev | 05:17 | |
*** yjiang5_1 has joined #openstack-dev | 05:17 | |
*** guitarza1 has joined #openstack-dev | 05:17 | |
*** SumitNaiksatam_ has joined #openstack-dev | 05:17 | |
*** amir1 has joined #openstack-dev | 05:17 | |
*** VeggieMeat_ has joined #openstack-dev | 05:17 | |
*** dcahill1 has joined #openstack-dev | 05:17 | |
*** Mandell_ has joined #openstack-dev | 05:18 | |
*** neoXsys has quit IRC | 05:18 | |
*** neoXsys has joined #openstack-dev | 05:18 | |
*** heavystorm_ has joined #openstack-dev | 05:19 | |
*** tristanC_ has joined #openstack-dev | 05:19 | |
*** termie_ has joined #openstack-dev | 05:19 | |
*** paulprot1us has joined #openstack-dev | 05:19 | |
*** rainya has quit IRC | 05:20 | |
*** danwent has quit IRC | 05:20 | |
*** negronjl has quit IRC | 05:20 | |
*** danwent_ is now known as danwent | 05:20 | |
*** jvrbanac has quit IRC | 05:20 | |
*** ngoracke has quit IRC | 05:20 | |
*** mnaser has quit IRC | 05:20 | |
*** LinuxJedi_ has joined #openstack-dev | 05:20 | |
*** praneshp__ has joined #openstack-dev | 05:21 | |
*** WhiteAnt- has joined #openstack-dev | 05:21 | |
*** michchap_ has joined #openstack-dev | 05:21 | |
*** marun has quit IRC | 05:22 | |
*** mrodden1 has quit IRC | 05:22 | |
*** Qu310 has quit IRC | 05:22 | |
*** heavystorm has quit IRC | 05:22 | |
*** dcahill has quit IRC | 05:22 | |
*** guitarzan has quit IRC | 05:22 | |
*** asadoughi has quit IRC | 05:22 | |
*** VeggieMeat has quit IRC | 05:22 | |
*** LetoH_ has quit IRC | 05:22 | |
*** kmartin has quit IRC | 05:22 | |
*** rch has quit IRC | 05:22 | |
*** venkatesh_ has joined #openstack-dev | 05:22 | |
*** jayg|g0n3 has quit IRC | 05:22 | |
*** stevebaker has quit IRC | 05:22 | |
*** sandywalsh_ has quit IRC | 05:22 | |
*** matrohon has quit IRC | 05:22 | |
*** termie has quit IRC | 05:22 | |
*** tristanC has quit IRC | 05:22 | |
*** paulproteus|mobi has quit IRC | 05:22 | |
*** bigmstone has quit IRC | 05:22 | |
*** yjiang5 has quit IRC | 05:22 | |
*** venkatesh has quit IRC | 05:22 | |
*** rch1 has joined #openstack-dev | 05:22 | |
*** troytoman has quit IRC | 05:22 | |
*** WhiteAnthrax has quit IRC | 05:22 | |
*** decede has quit IRC | 05:22 | |
*** WhiteAnt- is now known as WhiteAnthrax | 05:22 | |
*** SumitNaiksatam has quit IRC | 05:22 | |
*** Mandell has quit IRC | 05:22 | |
*** bgmccollum has quit IRC | 05:22 | |
*** rgoodwin has quit IRC | 05:22 | |
*** praneshp has quit IRC | 05:22 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 05:22 | |
*** michchap has quit IRC | 05:22 | |
*** mikemar10_ has quit IRC | 05:22 | |
*** LinuxJedi has quit IRC | 05:22 | |
*** phschwartz has quit IRC | 05:22 | |
*** kpepple has quit IRC | 05:22 | |
*** ttx has quit IRC | 05:22 | |
*** pvo has quit IRC | 05:22 | |
*** dcmorton has quit IRC | 05:22 | |
*** bgmccollum has joined #openstack-dev | 05:22 | |
*** kpepple has joined #openstack-dev | 05:22 | |
*** phschwartz has joined #openstack-dev | 05:22 | |
*** troytoman has joined #openstack-dev | 05:22 | |
*** antonym has quit IRC | 05:22 | |
*** ttx has joined #openstack-dev | 05:22 | |
*** mikemar10 has joined #openstack-dev | 05:22 | |
*** jvrbanac has joined #openstack-dev | 05:22 | |
*** rainya has joined #openstack-dev | 05:22 | |
*** bigmstone has joined #openstack-dev | 05:22 | |
*** dcmorton has joined #openstack-dev | 05:22 | |
*** stevebaker has joined #openstack-dev | 05:22 | |
*** marun has joined #openstack-dev | 05:22 | |
*** pvo has joined #openstack-dev | 05:22 | |
*** ttx has quit IRC | 05:22 | |
*** ttx has joined #openstack-dev | 05:22 | |
*** rgoodwin has joined #openstack-dev | 05:22 | |
*** jasdeepH has quit IRC | 05:23 | |
*** jayg|g0n3 has joined #openstack-dev | 05:23 | |
*** matrohon has joined #openstack-dev | 05:23 | |
*** decede has joined #openstack-dev | 05:23 | |
*** tris has quit IRC | 05:26 | |
*** mnaser has joined #openstack-dev | 05:26 | |
*** mikeoutland has joined #openstack-dev | 05:27 | |
*** rongze has quit IRC | 05:28 | |
*** amotoki has quit IRC | 05:30 | |
*** kushal has quit IRC | 05:30 | |
*** aditirav has joined #openstack-dev | 05:30 | |
*** kushal has joined #openstack-dev | 05:30 | |
*** sandywalsh_ has joined #openstack-dev | 05:30 | |
*** vartom11119 has joined #openstack-dev | 05:33 | |
*** macjack has quit IRC | 05:35 | |
*** alex_klimov has joined #openstack-dev | 05:36 | |
*** macjack has joined #openstack-dev | 05:36 | |
*** buzztroll has quit IRC | 05:37 | |
*** buzztroll has joined #openstack-dev | 05:37 | |
*** vartom11119 has quit IRC | 05:40 | |
*** sthaha has quit IRC | 05:45 | |
*** sthaha has joined #openstack-dev | 05:45 | |
*** sthaha has joined #openstack-dev | 05:45 | |
*** simo has joined #openstack-dev | 05:46 | |
*** simo has joined #openstack-dev | 05:46 | |
*** lbragstad has quit IRC | 05:47 | |
*** Chicago has joined #openstack-dev | 05:47 | |
*** basha has quit IRC | 05:48 | |
*** nshaikh has joined #openstack-dev | 05:49 | |
*** colinmcnamara has quit IRC | 05:49 | |
*** colinmcn_ has quit IRC | 05:49 | |
*** rraja has joined #openstack-dev | 05:50 | |
*** aditirav_ has joined #openstack-dev | 05:52 | |
*** aditirav has quit IRC | 05:52 | |
*** aditirav_ is now known as aditirav | 05:52 | |
*** aditirav has quit IRC | 05:54 | |
*** basha has joined #openstack-dev | 05:55 | |
*** aditirav has joined #openstack-dev | 05:55 | |
*** rdas has joined #openstack-dev | 05:55 | |
*** neelashah1 has quit IRC | 05:57 | |
*** dstanek has quit IRC | 05:57 | |
*** rongze has joined #openstack-dev | 05:58 | |
*** alop has quit IRC | 05:59 | |
*** dstanek has joined #openstack-dev | 06:00 | |
*** danwent has quit IRC | 06:02 | |
*** neeti has joined #openstack-dev | 06:04 | |
*** SergeyLukjanov has quit IRC | 06:04 | |
*** gongysh has joined #openstack-dev | 06:05 | |
*** SergeyLukjanov has joined #openstack-dev | 06:05 | |
*** vuil has joined #openstack-dev | 06:05 | |
*** shinylasers has joined #openstack-dev | 06:05 | |
*** SergeyLukjanov has quit IRC | 06:07 | |
*** buzztroll has quit IRC | 06:14 | |
*** buzztroll has joined #openstack-dev | 06:16 | |
*** alex_klimov has quit IRC | 06:18 | |
*** alex_klimov has joined #openstack-dev | 06:18 | |
*** alex_klimov1 has joined #openstack-dev | 06:19 | |
*** buzztroll has quit IRC | 06:20 | |
*** dstanek has quit IRC | 06:20 | |
*** amcrn has quit IRC | 06:21 | |
*** ngoracke1 has quit IRC | 06:22 | |
*** alex_klimov has quit IRC | 06:23 | |
*** xqueralt has joined #openstack-dev | 06:23 | |
*** JordanRinke has quit IRC | 06:23 | |
*** fbo_away is now known as fbo | 06:26 | |
*** fifieldt_ has quit IRC | 06:27 | |
*** rongze has quit IRC | 06:30 | |
*** rongze has joined #openstack-dev | 06:30 | |
*** xqueralt has quit IRC | 06:34 | |
*** nosnos has quit IRC | 06:34 | |
*** nosnos has joined #openstack-dev | 06:35 | |
*** YorikSar has joined #openstack-dev | 06:36 | |
*** rraja has quit IRC | 06:36 | |
*** aditirav_ has joined #openstack-dev | 06:36 | |
*** prekarat has joined #openstack-dev | 06:37 | |
*** aditirav has quit IRC | 06:39 | |
*** aditirav_ is now known as aditirav | 06:39 | |
*** rohitk has joined #openstack-dev | 06:39 | |
*** aditirav has joined #openstack-dev | 06:40 | |
*** aditirav_ has joined #openstack-dev | 06:41 | |
*** jcooley_ has joined #openstack-dev | 06:41 | |
*** sarob has joined #openstack-dev | 06:42 | |
*** aditirav_ has quit IRC | 06:44 | |
*** aditirav has quit IRC | 06:44 | |
*** benonsoftware has quit IRC | 06:45 | |
*** aditirav has joined #openstack-dev | 06:45 | |
*** sushils has quit IRC | 06:46 | |
*** mrunge has joined #openstack-dev | 06:47 | |
*** ArcTanSusan has joined #openstack-dev | 06:48 | |
*** rraja has joined #openstack-dev | 06:49 | |
*** gmurphy_ has quit IRC | 06:49 | |
*** ArcTanSusan has quit IRC | 06:49 | |
*** fbo is now known as fbo_away | 06:50 | |
*** che-arne_ has quit IRC | 06:51 | |
*** jcooley_ has quit IRC | 06:51 | |
*** boris-42 has joined #openstack-dev | 06:51 | |
*** Ryan_Lane has joined #openstack-dev | 06:51 | |
*** nati_ueno has joined #openstack-dev | 06:52 | |
*** SergeyLukjanov has joined #openstack-dev | 06:56 | |
*** Ryan_Lane has quit IRC | 06:56 | |
*** ArcTanSusan has joined #openstack-dev | 06:56 | |
*** bashok has joined #openstack-dev | 06:56 | |
*** marun has quit IRC | 06:57 | |
*** DinaBelova has joined #openstack-dev | 06:57 | |
*** denis_makogon has joined #openstack-dev | 06:58 | |
*** yolanda has joined #openstack-dev | 06:58 | |
*** YorikSar has quit IRC | 07:01 | |
*** YorikSar has joined #openstack-dev | 07:03 | |
*** novas0x2a|laptop has quit IRC | 07:04 | |
*** nosnos_ has joined #openstack-dev | 07:05 | |
*** eglynn-on-a-call has joined #openstack-dev | 07:05 | |
*** guohliu has joined #openstack-dev | 07:06 | |
*** nosnos has quit IRC | 07:08 | |
*** nati_ueno has quit IRC | 07:10 | |
*** eglynn-on-a-call has quit IRC | 07:11 | |
*** lbragstad has joined #openstack-dev | 07:14 | |
*** belmoreira has joined #openstack-dev | 07:15 | |
*** antonym has joined #openstack-dev | 07:17 | |
*** lbragstad has quit IRC | 07:18 | |
*** rraja has quit IRC | 07:21 | |
*** avishay has joined #openstack-dev | 07:24 | |
*** rwsu has quit IRC | 07:24 | |
*** kushal has quit IRC | 07:24 | |
*** sarob has quit IRC | 07:25 | |
*** sarob has joined #openstack-dev | 07:25 | |
*** lsmola has joined #openstack-dev | 07:26 | |
*** vartom11119 has joined #openstack-dev | 07:26 | |
*** buzztroll has joined #openstack-dev | 07:27 | |
*** venkatesh_ has quit IRC | 07:27 | |
*** evgenyf has joined #openstack-dev | 07:28 | |
*** eglynn-on-a-call has joined #openstack-dev | 07:28 | |
*** yongli has quit IRC | 07:28 | |
*** urulama has joined #openstack-dev | 07:28 | |
*** kushal has joined #openstack-dev | 07:29 | |
*** sarob has quit IRC | 07:30 | |
*** jtomasek has joined #openstack-dev | 07:30 | |
*** buzztroll has quit IRC | 07:31 | |
*** stevemar has quit IRC | 07:32 | |
*** kdas__ has joined #openstack-dev | 07:32 | |
*** amotoki has joined #openstack-dev | 07:33 | |
*** jtomasek has quit IRC | 07:34 | |
*** dsantos_ has quit IRC | 07:35 | |
*** kushal has quit IRC | 07:35 | |
*** BLZbubba has quit IRC | 07:36 | |
*** BLZbubba has joined #openstack-dev | 07:37 | |
*** urulama_ has joined #openstack-dev | 07:37 | |
*** vuil has quit IRC | 07:37 | |
*** jtomasek has joined #openstack-dev | 07:37 | |
*** xqueralt has joined #openstack-dev | 07:38 | |
*** urulama has quit IRC | 07:40 | |
*** dsantos_ has joined #openstack-dev | 07:42 | |
*** sushils has joined #openstack-dev | 07:47 | |
*** SergeyLukjanov has quit IRC | 07:48 | |
*** rwsu has joined #openstack-dev | 07:48 | |
*** Mandell_ has quit IRC | 07:51 | |
*** marekd|away is now known as marekd | 07:51 | |
*** Ryan_Lane has joined #openstack-dev | 07:51 | |
*** cederb02 has joined #openstack-dev | 07:52 | |
*** basha has quit IRC | 07:54 | |
*** neoXsys has quit IRC | 07:55 | |
*** jprovazn has joined #openstack-dev | 07:55 | |
*** afazekas has quit IRC | 07:55 | |
*** Ryan_Lane has quit IRC | 07:55 | |
*** sarob has joined #openstack-dev | 07:56 | |
*** gmurphy_ has joined #openstack-dev | 07:58 | |
*** arborism has joined #openstack-dev | 07:58 | |
*** flaper87|afk is now known as flaper87 | 07:59 | |
*** arborism is now known as amcrn | 08:00 | |
*** cederb02 has quit IRC | 08:01 | |
*** erkules_ is now known as erkules | 08:02 | |
*** reidrac has joined #openstack-dev | 08:03 | |
*** dsantos_ has quit IRC | 08:04 | |
*** amuller has joined #openstack-dev | 08:04 | |
*** YorikSar has quit IRC | 08:05 | |
*** YorikSar has joined #openstack-dev | 08:05 | |
*** gargya has joined #openstack-dev | 08:06 | |
*** bknudson has quit IRC | 08:07 | |
*** avishayb has joined #openstack-dev | 08:08 | |
*** mmagr has joined #openstack-dev | 08:08 | |
*** bauzas has joined #openstack-dev | 08:08 | |
*** marun has joined #openstack-dev | 08:09 | |
*** neoXsys has joined #openstack-dev | 08:10 | |
*** dsantos_ has joined #openstack-dev | 08:12 | |
*** yeylon__ has joined #openstack-dev | 08:12 | |
*** cederb02 has joined #openstack-dev | 08:12 | |
*** bknudson has joined #openstack-dev | 08:14 | |
*** ndipanov has joined #openstack-dev | 08:15 | |
*** zbitter has quit IRC | 08:15 | |
*** cederb02 has quit IRC | 08:16 | |
*** dsantos_ has quit IRC | 08:16 | |
*** Nikolay_St has quit IRC | 08:17 | |
*** mirrorbox has quit IRC | 08:17 | |
*** Nikolay_St has joined #openstack-dev | 08:17 | |
*** mirrorbox has joined #openstack-dev | 08:17 | |
*** guohliu has quit IRC | 08:17 | |
*** sarob has quit IRC | 08:18 | |
*** jistr has joined #openstack-dev | 08:18 | |
*** nosnos_ has quit IRC | 08:19 | |
*** nosnos has joined #openstack-dev | 08:19 | |
*** mindpixel has joined #openstack-dev | 08:19 | |
*** tkammer has joined #openstack-dev | 08:20 | |
*** metabro has quit IRC | 08:20 | |
*** devvesa has joined #openstack-dev | 08:21 | |
*** GheRivero has quit IRC | 08:22 | |
*** metabro has joined #openstack-dev | 08:22 | |
*** tkammer has quit IRC | 08:25 | |
*** tkammer has joined #openstack-dev | 08:25 | |
*** martyntaylor has joined #openstack-dev | 08:28 | |
*** Ryan_Lane has joined #openstack-dev | 08:29 | |
*** nshaikh has left #openstack-dev | 08:29 | |
*** markwash has quit IRC | 08:29 | |
*** dsantos_ has joined #openstack-dev | 08:33 | |
*** e0ne has joined #openstack-dev | 08:33 | |
*** markmcclain has joined #openstack-dev | 08:33 | |
*** rdas has quit IRC | 08:34 | |
*** YorikSar has quit IRC | 08:35 | |
*** matsuhashi has quit IRC | 08:35 | |
*** rgerganov has joined #openstack-dev | 08:35 | |
*** ygbo has joined #openstack-dev | 08:36 | |
*** matsuhashi has joined #openstack-dev | 08:36 | |
*** rdas has joined #openstack-dev | 08:37 | |
*** neeti_ has joined #openstack-dev | 08:37 | |
*** YorikSar has joined #openstack-dev | 08:37 | |
*** SergeyLukjanov has joined #openstack-dev | 08:38 | |
*** neeti has quit IRC | 08:38 | |
*** amcrn has quit IRC | 08:39 | |
*** venkatesh has joined #openstack-dev | 08:39 | |
*** netavenger-jr has quit IRC | 08:39 | |
*** arborism has joined #openstack-dev | 08:40 | |
*** boris-42 has quit IRC | 08:40 | |
*** omachace has joined #openstack-dev | 08:40 | |
*** denis_makogon has quit IRC | 08:41 | |
*** moted has quit IRC | 08:41 | |
*** Alexei_987 has joined #openstack-dev | 08:41 | |
*** moted has joined #openstack-dev | 08:42 | |
*** SumitNaiksatam has quit IRC | 08:42 | |
*** SumitNaiksatam has joined #openstack-dev | 08:42 | |
*** sileht has quit IRC | 08:43 | |
*** krypto has joined #openstack-dev | 08:43 | |
*** e0ne has quit IRC | 08:43 | |
*** dsantos_ has quit IRC | 08:43 | |
*** sandywalsh_ has quit IRC | 08:44 | |
*** READ10 has quit IRC | 08:44 | |
*** JordanP has joined #openstack-dev | 08:44 | |
*** BLZbubba has quit IRC | 08:44 | |
*** BLZbubba has joined #openstack-dev | 08:45 | |
*** martyntaylor has quit IRC | 08:46 | |
*** ArcTanSusan has quit IRC | 08:47 | |
*** READ10 has joined #openstack-dev | 08:47 | |
*** sileht has joined #openstack-dev | 08:47 | |
*** SergeyLukjanov has quit IRC | 08:49 | |
*** mindpixel has quit IRC | 08:49 | |
*** nshaikh has joined #openstack-dev | 08:49 | |
rgerganov | I am using devstack and I want to clean my database | 08:49 |
rgerganov | I tried clean.sh but it also remove packages from the system | 08:50 |
rgerganov | how can I clean the DB without uninstalling anything? | 08:50 |
*** claxton has joined #openstack-dev | 08:55 | |
*** kdas__ has quit IRC | 08:56 | |
*** sandywalsh_ has joined #openstack-dev | 08:57 | |
*** e0ne has joined #openstack-dev | 08:58 | |
*** rraja has joined #openstack-dev | 08:58 | |
*** jcoufal has joined #openstack-dev | 08:58 | |
*** mindpixel has joined #openstack-dev | 09:00 | |
*** martyntaylor has joined #openstack-dev | 09:00 | |
*** sthaha has quit IRC | 09:01 | |
*** sthaha has joined #openstack-dev | 09:01 | |
*** boden has joined #openstack-dev | 09:02 | |
*** athomas has joined #openstack-dev | 09:02 | |
*** kushal has joined #openstack-dev | 09:02 | |
*** hashfail has joined #openstack-dev | 09:04 | |
*** hemna_ has joined #openstack-dev | 09:05 | |
*** mehdi_ has joined #openstack-dev | 09:05 | |
*** mehdi has quit IRC | 09:05 | |
*** mehdi_ is now known as mehdi | 09:05 | |
*** mkoderer_ has joined #openstack-dev | 09:05 | |
*** zigo has joined #openstack-dev | 09:05 | |
*** venkatesh has quit IRC | 09:05 | |
*** branen__ has joined #openstack-dev | 09:05 | |
*** mindpixel has quit IRC | 09:06 | |
*** llu_linux has joined #openstack-dev | 09:06 | |
*** jruzz has joined #openstack-dev | 09:07 | |
*** gsilvis_ has joined #openstack-dev | 09:07 | |
*** primemin1sterp has joined #openstack-dev | 09:07 | |
*** retr0h_ has joined #openstack-dev | 09:07 | |
*** comstud_ has joined #openstack-dev | 09:07 | |
*** lon_T2 has joined #openstack-dev | 09:08 | |
*** amotoki has quit IRC | 09:08 | |
*** Thor^^ has joined #openstack-dev | 09:08 | |
*** Anticime1 has joined #openstack-dev | 09:08 | |
*** jpich has joined #openstack-dev | 09:08 | |
*** fesp has joined #openstack-dev | 09:09 | |
*** swaT30_ has joined #openstack-dev | 09:09 | |
*** metral_ has joined #openstack-dev | 09:10 | |
*** sgordon`` has joined #openstack-dev | 09:10 | |
*** sahid has joined #openstack-dev | 09:10 | |
*** corXi has joined #openstack-dev | 09:10 | |
*** CJM has joined #openstack-dev | 09:11 | |
*** anderstj_ has joined #openstack-dev | 09:11 | |
*** belliott_ has joined #openstack-dev | 09:11 | |
*** edleafe has joined #openstack-dev | 09:11 | |
*** CJM is now known as Guest87427 | 09:11 | |
*** SlickN1k has joined #openstack-dev | 09:11 | |
*** gongysh has quit IRC | 09:12 | |
*** sgordon` has quit IRC | 09:12 | |
*** lon has quit IRC | 09:12 | |
*** retr0h has quit IRC | 09:12 | |
*** hemnafk has quit IRC | 09:12 | |
*** branen_ has quit IRC | 09:12 | |
*** CrackerJackMack has quit IRC | 09:12 | |
*** zigo_ has quit IRC | 09:12 | |
*** edleafe- has quit IRC | 09:12 | |
*** swaT30 has quit IRC | 09:12 | |
*** anderstj has quit IRC | 09:12 | |
*** primeministerp has quit IRC | 09:12 | |
*** jruzz_ has quit IRC | 09:12 | |
*** Thor has quit IRC | 09:12 | |
*** llu has quit IRC | 09:12 | |
*** gimps has quit IRC | 09:12 | |
*** mattymo has quit IRC | 09:12 | |
*** mkoderer has quit IRC | 09:12 | |
*** gsilvis has quit IRC | 09:12 | |
*** Artpicre has quit IRC | 09:12 | |
*** flaper87 has quit IRC | 09:12 | |
*** clarkb has quit IRC | 09:12 | |
*** Anticimex has quit IRC | 09:12 | |
*** belliott has quit IRC | 09:12 | |
*** comstud has quit IRC | 09:12 | |
*** metral has quit IRC | 09:12 | |
*** SlickNik has quit IRC | 09:12 | |
*** che-arne has joined #openstack-dev | 09:12 | |
*** fesp is now known as flaper87 | 09:12 | |
*** belliott_ is now known as belliott | 09:12 | |
*** SlickN1k is now known as SlickNik | 09:12 | |
*** anderstj_ is now known as anderstj | 09:12 | |
*** metral_ is now known as metral | 09:12 | |
devvesa | regerganov: never tried before... but according to what i see in the code, if you delete de database and execute 'source lib/database' it might work | 09:12 |
*** mkoderer_ is now known as mkoderer | 09:12 | |
*** markmcclain has quit IRC | 09:13 | |
*** Artpicre has joined #openstack-dev | 09:13 | |
*** flaper87 has quit IRC | 09:13 | |
*** flaper87 has joined #openstack-dev | 09:13 | |
*** teran has quit IRC | 09:14 | |
*** giulivo has joined #openstack-dev | 09:15 | |
*** derekh has joined #openstack-dev | 09:15 | |
*** stannie has joined #openstack-dev | 09:15 | |
*** basha has joined #openstack-dev | 09:15 | |
*** yongli has joined #openstack-dev | 09:17 | |
*** sarob has joined #openstack-dev | 09:17 | |
*** READ10 has quit IRC | 09:17 | |
rgerganov | devvesa, thanks, I guess I need to get better understanding of what these script do | 09:18 |
*** gargya has quit IRC | 09:18 | |
*** kushal has quit IRC | 09:18 | |
*** clarkb has joined #openstack-dev | 09:19 | |
*** READ10 has joined #openstack-dev | 09:20 | |
*** SergeyLukjanov has joined #openstack-dev | 09:22 | |
*** dsantos_ has joined #openstack-dev | 09:23 | |
*** max_lobur_afk is now known as max_lobur | 09:24 | |
*** kushal has joined #openstack-dev | 09:25 | |
devvesa | rgerganov: sure, and take into account that maybe the unstack script it also clean more stuff like network namespaces or rabbit queues... i dunno | 09:27 |
devvesa | rgerganov: and next ./stack execution can give you problems because of that | 09:27 |
*** dsantos_ has quit IRC | 09:28 | |
*** k4n0 has joined #openstack-dev | 09:29 | |
*** nshaikh has left #openstack-dev | 09:29 | |
*** neeti_ has quit IRC | 09:29 | |
*** nshaikh has joined #openstack-dev | 09:29 | |
*** rossella_s has joined #openstack-dev | 09:29 | |
*** neeti has joined #openstack-dev | 09:30 | |
*** yassine has joined #openstack-dev | 09:30 | |
*** zaneb has joined #openstack-dev | 09:31 | |
*** rdas has quit IRC | 09:31 | |
*** lucasagomes has joined #openstack-dev | 09:31 | |
*** sarob has quit IRC | 09:31 | |
k4n0 | hey, anyone know whats wrong jenkins? python gates failing | 09:31 |
*** romcheg has quit IRC | 09:32 | |
*** dsantos_ has joined #openstack-dev | 09:32 | |
ttx | jd__: ping | 09:32 |
jd__ | ttx: pong | 09:32 |
ttx | jd__: should I defer the last bp/bugs and cut the branch for i1 ? | 09:33 |
ttx | or you could use a couple more hours there ? | 09:33 |
*** salv-orlando has joined #openstack-dev | 09:33 | |
jd__ | ttx: I'd take a couple of hours to be able to see what's remaining | 09:34 |
jd__ | I didn't yet this morning | 09:34 |
*** corXi has quit IRC | 09:34 | |
ttx | ok, will ping you back when I arrive near Paris | 09:34 |
jd__ | ack, have a nice trip | 09:34 |
toabctl | how can I run the tests for keystone locally? I tried "tox -epep8" and got no pep8 error but on jenkins, there's a pep8 error | 09:35 |
*** renlt has quit IRC | 09:35 | |
*** afazekas has joined #openstack-dev | 09:36 | |
*** rraja has quit IRC | 09:38 | |
*** bingbu has quit IRC | 09:40 | |
k4n0 | toabctl: tried "run_tests.sh -p "? | 09:40 |
k4n0 | toabctl: actually this "run_tests.sh -V -u -p" | 09:41 |
*** JordanRinke has joined #openstack-dev | 09:41 | |
k4n0 | uses venv, updates venv | 09:41 |
toabctl | k4n0: the script tells me that it's deprecated and I should use tox... | 09:41 |
*** markmc has joined #openstack-dev | 09:42 | |
*** jtomasek has quit IRC | 09:43 | |
*** jtomasek has joined #openstack-dev | 09:43 | |
*** mdbooth has joined #openstack-dev | 09:44 | |
k4n0 | toabctl: what version of tox are you using? | 09:44 |
*** boris-42 has joined #openstack-dev | 09:46 | |
*** akrivoka has joined #openstack-dev | 09:47 | |
*** gszasz has joined #openstack-dev | 09:49 | |
*** colinmcnamara has joined #openstack-dev | 09:50 | |
*** colinmcn_ has joined #openstack-dev | 09:50 | |
*** danpb has joined #openstack-dev | 09:50 | |
*** exed has joined #openstack-dev | 09:51 | |
*** eglynn-on-a-call is now known as eglynn | 09:51 | |
*** mattymo has joined #openstack-dev | 09:52 | |
*** nermina has quit IRC | 09:54 | |
*** colinmcn_ has quit IRC | 09:54 | |
*** colinmcnamara has quit IRC | 09:54 | |
*** rraja has joined #openstack-dev | 09:55 | |
*** yaguang has joined #openstack-dev | 09:56 | |
*** sarob has joined #openstack-dev | 09:56 | |
toabctl | k4n0: tox-1.6.0 | 09:57 |
k4n0 | keystone pep8 gate uses tox 1.6.1 | 09:58 |
k4n0 | toabctl: try tox 1.6.1 , also see if this helps http://logs.openstack.org/26/59826/1/check/gate-keystone-pep8/85e6776/console.html , logs for latest review that passed keystone pep8 gate | 09:59 |
*** salv-orlando_ has joined #openstack-dev | 10:01 | |
*** iartarisi has joined #openstack-dev | 10:02 | |
*** YorikSar has quit IRC | 10:02 | |
*** YorikSar has joined #openstack-dev | 10:02 | |
*** nosnos_ has joined #openstack-dev | 10:03 | |
*** salv-orlando has quit IRC | 10:03 | |
*** salv-orlando_ is now known as salv-orlando | 10:03 | |
*** jorisroovers has joined #openstack-dev | 10:03 | |
*** paragan has quit IRC | 10:04 | |
*** steven-weston has joined #openstack-dev | 10:06 | |
*** aditirav_ has joined #openstack-dev | 10:06 | |
*** nosnos has quit IRC | 10:06 | |
*** aditirav_ has quit IRC | 10:07 | |
*** aditirav_ has joined #openstack-dev | 10:07 | |
*** Ryan_Lane has quit IRC | 10:09 | |
*** teran has joined #openstack-dev | 10:09 | |
*** aditirav has quit IRC | 10:09 | |
*** aditirav_ is now known as aditirav | 10:09 | |
*** BobBallAway is now known as BobBall | 10:10 | |
*** DinaBelova has quit IRC | 10:10 | |
*** mkerrin has joined #openstack-dev | 10:13 | |
*** faramir1 has quit IRC | 10:14 | |
toabctl | shardy: about your comment in https://review.openstack.org/#/c/59786/ : I talked yesterday to dolphm and said that a change like this is acceptable. | 10:17 |
*** avishayb has quit IRC | 10:18 | |
shardy | toabctl: Ok, no worries, I'm just interested in what the justification actually is, considering the same thing can be achieved with one line in a cron job | 10:19 |
shardy | toabctl: As I mentioned, we face the same requirement in Heat, so I'm keen to discuss what solution makes sense for all of openstack | 10:20 |
toabctl | shardy: sure. but if it's included in keystone, you don't have to think about a cronjob. it should just work | 10:20 |
shardy | toabctl: IMO it doesn't really make sense for every project to do this differently, with their own implementation | 10:20 |
shardy | toabctl: Ok, fair enough - how does this work if you're running a scaled-out keystone with multiple processes? | 10:21 |
toabctl | shardy: I'm new to openstack so I don't have an overview about this. I just recognized that there is this common threadgroup class which is used by different projects. | 10:21 |
*** matsuhashi has quit IRC | 10:22 | |
shardy | toabctl: That is the pain point we've experienced in Heat with periodic tasks, where you have to effectively shard responsibility for data over multiple processes running periodic tasks asynchronously | 10:22 |
*** markmcclain has joined #openstack-dev | 10:22 | |
*** claxton has quit IRC | 10:26 | |
toabctl | shardy: for the sql backend it shouldn't be a problem if multiple processes flush the expired tokens. but I have no idea about the other backends. | 10:27 |
shardy | toabctl: Well those are the sort of issues which, IMHO, need to be discussed, considered and tested | 10:28 |
shardy | "shouldn't be a problem" != tested | 10:29 |
toabctl | shardy: but I guess a central service responsible for periodic tasks from different services is a better solution | 10:29 |
toabctl | shardy: sure | 10:29 |
*** evgenyf has quit IRC | 10:29 | |
*** sarob has quit IRC | 10:30 | |
shardy | toabctl: AIUI that is one of the use cases the Mistral project aims to solve | 10:31 |
shardy | toabctl: So you could have a service register periodic tasks on startup with Mistral, rather than managing them internally | 10:32 |
shardy | https://wiki.openstack.org/wiki/Mistral | 10:32 |
ttx | markmcclain: cutting Mp for neutron now | 10:32 |
markmcclain | ttx: ack | 10:32 |
k4n0 | Can someone suggest a way to go about this, I have a change in nova which is causing tempest gate to fail, https://review.openstack.org/#/c/59860/, the nova change will stop showing deleted flavors, and the tempest test that is failing is specifically trying to get deleted flavors | 10:33 |
k4n0 | Ideally i should be fixing/skipping the tempest tests first right? | 10:33 |
*** rdas has joined #openstack-dev | 10:33 | |
k4n0 | And then get the nova change reviewed? | 10:34 |
*** yaguang has quit IRC | 10:34 | |
*** markmcclain has quit IRC | 10:35 | |
*** johnthetubaguy has joined #openstack-dev | 10:35 | |
*** markmcclain has joined #openstack-dev | 10:35 | |
toabctl | shardy: thanks for the mistral link. that's interessting! | 10:37 |
*** nati_ueno has joined #openstack-dev | 10:37 | |
*** athomas has quit IRC | 10:37 | |
*** radsy has joined #openstack-dev | 10:38 | |
*** armax has joined #openstack-dev | 10:38 | |
*** utlemming has quit IRC | 10:41 | |
*** aditirav has quit IRC | 10:41 | |
*** aditirav has joined #openstack-dev | 10:42 | |
*** athomas has joined #openstack-dev | 10:44 | |
shardy | toabctl: np, hopefully you can see now why I'm arguing some discussion is warranted :) | 10:45 |
*** matsuhashi has joined #openstack-dev | 10:45 | |
toabctl | shardy: yes. I fully agree with your arguments | 10:45 |
*** utlemming has joined #openstack-dev | 10:46 | |
*** rraja has quit IRC | 10:46 | |
*** jistr has quit IRC | 10:46 | |
*** radsy has quit IRC | 10:48 | |
*** proffalken has quit IRC | 10:52 | |
*** rongze has quit IRC | 10:53 | |
*** evgenyf has joined #openstack-dev | 10:55 | |
*** DinaBelova has joined #openstack-dev | 10:55 | |
*** kushal has quit IRC | 10:56 | |
*** sarob has joined #openstack-dev | 10:56 | |
*** stannie has left #openstack-dev | 10:57 | |
*** dsantos_ has quit IRC | 11:00 | |
*** ygbo has quit IRC | 11:04 | |
*** prekarat has quit IRC | 11:04 | |
*** evgenyf has quit IRC | 11:06 | |
*** ygbo has joined #openstack-dev | 11:07 | |
*** zbitter has joined #openstack-dev | 11:08 | |
*** jistr has joined #openstack-dev | 11:09 | |
*** zaneb has quit IRC | 11:10 | |
*** rongze has joined #openstack-dev | 11:11 | |
*** SergeyLukjanov has quit IRC | 11:12 | |
*** bvandenh has joined #openstack-dev | 11:12 | |
*** zbitter is now known as zaneb | 11:12 | |
*** jorisroovers has quit IRC | 11:12 | |
*** pixelb has joined #openstack-dev | 11:13 | |
ttx | jd__: around? | 11:14 |
*** DinaBelova has quit IRC | 11:15 | |
ttx | jd__: shall I just defer the last 3 things in https://launchpad.net/ceilometer/+milestone/icehouse-1 and cut ? | 11:15 |
*** rfolco_ has joined #openstack-dev | 11:15 | |
jd__ | ttx: yep | 11:16 |
ttx | ok will do as soon as damn data is reliable | 11:17 |
*** avishay has quit IRC | 11:19 | |
*** basha has quit IRC | 11:23 | |
*** gmurphy_ has quit IRC | 11:23 | |
*** avishayb has joined #openstack-dev | 11:24 | |
*** yassine has quit IRC | 11:25 | |
*** pcm_ has joined #openstack-dev | 11:26 | |
*** reidrac has quit IRC | 11:26 | |
*** f13o has joined #openstack-dev | 11:27 | |
*** pcm_ has quit IRC | 11:28 | |
*** reidrac has joined #openstack-dev | 11:28 | |
*** sarob has quit IRC | 11:28 | |
*** pcm_ has joined #openstack-dev | 11:28 | |
*** jp_at_hp has joined #openstack-dev | 11:31 | |
*** avishay has joined #openstack-dev | 11:34 | |
*** jruzicka has joined #openstack-dev | 11:36 | |
*** jamielennox is now known as jamielennox|away | 11:36 | |
*** tonix has joined #openstack-dev | 11:38 | |
*** KA has quit IRC | 11:38 | |
*** armax has quit IRC | 11:40 | |
*** DinaBelova has joined #openstack-dev | 11:41 | |
*** aa_ has joined #openstack-dev | 11:41 | |
*** SergeyLukjanov has joined #openstack-dev | 11:43 | |
*** jergerber has quit IRC | 11:43 | |
aa_ | Hello | 11:44 |
aa_ | i have an issue regarding the keystone cli, and the rest api | 11:45 |
*** rongze has quit IRC | 11:45 | |
aa_ | when a user that has an admin role in a tenant | 11:45 |
aa_ | types: keystone user-list, all users are displayed | 11:46 |
aa_ | instead when I make a curl request to /users | 11:46 |
aa_ | none are displayed | 11:47 |
*** queaker has quit IRC | 11:48 | |
*** SnowDust has joined #openstack-dev | 11:48 | |
*** bvandenh has quit IRC | 11:49 | |
aa_ | the only thing i need to add is when a make a request to 5000, none are displayed, when I make a request to 35357 all of them are displayed | 11:50 |
*** e0ne has quit IRC | 11:50 | |
*** AnilV4 has quit IRC | 11:50 | |
aa_ | how can i make a user that has an admin role on a tenant to not show all users | 11:51 |
*** rongze has joined #openstack-dev | 11:51 | |
aa_ | when i query keystone user-list | 11:51 |
*** sarob has joined #openstack-dev | 11:56 | |
*** max_lobur is now known as max_lobur_afk | 11:57 | |
*** Thor^^ is now known as Thor | 12:01 | |
*** jorisroovers has joined #openstack-dev | 12:03 | |
*** tellesnobrega has joined #openstack-dev | 12:04 | |
tellesnobrega | hi, anyone here can help me with ldap? | 12:04 |
*** e0ne has joined #openstack-dev | 12:05 | |
*** devvesa has quit IRC | 12:07 | |
*** tdruiva has joined #openstack-dev | 12:12 | |
*** xingchao has joined #openstack-dev | 12:15 | |
*** prad has joined #openstack-dev | 12:17 | |
*** aa_ has quit IRC | 12:18 | |
*** bvandenh has joined #openstack-dev | 12:18 | |
*** tdruiva has quit IRC | 12:18 | |
*** dims has joined #openstack-dev | 12:18 | |
*** tdruiva has joined #openstack-dev | 12:18 | |
*** dsantos_ has joined #openstack-dev | 12:19 | |
*** e0ne_ has joined #openstack-dev | 12:19 | |
*** le089 has joined #openstack-dev | 12:19 | |
*** leo_ has joined #openstack-dev | 12:19 | |
*** AnilV4 has joined #openstack-dev | 12:20 | |
*** exed has quit IRC | 12:20 | |
*** exed has joined #openstack-dev | 12:21 | |
*** le089 has quit IRC | 12:22 | |
*** le089 has joined #openstack-dev | 12:22 | |
*** e0ne has quit IRC | 12:22 | |
*** tdruiva has quit IRC | 12:23 | |
*** tdruiva has joined #openstack-dev | 12:24 | |
*** irimi has joined #openstack-dev | 12:26 | |
*** nshaikh has left #openstack-dev | 12:28 | |
*** nshaikh has joined #openstack-dev | 12:28 | |
*** sarob has quit IRC | 12:28 | |
*** FunnyLookinHat has joined #openstack-dev | 12:30 | |
*** CaptTofu has quit IRC | 12:30 | |
*** CaptTofu has joined #openstack-dev | 12:31 | |
*** salv-orlando_ has joined #openstack-dev | 12:33 | |
*** enikanorov_ has joined #openstack-dev | 12:35 | |
*** salv-orlando has quit IRC | 12:36 | |
*** salv-orlando_ is now known as salv-orlando | 12:36 | |
*** Alexei_9871 has joined #openstack-dev | 12:36 | |
*** jprovazn has quit IRC | 12:37 | |
*** enikanorov has quit IRC | 12:38 | |
*** AnilV4 has quit IRC | 12:39 | |
*** rbrady has joined #openstack-dev | 12:39 | |
*** AnilV4 has joined #openstack-dev | 12:39 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 12:42 | |
*** achampion has quit IRC | 12:42 | |
*** tdruiva has quit IRC | 12:42 | |
*** _SergeyLukjanov has quit IRC | 12:42 | |
*** tdruiva has joined #openstack-dev | 12:42 | |
*** shadower_ is now known as shadower | 12:43 | |
*** zaneb has quit IRC | 12:43 | |
krypto | hi does openstack ovs filtering use this script https://github.com/openstack/nova/blob/master/plugins/xenserver/networking/etc/xensource/scripts/ovs_configure_vif_flows.py | 12:44 |
*** dolphm has joined #openstack-dev | 12:46 | |
*** eglynn is now known as eglynn-afk | 12:47 | |
*** zaneb has joined #openstack-dev | 12:48 | |
*** YorikSar has quit IRC | 12:48 | |
*** dstanek has joined #openstack-dev | 12:48 | |
*** f13o has quit IRC | 12:49 | |
*** sandywalsh_ has quit IRC | 12:49 | |
*** aditirav has quit IRC | 12:50 | |
*** YorikSar has joined #openstack-dev | 12:50 | |
*** neoXsys has quit IRC | 12:50 | |
BobBall | only if you're using Xen and have it configured to use that in dom0 | 12:51 |
*** safchain has joined #openstack-dev | 12:51 | |
*** max_lobur_afk is now known as max_lobur | 12:52 | |
*** jcoufal has quit IRC | 12:52 | |
*** rraja has joined #openstack-dev | 12:53 | |
*** urulama_ has quit IRC | 12:53 | |
*** avishay has quit IRC | 12:53 | |
*** arborism has quit IRC | 12:54 | |
*** avishay has joined #openstack-dev | 12:54 | |
*** JonnyNomad has quit IRC | 12:55 | |
*** JonnyNomad has joined #openstack-dev | 12:55 | |
*** sarob has joined #openstack-dev | 12:56 | |
*** jcoufal has joined #openstack-dev | 12:57 | |
*** galstrom_zzz is now known as galstrom | 12:57 | |
*** sumanthns has quit IRC | 12:57 | |
*** morazi has joined #openstack-dev | 12:57 | |
*** zhikunliu has quit IRC | 12:58 | |
*** jprovazn has joined #openstack-dev | 12:58 | |
*** lucasagomes is now known as lucas-hungry | 12:59 | |
krypto | BobBall: any idea why we need this rule ovs.add("priority=4,arp,in_port=%(OF_PORT)s,dl_src=%(MAC)s," | 12:59 |
krypto | "nw_src=0.0.0.0,arp_sha=%(MAC)s,actions=resubmit:9999") | 12:59 |
*** amuller_ has joined #openstack-dev | 12:59 | |
*** JonnyNomad has quit IRC | 12:59 | |
krypto | nw_src 0.0.0.0 and nw_src=instance ip | 12:59 |
*** JonnyNomad has joined #openstack-dev | 13:00 | |
*** lon_T2 is now known as lon | 13:01 | |
*** amuller has quit IRC | 13:02 | |
*** matsuhashi has quit IRC | 13:03 | |
*** sandywalsh_ has joined #openstack-dev | 13:03 | |
BobBall | that's allowing incoming ARP responses | 13:03 |
*** dprince has joined #openstack-dev | 13:03 | |
*** rods has joined #openstack-dev | 13:05 | |
*** sgordon has joined #openstack-dev | 13:05 | |
BobBall | Is there a problem with the rule? | 13:05 |
*** mrunge has quit IRC | 13:05 | |
BobBall | If you don't have ARP you can't talk to anything because you can't get the hardware address from the IP address. | 13:05 |
*** bvandenh has quit IRC | 13:05 | |
*** SergeyLukjanov has joined #openstack-dev | 13:05 | |
BobBall | I guess without that rule two VMs in the same network and on the same host wouldn't be able to find each other | 13:06 |
*** bashok has quit IRC | 13:07 | |
krypto | there is a rule above that "priority=4,arp,in_port=%(OF_PORT)s,dl_src=%(MAC)s," | 13:07 |
krypto | "nw_src=%(IPV4_ADDR)s,arp_sha=%(MAC)s,actions=resubmit:9999")" | 13:07 |
BobBall | That's outbound rather than inbound | 13:07 |
*** nosnos_ has quit IRC | 13:07 | |
BobBall | it's arp request and responses | 13:07 |
*** nosnos has joined #openstack-dev | 13:08 | |
*** yamahata_ has joined #openstack-dev | 13:09 | |
BobBall | I'm not an arp expert though | 13:09 |
krypto | me neither but trying to understand that, BobBall : i still understand nw_src= 0.0.0.0 as below rule validates arp from that mac and ip | 13:11 |
krypto | using arp_sha=mac-of-instance | 13:12 |
krypto | isnt this for outgoing? | 13:12 |
krypto | i still dont* | 13:12 |
BobBall | Ah - yes - it's all outgoing. I guess different ARP implementations use nw_src=<my_IP> vs nw_src=0.0.0.0 | 13:13 |
BobBall | that makes sense | 13:13 |
BobBall | because the arp respose doesn't care about the src IP | 13:13 |
BobBall | just that the IP and mac match in the payload | 13:14 |
BobBall | (I mean to prevent spoofing) | 13:14 |
*** jdob has joined #openstack-dev | 13:14 | |
krypto | so my doubt is if we had only this nw_src= 0.0.0.0 ,then can't i still spoof ip with same mac? | 13:15 |
*** ruhe has joined #openstack-dev | 13:15 | |
*** CaptTofu has quit IRC | 13:15 | |
BobBall | I'm not sure where the payload is verified - but I thought it was somewhere | 13:16 |
*** CaptTofu has joined #openstack-dev | 13:16 | |
*** dims has quit IRC | 13:17 | |
*** dims has joined #openstack-dev | 13:18 | |
*** stannie has joined #openstack-dev | 13:19 | |
*** the_real_kp has joined #openstack-dev | 13:19 | |
*** sandywalsh_ has quit IRC | 13:20 | |
*** nermina has joined #openstack-dev | 13:21 | |
*** gordc has joined #openstack-dev | 13:23 | |
*** thomasem has joined #openstack-dev | 13:23 | |
*** kushal has joined #openstack-dev | 13:24 | |
*** DinaBelova has quit IRC | 13:24 | |
*** SnowDust has quit IRC | 13:25 | |
*** RuediR1 has quit IRC | 13:28 | |
*** sarob has quit IRC | 13:29 | |
tellesnobrega | ayoung: ping | 13:29 |
*** nermina has quit IRC | 13:29 | |
*** xchu has joined #openstack-dev | 13:29 | |
*** yaguang has joined #openstack-dev | 13:30 | |
*** fbo_away is now known as fbo | 13:31 | |
*** rushiagr has quit IRC | 13:31 | |
*** matsuhashi has joined #openstack-dev | 13:32 | |
*** herndon_ has joined #openstack-dev | 13:34 | |
*** bswartz has quit IRC | 13:34 | |
*** achampion has joined #openstack-dev | 13:34 | |
*** DinaBelova has joined #openstack-dev | 13:35 | |
*** mriedem has joined #openstack-dev | 13:35 | |
*** sandywalsh_ has joined #openstack-dev | 13:36 | |
*** venkatesh has joined #openstack-dev | 13:37 | |
*** ig has joined #openstack-dev | 13:38 | |
krypto | thanks BobBall | 13:38 |
*** nshaikh has left #openstack-dev | 13:38 | |
*** vartom11119 has quit IRC | 13:38 | |
*** noslzzp has joined #openstack-dev | 13:38 | |
*** venkatesh has quit IRC | 13:38 | |
*** markmcclain has quit IRC | 13:38 | |
*** noslzzp has quit IRC | 13:39 | |
*** noslzzp has joined #openstack-dev | 13:39 | |
*** nosnos has quit IRC | 13:39 | |
*** CaptTofu has quit IRC | 13:39 | |
ayoung | tellesnobrega, I don't ping. I'm not a plebe any more. I bebop! | 13:40 |
*** vladikr has joined #openstack-dev | 13:40 | |
*** ruhe is now known as ruhe_ | 13:41 | |
*** irenab has joined #openstack-dev | 13:41 | |
*** troytoman is now known as troytoman-away | 13:41 | |
*** eharney has joined #openstack-dev | 13:41 | |
*** stannie has quit IRC | 13:43 | |
*** ruhe_ is now known as ruhe | 13:44 | |
*** corXi has joined #openstack-dev | 13:45 | |
*** irenab has quit IRC | 13:47 | |
*** armax has joined #openstack-dev | 13:47 | |
*** jorisroovers has quit IRC | 13:48 | |
*** jorisroovers has joined #openstack-dev | 13:48 | |
*** lbragstad has joined #openstack-dev | 13:49 | |
*** galstrom is now known as galstrom_zzz | 13:49 | |
*** achampion has quit IRC | 13:50 | |
*** jorisroovers has quit IRC | 13:50 | |
*** steven-weston has quit IRC | 13:51 | |
*** paragan has joined #openstack-dev | 13:52 | |
*** f13o has joined #openstack-dev | 13:52 | |
*** jorisroovers has joined #openstack-dev | 13:52 | |
*** eglynn-afk is now known as eglynn | 13:53 | |
*** ig has quit IRC | 13:54 | |
*** safchain has quit IRC | 13:56 | |
*** dkranz has joined #openstack-dev | 13:56 | |
*** sarob has joined #openstack-dev | 13:56 | |
*** tristanC_ is now known as tristanC | 13:57 | |
*** f13o has quit IRC | 13:58 | |
Alexei_9871 | jd__ ping | 13:59 |
jd__ | Alexei_9871: pong | 14:00 |
Alexei_9871 | jd__: wanted to ask about this review: https://review.openstack.org/#/c/59489/ | 14:00 |
*** mengxd has joined #openstack-dev | 14:00 | |
*** sumanth has quit IRC | 14:00 | |
Alexei_9871 | jd__: why don't you use separate db for each test? | 14:00 |
jd__ | Alexei_9871: because there's only one DB available :( | 14:00 |
Alexei_9871 | jd__: can't we get a right to create temp db? | 14:01 |
Alexei_9871 | cause db locks will cause us a lot of troubles | 14:01 |
jd__ | Alexei_9871: maybe, we need to discuss with infra | 14:01 |
*** mohits has joined #openstack-dev | 14:02 | |
*** markmcclain has joined #openstack-dev | 14:02 | |
*** mengxd has quit IRC | 14:02 | |
jd__ | I make things work first, then I'll see how to make it faster if it's needed :) | 14:02 |
Alexei_9871 | jd__: ok :) | 14:02 |
*** lucas-hungry is now known as lucasagomes | 14:03 | |
jd__ | though for now this patch works locally and not on infra, for a reason I ignore | 14:03 |
*** ngoracke has joined #openstack-dev | 14:04 | |
jd__ | looks like the locking doesn't work or something | 14:04 |
*** amuller__ has joined #openstack-dev | 14:04 | |
*** amuller_ has quit IRC | 14:05 | |
*** rraja has quit IRC | 14:05 | |
*** bpokorny1 has joined #openstack-dev | 14:06 | |
*** mfer has joined #openstack-dev | 14:06 | |
jd__ | ah right, that's it, now I remember I just read the thread on -dev about that, damn | 14:06 |
*** yamahata_ has quit IRC | 14:07 | |
*** glenng has joined #openstack-dev | 14:07 | |
*** yamahata_ has joined #openstack-dev | 14:08 | |
*** claytonc has joined #openstack-dev | 14:09 | |
*** safchain has joined #openstack-dev | 14:10 | |
*** achampion has joined #openstack-dev | 14:10 | |
*** f13o has joined #openstack-dev | 14:11 | |
*** heyongli has joined #openstack-dev | 14:11 | |
*** markmcclain has quit IRC | 14:12 | |
*** pberis has joined #openstack-dev | 14:12 | |
*** jayg|g0n3 is now known as jayg | 14:13 | |
*** MaxV has joined #openstack-dev | 14:13 | |
*** amuller__ is now known as amuller | 14:13 | |
*** jasondotstar has joined #openstack-dev | 14:13 | |
*** stannie has joined #openstack-dev | 14:14 | |
*** rongze has quit IRC | 14:14 | |
*** morazi has quit IRC | 14:15 | |
*** armax has quit IRC | 14:15 | |
*** armax has joined #openstack-dev | 14:15 | |
*** skraynev has quit IRC | 14:16 | |
*** mfer has quit IRC | 14:17 | |
*** mfer has joined #openstack-dev | 14:18 | |
*** rongze has joined #openstack-dev | 14:18 | |
*** dstanek has quit IRC | 14:19 | |
*** pberis has quit IRC | 14:19 | |
*** bvandenh has joined #openstack-dev | 14:20 | |
*** pberis has joined #openstack-dev | 14:20 | |
*** Gwyxx has joined #openstack-dev | 14:23 | |
tellesnobrega | ayoung: kkk, can i ask you some questions about domain specific ldap? | 14:23 |
ayoung | sure | 14:23 |
*** loq_mac has joined #openstack-dev | 14:23 | |
*** Gwyxx is now known as SL-RHanson | 14:24 | |
*** raildo has joined #openstack-dev | 14:24 | |
tellesnobrega | ayoung: im doing some studying about how i can manage domains using ldap | 14:24 |
*** jlabocki1 has quit IRC | 14:25 | |
tellesnobrega | ayoung: im a little lost how does it work, i started a devstack with ldap, but i think that it only works for the default domain, do you have some guide on how to configure domain specific ldap: | 14:25 |
tellesnobrega | ? | 14:25 |
*** corXi has quit IRC | 14:25 | |
*** jlabocki has joined #openstack-dev | 14:26 | |
*** radez_g0n3 is now known as radez | 14:26 | |
*** nermina has joined #openstack-dev | 14:26 | |
*** blues-man has joined #openstack-dev | 14:26 | |
*** morazi has joined #openstack-dev | 14:26 | |
ayoung | tellesnobrega, well, there is good news and bad news | 14:26 |
*** a7ndrew has left #openstack-dev | 14:26 | |
ayoung | the bad news is that it is not 100% working yet | 14:27 |
*** f13o has quit IRC | 14:27 | |
ayoung | the good news is that we are working on it | 14:27 |
ayoung | Henrynash (who is not here right now) got the ball rolling. | 14:27 |
*** dvarga has joined #openstack-dev | 14:27 | |
*** stackKid has joined #openstack-dev | 14:27 | |
ayoung | So you can set up a domain specific ldap config in a subdir under /etc/keystone. There are instructions how to do it in the configuration.rst file | 14:27 |
ayoung | tellesnobrega, there are some issues that are still to be resolved, such as.... | 14:28 |
*** kbringard has joined #openstack-dev | 14:28 | |
*** loquacities has joined #openstack-dev | 14:29 | |
*** xjiujiu has quit IRC | 14:29 | |
ayoung | tellesnobrega, it might be working now. We did one of the important things, which was to remove the calls from assignment into identity...but I think the patch for that has not yet merged | 14:30 |
*** skraynev has joined #openstack-dev | 14:30 | |
*** loq_mac has quit IRC | 14:30 | |
*** sarob has quit IRC | 14:30 | |
*** drewlander has joined #openstack-dev | 14:30 | |
*** vijendar has joined #openstack-dev | 14:31 | |
tellesnobrega | ayoung: i see, i got an email that this bug is fix-released | 14:31 |
*** neeti has quit IRC | 14:31 | |
*** aeperezt has joined #openstack-dev | 14:31 | |
ayoung | tellesnobrega, yeah, looking for the commit, though | 14:32 |
tellesnobrega | ayoung: the part that i did was merged a while back | 14:32 |
ayoung | tellesnobrega, is that removing the call from assignments to identity ? | 14:33 |
tellesnobrega | ayoung: removing calls from identity to assignment | 14:33 |
ayoung | tellesnobrega, OK, to set up domain specific LDAP, leave the SQL driver as the main identity and assignments driver. Make sure that works | 14:34 |
ayoung | tellesnobrega, then read this https://github.com/openstack/keystone/blob/master/doc/source/configuration.rst#domain-specific-drivers | 14:35 |
*** loquacities has quit IRC | 14:35 | |
*** neelashah has joined #openstack-dev | 14:35 | |
ayoung | tellesnobrega, you should be able to copy the LDAP config out of the keystone.conf file into the domain conf file | 14:35 |
ayoung | tellesnobrega, is that enough for you to move on? | 14:36 |
*** nkinder has quit IRC | 14:36 | |
tellesnobrega | ayoung: ok, just to make sure i understood right, i should use SQL as identity driver? and config ldap following this tutorial? | 14:36 |
ayoung | tellesnobrega, correct | 14:36 |
*** exed has quit IRC | 14:36 | |
ayoung | and SQL as the assignments driver. It is the default, but make it explicit just to be sure. THen, only Identity will come out of LDAP | 14:37 |
tellesnobrega | ayoung: ok, i will start on it. when i need more help i will be back | 14:37 |
*** f13o has joined #openstack-dev | 14:39 | |
*** giulivo has quit IRC | 14:39 | |
*** avishay has quit IRC | 14:40 | |
*** joesavak has joined #openstack-dev | 14:41 | |
*** miqui has joined #openstack-dev | 14:41 | |
*** guitarza1 is now known as guitarzan | 14:43 | |
*** peristeri has joined #openstack-dev | 14:43 | |
ekarlso | sandywalsh_: ? | 14:43 |
bogdando | hello. I have a question regarding log_config deprecation since https://github.com/openstack/cinder/commit/1b3e4358715bad3c2309ac40785bd7c3b371284f | 14:44 |
bogdando | what loggers *might* and what *should not* be configured in log configs now? what is bug or blueprint or docs related? | 14:44 |
bogdando | should I use deprecated log_config in case I want override ALL loggers? | 14:44 |
*** aditirav has joined #openstack-dev | 14:44 | |
sandywalsh_ | ekarlso, hey! which repo did you pull from? | 14:45 |
*** sthaha has quit IRC | 14:45 | |
*** alunduil has quit IRC | 14:45 | |
*** pmyers has quit IRC | 14:46 | |
Alexei_9871 | jd__: We start our own mongo process for tests. Why can't we start mysql process with --data-dir in /tmp ? we could start it without privileges and create any database we want | 14:47 |
jd__ | Alexei_9871: if we can do that it'd be great I think | 14:47 |
jd__ | Alexei_9871: I'm happy to receive help on this patch (hint hint) | 14:47 |
Alexei_9871 | jd__: Ok I'll look on it tomorrow morning since I have other stuff to finish today | 14:48 |
jd__ | Alexei_9871: \o/ | 14:48 |
*** colinmcnamara has joined #openstack-dev | 14:48 | |
*** colinmcn_ has joined #openstack-dev | 14:48 | |
*** pabelanger_ has joined #openstack-dev | 14:48 | |
*** pabelanger_ has quit IRC | 14:49 | |
*** pabelanger_ has joined #openstack-dev | 14:49 | |
*** pabelanger has quit IRC | 14:50 | |
*** pabelanger_ is now known as pabelanger | 14:50 | |
*** pabelanger_ has joined #openstack-dev | 14:50 | |
*** terrylhowe has quit IRC | 14:50 | |
*** pabelanger has quit IRC | 14:51 | |
*** YorikSar has quit IRC | 14:51 | |
*** YorikSar has joined #openstack-dev | 14:52 | |
*** pabelanger has joined #openstack-dev | 14:53 | |
*** byeager has joined #openstack-dev | 14:53 | |
*** giulivo has joined #openstack-dev | 14:53 | |
*** bauzas has quit IRC | 14:56 | |
*** sarob has joined #openstack-dev | 14:56 | |
*** jtomasek has quit IRC | 14:57 | |
*** DinaBelova has quit IRC | 14:58 | |
*** ngoracke has quit IRC | 14:58 | |
*** DennyZhang has joined #openstack-dev | 15:01 | |
*** giulivo has quit IRC | 15:01 | |
*** jtomasek has joined #openstack-dev | 15:02 | |
*** jistr has quit IRC | 15:02 | |
*** rods has quit IRC | 15:03 | |
*** reaper has joined #openstack-dev | 15:03 | |
*** jistr has joined #openstack-dev | 15:04 | |
*** jistr is now known as jistr|mtg | 15:04 | |
*** bswartz has joined #openstack-dev | 15:04 | |
*** herndon_ has quit IRC | 15:05 | |
*** k4n0 has quit IRC | 15:05 | |
*** kbrierly has joined #openstack-dev | 15:05 | |
ekarlso | sandywalsh_: rackerlabs | 15:06 |
*** armax_ has joined #openstack-dev | 15:06 | |
*** jtomasek has quit IRC | 15:07 | |
*** thedodd has joined #openstack-dev | 15:07 | |
*** burt has joined #openstack-dev | 15:08 | |
sandywalsh_ | ekarlso, so, you're getting events in the database? That is, the worker seems happy? | 15:08 |
*** rohitk has quit IRC | 15:08 | |
*** armax has quit IRC | 15:08 | |
*** armax_ is now known as armax | 15:08 | |
*** rods has joined #openstack-dev | 15:09 | |
*** rraja has joined #openstack-dev | 15:09 | |
*** markwash has joined #openstack-dev | 15:09 | |
apmelton1 | ekarlso: what commit of stacktach are you running? | 15:10 |
ekarlso | apmelton1: trunk | 15:10 |
ekarlso | trying to use it with devstack ^ | 15:10 |
*** colinmcnamara has quit IRC | 15:11 | |
*** colinmcn_ has quit IRC | 15:11 | |
*** markmcclain has joined #openstack-dev | 15:11 | |
*** buzztroll has joined #openstack-dev | 15:12 | |
*** yaguang has quit IRC | 15:12 | |
*** jtomasek has joined #openstack-dev | 15:12 | |
*** giulivo has joined #openstack-dev | 15:13 | |
*** mkollaro has joined #openstack-dev | 15:14 | |
apmelton1 | ekarlso: do you have a full stacktrace? | 15:14 |
*** bauzas has joined #openstack-dev | 15:14 | |
*** stevemar has joined #openstack-dev | 15:15 | |
*** jecarey has joined #openstack-dev | 15:15 | |
*** dstanek has joined #openstack-dev | 15:16 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 15:16 | |
*** _SergeyLukjanov has quit IRC | 15:16 | |
*** raildo has quit IRC | 15:16 | |
*** miqui has quit IRC | 15:16 | |
*** moory has quit IRC | 15:16 | |
*** ywu has quit IRC | 15:16 | |
*** FunnyLookinHat has quit IRC | 15:17 | |
ekarlso | apmelton1: to secs | 15:19 |
*** denis_makogon has joined #openstack-dev | 15:19 | |
*** benonsoftware has joined #openstack-dev | 15:19 | |
*** heyongli has quit IRC | 15:19 | |
*** nkinder has joined #openstack-dev | 15:20 | |
*** rdas has quit IRC | 15:20 | |
*** omachace has left #openstack-dev | 15:21 | |
*** venkatesh has joined #openstack-dev | 15:21 | |
*** venkatesh has quit IRC | 15:21 | |
*** ngoracke has joined #openstack-dev | 15:21 | |
dstanek | bknudson: you around? | 15:21 |
bknudson | dstanek: yes | 15:22 |
*** aditirav has quit IRC | 15:22 | |
*** terrylhowe has joined #openstack-dev | 15:22 | |
*** lucasagomes_ has joined #openstack-dev | 15:22 | |
*** matsuhashi has quit IRC | 15:23 | |
dstanek | bknudson: i'm lookin at your review for adding debug into tox again - i have an alternate impl that i'd like you to take a look at | 15:23 |
bknudson | dstanek: I'm happy with whatever works. | 15:23 |
*** lucasagomes has quit IRC | 15:24 | |
apmelton1 | actually akarlso, I see you're using Django 1.6, stacktach doesn't work with 1.6 currently | 15:24 |
apmelton1 | could you use 1.5.5? | 15:24 |
dstanek | bknudson: i've put it in a paste for now, but i can amend your patch if you like the approach http://paste.openstack.org/show/54425/ | 15:24 |
ekarlso | sandywalsh_: / apmelton1 http://pastebin.com/aqUerA2k < does that worker config seem ok + | 15:25 |
ekarlso | I don't get the whole config :/ | 15:25 |
dstanek | bknudson: i actually took the command out of my patch to run_tests.sh instead of using raw bash commands in the tox.ini | 15:25 |
bknudson | dstanek: as long as it works to use set_trace, I'm fine with it, so just pt it on mine and I'll try it out. | 15:25 |
*** lucasagomes_ is now known as lucasagomes | 15:26 | |
*** galstrom_zzz is now known as galstrom | 15:26 | |
*** mikeoutland has quit IRC | 15:26 | |
dstanek | bknudson: will do, thanks | 15:26 |
*** mikeoutland has joined #openstack-dev | 15:27 | |
apmelton1 | ekarlso: which services are you trying to get notifications for? | 15:27 |
*** xchu has quit IRC | 15:27 | |
ekarlso | apmelton1: nova / neutron | 15:28 |
ekarlso | and designate | 15:28 |
*** radix_ has quit IRC | 15:28 | |
*** sarob has quit IRC | 15:28 | |
apmelton1 | ekarlso: what do you have set for notification_topics in each of the service's configs? | 15:29 |
*** jcooley_ has joined #openstack-dev | 15:30 | |
*** bauzas_ has joined #openstack-dev | 15:31 | |
*** rohitk has joined #openstack-dev | 15:31 | |
ekarlso | notifications | 15:31 |
ekarlso | it's configured by devstack | 15:31 |
ekarlso | : P | 15:31 |
*** swaT30 has joined #openstack-dev | 15:31 | |
*** xingchao has quit IRC | 15:32 | |
apmelton1 | so, for stacktach, we're going to need each services notifications to go to different topics | 15:32 |
*** rfolco has quit IRC | 15:32 | |
*** paulprot1us is now known as paulproteus|mobi | 15:32 | |
*** swaT30 has quit IRC | 15:32 | |
apmelton1 | could you set them to notifications_nova, notifications_neutron and notifications_designate? | 15:33 |
*** datsun180b has joined #openstack-dev | 15:34 | |
apmelton1 | ekarlso: ^^ once you've got that set up this worker config should work for you: https://gist.github.com/ramielrowe/dc527d68fa1a320121d7 | 15:34 |
ekarlso | how the crap do you do that in devstack ? | 15:34 |
marekd | stevemar: ping. | 15:35 |
*** markwash has quit IRC | 15:35 | |
apmelton1 | ekarlso: you'll need to set notifications_topics=notifications_nova in /etc/nova/nova.conf, like-wise for the other services | 15:35 |
apmelton1 | notification_topics=notifications_nova | 15:36 |
marekd | stevemar: Two things: I no longer see domain_id when you list IdPs - is it on purpose? I think there was no clear conclusin about having it (or not) in the request. | 15:37 |
*** amuller has quit IRC | 15:37 | |
*** markwash has joined #openstack-dev | 15:38 | |
*** swaT30_ has quit IRC | 15:38 | |
*** swaT30 has joined #openstack-dev | 15:38 | |
*** tanisdl has joined #openstack-dev | 15:39 | |
*** safchain has quit IRC | 15:39 | |
marekd | stevemar: 2) When I add new protocol tied to the IdP there is no PATCH method (I might want to change mapping i will be using). Should we separate PUT and PATCH or assume than I will just use PUT with new values and it will effecitively be stored in the database, erasing old values? | 15:39 |
*** tanisdl has quit IRC | 15:39 | |
*** DennyZhang has quit IRC | 15:40 | |
stevemar | marekd: 1) was not concluded | 15:40 |
*** mikeoutland has quit IRC | 15:40 | |
marekd | stevemar: 1) so i will leave domain_id for now because i already keep some trash values there. | 15:41 |
stevemar | marekd: that's fine with me | 15:41 |
*** ruhe is now known as ruhe_ | 15:41 | |
*** stackKid is now known as dingye | 15:41 | |
stevemar | dolphm: around? | 15:41 |
*** dubsquared has joined #openstack-dev | 15:41 | |
*** otherwiseguy has joined #openstack-dev | 15:41 | |
*** ruhe_ is now known as ruhe | 15:42 | |
ekarlso | apmelton1: how do you set that in local.conf in desvstack ? | 15:42 |
ekarlso | or sandywalsh_ | 15:42 |
apmelton1 | ekarlso: taking a look at the docs, never used local.conf | 15:43 |
marekd | stevemar: ok, and no.2? I thnink so far we have only one param we may want to update, namely mapping_id. I would go into PATCH -> it's easier to implement :-) + user will not by mistake remove his config, but PUTting twice. | 15:43 |
sandywalsh_ | ekarlso, apmelton1 hmm, not sure if you can set it on a per-service basis in devstack. | 15:44 |
marekd | stevemar: he wants to update a value -> he must explicitely use PATCH. | 15:44 |
sandywalsh_ | <checking> | 15:44 |
*** safchain has joined #openstack-dev | 15:44 | |
krypto | hi any idea why two rules are used instead of using single rule line number 137,147 https://github.com/openstack/nova/blob/master/plugins/xenserver/networking/etc/xensource/scripts/ovs_configure_vif_flows.py | 15:44 |
ekarlso | sandywalsh_: you can with local.conf | 15:44 |
*** safchain has quit IRC | 15:44 | |
*** SergeyLukjanov has joined #openstack-dev | 15:44 | |
*** jmontemayor has joined #openstack-dev | 15:44 | |
*** Mandell has joined #openstack-dev | 15:45 | |
stevemar | marekd: i think it'll be worth having full CRUD then? | 15:46 |
marekd | stevemar: cool. | 15:46 |
*** rongze has quit IRC | 15:46 | |
marekd | stevemar: so i am adding this U operation. Thanks! | 15:47 |
apmelton1 | ekarlso: I believe this is what you'd want: https://gist.github.com/ramielrowe/7789820 | 15:47 |
apmelton1 | i'm not 100% certain about the neutron and designate parts, but that's basically the config I'd use for nova | 15:47 |
apmelton1 | ekarlso: slight correct, please refresh that gist | 15:48 |
apmelton1 | correction* | 15:48 |
*** mhu has quit IRC | 15:49 | |
*** carl_baldwin has joined #openstack-dev | 15:49 | |
*** mhu1 has joined #openstack-dev | 15:49 | |
*** mhu1 is now known as mhu | 15:49 | |
*** kenperkins has joined #openstack-dev | 15:50 | |
*** amir1 is now known as asadoughi | 15:50 | |
*** evgenyfedoruk has joined #openstack-dev | 15:51 | |
*** achampion has quit IRC | 15:51 | |
*** max_lobur is now known as max_lobur_afk | 15:51 | |
*** achampion has joined #openstack-dev | 15:52 | |
*** kenperkins has quit IRC | 15:53 | |
*** jistr|mtg has quit IRC | 15:53 | |
*** kenperkins_ has joined #openstack-dev | 15:53 | |
*** kenperkins_ has quit IRC | 15:53 | |
*** dolphm has quit IRC | 15:54 | |
*** rcleere has joined #openstack-dev | 15:54 | |
*** rgerganov has quit IRC | 15:54 | |
BobBall | krypto: I may have an answer now - someone suggested there was a bug in the OVS where it wasn't properly replicating the ARPs between VMs on the same host and was stripping the nw_src | 15:55 |
*** vijendar has quit IRC | 15:56 | |
*** vijendar has joined #openstack-dev | 15:56 | |
*** sarob has joined #openstack-dev | 15:56 | |
*** avishay has joined #openstack-dev | 15:57 | |
*** jroovers has joined #openstack-dev | 15:58 | |
*** jorisroovers has quit IRC | 15:58 | |
*** KurtMartin is now known as kmartin | 15:59 | |
*** jistr has joined #openstack-dev | 15:59 | |
*** xqueralt has quit IRC | 15:59 | |
*** jistr is now known as jistr|mtg | 16:00 | |
*** avishay has quit IRC | 16:00 | |
*** Ruetobas has quit IRC | 16:01 | |
*** rongze has joined #openstack-dev | 16:02 | |
*** jroovers has quit IRC | 16:02 | |
*** Abhishek_ has joined #openstack-dev | 16:02 | |
*** dingye has quit IRC | 16:03 | |
*** reidrac has quit IRC | 16:03 | |
*** Ruetobas has joined #openstack-dev | 16:03 | |
*** aditirav has joined #openstack-dev | 16:04 | |
*** Abhishe__ has joined #openstack-dev | 16:05 | |
*** corXi has joined #openstack-dev | 16:05 | |
*** dstanek has quit IRC | 16:07 | |
*** safchain has joined #openstack-dev | 16:07 | |
*** dstanek has joined #openstack-dev | 16:07 | |
*** Ruetobas has quit IRC | 16:08 | |
*** Abhishek_ has quit IRC | 16:08 | |
*** FunnyLookinHat has joined #openstack-dev | 16:09 | |
*** otherwiseguy has quit IRC | 16:11 | |
Alexei_9871 | jd__ ping | 16:11 |
*** Abhishe__ has quit IRC | 16:11 | |
*** tdruiva has quit IRC | 16:11 | |
*** avishayb has quit IRC | 16:11 | |
*** neelashah has quit IRC | 16:12 | |
jd__ | Alexei_9871: pong | 16:13 |
*** dubsquared has quit IRC | 16:13 | |
*** yeylon__ has quit IRC | 16:13 | |
*** dubsquared has joined #openstack-dev | 16:14 | |
Alexei_9871 | jd__: I've found time to work on your patch | 16:14 |
*** dubsquared has quit IRC | 16:14 | |
Alexei_9871 | jd__: now it seems to work | 16:14 |
*** Ruetobas has joined #openstack-dev | 16:14 | |
jd__ | Alexei_9871: awesome | 16:14 |
Alexei_9871 | jd__: but I get multiple errors DBError: (IntegrityError) (1452, 'Cannot add or update a child row: a foreign key constraint fails | 16:14 |
*** tdruiva has joined #openstack-dev | 16:14 | |
jd__ | Alexei_9871: that's actually a good sign | 16:14 |
jd__ | we know we have this bug in real life | 16:14 |
jd__ | my plan was to try to trigger it in the unit tests | 16:14 |
Alexei_9871 | jd__: cool | 16:15 |
Alexei_9871 | jd__: so what should I do with it? | 16:15 |
jd__ | Alexei_9871: can you push it to replace my review? | 16:15 |
Alexei_9871 | jd__: yes 5 mins | 16:15 |
jd__ | or send me the diff, as you prefer | 16:15 |
Alexei_9871 | jd__: and I also think that we should only this tests on gate | 16:15 |
*** byeager has quit IRC | 16:15 | |
Alexei_9871 | jd__: cause it makes tests a lot slower | 16:15 |
*** byeager has joined #openstack-dev | 16:16 | |
SpamapS | why exactly do keystone's unit tests create an on-disk sqlite? | 16:16 |
jd__ | Alexei_9871: that won't be enough | 16:16 |
*** jcoufal has quit IRC | 16:16 | |
*** rbrady has quit IRC | 16:16 | |
*** armax has quit IRC | 16:17 | |
*** aditirav has left #openstack-dev | 16:17 | |
*** Mandell has quit IRC | 16:17 | |
*** paragan has quit IRC | 16:17 | |
*** aditirav has joined #openstack-dev | 16:17 | |
Alexei_9871 | jd__: here you go :) | 16:17 |
Alexei_9871 | I've got 73 test failures | 16:18 |
Alexei_9871 | cause of FK errors | 16:18 |
*** cpallares has joined #openstack-dev | 16:18 | |
*** markmcclain has quit IRC | 16:19 | |
*** aditirav_ has joined #openstack-dev | 16:19 | |
*** bdpayne has quit IRC | 16:19 | |
*** pmyers has joined #openstack-dev | 16:20 | |
*** rudrarugge has joined #openstack-dev | 16:20 | |
*** sarob has quit IRC | 16:21 | |
ekarlso | apmelton1: that produces http://paste.ubuntu.com/6520510/ | 16:21 |
ekarlso | which is broken :/ | 16:21 |
*** aditirav has quit IRC | 16:22 | |
*** aditirav_ is now known as aditirav | 16:22 | |
apmelton1 | ekarlso: looks like it's the "=" right below [DEFAULT] | 16:23 |
*** f13o has quit IRC | 16:24 | |
*** aditirav has quit IRC | 16:24 | |
*** f13o has joined #openstack-dev | 16:24 | |
*** alex_klimov1 has quit IRC | 16:25 | |
sandywalsh_ | markmc, is oslo.messaging on gerrit or just github pull releases? | 16:26 |
apmelton1 | ekarlso: I'm not sure how that equals is getting in there, all of the other values seem to have been inserted properly | 16:26 |
markmc | sandywalsh_, https://review.openstack.org/#/q/project:openstack/oslo.messaging,n,z | 16:28 |
markmc | sandywalsh_, seeing a stale reference to github.com/markmc/oslo.messaging somewhere? | 16:28 |
*** iartarisi has quit IRC | 16:28 | |
jd__ | Alexei_9871: that looks awesome, thanks! | 16:28 |
sandywalsh_ | markmc, no, but gerrit is giving me grief trying to issue a review. | 16:29 |
markmc | sandywalsh_, pastebin ? | 16:29 |
sandywalsh_ | markmc, just an ssh problem. Going to dig around a little. Works fine with the other repos, which is odd. | 16:30 |
*** reaper has quit IRC | 16:30 | |
markmc | sandywalsh_, ok | 16:31 |
*** markwash_ has joined #openstack-dev | 16:31 | |
*** mkollaro has quit IRC | 16:31 | |
*** hazinhell has joined #openstack-dev | 16:32 | |
*** markwash has quit IRC | 16:32 | |
*** matiu has quit IRC | 16:32 | |
*** markwash_ is now known as markwash | 16:32 | |
*** rushiagr has joined #openstack-dev | 16:32 | |
*** macjack has quit IRC | 16:33 | |
*** bauzas_ has quit IRC | 16:33 | |
sandywalsh_ | markmc, got it. thanks | 16:34 |
markmc | sandywalsh_, np | 16:34 |
*** rudrarugge has quit IRC | 16:36 | |
*** e0ne has joined #openstack-dev | 16:38 | |
*** stevemar has quit IRC | 16:38 | |
*** CaptTofu has joined #openstack-dev | 16:39 | |
*** e0ne_ has quit IRC | 16:40 | |
*** jgrimm has joined #openstack-dev | 16:41 | |
*** adam_g has joined #openstack-dev | 16:42 | |
*** adam_g has quit IRC | 16:42 | |
*** adam_g has joined #openstack-dev | 16:42 | |
*** moory has joined #openstack-dev | 16:43 | |
*** xqueralt has joined #openstack-dev | 16:43 | |
*** jcooley_ has quit IRC | 16:43 | |
moory | hi - if I attach a patch to a security bug - how does the status get updated from 'In Progress'? | 16:45 |
*** pmathews has joined #openstack-dev | 16:45 | |
*** zaneb has quit IRC | 16:45 | |
russellb | moory: manually | 16:45 |
*** mlavalle has joined #openstack-dev | 16:45 | |
*** Ryan_Lane has joined #openstack-dev | 16:46 | |
moory | russellb: so I change it ? only options I have are Fix Committed and Fix Released | 16:46 |
russellb | moory: you may not have permissions ... you'll have to check with someone who has access to the bug | 16:48 |
*** SumitNaiksatam has quit IRC | 16:48 | |
*** shakayumi has joined #openstack-dev | 16:48 | |
*** michchap_ has quit IRC | 16:48 | |
moory | @russellb - okay I'll ask the guy who raised the bug to see if he can do anything with it to get the review porcess started | 16:49 |
*** alop has joined #openstack-dev | 16:49 | |
russellb | k | 16:49 |
*** dstanek has quit IRC | 16:49 | |
*** Shaan7 has joined #openstack-dev | 16:49 | |
moory | @russellb - Thank you | 16:49 |
*** marun has quit IRC | 16:50 | |
*** armax has joined #openstack-dev | 16:50 | |
*** bdpayne has joined #openstack-dev | 16:50 | |
ayoung | Someone is being far too literal.... WARNING keystone.common.wsgi [-] Authorization failed. Could not find token, $ADMIN_TOKEN. from 127.0.0.1 | 16:52 |
*** otherwiseguy has joined #openstack-dev | 16:52 | |
*** eglynn has quit IRC | 16:53 | |
*** ArxCruz has quit IRC | 16:53 | |
*** ArxCruz has joined #openstack-dev | 16:54 | |
*** colinmcnamara has joined #openstack-dev | 16:54 | |
*** dubsquared has joined #openstack-dev | 16:54 | |
*** colinmcn_ has joined #openstack-dev | 16:54 | |
*** jistr|mtg is now known as jistr | 16:54 | |
*** armax has quit IRC | 16:55 | |
*** evgenyfedoruk has quit IRC | 16:55 | |
*** jpomero has joined #openstack-dev | 16:55 | |
*** armax has joined #openstack-dev | 16:55 | |
*** sarob has joined #openstack-dev | 16:56 | |
*** le089 has quit IRC | 16:57 | |
*** corXi has quit IRC | 16:58 | |
*** jpomero has quit IRC | 16:58 | |
*** jpomero has joined #openstack-dev | 16:58 | |
*** LinuxJedi_ is now known as LinuxJedi | 16:59 | |
*** colinmcn_ has quit IRC | 16:59 | |
*** colinmcnamara has quit IRC | 16:59 | |
*** jsavak has joined #openstack-dev | 17:00 | |
*** sarob has quit IRC | 17:00 | |
*** neelashah has joined #openstack-dev | 17:00 | |
*** colinmcnamara has joined #openstack-dev | 17:01 | |
*** colinmcn_ has joined #openstack-dev | 17:02 | |
*** joesavak has quit IRC | 17:02 | |
*** e0ne has quit IRC | 17:03 | |
*** devoid has joined #openstack-dev | 17:03 | |
*** fbo is now known as fbo_away | 17:03 | |
*** devoid has quit IRC | 17:03 | |
*** devoid has joined #openstack-dev | 17:04 | |
*** devoid has left #openstack-dev | 17:04 | |
*** buzztroll has quit IRC | 17:05 | |
*** buzztrol_ has joined #openstack-dev | 17:05 | |
*** achampion has quit IRC | 17:05 | |
*** rongze has quit IRC | 17:05 | |
*** rongze has joined #openstack-dev | 17:07 | |
*** yamahata_ has quit IRC | 17:08 | |
*** jcooley_ has joined #openstack-dev | 17:08 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 17:09 | |
*** jpich has quit IRC | 17:10 | |
*** stevemar has joined #openstack-dev | 17:11 | |
*** loq_mac has joined #openstack-dev | 17:11 | |
*** tkammer has quit IRC | 17:12 | |
*** SumitNaiksatam has joined #openstack-dev | 17:12 | |
*** arezmerita has quit IRC | 17:13 | |
*** radix_ has joined #openstack-dev | 17:14 | |
*** vuil has joined #openstack-dev | 17:14 | |
*** AZBob has joined #openstack-dev | 17:14 | |
*** jcooley_ has quit IRC | 17:15 | |
*** xarses has quit IRC | 17:17 | |
*** dolphm has joined #openstack-dev | 17:17 | |
*** dstanek has joined #openstack-dev | 17:17 | |
*** armax has quit IRC | 17:17 | |
*** teran has quit IRC | 17:17 | |
*** kushal has quit IRC | 17:18 | |
*** sahid has quit IRC | 17:18 | |
*** nermina has quit IRC | 17:19 | |
*** pcm_ has quit IRC | 17:19 | |
*** rch1 is now known as rch | 17:19 | |
*** rch has quit IRC | 17:19 | |
*** rch has joined #openstack-dev | 17:19 | |
*** pcm_ has joined #openstack-dev | 17:19 | |
*** jistr has quit IRC | 17:19 | |
*** loq_mac has quit IRC | 17:21 | |
*** ruhe is now known as ruhe_ | 17:21 | |
*** loq_mac has joined #openstack-dev | 17:21 | |
*** ruhe_ is now known as ruhe | 17:21 | |
*** rushiagr has quit IRC | 17:22 | |
*** mrodden has quit IRC | 17:22 | |
*** eglynn has joined #openstack-dev | 17:22 | |
*** rushiagr has joined #openstack-dev | 17:22 | |
*** pcm_ has quit IRC | 17:24 | |
*** Anticime1 is now known as Anticimex | 17:24 | |
tellesnobrega | ayoung: i didnt understand what should be in the keystone.domain.conf | 17:25 |
*** safchain has quit IRC | 17:25 | |
dolphm | tellesnobrega: mutli-domain conf is broken | 17:26 |
tellesnobrega | dolphm: its not possible to use it right now? | 17:26 |
dolphm | tellesnobrega: not at all | 17:26 |
dolphm | tellesnobrega: it's more so unfinished than broken, i suppose | 17:26 |
dolphm | tellesnobrega: with federation on the horizon, i suspect we may rip what we have there back out | 17:27 |
*** jdob has quit IRC | 17:27 | |
tellesnobrega | dolphm: i was planning a study on how to use, configure, change configuration and figure out how ldap works with domains, but i think i will have to postpone this research | 17:28 |
dolphm | tellesnobrega: ldap doesn't work with domains | 17:28 |
dolphm | tellesnobrega: so, done! :) | 17:28 |
*** hemna_ is now known as hemna | 17:29 | |
*** irimi has quit IRC | 17:29 | |
tellesnobrega | dolphm: thanks, you saved me a couple weeks of work. but with a very bad news i was following this https://github.com/openstack/keystone/blob/master/doc/source/configuration.rst#domain-specific-drivers to try it as ayoung suggested | 17:29 |
dolphm | tellesnobrega: there's an open bug and an abandoned patch to finish things if you're interested -- poke at morganfainberg | 17:29 |
dolphm | tellesnobrega: yes, and there's a big warning at the top of that section | 17:30 |
tellesnobrega | dolphm: yes, i will take a look at the bug | 17:30 |
tellesnobrega | dolphm: thanks | 17:30 |
*** armax has joined #openstack-dev | 17:30 | |
dolphm | tellesnobrega: same docs are published here btw, and are a little bit easier to read http://docs.openstack.org/developer/keystone/configuration.html#domain-specific-drivers | 17:30 |
*** mikeoutland has joined #openstack-dev | 17:30 | |
dolphm | tellesnobrega: at least the warning becomes a big red box! | 17:30 |
tellesnobrega | dolphm: i saw the warning, but i thought it had some progress and it would be able to test using devstack, just to see it working. But i guess it wont do | 17:31 |
*** dubsquared has quit IRC | 17:31 | |
*** krypto has quit IRC | 17:31 | |
*** datsun180b is now known as datsun_F40PH | 17:31 | |
*** mlavalle has quit IRC | 17:32 | |
*** dubsquared has joined #openstack-dev | 17:32 | |
*** chandankumar has quit IRC | 17:33 | |
*** mrodden has joined #openstack-dev | 17:34 | |
*** loq_mac has quit IRC | 17:36 | |
*** martyntaylor has quit IRC | 17:36 | |
*** loq_mac has joined #openstack-dev | 17:36 | |
*** dubsquared has quit IRC | 17:36 | |
*** f13o has quit IRC | 17:37 | |
*** jdob has joined #openstack-dev | 17:38 | |
dolphm | tellesnobrega: it's had discussion and that proposed patch, but nothing has landed as it's not a priority relative to federation, which should solve the same problem in a more generic way | 17:39 |
*** loq_mac has quit IRC | 17:41 | |
tellesnobrega | dolphm: thanks, i will talk to morganfainberg and check that bug to see how the implementation is going, if its going at all | 17:42 |
ayoung | dolphm, which is the abandonded patch? | 17:43 |
dolphm | ayoung: i don't have a link, but i know it's one of morgan's... owner:m@metacloud.com status:abandoned | 17:44 |
*** rohitk has quit IRC | 17:44 | |
ayoung | dolphm, argh gerrit naming of users if gaaarrhhh! | 17:45 |
*** mdbooth has quit IRC | 17:45 | |
ayoung | its not m@metacloud, its not morgainfainberg, and it won't tell me what it is | 17:45 |
ayoung | https://review.openstack.org/#/c/45649/ | 17:46 |
ayoung | tellesnobrega, ^^ | 17:46 |
*** jsavak has quit IRC | 17:47 | |
*** joesavak has joined #openstack-dev | 17:47 | |
*** mmagr has quit IRC | 17:49 | |
tellesnobrega | ayoung: thanks | 17:49 |
*** teran has joined #openstack-dev | 17:49 | |
*** belmoreira has quit IRC | 17:50 | |
*** derekh has quit IRC | 17:50 | |
ayoung | tellesnobrega, OK, let me look at that, and we can figure out a plan.. | 17:51 |
ayoung | tellesnobrega, but my comment was "on the right track, no major issues" | 17:51 |
ayoung | morganfainberg, please bring https://review.openstack.org/#/c/45649/ back from the dead | 17:51 |
*** rossella_s has quit IRC | 17:52 | |
ayoung | tellesnobrega, argh, the merge on that one is going to be non-trivial | 17:53 |
tellesnobrega | ayoung: i see, my main objective was to figure out if this feature was working and if not, why not | 17:53 |
*** eglynn is now known as eglynn-afk | 17:53 | |
ayoung | tellesnobrega, this was the patch I was looking for before. | 17:54 |
*** dubsquared has joined #openstack-dev | 17:54 | |
*** SergeyLukjanov has joined #openstack-dev | 17:55 | |
*** gyee has joined #openstack-dev | 17:55 | |
*** michchap has joined #openstack-dev | 17:56 | |
ayoung | tellesnobrega, I think that many of those changes are now obsolete. We should not be doing stuff in assignments that talks to identity, but it means that things like "get_group_project_roles" has to be content with the data it has solely in the assignments backend | 17:56 |
*** mikeoutland has quit IRC | 17:56 | |
*** xarses has joined #openstack-dev | 17:57 | |
*** amcrn has joined #openstack-dev | 17:57 | |
*** dubsquared has quit IRC | 17:58 | |
*** SergeyLukjanov has quit IRC | 17:58 | |
*** dubsquared has joined #openstack-dev | 17:58 | |
*** mikeoutland has joined #openstack-dev | 17:58 | |
*** blues-man has quit IRC | 17:58 | |
*** che-arne has quit IRC | 17:59 | |
*** ygbo has quit IRC | 17:59 | |
*** angdraug has joined #openstack-dev | 18:00 | |
*** JordanP has quit IRC | 18:01 | |
*** JordanRinke has quit IRC | 18:02 | |
tellesnobrega | ayoung: i didnt really understand. Fixing this patch, can we get domain-specific-ldap workging? | 18:02 |
ayoung | tellesnobrega, I have no idea! | 18:02 |
ayoung | tellesnobrega, heh, actually, I mean that this is necessary. | 18:02 |
ayoung | Not sure if it is sufficient | 18:02 |
*** martyntaylor has joined #openstack-dev | 18:03 | |
ayoung | we'll know once we get it done | 18:03 |
*** michchap has quit IRC | 18:03 | |
*** dubsquared has quit IRC | 18:03 | |
*** JordanRinke has joined #openstack-dev | 18:04 | |
*** reed has joined #openstack-dev | 18:05 | |
ayoung | tellesnobrega, morganfainberg is well underway on redoing the KVS and Memcached backends to use dogpile. With that, lots of the KVS impls will be able to be simplified, and many of the changes that are necessary in the above patch will be merged into a single change. We want this for icehouse, but I can't tell you when it will be working | 18:05 |
*** moory has quit IRC | 18:07 | |
tellesnobrega | ayoung: i see, thanks. I would like to get working on this, it would bring me a good knowledge of the backend of openstack, but im not sure if i will be able to do it now and also if i have enough knowledge on openstack to do so | 18:08 |
*** dubsquared has joined #openstack-dev | 18:08 | |
ayoung | tellesnobrega, look through this review to start: https://review.openstack.org/#/c/59126/ | 18:09 |
tellesnobrega | ayoung: i will | 18:10 |
*** ruhe has quit IRC | 18:11 | |
*** crobertsrh has joined #openstack-dev | 18:12 | |
*** armax has quit IRC | 18:14 | |
*** twoputt__ has joined #openstack-dev | 18:15 | |
*** twoputt_ has joined #openstack-dev | 18:15 | |
*** akrivoka has quit IRC | 18:19 | |
*** dolphm has quit IRC | 18:19 | |
*** nermina has joined #openstack-dev | 18:20 | |
*** ywu has joined #openstack-dev | 18:20 | |
*** dolphm has joined #openstack-dev | 18:21 | |
*** Mandell has joined #openstack-dev | 18:22 | |
*** armax has joined #openstack-dev | 18:23 | |
*** JordanRi1ke has joined #openstack-dev | 18:23 | |
*** byeager has quit IRC | 18:23 | |
*** JordanRinke has quit IRC | 18:24 | |
*** JordanRi1ke is now known as JordanRinke | 18:24 | |
*** armax has quit IRC | 18:24 | |
*** dstanek has quit IRC | 18:24 | |
*** cederb02 has joined #openstack-dev | 18:25 | |
*** lucasagomes has quit IRC | 18:25 | |
*** dolphm has quit IRC | 18:26 | |
*** cederb02 has quit IRC | 18:26 | |
*** cederb02 has joined #openstack-dev | 18:27 | |
*** athomas has quit IRC | 18:31 | |
*** danielbruno has joined #openstack-dev | 18:32 | |
*** DennyZhang has joined #openstack-dev | 18:33 | |
*** markmc has quit IRC | 18:34 | |
*** DennyZhang has quit IRC | 18:34 | |
*** loq_mac has joined #openstack-dev | 18:34 | |
*** DennyZhang has joined #openstack-dev | 18:34 | |
openstackstatus | NOTICE: gate failures due to django incompatibility, pip bugs, and node performance problems | 18:34 |
*** Abhishek_ has joined #openstack-dev | 18:34 | |
*** ChanServ changes topic to "gate failures due to django incompatibility, pip bugs, and node performance problems" | 18:34 | |
*** fbo_away is now known as fbo | 18:35 | |
*** Abhishek_ has quit IRC | 18:36 | |
*** loquacities has joined #openstack-dev | 18:36 | |
sdague | bnemec: so... on the lockfile, what if we openned with 'a' instead of 'w', so we didn't truncate the file | 18:37 |
*** harlowja has joined #openstack-dev | 18:37 | |
sdague | still requires write access, but doesn't damage the underlying file | 18:37 |
*** Abhishek_ has joined #openstack-dev | 18:37 | |
danpb | sdague lockfile for what ? | 18:38 |
clarkb | is this for oslo db? | 18:38 |
clarkb | because I really think we should just get rid of the lock file all together if so | 18:38 |
sdague | danpb: this is the oslo lockutils follow up | 18:38 |
*** aeperezt has quit IRC | 18:38 | |
sdague | danpb: from the list | 18:38 |
*** loq_mac has quit IRC | 18:38 | |
bnemec | clarkb: I agree, but this is used other places too. | 18:38 |
sdague | clarkb: yeh, lock utils is used all over the place | 18:39 |
sdague | this is a more generic question | 18:39 |
clarkb | I see | 18:39 |
danpb | sdague hmm, so from your comment, is the file that is being locked used for storing data too ? | 18:40 |
sdague | danpb: no | 18:40 |
sdague | it's just used to get an fd to do fctnl lock on | 18:40 |
clarkb | it doesn't write a pid to the file too? | 18:40 |
sdague | no | 18:40 |
bnemec | sdague: I would think that could work, but I don't know a lot about the low level locking behavior. | 18:40 |
bnemec | I'll have to look at it some more. | 18:40 |
danpb | sdague why would append vs truncate matter then when opening ? | 18:41 |
*** cederb02 has quit IRC | 18:41 | |
sdague | danpb: to eliminate the security attack of someone linking from "well known lock location" to another file on yuor computer they want to destroy | 18:41 |
*** mancdaz is now known as mancdaz_away | 18:41 | |
*** jprovazn has quit IRC | 18:42 | |
danpb | sdague surely the right fix for that is to not use the lockfile in a path where anyone can access (ie don't ever use /tmp or /var/tmp) | 18:42 |
sdague | danpb: http://lists.openstack.org/pipermail/openstack-dev/2013-December/021055.html full thread | 18:42 |
sdague | danpb: so the problem is upgrade | 18:42 |
sdague | I'm trying to figure out if we have a not dangerous, even if unwise way through this where we can have a default | 18:43 |
*** pcm_ has joined #openstack-dev | 18:43 | |
*** Ryan_Lane has quit IRC | 18:43 | |
*** irimi has joined #openstack-dev | 18:44 | |
*** zz_ewindisch is now known as ewindisch | 18:44 | |
*** jprovazn has joined #openstack-dev | 18:44 | |
*** pcm_ has quit IRC | 18:44 | |
*** ewindisch_ has joined #openstack-dev | 18:44 | |
*** ewindisch_ has quit IRC | 18:44 | |
*** pcm_ has joined #openstack-dev | 18:45 | |
*** nati_ueno has quit IRC | 18:45 | |
*** fbo is now known as fbo_away | 18:45 | |
*** rushiagr has quit IRC | 18:45 | |
*** loquacities has quit IRC | 18:46 | |
bnemec | sdague: "On at least some systems, LOCK_EX can only be used if the file descriptor refers to a file opened for writing." :-( | 18:46 |
bnemec | From http://docs.python.org/2/library/fcntl.html#fcntl.lockf | 18:46 |
sdague | bnemec: I wonder if they mean to the exclusion of append | 18:47 |
danpb | bnemec: 'a' is a write mode | 18:47 |
*** aeperezt has joined #openstack-dev | 18:47 | |
danpb | stdio's 'a' mode maps to POSIX O_WRONLY while 'w' maps to O_WRONLY | O_TRUNC | 18:48 |
bnemec | Okay, guess I was reading it too literally. :-) | 18:48 |
danpb | opps, i mean 'a' maps to O_WRONLY | O_APPEND | 18:49 |
*** gszasz has quit IRC | 18:50 | |
sdague | yeh, locally this works with append, I'm blocking on the second exclusive lock | 18:50 |
*** danpb has quit IRC | 18:50 | |
*** drewlander has quit IRC | 18:50 | |
*** dolphm has joined #openstack-dev | 18:50 | |
*** avishay has joined #openstack-dev | 18:51 | |
*** drewlander has joined #openstack-dev | 18:51 | |
bnemec | sdague: Cool. I'm open to giving it a shot, and maybe logging a big warning that it isn't recommended to use the default. | 18:51 |
sdague | yep, I put another response out there | 18:51 |
sdague | let's see who else bites | 18:51 |
*** prekarat has joined #openstack-dev | 18:52 | |
*** dolphm has quit IRC | 18:52 | |
*** dolphm has joined #openstack-dev | 18:52 | |
* bnemec watches the bobber with bated breath | 18:52 | |
sdague | bobber? | 18:52 |
*** aeperezt has quit IRC | 18:52 | |
*** dubsquared has quit IRC | 18:53 | |
bnemec | <sdague> let's see who else bites | 18:53 |
bnemec | We're fishing right? :-) | 18:53 |
sdague | :) | 18:53 |
sdague | nice | 18:53 |
*** mrodden has quit IRC | 18:53 | |
*** dubsquared has joined #openstack-dev | 18:53 | |
*** byeager has joined #openstack-dev | 18:54 | |
*** comay has quit IRC | 18:54 | |
*** krotscheck has joined #openstack-dev | 18:55 | |
*** otherwiseguy has quit IRC | 18:55 | |
*** comay has joined #openstack-dev | 18:55 | |
*** yeylon__ has joined #openstack-dev | 18:55 | |
skraynev | bnemec, sdague. As I understand you come to solution. And soon we will see desired patch , right? | 18:56 |
*** michchap has joined #openstack-dev | 18:56 | |
sdague | skraynev: well, I still want folks to vet the idea | 18:56 |
*** dolphm has quit IRC | 18:57 | |
sdague | but yes, I'm proposing an oslo patch that would do what I'm proposing | 18:57 |
sdague | working on creating one that is | 18:57 |
*** Mandell has quit IRC | 18:57 | |
*** Mandell has joined #openstack-dev | 18:58 | |
*** dubsquared has quit IRC | 18:58 | |
skraynev | great))) I will be wait this patch. | 18:58 |
*** mrodden has joined #openstack-dev | 18:59 | |
*** abramley has joined #openstack-dev | 18:59 | |
*** carlp has quit IRC | 18:59 | |
*** jsavak has joined #openstack-dev | 19:00 | |
bnemec | sdague: I guess the only other issue that leaves is the possibility of a DoS if someone locks a file on us and doesn't ever release it. | 19:01 |
*** ewindisch is now known as zz_ewindisch | 19:01 | |
bnemec | Which is much less serious than overwriting files. | 19:01 |
*** michchap has quit IRC | 19:01 | |
*** pete5 has quit IRC | 19:02 | |
*** pete5 has joined #openstack-dev | 19:02 | |
*** Mandell has quit IRC | 19:02 | |
*** byeager has quit IRC | 19:02 | |
sdague | bnemec: sure | 19:02 |
*** pete5 has quit IRC | 19:02 | |
*** jruzicka has quit IRC | 19:02 | |
sdague | right, this isn't what you'd actually want to run with | 19:02 |
*** pete5 has joined #openstack-dev | 19:02 | |
sdague | but it would provide a bridge towards working | 19:02 |
*** joesavak has quit IRC | 19:03 | |
*** joesavak has joined #openstack-dev | 19:03 | |
bnemec | sdague: Yeah, I think I'm okay with that, especially as a bridge to deprecating the default for J. | 19:03 |
*** galstrom is now known as galstrom_zzz | 19:03 | |
bnemec | Just trying to come up with possible objections. | 19:03 |
sdague | yep | 19:03 |
sdague | right, that's why I put it back on the list, as I want to see all the rocks about why this can't work | 19:03 |
sdague | I think we sometimes get to cavalier with "upgrade is hard, let's do the easy thing instead" | 19:04 |
crobertsrh | Anyone else have a problem with glance uploading images (latest devstack master)? I'm seeing...ProgrammingError: (ProgrammingError) (1146, "Table 'glance.images' doesn't exist") | 19:04 |
*** e0ne has joined #openstack-dev | 19:05 | |
*** byeager has joined #openstack-dev | 19:05 | |
*** vijendar has quit IRC | 19:05 | |
*** jsavak has quit IRC | 19:05 | |
*** Mandell has joined #openstack-dev | 19:06 | |
*** troytoman-away is now known as troytoman | 19:08 | |
sdague | bnemec: good call on ccing the sec list | 19:09 |
*** mohits has quit IRC | 19:10 | |
bnemec | Yeah, I figured they should be involved in the discussion. | 19:11 |
*** MaxV has quit IRC | 19:13 | |
*** MaxV has joined #openstack-dev | 19:13 | |
*** jasdeepH has joined #openstack-dev | 19:14 | |
*** jruzicka has joined #openstack-dev | 19:14 | |
*** dubsquared has joined #openstack-dev | 19:14 | |
*** johnthetubaguy has quit IRC | 19:14 | |
*** jasdeepH has quit IRC | 19:14 | |
*** Alexei_9871 has quit IRC | 19:15 | |
*** Chicago has quit IRC | 19:15 | |
bnemec | "Your message to Openstack-security awaits moderator approval" | 19:17 |
bnemec | Apparently I should have actually joined the list first. :-) | 19:17 |
*** thomasem has quit IRC | 19:17 | |
*** MaxV has quit IRC | 19:17 | |
*** markwash has quit IRC | 19:19 | |
sdague | heh | 19:20 |
*** fbo_away is now known as fbo | 19:21 | |
dsantos_ | hi I'm trying to run glance with ssl but I'm getting an error. I found this bug https://bugs.launchpad.net/python-glanceclient/+bug/1160520 but it doesn't seems to be fixed. The error that I got is "not all arguments converted during string formatting". Does someone know how can I fix this? | 19:22 |
uvirtbot | Launchpad bug 1160520 in python-glanceclient "Miss leading error message when OS_CACERT is set incorrectly" [Undecided,In progress] | 19:22 |
*** vuil has quit IRC | 19:22 | |
*** marekd is now known as marekd|away | 19:23 | |
*** SergeyLukjanov has joined #openstack-dev | 19:24 | |
*** SergeyLukjanov has joined #openstack-dev | 19:25 | |
*** sarob has joined #openstack-dev | 19:27 | |
*** pixelb has quit IRC | 19:28 | |
*** copeland has joined #openstack-dev | 19:28 | |
*** Shaan7 has quit IRC | 19:28 | |
*** Shaan7 has joined #openstack-dev | 19:28 | |
copeland | Would it be at all possible to speak with someone to validate my keystone configuration? I'm encountering an apparent Keystone error when attempting to validate my Swift installation (running 'stat'), specifically: "Endpoint for object-store not found - have you specified a region?" Thanks! | 19:30 |
*** jobewan has joined #openstack-dev | 19:31 | |
*** asselin has joined #openstack-dev | 19:31 | |
*** alex_klimov has joined #openstack-dev | 19:31 | |
*** jruzicka has quit IRC | 19:35 | |
*** avishay has quit IRC | 19:38 | |
*** mrodden has quit IRC | 19:39 | |
*** fbo is now known as fbo_away | 19:39 | |
*** mrodden has joined #openstack-dev | 19:42 | |
zaitcev | copeland: well, what does keystone endpoints-list say? | 19:44 |
*** hemna has quit IRC | 19:45 | |
zaitcev | | dd16f2d2d3b14838b8214504abfca26a | RegionOne | http://kvm-rei.zaitcev.lan:8080 | 19:46 |
zaitcev | http://kvm-rei.zaitcev.lan:8080/v1.0/ | c863814814a24b60b72467fc089f8f0a | | 19:46 |
zaitcev | hmm | 19:47 |
zaitcev | | dd16f2d2d3b14838b8214504abfca26a | RegionOne | http://kvm-rei.zaitcev.lan:8080/v1/AUTH_$(tenant_id)s | http://kvm-rei.zaitcev.lan:8080/v1/AUTH_$(tenant_id)s | http://kvm-rei.zaitcev.lan:8080/v1.0/ | c863814814a24b60b72467fc089f8f0a | | 19:47 |
zaitcev | copeland: there ya go | 19:47 |
*** MaxV has joined #openstack-dev | 19:47 | |
*** bauzas has quit IRC | 19:48 | |
*** hemna has joined #openstack-dev | 19:48 | |
*** claytonc has quit IRC | 19:48 | |
*** spzala has joined #openstack-dev | 19:49 | |
*** hemna has quit IRC | 19:49 | |
copeland | zaitcev - Is that ran from your Keystone node? Also assuming you're using the FQDN instead of localhost? | 19:50 |
zaitcev | Well, what good is localhost for someone who wants to talk to your Swift? | 19:51 |
zaitcev | How small is your OpenStack? Just one node, and Glance together with Swift on the same VM? | 19:51 |
*** pablosan has joined #openstack-dev | 19:52 | |
*** dolphm has joined #openstack-dev | 19:53 | |
*** prekarat has quit IRC | 19:53 | |
*** hemna has joined #openstack-dev | 19:54 | |
*** irimi has quit IRC | 19:54 | |
copeland | I was under the impression that 'endpoint' meant just that-- the endpoint, i.e. the Keystone server itself, specified with a port.. So far, the deployment is tiny. Two blade servers. Compute, Keystone, Glance, Horizon on one, and Swift on the other. | 19:54 |
zaitcev | I thought an endpoint was where you find the service. | 19:55 |
*** buzztrol_ has quit IRC | 19:55 | |
*** rudrarugge has joined #openstack-dev | 19:55 | |
copeland | your knowledge is clearly far superior to mine, judging by your tone, so please instruct me. | 19:55 |
copeland | :) | 19:55 |
*** xqueralt has quit IRC | 19:55 | |
zaitcev | So, an app or middleware talks to Keystone server, asks "where do I find our Swift" and Keystone replies "publicURL is at https://rhev-a24c-01.lab.bos.redhat.com/v1", so the app goes there | 19:56 |
ayoung | copeland, service is something like "keystone, switch, glance" and an endpoint is a specific instance of that service | 19:57 |
*** irimi has joined #openstack-dev | 19:57 | |
*** michchap has joined #openstack-dev | 19:57 | |
*** dolphm has quit IRC | 19:57 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:58 | |
copeland | ah, gotcha. I was viewing 'endpoint' in a very different context.. I was under the impression that the endpoint specified was a point at which authentication takes place for each service. | 19:59 |
copeland | not specifically where the service exists | 19:59 |
*** sushils has quit IRC | 19:59 | |
zaitcev | There was some kind of trick though... Uncommon in normal OpenStack installs, but occurs in Swift-only places: you must have Keystone endpoint (describing itself), or else swift won't authenticate. | 19:59 |
ayoung | zaitcev, yesh, buyt his error said "Endpoint for object-store" which means the endpoint for swift in this case | 20:00 |
zaitcev | oh, right | 20:00 |
*** jdob has quit IRC | 20:00 | |
*** buzztroll has joined #openstack-dev | 20:01 | |
copeland | ok, so that being said, this is completely and utterly wrong, and I should probably be embarassed to even be copying this, but for the sake of understanding: | 20:01 |
copeland | | 8ed452d4997b4b00a77367fd15e45bfa | regionOne | http://localhost:8888/v1/AUTH_%(tenant_id)s | http://localhost:8888/v1/AUTH_%(tenant_id)s | http://localhost:8888/v1 | 7563877905e840e0aec39089aeb557df | | 20:01 |
*** buzztroll has quit IRC | 20:01 | |
copeland | is the result I get from running 'keystone endpoint-list' on the keystone server itself. | 20:01 |
*** dperaza1 has joined #openstack-dev | 20:01 | |
ayoung | copeland, so one of those fields is the service id | 20:02 |
ayoung | and do keystone service list to see those | 20:02 |
zaitcev | The last one | 20:02 |
ayoung | keystone service-list | 20:02 |
copeland | yep, I see it | 20:02 |
*** michchap has quit IRC | 20:02 | |
*** topol has joined #openstack-dev | 20:02 | |
*** dubsquared has quit IRC | 20:02 | |
copeland | right, and it does match the last field pasted above, as zaitcev pointed out | 20:03 |
dperaza1 | any one else having issues with oslo jenkins on py26: https://review.openstack.org/#/c/48733/ | 20:03 |
*** freyes has joined #openstack-dev | 20:03 | |
*** buzztroll has joined #openstack-dev | 20:03 | |
zaitcev | mine is | c863814814a24b60b72467fc089f8f0a | swift | object-store | Swift Service | | 20:03 |
zaitcev | with c863814814a24b60b72467fc089f8f0a being the ID | 20:03 |
*** jdob has joined #openstack-dev | 20:03 | |
zaitcev | BTW, my RegionOne differs from your regionOne and I cannot remember if it matters | 20:04 |
dperaza1 | looks like a dependency issue: http://logs.openstack.org/33/48733/15/check/gate-oslo-incubator-python26/b0d0122/console.html | 20:04 |
*** boris-42 has quit IRC | 20:04 | |
copeland | I did notice that as well. FWIW, all of my regions are set to 'regionOne', so I'd hope that consistency is all that matters | 20:04 |
*** sarob has quit IRC | 20:06 | |
*** bauzas has joined #openstack-dev | 20:06 | |
*** herndon_ has joined #openstack-dev | 20:06 | |
copeland | so, the error itself: "Endpoint for object-store not found - have you specified a region?" doesn't necessarily imply that region isn't set, it's just stating that there's an issue with the endpoint and merely suggesting that region may not be set? | 20:06 |
zaitcev | hmm.... I'm trying to find this ServiceCatalog class for you real quick | 20:06 |
copeland | because I can clearly see that region is set for all services.. | 20:06 |
*** sarob has joined #openstack-dev | 20:06 | |
copeland | so I'm assuming it must be an issue with using 'localhost' as the endpoint? | 20:06 |
copeland | ok, thank you | 20:07 |
zaitcev | No, I'm sure it's not the issue here. | 20:07 |
*** dolphm has joined #openstack-dev | 20:08 | |
*** freyes has left #openstack-dev | 20:08 | |
zaitcev | and BTW regionOne is the correct default, according to /usr/lib/python2.7/site-packages/keystoneclient/v2_0/shell.py | 20:10 |
*** derekh has joined #openstack-dev | 20:10 | |
copeland | hm, interesting. | 20:10 |
*** dstanek has joined #openstack-dev | 20:10 | |
*** sarob has quit IRC | 20:10 | |
zaitcev | Did you try to specify it in swift arguments? I typically omit it. | 20:11 |
zaitcev | --os_region_name=regionOne | 20:11 |
*** armax has joined #openstack-dev | 20:12 | |
*** aeperezt has joined #openstack-dev | 20:12 | |
*** sarob has joined #openstack-dev | 20:12 | |
*** Abhishek_ has quit IRC | 20:12 | |
zaitcev | I'll be darned, it's case-sensitive. I just checked | 20:12 |
*** buzztroll has quit IRC | 20:12 | |
copeland | you're asking if I included "--os_region_name=regionOne" when running swift stat? | 20:12 |
zaitcev | Yes | 20:12 |
copeland | I just treid it, same result. | 20:12 |
*** irimi has quit IRC | 20:12 | |
*** buzztroll has joined #openstack-dev | 20:13 | |
*** tanisdl has joined #openstack-dev | 20:13 | |
copeland | would you like to see the line to make sure I'm not making a mistake? | 20:14 |
*** dstanek has quit IRC | 20:15 | |
*** armax has quit IRC | 20:15 | |
zaitcev | oh... so it does if self.region_name and endpoint.get('region') != self.region_name:, meaning if parameter is NOT supplied, then just grab first entry regardless of the region. | 20:15 |
*** Shaan7 has quit IRC | 20:16 | |
copeland | ah, so shouldn't matter if specified or not, if I only have one region? | 20:16 |
zaitcev | copeland: would you pastebin the console session somewhere, as raw as possible (minding any passwords), with keystone service-list, keystone endpoint-list, and swift stat? | 20:17 |
*** sarob has quit IRC | 20:17 | |
*** dstanek has joined #openstack-dev | 20:17 | |
copeland | sure, one minute. | 20:18 |
zaitcev | copeland: Not quite. If not specified in --os_region_name, then it does not matter what region is in Keystone: the lookup matches all. If it is specified, then it must match. | 20:18 |
*** dubsquared has joined #openstack-dev | 20:18 | |
*** e0ne has quit IRC | 20:19 | |
*** e0ne has joined #openstack-dev | 20:19 | |
*** e0ne has quit IRC | 20:19 | |
*** e0ne has joined #openstack-dev | 20:19 | |
*** e0ne has quit IRC | 20:20 | |
copeland | sent. | 20:20 |
*** e0ne has joined #openstack-dev | 20:21 | |
*** dubsquared has quit IRC | 20:21 | |
zaitcev | wait a moment, why is it calle "object" and not "object-store"? | 20:21 |
*** dubsquared has joined #openstack-dev | 20:21 | |
zaitcev | | 7563877905e840e0aec39089aeb557df | swift | object | Swift Object Storage | | 20:22 |
*** boris-42 has joined #openstack-dev | 20:22 | |
*** buzztrol_ has joined #openstack-dev | 20:23 | |
*** dstanek has quit IRC | 20:23 | |
*** Abhishek_ has joined #openstack-dev | 20:24 | |
*** che-arne has joined #openstack-dev | 20:24 | |
*** buzztroll has quit IRC | 20:24 | |
*** e0ne has quit IRC | 20:25 | |
*** e0ne has joined #openstack-dev | 20:25 | |
*** claytonc has joined #openstack-dev | 20:27 | |
*** e0ne has quit IRC | 20:27 | |
*** buzztroll has joined #openstack-dev | 20:27 | |
*** buzztrol_ has quit IRC | 20:28 | |
*** melwitt has joined #openstack-dev | 20:28 | |
*** jtomasek has quit IRC | 20:28 | |
*** loq_mac has joined #openstack-dev | 20:29 | |
*** dstanek has joined #openstack-dev | 20:29 | |
*** byeager has quit IRC | 20:29 | |
*** loquacities has joined #openstack-dev | 20:31 | |
*** loq_mac has quit IRC | 20:33 | |
*** buzztrol_ has joined #openstack-dev | 20:35 | |
*** buzztroll has quit IRC | 20:37 | |
*** sarob has joined #openstack-dev | 20:37 | |
*** sarob_ has joined #openstack-dev | 20:38 | |
*** sarob has quit IRC | 20:39 | |
*** sarob_ has quit IRC | 20:40 | |
*** Abhishek_ has quit IRC | 20:40 | |
*** sarob has joined #openstack-dev | 20:40 | |
*** loquacities has quit IRC | 20:42 | |
*** shinylasers has joined #openstack-dev | 20:42 | |
*** radez is now known as radez_g0n3 | 20:44 | |
*** sarob has quit IRC | 20:45 | |
*** sarob_ has joined #openstack-dev | 20:45 | |
*** derekh has quit IRC | 20:46 | |
*** otherwiseguy has joined #openstack-dev | 20:47 | |
*** sarob has joined #openstack-dev | 20:47 | |
*** sarob_ has quit IRC | 20:48 | |
*** buzztrol_ has quit IRC | 20:48 | |
ayoung | nkinder, rcrit stevemar, https://review.openstack.org/#/c/59848/ now with regex goodness | 20:49 |
*** buzztroll has joined #openstack-dev | 20:50 | |
*** dprince has quit IRC | 20:50 | |
*** vipul is now known as vipul-away | 20:51 | |
*** nelsnelson is now known as nelsnelson_away | 20:52 | |
*** litong has joined #openstack-dev | 20:53 | |
*** mrunge` is now known as mrunge | 20:54 | |
*** asselin has quit IRC | 20:55 | |
*** tdruiva has quit IRC | 20:57 | |
*** nelsnelson_away has quit IRC | 20:57 | |
*** tdruiva has joined #openstack-dev | 20:57 | |
*** buzztrol_ has joined #openstack-dev | 20:57 | |
*** markwash has joined #openstack-dev | 20:58 | |
*** buzztroll has quit IRC | 20:59 | |
*** willingc has joined #openstack-dev | 20:59 | |
*** n7165n has joined #openstack-dev | 20:59 | |
*** tanisdl has quit IRC | 20:59 | |
*** bdpayne has quit IRC | 21:00 | |
*** Alexei_987 has left #openstack-dev | 21:01 | |
*** buzztroll has joined #openstack-dev | 21:01 | |
*** e0ne has joined #openstack-dev | 21:01 | |
*** eglynn-afk is now known as eglynn | 21:01 | |
*** tdruiva has quit IRC | 21:01 | |
*** singhs has joined #openstack-dev | 21:02 | |
*** apmelton1 is now known as apmelton | 21:02 | |
*** buzztrol_ has quit IRC | 21:02 | |
stevemar | ayoung: cool, will look @ it soon | 21:02 |
*** bdpayne has joined #openstack-dev | 21:02 | |
ayoung | stevemar, its only a start | 21:02 |
stevemar | ayoung: rgr that | 21:03 |
*** litong has quit IRC | 21:03 | |
ayoung | heh, you know why we say Roger? | 21:03 |
*** Alexei_987 has joined #openstack-dev | 21:03 | |
ayoung | Cuz it used to be the Phonetic alphabet. Back in WWII time | 21:03 |
ayoung | now the Phonetic alphabet has been NATOized and it i Romeo for R | 21:03 |
ayoung | why R? Stands for Received | 21:04 |
ayoung | R is what a morse code operator would send to indicate the message had been recieved | 21:04 |
ayoung | so the ARmy just blindly copied over 'R' from morse, and says "Roger" instead of "Received" even though it is the same amount of syllables. | 21:05 |
*** bdpayne_ has joined #openstack-dev | 21:05 | |
*** SergeyLukjanov has quit IRC | 21:05 | |
ayoung | We called it "200 years of tradition, untroubled by progress." | 21:05 |
*** buzztrol_ has joined #openstack-dev | 21:05 | |
*** tanisdl has joined #openstack-dev | 21:05 | |
*** morazi has quit IRC | 21:06 | |
stevemar | ayoung, TIL the meaning behind roger. | 21:06 |
*** singhs has quit IRC | 21:06 | |
*** singhs has joined #openstack-dev | 21:07 | |
ayoung | and knowing is half the battle. THe other half is having sufficent ammunition | 21:07 |
*** buzztroll has quit IRC | 21:07 | |
*** bdpayne has quit IRC | 21:07 | |
stevemar | I knew R is Romeo (for the natoized version), didn't know it was Roger back in the day, cool cool | 21:08 |
*** litong has joined #openstack-dev | 21:08 | |
*** sandy__ has joined #openstack-dev | 21:08 | |
*** sandywalsh_ has quit IRC | 21:08 | |
*** luisbg has quit IRC | 21:09 | |
*** luisbg has joined #openstack-dev | 21:09 | |
*** luisbg has joined #openstack-dev | 21:09 | |
*** harlowja has quit IRC | 21:09 | |
*** mattymo has quit IRC | 21:09 | |
*** mattymo has joined #openstack-dev | 21:09 | |
*** harlowja has joined #openstack-dev | 21:09 | |
*** DennyZhang has quit IRC | 21:10 | |
*** buzztroll has joined #openstack-dev | 21:12 | |
*** teran has quit IRC | 21:13 | |
*** buzztrol_ has quit IRC | 21:13 | |
*** willingc has quit IRC | 21:15 | |
*** sballe has joined #openstack-dev | 21:15 | |
*** noslzzp has quit IRC | 21:15 | |
*** denis_makogon has quit IRC | 21:17 | |
*** jprovazn has quit IRC | 21:17 | |
*** teran has joined #openstack-dev | 21:17 | |
*** loq_mac has joined #openstack-dev | 21:17 | |
*** dperaza1 has left #openstack-dev | 21:18 | |
*** buzztroll has quit IRC | 21:19 | |
*** retr0h_ is now known as retr0h | 21:19 | |
*** colinmcnamara has quit IRC | 21:19 | |
*** colinmcn_ has quit IRC | 21:19 | |
*** mikeoutland has quit IRC | 21:19 | |
*** loquacities has joined #openstack-dev | 21:20 | |
*** epim has joined #openstack-dev | 21:20 | |
*** radix_ has quit IRC | 21:20 | |
*** buzztroll has joined #openstack-dev | 21:22 | |
*** loq_mac has quit IRC | 21:22 | |
*** mikeoutland has joined #openstack-dev | 21:23 | |
*** morazi has joined #openstack-dev | 21:24 | |
*** loquacities has quit IRC | 21:25 | |
*** vipul-away is now known as vipul | 21:25 | |
*** nelsnelson has joined #openstack-dev | 21:25 | |
*** Abhishek_ has joined #openstack-dev | 21:27 | |
*** sushils has joined #openstack-dev | 21:27 | |
*** jsavak has joined #openstack-dev | 21:28 | |
*** dstanek has quit IRC | 21:28 | |
*** byeager has joined #openstack-dev | 21:29 | |
*** dstanek has joined #openstack-dev | 21:29 | |
*** buzztrol_ has joined #openstack-dev | 21:30 | |
*** dstanek_afk has quit IRC | 21:30 | |
*** dkranz has quit IRC | 21:30 | |
*** buzztroll has quit IRC | 21:30 | |
*** dstanek has quit IRC | 21:30 | |
nermina | hi sarob | 21:30 |
ayoung | bknudson, dolphm we good with https://review.openstack.org/#/c/59834/1 ? I want to make sure we keep the momentum on the KVS reworking, as it is going to be in the critical path for the multiple Domains thing. | 21:31 |
ayoung | and KVS depends on ^^ | 21:32 |
*** joesavak has quit IRC | 21:32 | |
*** tonix has quit IRC | 21:32 | |
*** dstanek has joined #openstack-dev | 21:32 | |
dstanek | quit | 21:33 |
*** dstanek has quit IRC | 21:33 | |
*** Chicago has joined #openstack-dev | 21:33 | |
*** thomasem has joined #openstack-dev | 21:33 | |
*** dvarga has quit IRC | 21:33 | |
*** byeager has quit IRC | 21:34 | |
*** thomasem has quit IRC | 21:34 | |
*** thomasem has joined #openstack-dev | 21:34 | |
*** buzztrol_ has quit IRC | 21:34 | |
*** byeager has joined #openstack-dev | 21:34 | |
*** buzztroll has joined #openstack-dev | 21:36 | |
*** boden has quit IRC | 21:36 | |
*** dstanek has joined #openstack-dev | 21:36 | |
*** loq_mac has joined #openstack-dev | 21:37 | |
*** willingc has joined #openstack-dev | 21:37 | |
*** shinylasers has quit IRC | 21:38 | |
*** sarob has quit IRC | 21:39 | |
*** sarob has joined #openstack-dev | 21:39 | |
*** crobertsrh is now known as _crobertsrh | 21:41 | |
*** jasondotstar has quit IRC | 21:41 | |
*** spzala has quit IRC | 21:43 | |
*** sarob has quit IRC | 21:43 | |
*** eglynn is now known as eglynn-afk | 21:45 | |
*** dolphm has quit IRC | 21:45 | |
*** e0ne has quit IRC | 21:47 | |
*** lsmola has quit IRC | 21:47 | |
*** e0ne has joined #openstack-dev | 21:47 | |
*** colinmcnamara has joined #openstack-dev | 21:48 | |
*** colinmcn_ has joined #openstack-dev | 21:48 | |
*** bswartz has quit IRC | 21:48 | |
*** noorul has quit IRC | 21:48 | |
*** buzztroll has quit IRC | 21:49 | |
*** rongze has quit IRC | 21:49 | |
*** rudrarugge has quit IRC | 21:50 | |
*** n7165n has quit IRC | 21:50 | |
*** e0ne has quit IRC | 21:51 | |
*** Abhishek_ has quit IRC | 21:51 | |
*** Abhishek_ has joined #openstack-dev | 21:51 | |
*** kyleh_ has joined #openstack-dev | 21:53 | |
*** dubsquar_ has joined #openstack-dev | 21:53 | |
*** CaptTofu has quit IRC | 21:53 | |
*** eglynn-afk has quit IRC | 21:54 | |
*** Abhishe__ has joined #openstack-dev | 21:54 | |
*** Abhishek_ has quit IRC | 21:55 | |
*** loq_mac has quit IRC | 21:55 | |
*** loq_mac has joined #openstack-dev | 21:55 | |
*** bdpayne_ has quit IRC | 21:56 | |
*** dubsquared has quit IRC | 21:56 | |
*** alunduil has joined #openstack-dev | 21:57 | |
*** dubsquar_ has quit IRC | 21:58 | |
*** yeylon__ has quit IRC | 21:59 | |
flaper87 | sdague: ping | 21:59 |
*** drewlander has quit IRC | 22:00 | |
*** buzztroll has joined #openstack-dev | 22:00 | |
*** drewlander has joined #openstack-dev | 22:00 | |
*** byeager has quit IRC | 22:01 | |
*** loq_mac has quit IRC | 22:01 | |
*** loq_mac has joined #openstack-dev | 22:01 | |
*** harlowja has quit IRC | 22:02 | |
*** mfer has quit IRC | 22:03 | |
*** byeager has joined #openstack-dev | 22:05 | |
*** ChanServ changes topic to "OpenStack development || Support is in #openstack" | 22:05 | |
ekarlso | dtroyer_zz: you around for some devstackness ? | 22:07 |
ekarlso | http://paste.ubuntu.com/6522113/ produces a funny " = " under [DEFAULT] in my nova.conf | 22:08 |
ekarlso | or anyone else for that matter | 22:08 |
*** mfer has joined #openstack-dev | 22:08 | |
dtroyer_zz | ekarlso: looking... | 22:08 |
*** noslzzp has joined #openstack-dev | 22:10 | |
dtroyer_zz | ekarlso: is the '=' in addition to or instead of the config you specified | 22:10 |
*** dims has quit IRC | 22:10 | |
ekarlso | dtroyer_zz: let me paste that | 22:10 |
ekarlso | config | 22:10 |
*** otherwiseguy has quit IRC | 22:11 | |
bknudson | review 60000: https://review.openstack.org/#/c/60000/ | 22:11 |
*** shakayumi has quit IRC | 22:12 | |
*** vladikr has quit IRC | 22:12 | |
*** mlavalle has joined #openstack-dev | 22:12 | |
ekarlso | dtroyer_zz: http://paste.ubuntu.com/6522149/ | 22:12 |
*** bswartz has joined #openstack-dev | 22:14 | |
*** zaitcev has quit IRC | 22:15 | |
*** pabelanger has quit IRC | 22:15 | |
*** bvandenh has quit IRC | 22:16 | |
*** jdob has quit IRC | 22:16 | |
dtroyer_zz | ekarlso: any change line 77 in your config has spaces in it? | 22:17 |
dtroyer_zz | s/change/chance/ | 22:17 |
ekarlso | doesn't dtroyer_zz | 22:18 |
*** jobewan has quit IRC | 22:18 | |
*** sgordon has quit IRC | 22:18 | |
*** rongze has joined #openstack-dev | 22:19 | |
*** nkinder has quit IRC | 22:20 | |
ekarlso | dtroyer_zz: try it yourself and you'll see | 22:21 |
dtroyer_zz | ekarlso: I just did…it looks fine | 22:21 |
ekarlso | hmmmms | 22:21 |
ekarlso | let me try to spin it in a vm | 22:21 |
ekarlso | diff one | 22:22 |
dtroyer_zz | I'm looking through the log to give you something to search for... | 22:22 |
*** topol has quit IRC | 22:23 | |
*** loq_mac has quit IRC | 22:23 | |
*** drewlander has quit IRC | 22:24 | |
*** peristeri has quit IRC | 22:24 | |
dtroyer_zz | ekarlso: in stack.sh.log, skip to this line: | 22:24 |
dtroyer_zz | get_meta_section /home/dtroyer/devstack/local.conf post-config '$NOVA_CONF' | 22:24 |
dtroyer_zz | then search for the iniset commands…I'm thinking there is one that will be badly-formed. probably the last one in the nova group | 22:25 |
*** harlowja has joined #openstack-dev | 22:27 | |
*** jpomero has quit IRC | 22:27 | |
*** otherwiseguy has joined #openstack-dev | 22:27 | |
*** rongze has quit IRC | 22:28 | |
*** loq_mac has joined #openstack-dev | 22:28 | |
ekarlso | dtroyer_zz: indeed | 22:28 |
ekarlso | http://paste.ubuntu.com/6522207/ | 22:30 |
ekarlso | it's setting a empty thing :( | 22:31 |
*** morazi has quit IRC | 22:32 | |
*** gyee has quit IRC | 22:33 | |
*** glenng has quit IRC | 22:40 | |
*** loquacities has joined #openstack-dev | 22:42 | |
*** loq_mac has quit IRC | 22:42 | |
*** gmurphy_ has joined #openstack-dev | 22:43 | |
*** gmurphy_ has quit IRC | 22:44 | |
dtroyer_zz | The awk code in merge_config_file() only looks for non-empty lines to emit the iniset command. I'm re-trying with a space on the 'blank' line at the end of my NOVA_CONF section... | 22:44 |
*** willingc has quit IRC | 22:44 | |
*** gmurphy has joined #openstack-dev | 22:45 | |
dtroyer_zz | a) iniset() should exit early with empty attribute names; b) merge_config_file() shouldn't produce an empty iniset command... | 22:46 |
*** morazi has joined #openstack-dev | 22:47 | |
*** Ryan_Lane has joined #openstack-dev | 22:49 | |
*** rossella_s has joined #openstack-dev | 22:49 | |
*** nermina has quit IRC | 22:50 | |
*** sarob has joined #openstack-dev | 22:50 | |
*** loquacities has quit IRC | 22:51 | |
*** loq_mac has joined #openstack-dev | 22:51 | |
dtroyer_zz | ekarlso: ok, I duplicated it by putting a single space on the blank line... | 22:52 |
ekarlso | dtroyer_zz: so a bug ? | 22:52 |
ekarlso | ;p | 22:52 |
*** yjiang5_1 has quit IRC | 22:53 | |
*** sarob has quit IRC | 22:54 | |
*** bauzas has quit IRC | 22:55 | |
*** rongze has joined #openstack-dev | 22:55 | |
ekarlso | dtroyer_zz: able to fix ? | 22:55 |
*** dkranz has joined #openstack-dev | 22:55 | |
*** alex_klimov has quit IRC | 22:55 | |
dtroyer_zz | two bugs and for an unexpected config line…I think you can work around it by making sure the blank lines in local.conf really are empty | 22:56 |
*** loq_mac has quit IRC | 22:56 | |
ekarlso | they are dtroyer_zz ...' | 22:57 |
dtroyer_zz | ekarlso: ok…putting whitespace there was the only way I could duplicate it | 22:57 |
ekarlso | oh, actually it had a empty line :/ | 22:58 |
ekarlso | just didn't see it with vi | 22:58 |
*** rfolco_ has quit IRC | 22:58 | |
*** Ryan_Lane has quit IRC | 22:58 | |
*** bpokorny1 has quit IRC | 22:59 | |
*** rongze has quit IRC | 23:00 | |
*** burt has quit IRC | 23:00 | |
*** sarob has joined #openstack-dev | 23:00 | |
*** bauzas has joined #openstack-dev | 23:00 | |
*** nati_ueno has joined #openstack-dev | 23:01 | |
*** thomasem has quit IRC | 23:01 | |
*** noslzzp has quit IRC | 23:02 | |
*** kbringard has quit IRC | 23:03 | |
*** neelashah has quit IRC | 23:03 | |
*** noslzzp has joined #openstack-dev | 23:04 | |
*** nelsnelson is now known as nelsnelson_away | 23:04 | |
*** jecarey_ has joined #openstack-dev | 23:06 | |
*** jecarey has quit IRC | 23:07 | |
*** noslzzp has quit IRC | 23:08 | |
*** nelsnelson_away is now known as nelsnelson | 23:09 | |
*** rfolco_ has joined #openstack-dev | 23:10 | |
*** lbragstad has quit IRC | 23:11 | |
*** claytonc has quit IRC | 23:11 | |
*** lbragstad has joined #openstack-dev | 23:11 | |
*** noslzzp has joined #openstack-dev | 23:12 | |
*** SumitNaiksatam has quit IRC | 23:13 | |
*** eglynn-afk has joined #openstack-dev | 23:14 | |
*** SumitNaiksatam has joined #openstack-dev | 23:14 | |
*** jecarey_ has quit IRC | 23:15 | |
*** nkinder has joined #openstack-dev | 23:15 | |
*** SumitNaiksatam has quit IRC | 23:15 | |
*** pcm_ has quit IRC | 23:16 | |
*** tmclaugh[work] has joined #openstack-dev | 23:16 | |
*** datsun_F40PH has quit IRC | 23:16 | |
*** mfer has quit IRC | 23:16 | |
*** nelsnelson is now known as nelsnelson_away | 23:16 | |
*** ArxCruz has quit IRC | 23:17 | |
ekarlso | apmelton: or sandy__ http://pastebin.com/FWc06bTF | 23:17 |
*** nelsnelson_away is now known as nelsnelson | 23:17 | |
*** rfolco_ has quit IRC | 23:18 | |
*** nelsnelson is now known as nelsnelson_away | 23:18 | |
*** jamielennox|away is now known as jamielennox | 23:18 | |
*** nelsnelson_away is now known as nelsnelson | 23:19 | |
*** rfolco_ has joined #openstack-dev | 23:20 | |
*** vipul is now known as vipul-away | 23:21 | |
*** lbragstad has quit IRC | 23:22 | |
*** FunnyLookinHat has quit IRC | 23:23 | |
*** dubsquared has joined #openstack-dev | 23:23 | |
*** gyee has joined #openstack-dev | 23:23 | |
*** michchap has joined #openstack-dev | 23:24 | |
*** nelsnelson is now known as nelsnelson_away | 23:25 | |
*** gordc has quit IRC | 23:25 | |
*** pabelanger_ has quit IRC | 23:26 | |
*** pabelanger has joined #openstack-dev | 23:26 | |
*** lbragstad has joined #openstack-dev | 23:26 | |
*** rfolco_ has quit IRC | 23:27 | |
lifeless | mordred: is ./jenkins_jobs/openstack/common/setup.py pre-pbr ? | 23:28 |
clarkb | lifeless: yes | 23:28 |
*** nelsnelson_away is now known as nelsnelson | 23:29 | |
*** ngoracke has quit IRC | 23:29 | |
*** rossella_s has quit IRC | 23:29 | |
*** rfolco_ has joined #openstack-dev | 23:32 | |
lifeless | clarkb: so, russellb has a glitching solum job | 23:33 |
*** lbragstad has quit IRC | 23:33 | |
lifeless | clarkb: it looks like it isn't substittuting {{ to { properly in the template | 23:33 |
clarkb | lifeless: which job? | 23:34 |
lifeless | clarkb: and I was looking into the jjb code to see where param extraction and that sort of transform happens, but I'm utterly failing to find it. | 23:34 |
lifeless | clarkb: https://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml | 23:34 |
lifeless | clarkb: http://logs.openstack.org/56/59256/2/check/gate-solum-devstack-dsvm/bfe2201/console.html | 23:34 |
clarkb | oh that is beacuse it isn't a job template, I should've caught that in review... | 23:34 |
lifeless | clarkb: I've suggested putting cat $0 in before line 5 to see what is rendered into the sh script | 23:34 |
clarkb | not a JJB bug, just human error | 23:35 |
clarkb | only job-template get run through string formatting | 23:35 |
lifeless | clarkb: so, two questions: a) how does the {{ -> { stuff happen in JJB (point me at the code please) | 23:35 |
russellb | oh. and since it's not a template ... | 23:35 |
lifeless | clarkb: and b) as a reviewer what should I look for to tell job-template vs not-template apart | 23:35 |
clarkb | lifeless: http://git.openstack.org/cgit/openstack-infra/jenkins-job-builder/tree/jenkins_jobs/builder.py#n37 does the formatting, so wherever that function is called | 23:36 |
*** faramir1 has joined #openstack-dev | 23:36 | |
russellb | - job: vs - job-template: | 23:36 |
clarkb | lifeless: ^ | 23:36 |
lifeless | russellb: ack, thanks | 23:36 |
russellb | i didn't know either, just was looking at other examples .. | 23:36 |
russellb | ok, so now the failure makes perfect sense yay :) | 23:36 |
lifeless | so the swift job russellb found must have been a template too | 23:36 |
clarkb | ya the swift job is a template | 23:37 |
*** lbragstad has joined #openstack-dev | 23:37 | |
*** jsavak has quit IRC | 23:37 | |
lifeless | oh, so the {{}} is dealt with by str.format(args) in CPython guts? | 23:37 |
*** Alexei_987 has quit IRC | 23:37 | |
*** tmclaugh[work] has quit IRC | 23:37 | |
lifeless | explains why I couldn't find a parser implementation in jjb | 23:37 |
clarkb | yup | 23:38 |
clarkb | I occasionally think jinja2 or some template language would be better | 23:38 |
clarkb | but mostly so that I can put logic into the templates which is probably not a good thing | 23:38 |
*** rfolco_ has quit IRC | 23:38 | |
russellb | where you at bot | 23:39 |
nkinder | jamielennox: good morning | 23:39 |
russellb | https://review.openstack.org/#/c/60110/ | 23:39 |
jamielennox | nkinder: morning, i'm just having a look through your doc now | 23:39 |
nkinder | jamielennox: looking into addressing the comments by bknudson now as well. | 23:39 |
nkinder | jamielennox: I'm not sure about his question around the need to base64 encode the metadata objects. | 23:40 |
jamielennox | nkinder: that's what i've mostly responded to so far | 23:40 |
nkinder | jamielennox: do you know if there was a particular reason simo did that? | 23:40 |
*** cpallares has quit IRC | 23:40 | |
russellb | oh wrong channel. | 23:40 |
jamielennox | nkinder: It has to be treated specially because there is no guarantee of order with json -> python dictionaries. To make this stable then we would need to nest a JSON encoded dictionary string within a JSON document which is less that ideal. | 23:41 |
jamielennox | I'm not a fan of the base64 myself - do you have something else? | 23:41 |
jamielennox | I guess we could say that the metadata dictionary is alphabetically ordered then jsoned then the signature is computed - but that still is more trouble than simply transmitting the base64. | 23:41 |
nkinder | jamielennox: ah, ok. Does it make the HMAC easier? | 23:41 |
*** vipul-away is now known as vipul | 23:41 | |
nkinder | jamielennox: I don't have anything particular in mind yet. I was curious to know the reason first. | 23:42 |
*** Ryan_Lane has joined #openstack-dev | 23:42 | |
*** rfolco_ has joined #openstack-dev | 23:42 | |
jamielennox | yea, i asked him about that one as well - it's not a great solution because it's just base64 encoded JSON but everything else seems like a lot of fiddly work | 23:42 |
*** eglynn-afk has quit IRC | 23:43 | |
*** lbragstad has quit IRC | 23:43 | |
*** lbragstad has joined #openstack-dev | 23:44 | |
nkinder | jamielennox: as long as there's a reason, that's fine. I need to clarify the JSON in the API doc though. | 23:45 |
*** MaxV has quit IRC | 23:46 | |
nkinder | jamielennox: the metadata objects should be described, then we should show that the request/response just has "metadata" as a base64 string. | 23:46 |
*** Ryan_Lane has quit IRC | 23:46 | |
*** MaxV has joined #openstack-dev | 23:46 | |
jamielennox | hmm, bknudson is correct in that there shouldn't be Base64.encode( in the json strings but it does a really good job of showing the expected format | 23:47 |
nkinder | jamielennox: I suppose I should also replace "serialized" with "based64 encoded" in the doc to be more clear. | 23:47 |
dtroyer_zz | ekarlso: ok, try this out: https://review.openstack.org/#/c/60112/ I'm off to dinner now… | 23:47 |
bknudson | jamielennox: nkinder: Could define a canonical JSON formatting. (order of keys, whitespace) | 23:47 |
bknudson | "normalized" | 23:47 |
*** eglynn-afk has joined #openstack-dev | 23:47 | |
*** salv-orlando has quit IRC | 23:49 | |
*** yamahata_ has joined #openstack-dev | 23:50 | |
*** mrodden has quit IRC | 23:50 | |
jamielennox | bknudson: maybe - but with all the crypto that is happening it is a really easy thing to break leading to a really difficult thing to figure out | 23:50 |
*** MaxV has quit IRC | 23:51 | |
*** bdpayne has joined #openstack-dev | 23:51 | |
bknudson | jamielennox: ok, I agree with the reason to go with JSON. | 23:51 |
bknudson | but don't need to base-64 encode it. | 23:51 |
bknudson | could just be JSON in a JSON string. | 23:52 |
*** thedodd has quit IRC | 23:52 | |
*** mriedem has quit IRC | 23:52 | |
jamielennox | bknudson: doesn't that lead to JSON doing a whole bunch of escaping? | 23:52 |
bknudson | jamielennox: JSON handles escaping just fine. | 23:52 |
*** eglynn-afk has quit IRC | 23:52 | |
*** jasdeepH has joined #openstack-dev | 23:54 | |
*** loq_mac has joined #openstack-dev | 23:54 | |
ekarlso | BobBall: around ? | 23:54 |
*** lbragstad1 has joined #openstack-dev | 23:55 | |
*** lbragstad has quit IRC | 23:55 | |
*** byeager has quit IRC | 23:55 | |
jamielennox | bknudson, nkinder: ok i can't immediately think of anything that that will break | 23:56 |
nkinder | bknudson: I have addressed most of your other comments, so I should be able to get another update out once we get the base64 thing worked out. | 23:56 |
*** giulivo has quit IRC | 23:56 | |
*** rongze has joined #openstack-dev | 23:56 | |
nkinder | jamielennox: did the 201 response code make sense to you for the 2 POST requests (get a ticket, create a group)? | 23:57 |
*** rraja has quit IRC | 23:57 | |
jamielennox | nkinder: i'm ok with 201 for create a group, not sure about get a ticket | 23:58 |
nkinder | jamielennox: the ticket one seems a bit odd. I think of it as getting a ticket, not creating a resource. | 23:59 |
jamielennox | as bknudson said we may need a resource URL in the group create - because the group is something that will exist | 23:59 |
jamielennox | the ticket is not something that you can ever reference, it is just something that you get | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!