Thursday, 2013-10-31

*** angdraug has quit IRC00:02
*** satroutr has joined #openstack-dev00:02
*** yamahata has joined #openstack-dev00:03
*** SumitNaiksatam has quit IRC00:05
*** dims has quit IRC00:07
*** satroutr has quit IRC00:07
*** achampion has joined #openstack-dev00:08
*** thingee is now known as thingee_zzz00:11
*** jorisroovers has quit IRC00:14
*** nachi1 has joined #openstack-dev00:14
reedrussellb, draft blog post for the discussion about blueprints. Please check that I have not subverted completely your suggestions https://etherpad.openstack.org/p/t5sXSuEGU900:14
bknudsonmorganfainberg: https://review.openstack.org/#/c/51688/00:22
morganfainbergbknudson, ah nice. i'll take a gander in a few minutes.00:22
morganfainbergbknudson, that will be super nice to have in00:23
*** sarob has quit IRC00:23
bknudsonmorganfainberg: I was looking at some refactoring and this would be great to have.00:24
bknudsonunfortunately, -1.00:24
*** sarob has joined #openstack-dev00:24
morganfainbergbknudson, totally agree, i already see some -1's .00:24
morganfainbergbknudson, i bet you're hitting the same ones i'm seeing ;)00:24
*** vkmc has joined #openstack-dev00:26
*** vkmc has quit IRC00:26
*** vkmc has joined #openstack-dev00:26
jamielennoxmorganfainberg: what's happening here: https://review.openstack.org/#/c/53964/3/keystone/tests/test_cache.py  ?00:28
morganfainbergjamielennox, if the test_overrides has caching globally set to False, that test fails.00:28
morganfainbergjamielennox, it is directly testing the cache layer and shouldn't care about the test_overrides00:28
*** sarob has quit IRC00:28
jamielennoxso why isn't it a candidate for skip_if_cache_disabled?00:28
morganfainbergjamielennox, because it tests the generated method for SHOULD_CACHE00:29
morganfainbergjamielennox, not testing something that is cached00:29
*** singhs has quit IRC00:29
*** matsuhashi has joined #openstack-dev00:29
jamielennoxmorganfainberg: fair enough00:30
jamielennoxCONF is regenerated for each test isn't it00:30
morganfainbergjamielennox, think of test_cache as the same thing as test_backend_memcache.  if you disable memcache test_backend_memcache shouldn't be skipped (sorta decent example)00:30
jamielennoxyea, i'm sure it is00:30
morganfainbergjamielennox, it should be.  otherwise a lot of other things would be broken00:30
jamielennoxyep00:30
morganfainbergi've also earmarked the skip ipv6 thing to switch to a decorator.00:31
jamielennoxany reason to use setattr there?00:31
*** rongze has joined #openstack-dev00:31
jamielennoxwhat's wrong with jsut CONF.cache.enabled = True?00:31
morganfainbergjamielennox, hrm.  well at least with the 'caching' attribute, it doens't exist before that method.  i guess you could do conf.cache.enabled = True.00:32
*** novas0x2a|laptop has quit IRC00:32
bknudsonmorganfainberg: posted my comments on https://review.openstack.org/#/c/51688/ -- we can compare.00:32
morganfainbergbknudson, i'll look at yours, once i get mine published.00:33
morganfainbergbknudson, still looking at it.00:33
jamielennoxor better i guess would be self.opt_in_group('cache', enabled=True, caching=False)00:33
*** fifieldt_ has joined #openstack-dev00:35
*** rongze has quit IRC00:37
jamielennoxbknudson: if you get a chance can you have a look at the updated discovery patch00:37
morganfainbergbknudson, we want to have all controllers explicity define their "requirements"? or is the inheritance sufficient?  (looking at your comment on line 24 https://review.openstack.org/#/c/51688/6/keystone/contrib/endpoint_filter/controllers.py), v3controller inherits from v2, and v2controller has the decorator for assignment_api on it00:37
bknudsonmorganfainberg: I don't think inheritance is sufficient.00:37
*** joesavak has joined #openstack-dev00:37
bknudsonif it's used directly it should explicitly have requirement00:38
bknudsonI realize we're not consistent in this and could clean up.00:38
morganfainbergbknudson, i'm fine with that take on it, i like things being explicit, but we rely on inheritance in a lot of places.  so something to earmark for a cleanup patch00:38
jamielennoxbknudson: i was thinking pretty much the same thing as your outline. I have left a few things out that i don't think we need to expose straight away, i've also reused the factory object concept, i have a scenario where i think it will be useful, but i'm not sure because you should be instatiating clients from the discovery object that should be able to take care of that for you00:39
morganfainberghonestly, i'd rather yank the decorator off the controllers themselves.00:39
bknudsonjamielennox: ok, this should be interesting!00:39
jamielennoxbknudson: the discovery object is a good idea - but if i'd just kept my mouth shut it would have been merged by now00:40
bknudsonjamielennox: the part that I had a question about, and what I had in my design, was that the application is written against a specific version.00:40
bknudsonthe application doesn't interface directly with the keystone rest api,00:41
bknudsonit's using the keystone python api00:41
jamielennoxbknudson: right but that is a requirements.txt issue00:41
*** krotscheck has quit IRC00:41
bknudsonwhich it's either going to be written to work with the v3 client or the v2 client (or v4 client)00:41
*** vuil has quit IRC00:41
bknudsonyou can't put in requirements.txt that this application only supports v3.00:41
bknudsonor that it requires the server to support v3 and v2 isn't enough.00:42
jamielennoxno, but that should be handled by get_client(version=(3,0))00:42
jamielennoxor create_client i think i called it00:43
jamielennoxwhether the keystoneclient has support for v4 or v2 when we deprecate it will be a requirements.txt issue, everything else can be handled by available_versions or by providing a minimum to create_client00:44
*** SumitNaiksatam has joined #openstack-dev00:46
*** SumitNaiksatam has quit IRC00:47
*** dims has joined #openstack-dev00:49
*** SumitNaiksatam has joined #openstack-dev00:49
*** xarses has quit IRC00:49
*** quade has quit IRC00:55
*** ykhodork has quit IRC00:56
*** dsantos_ has quit IRC00:57
*** tellesnobrega has quit IRC00:57
*** tellesnobrega has joined #openstack-dev00:58
*** fandikurnia01 has quit IRC00:59
*** dsantos_ has joined #openstack-dev01:00
*** galstrom_zzz is now known as galstrom01:01
*** glenng has quit IRC01:01
*** reed has quit IRC01:02
*** nosnos has joined #openstack-dev01:05
*** joesavak has quit IRC01:05
*** nermina has quit IRC01:06
*** matsuhashi has quit IRC01:11
*** stevemar has joined #openstack-dev01:12
*** matsuhashi has joined #openstack-dev01:12
*** buzztroll has quit IRC01:15
*** xchu has joined #openstack-dev01:15
*** kui has joined #openstack-dev01:15
*** buzztroll has joined #openstack-dev01:15
*** mikeoutland has joined #openstack-dev01:17
*** nermina has joined #openstack-dev01:17
*** vkmc has quit IRC01:17
*** vkmc has joined #openstack-dev01:18
*** buzztroll has quit IRC01:19
morganfainbergjamielennox, ping01:20
jamielennoxmorganfainberg: yup01:20
morganfainbergjamielennox, just commented on your comment of https://review.openstack.org/#/c/54652/ figured i'd hit you up so we can be in agreement ;)01:20
morganfainbergjamielennox, easier to do in-real time (ish) yanno01:21
jamielennoxyep01:21
morganfainbergplease tell me if i'm being a bit insane.  i'm content to be told that :)01:21
*** mikeoutland has quit IRC01:21
*** mikeoutland has joined #openstack-dev01:22
jamielennoxyes we may as well bring in all of fixtures/ the only reason i wasn't sure is that fixtures/lockutils.py has a dep on openstack.common.lockutils01:22
morganfainberghence why i proposed the alternative, only pull in what we are really using01:23
jamielennoxwhich has: from openstack.common import fileutils01:23
jamielennoxfrom openstack.common.gettextutils import _  # noqa01:23
jamielennoxfrom openstack.common import local01:23
jamielennoxfrom openstack.common import log as logging01:23
jamielennoxoops, shouldn't have pasted that01:23
*** twoputt has quit IRC01:23
morganfainbergjamielennox, lol01:23
morganfainbergjamielennox, at least it was only a couple lines...01:23
*** mikeoutland has quit IRC01:23
*** mikeoutland has joined #openstack-dev01:24
jamielennoxanyway, i'd like to bring in all of fixtures but i'm not sure how big the oslo sync would be for it01:24
*** kui has quit IRC01:24
*** vladikr has quit IRC01:24
morganfainbergi think it's about 7-8 files total01:24
*** twoputt_ has quit IRC01:24
morganfainbergthat were updated according to dstanek01:24
jamielennoxand i don't think you can do a negative (all of fixtures except lockutils)01:24
*** anderstj has quit IRC01:24
morganfainbergno i'd say we either only grab what we are using moxstub _or_ everything and deal with the fallout01:25
bknudsonwe could probably use lockutils to get parallel testing working.01:25
morganfainbergbknudson, ++01:25
*** glenng has joined #openstack-dev01:25
*** Artpicre has quit IRC01:25
morganfainbergi prefer to do the full fixtures if we were to pick one.  but it might require some extra massaging01:25
jamielennoxbknudson: it's not working?01:26
*** colinmcnamara has quit IRC01:26
bknudsonjamielennox: parallel testing in keystone doesn't work01:26
*** mikeoutland has quit IRC01:26
jamielennoxmorganfainberg: i'd say take it all01:26
bknudsonchecks out keystoneclient01:26
morganfainbergjamielennox, no, we cannot paralell test due to how we use our db (sqlite) and the keystoneclient.01:26
bknudsoncreates database01:26
*** nermina has quit IRC01:26
bknudsoncreates certificates?01:26
morganfainbergthat too01:26
*** anderstj has joined #openstack-dev01:26
jamielennoxclient shouldn't be an issue,01:26
morganfainbergbut certs _could_ be fixed more easily than the other two01:27
morganfainbergjamielennox it's the checkout that is the issue01:27
*** glenng1 has joined #openstack-dev01:27
jamielennoxcan't we simply create a new random named db per runner for the other?01:27
morganfainbergjamielennox, likely, but we haven't done it yet.01:27
*** xarses has joined #openstack-dev01:27
jamielennoxi don't *think* certificates is an issue01:28
*** mrda has quit IRC01:28
morganfainbergjamielennox, iirc certificate generation is not threadsafe/parallel safe with the cert repo mechanism (default)01:28
morganfainbergit uses explicit incrementing ids and would c ause colissions01:28
morganfainbergit's one of those "do this once before anything else..."01:29
morganfainbergand we'd be fine01:29
jamielennoxis there anyway to do like process runner affinity in testr - that's the cheap way out01:29
lifelessyes01:29
lifelesstempest does that01:29
lifelessyou define a grouping regex in .testr.conf01:29
morganfainbergjamielennox, i think just making a tmpdir for storing things per runner would _mostly_ solve the issues.01:29
morganfainberglifeless, ah. nice.01:29
lifelessbut it is better to just make the tests concurrency safe if you can01:30
* morganfainberg takes notes.01:30
lifelesse.g. unique working directories per test01:30
morganfainberglifeless, or per runner?01:30
lifelesswhich there are Fixtures to help you with01:30
*** glenng has quit IRC01:30
lifelessmorganfainberg: test01:30
morganfainberglifeless, ok01:30
bknudsonwe can't check out the keystoneclient for every test!01:30
jamielennoxlifeless: always but for at least the client checkout even with a fixture we would need to be careful with that01:30
morganfainbergthat was the only exception i was going to raise01:31
jamielennoxbknudson: we don't need to01:31
morganfainbergbknudson, ++01:31
clarkbbknudson: you shouldn't check out keystone client at all...01:31
clarkbbut I think we lost that battle long ago01:31
jamielennoxclarkb: ++01:31
bknudsonwhere are we going to get keystoneclient from?01:31
morganfainbergclarkb, don't we have a discussion pending to get that kind of testing into tempest?01:31
clarkbmorganfainberg: maybe?01:31
clarkbbknudson: you just don't01:31
clarkbbknudson: it is the wrong place for those tests to live01:31
lifelessbknudson: unit tests shouldn't be checking out code anyway01:31
clarkband cause problems01:31
jamielennoxbknudson: each client is checked out into a folder per version - all we need to ensure is that the checkout happens prior to those particular tests running01:31
lifelesswhats this 'checkout the client' thing all about ?01:31
morganfainberglifeless, it verifies client versions against the api(s)01:32
*** sdake has joined #openstack-dev01:32
morganfainberglifeless, bitrot type tests. done as unit tests01:32
morganfainbergmakes sure we don't break compat. (master vs released client, etc)01:32
lifelessmorganfainberg: so +1 on those tests existing, but surely they are integration tests -> tempest.01:32
morganfainberglifeless, i would agree.01:33
lifelessif you say but01:33
lifelessI will laugh01:33
bknudsonlifeless: https://github.com/openstack/keystone/blob/master/keystone/tests/core.py#L10301:33
bknudsonhttps://github.com/openstack/keystone/blob/master/keystone/tests/test_keystoneclient.py#L5301:33
*** rongze has joined #openstack-dev01:33
lifelessanyhow, testresources to get the client checked out; that will maintain state for you across tests in one runner01:33
lifelessadd a unique working dir for data storage for certs etc per test01:34
lifelessshould be fine01:34
morganfainberglifeless, that seems like the lowest barrier to entry. then, work on getting it into tempest (or wherever it is _really_ suppoed to live)01:34
morganfainbergafter we get parallel tests working01:35
jamielennoxfrom memory there is none of this sort of testing happening within tempest at the moment though01:35
*** galstrom is now known as galstrom_zzz01:35
*** vladikr has joined #openstack-dev01:36
bknudsonwe only have the one keystoneclient test proposed.01:36
bknudsonand that was auto-abandoned01:36
jamielennoxayoung and i tried at one point to look into moving it, and there is no backward client version testing01:36
jamielennoxmost people told us we just shouldn't be testing that sort of thing01:36
jamielennoxi was hoping this is at least part of what the keystoneclient & tempest session was about at summit01:37
morganfainbergjamielennox, i fully disagree with that sentiment.  (not testing it)01:37
bknudsonI think these tests are great.01:37
*** rongze has quit IRC01:37
bknudsonif we want to maintain backwards compatibility then need to test for it.01:37
morganfainbergi would be disappointed to see them removed.01:37
*** danwent has quit IRC01:37
morganfainbergbknudson, absolutely01:38
bknudson(like if we need to do anything need to test for it)01:38
bknudsonunfortunately, the testing is in the server and not in the "client"01:38
bknudsonso we can merge things and wind up breaking keystone unit tests.01:38
jamielennoxhonestly i'm kind of ambivalent, if the API is correct then it should work amongst different versions of the client, but we have them and we shouldn't loose them01:38
jamielennoxbknudson: it shouldn't live in the client01:39
lifelessso for N-version testing01:39
lifelessI'd suggest doing it as N tempest runs01:39
*** bpokorny has joined #openstack-dev01:39
morganfainbergjamielennox, honestly, my stance is to merrily -2 things that don't propose an alternative and remove the tests.01:39
morganfainbergcurrently (at least)01:39
lifelessrunning e.g. released nova-client + keystone-client etc etc against the commit being testing01:39
morganfainberglifeless, that makes too much sense ;).01:40
clarkbI am not arguing that the tests shouldn't exist. fwiw. I am arguing that the unitests are the wrong place :) unittests shuold be well unittest01:40
lifelessunittests should not test across unit borders01:40
bknudsoncould probably have n-2 tests.01:40
morganfainbergclarkb, i really want to see them treated as integration tests. not unit tests.01:40
jamielennoxlifeless: that's the other problem though we've got tests there for keystoneclient 0.11, which is over a year ago and so will fail the requirements of any modern novaclient etc01:40
clarkbmorganfainberg: ++01:40
morganfainbergclarkb, but until we have that structure in....01:41
lifelessjamielennox: I don't understand the problem.01:41
clarkbya01:41
clarkbbetter to have something01:41
lifelessjamielennox: I'm not suggesting wind back just keystoneclinent, I'm suggesting a tempest run where all the client libs are wound back to some point in time.01:41
jamielennoxlifeless: that sounds like a cross-project solution - i always like those more01:41
lifelessjamielennox: surely if all the releases were contemperaneous they should be co-installable ?01:42
bknudsonthe versions we test in keystone are master, 0.1.1  and essex-301:42
lifelessjamielennox: so we'd be testing <new commit in some branch> with client libs that are forced old; and we wouldn't do that for new releases of client libs (naturally!)01:42
lifelessbut we might want to do the inverse: a tempest run with H, running tip client libs, for instance.01:43
bknudsonsurprisingly, I haven't seen them fail, so changes are generally compatible.01:43
bknudsonalso, note that our keystoneclient tests are really mostly testing server function.01:44
bknudsonkeystoneclient was a handy way to test controllers01:44
morganfainbergbknudson, still is.  but ... not as relevant as tempest improves.01:44
bknudsonv3 uses webtest01:44
morganfainbergand thart01:44
morganfainbergthat*01:44
jamielennoxanyway, something to talk about with the tempest folks01:45
bknudsonso we'd want to get webtest for v201:45
bknudsonand transfer as many of our tests as we can to v201:45
jamielennoxthe point for now is that if we can do runner afinity then we can paralize tests01:45
morganfainbergi think there is a tempest / infra / keystone session01:45
bknudsontransfer our keystoneclient server tests to webtest01:45
morganfainbergat the summit.01:45
bknudsonthen the keystoneclient tests can be just tests for keystoneclient function / compatibility01:45
jamielennoxbknudson: i agree with that, tests should not be accessing the controllers directly01:45
*** buzztroll has joined #openstack-dev01:46
*** mrda has joined #openstack-dev01:46
*** mriedem has joined #openstack-dev01:47
lifelesshttp://testrepository.readthedocs.org/en/latest/MANUAL.html#grouping-tests01:47
lifelessjamielennox: morganfainberg: ^01:47
*** fandikurnia01 has joined #openstack-dev01:47
morganfainberglifeless, thanks!01:48
bknudsonlifeless: where's the fixtures?01:48
*** achampio1 has joined #openstack-dev01:48
*** achampion has quit IRC01:49
bknudsonhttps://pypi.python.org/pypi/testresources ?01:49
bknudson"sample working trees for VCS systems, reference databases"01:50
bknudsonsounds familiar01:50
jamielennoxlifeless: so that is a regex for the entire suite though, if we specified simply like ^tests.keystoneclient.* - everything that doesn't match gets the standard treatment?01:50
lifelessjamielennox: right01:50
*** melwitt has quit IRC01:50
lifelessjamielennox: the way it works is that the value of the match is used to build a group - all tests in the same group run on the same backend01:51
jamielennoxso does ^tests.keystoneclient.*|^test.keystone.db.* mean that client will be grouped with the db tests or that client tests are grouped and db tests are goruped?01:51
lifelessjamielennox: things with no match are distributed to minimise test run time as usual.01:51
*** buzztroll has quit IRC01:51
*** buzztroll has joined #openstack-dev01:51
lifelessthat would not do what you want because each test would be fully matched and you'll get groups of 101:52
*** vkmc has quit IRC01:52
lifelessthe sample regex - ([^\.]+\.)+ givena test like foo.bar.quux.method01:53
*** alop has joined #openstack-dev01:54
lifeless>>> re.match('([^\.]+\.)+', 'foo.bar.quux.method').groups()01:54
lifeless('quux.',)01:54
lifelessso quux. becomes the group key01:54
*** bingbu has joined #openstack-dev01:54
jamielennoxok, so it will just mean messing around with the regexp for a bit to get it right01:55
*** buzztroll has quit IRC01:55
lifelessyarp01:55
jamielennoxthanks for that01:56
bknudsonI think we'll have 90% of the tests in a group... a lot use the db.01:56
*** fandikurnia01 has quit IRC01:57
jamielennoxbknudson: but the db gets deleted and then regenerated for every test in that group, if we go the temp folder method it will be fine01:57
*** bknudson has left #openstack-dev01:57
*** CaptTofu has quit IRC01:57
clarkbjamielennox: that is basically what nova does but it does it all in memory01:57
*** fandikurnia01 has joined #openstack-dev01:58
clarkband iirc it loads a premigrated DB from disk into memory so you don't have to migrate for each tet01:58
*** CaptTofu has joined #openstack-dev01:58
*** coolsvap has quit IRC01:58
lifelessjamielennox: possibly i'll need to improve the grouping code for you01:59
lifelessjamielennox: but I hope not01:59
morganfainbergclarkb, i think we use a "pristine" db and don't migrate each test.01:59
morganfainbergbut i'd need to 2x check01:59
jamielennoxclarkb: unfortunately  there are some tests that we can't do without a disk db, from memory it's something to do with running the migrations then having the cursor closed before we can do checks on it02:00
*** CaptTofu has quit IRC02:00
jamielennoxmost of them are in memory though02:00
lifelessjamielennox:02:00
lifeless>>> re.search('\.(keystone)(?:client\.|\.db\.)', 'tests.keystone.db.foo.bar').groups()02:00
*** CaptTofu has joined #openstack-dev02:00
lifeless('keystone',)02:00
lifelessthat looks like it will do what you want02:00
lifeless>>> re.search('\.(keystone)(?:client\.|\.db\.)', 'tests.keystoneclient.db.foo.bar').groups()02:00
lifeless('keystone',)02:00
lifeless>>> re.search('\.(keystone)(?:client\.|\.db\.)', 'tests.keystone.bar').groups()02:00
lifelessTraceback (most recent call last):02:01
lifeless  File "<stdin>", line 1, in <module>02:01
lifelessno match -> as desired02:01
lifelessAttributeError: 'NoneType' object has no attribute 'groups'02:01
*** lnxnut_ has joined #openstack-dev02:01
*** lnxnut has quit IRC02:01
morganfainberglifeless, that looks about right02:01
jamielennoxlifeless: the names are a bit more complicated but we can go from there02:02
lifelessI'm happy to add improvements to testr02:02
lifelesslet me know if it is all too hard02:02
jamielennoxi was just looking to see if i could essentially pick one or two classes by name and group them, so it's figuring out the regexp02:03
morganfainbergjamielennox, if you need/want a second pair of eyes on any regexs let me know.  happy to help02:03
*** lnxnut_ has quit IRC02:03
morganfainbergjamielennox, if you're taking this on that is.02:04
*** rongze has joined #openstack-dev02:04
jamielennoxi was just thinking about 15 minutes ago i didn't realize we had a problem, now i think i have volunteered to fix it :)02:04
*** adalbas has joined #openstack-dev02:04
*** erkules_ has joined #openstack-dev02:04
morganfainbergjamielennox, lol, if you don't want to i'll stick it on my pile to look at before hopping on the plane (i expect to be working on KVS refactor on the plane)02:05
*** erkules has quit IRC02:07
*** changbl has quit IRC02:11
*** rongze has quit IRC02:11
*** changbl has joined #openstack-dev02:12
*** singhs has joined #openstack-dev02:13
*** sdake has quit IRC02:13
*** changbl has quit IRC02:13
*** lbragstad has joined #openstack-dev02:19
*** mriedem has quit IRC02:20
*** thingee_zzz is now known as thingee02:22
*** rongze has joined #openstack-dev02:24
*** sarob has joined #openstack-dev02:25
*** mriedem has joined #openstack-dev02:28
*** michchap has joined #openstack-dev02:29
*** changbl has joined #openstack-dev02:30
*** galstrom_zzz is now known as galstrom02:32
*** mriedem has quit IRC02:35
*** CaptTofu has quit IRC02:36
*** CaptTofu has joined #openstack-dev02:37
*** dims has quit IRC02:41
*** colinmcnamara has joined #openstack-dev02:42
*** paragan has joined #openstack-dev02:43
*** paragan has joined #openstack-dev02:43
*** mikeoutland has joined #openstack-dev02:50
*** buzztroll has joined #openstack-dev02:51
*** pablosan has joined #openstack-dev02:51
*** buzztroll has quit IRC02:56
*** dims has joined #openstack-dev02:56
*** mikeoutland has quit IRC03:00
*** mlavalle has joined #openstack-dev03:04
*** mikeoutland has joined #openstack-dev03:09
*** singhs has quit IRC03:09
*** luisg has quit IRC03:11
*** herndon has joined #openstack-dev03:11
*** luisg has joined #openstack-dev03:11
*** sthaha has joined #openstack-dev03:21
*** enmand has quit IRC03:25
*** tanisdl has quit IRC03:26
*** jecarey has joined #openstack-dev03:29
*** herndon has quit IRC03:30
*** achampio1 is now known as achampion03:31
*** guohliu has joined #openstack-dev03:31
*** glenng1 has quit IRC03:32
*** singhs has joined #openstack-dev03:33
*** sarob has quit IRC03:36
*** sarob has joined #openstack-dev03:36
*** sarob has quit IRC03:41
*** tonyha has joined #openstack-dev03:41
*** souvik1 has joined #openstack-dev03:42
*** mihgen has joined #openstack-dev03:43
*** vipul is now known as vipul-away03:45
*** mrda has quit IRC03:46
*** neelashah has joined #openstack-dev03:47
*** changbl has quit IRC03:47
*** changbl has joined #openstack-dev03:48
*** souvik2 has joined #openstack-dev03:49
*** retr0h has quit IRC03:50
*** retr0h has joined #openstack-dev03:51
*** souvik1 has quit IRC03:51
*** buzztroll has joined #openstack-dev03:51
*** danwent has joined #openstack-dev03:51
*** mrda has joined #openstack-dev03:52
*** changbl has quit IRC03:54
*** changbl has joined #openstack-dev03:54
*** dims has quit IRC03:56
*** nati_ueno has joined #openstack-dev03:56
*** buzztroll has quit IRC03:56
*** vuil has joined #openstack-dev03:56
*** amcrn has quit IRC03:56
*** souvik2 has quit IRC03:58
*** dstanek has joined #openstack-dev03:59
*** prekarat has joined #openstack-dev04:00
*** aditirav has joined #openstack-dev04:00
*** pmathews has joined #openstack-dev04:01
*** fifieldt_ has quit IRC04:02
*** fifieldt has joined #openstack-dev04:02
*** sarob has joined #openstack-dev04:03
*** changbl has quit IRC04:03
*** MaxV has joined #openstack-dev04:03
*** changbl has joined #openstack-dev04:03
*** changbl has quit IRC04:04
*** sumanthns has joined #openstack-dev04:05
*** changbl has joined #openstack-dev04:05
*** sarob has quit IRC04:05
*** sarob has joined #openstack-dev04:05
*** lbragstad has quit IRC04:07
*** sarob has quit IRC04:10
*** carl_baldwin has joined #openstack-dev04:12
*** matsuhashi has quit IRC04:12
*** jecarey has quit IRC04:12
*** matsuhashi has joined #openstack-dev04:13
*** pmathews has quit IRC04:16
*** matsuhashi has quit IRC04:17
*** nosnos has quit IRC04:17
*** nosnos_ has joined #openstack-dev04:17
*** sumanthns has quit IRC04:20
*** nosnos_ has quit IRC04:22
*** nosnos has joined #openstack-dev04:23
*** aditirav_ has joined #openstack-dev04:24
*** Mandell has quit IRC04:24
*** carl_baldwin has quit IRC04:26
*** nosnos has quit IRC04:26
*** fungi has quit IRC04:26
*** aditirav has quit IRC04:26
*** aditirav_ is now known as aditirav04:26
*** nosnos has joined #openstack-dev04:29
*** ykhodork has joined #openstack-dev04:29
*** fungi has joined #openstack-dev04:33
*** nosnos_ has joined #openstack-dev04:33
*** zaitcev has quit IRC04:34
*** thingee is now known as thingee_zzz04:35
*** cdub_ has quit IRC04:36
*** sumanth has joined #openstack-dev04:36
*** nosnos has quit IRC04:37
*** rongze has quit IRC04:39
*** aeperezt has quit IRC04:40
*** souvik1 has joined #openstack-dev04:42
*** colinmcnamara has quit IRC04:43
*** colinmcnamara has joined #openstack-dev04:44
*** colinmcnamara has quit IRC04:48
*** aditirav has quit IRC04:49
*** aditirav has joined #openstack-dev04:49
*** buzztroll has joined #openstack-dev04:51
*** mikeoutland has quit IRC04:53
*** aditirav_ has joined #openstack-dev04:53
*** galstrom is now known as galstrom_zzz04:55
*** MaxV has quit IRC04:55
*** buzztroll has quit IRC04:56
*** aditirav has quit IRC04:57
*** aditirav_ is now known as aditirav04:57
*** sdake has joined #openstack-dev04:59
*** neelashah has quit IRC05:00
*** matsuhashi has joined #openstack-dev05:04
*** aditirav has quit IRC05:04
*** aditirav has joined #openstack-dev05:04
*** jamespage has quit IRC05:05
*** nachi1 has quit IRC05:09
*** rongze has joined #openstack-dev05:10
*** MaxV has joined #openstack-dev05:11
*** HenryG has quit IRC05:13
*** dstanek has quit IRC05:13
*** xingchao has joined #openstack-dev05:15
*** sarob has joined #openstack-dev05:16
*** sarob_ has joined #openstack-dev05:18
*** rongze has quit IRC05:19
*** jayahn has joined #openstack-dev05:19
*** sarob has quit IRC05:21
*** topol has joined #openstack-dev05:25
*** souvik1 has quit IRC05:25
*** jayahn has quit IRC05:26
*** nosnos_ has quit IRC05:28
*** nosnos has joined #openstack-dev05:28
*** ykhodork has quit IRC05:29
*** anniec has joined #openstack-dev05:30
*** anniec has quit IRC05:31
*** chandankumar has quit IRC05:35
*** nshaikh has joined #openstack-dev05:35
*** buzztroll has joined #openstack-dev05:36
*** yamahata has quit IRC05:37
*** Anticimex has quit IRC05:38
*** Anticimex has joined #openstack-dev05:38
*** anniec has joined #openstack-dev05:39
*** anniec has left #openstack-dev05:39
*** chandankumar has joined #openstack-dev05:39
*** doron_afk has quit IRC05:40
*** pablosan has quit IRC05:44
*** comay has quit IRC05:47
*** kushal has joined #openstack-dev05:48
*** MaxV has quit IRC05:50
*** changbl has quit IRC05:51
*** SergeyLukjanov has joined #openstack-dev05:53
*** gongysh has joined #openstack-dev05:53
*** yeylon__ has joined #openstack-dev05:55
*** Daisy has joined #openstack-dev05:55
*** anniec_ has joined #openstack-dev05:55
*** cfriesen has quit IRC05:56
*** satroutr has joined #openstack-dev06:00
*** satroutr has quit IRC06:00
*** nosnos_ has joined #openstack-dev06:06
*** ArcTanSusan has joined #openstack-dev06:06
*** djinni has quit IRC06:07
*** nosnos has quit IRC06:08
*** SergeyLukjanov has quit IRC06:08
*** sdague has quit IRC06:08
*** jeremyb has quit IRC06:09
*** michchap has quit IRC06:10
*** jorisroovers has joined #openstack-dev06:11
*** rongze has joined #openstack-dev06:12
*** sarob_ has quit IRC06:12
*** sarob has joined #openstack-dev06:12
*** michchap has joined #openstack-dev06:13
*** sdague has joined #openstack-dev06:13
*** michchap has quit IRC06:13
*** djinni has joined #openstack-dev06:14
*** michchap has joined #openstack-dev06:14
*** ljjjustin has joined #openstack-dev06:14
*** jorisroovers has quit IRC06:15
*** jeremyb has joined #openstack-dev06:15
*** rongze has quit IRC06:15
*** SergeyLukjanov has joined #openstack-dev06:16
*** sarob has quit IRC06:17
*** rongze has joined #openstack-dev06:17
*** MaxV has joined #openstack-dev06:18
*** buzztroll has quit IRC06:20
*** marun has joined #openstack-dev06:20
*** buzztroll has joined #openstack-dev06:20
*** rushiagr has joined #openstack-dev06:21
*** jeremyb has quit IRC06:23
*** jeremyb has joined #openstack-dev06:23
*** marun_ has joined #openstack-dev06:25
*** nplanel has quit IRC06:25
*** buzztroll has quit IRC06:25
*** marun has quit IRC06:25
*** marun_ is now known as marun06:25
*** rushiagr has quit IRC06:26
*** denis_makogon has joined #openstack-dev06:27
*** singhs has quit IRC06:27
*** rushiagr has joined #openstack-dev06:30
*** egallen has quit IRC06:31
*** singhs has joined #openstack-dev06:32
*** martyntaylor has joined #openstack-dev06:33
*** aditirav_ has joined #openstack-dev06:34
*** buzztroll has joined #openstack-dev06:36
*** sushils has quit IRC06:37
*** anujdeshpande has joined #openstack-dev06:37
*** marios has quit IRC06:37
*** aditirav has quit IRC06:37
*** aditirav_ is now known as aditirav06:37
*** marios has joined #openstack-dev06:37
*** SergeyLukjanov has quit IRC06:37
*** MaxV has quit IRC06:43
*** MaxV has joined #openstack-dev06:44
*** e0ne has joined #openstack-dev06:44
*** MaxV has quit IRC06:48
*** MaxV has joined #openstack-dev06:48
*** SergeyLukjanov has joined #openstack-dev06:48
*** tonyha has quit IRC06:49
*** claxton has joined #openstack-dev06:50
*** kbrierly has joined #openstack-dev06:50
*** MaxV has quit IRC06:53
*** mihgen has quit IRC06:53
*** marun has quit IRC06:54
*** yolanda has joined #openstack-dev06:56
*** aditirav has quit IRC06:58
*** aditirav has joined #openstack-dev06:58
*** ljjjustin has quit IRC06:59
*** ljjjustin has joined #openstack-dev07:05
*** odyssey4me has joined #openstack-dev07:05
*** yaguang has joined #openstack-dev07:09
*** claxton has quit IRC07:10
*** claxton has joined #openstack-dev07:10
*** coolsvap has joined #openstack-dev07:13
balarI uninstalled and reinstalled (pip install lesscpy) - This creates /usr/local/lesscpy07:15
*** yaguang has quit IRC07:16
*** vartom113 has joined #openstack-dev07:16
*** fifieldt has quit IRC07:16
*** yaguang has joined #openstack-dev07:17
*** doron_afk has joined #openstack-dev07:19
*** amerine has joined #openstack-dev07:21
*** nosnos_ has quit IRC07:22
*** nosnos has joined #openstack-dev07:22
*** sarob has joined #openstack-dev07:23
*** stevemar has quit IRC07:27
*** sarob has quit IRC07:28
*** topol has quit IRC07:30
*** gmurphy has quit IRC07:31
*** mrunge has joined #openstack-dev07:31
*** mihgen has joined #openstack-dev07:32
*** jcoufal has joined #openstack-dev07:32
*** mihgen has quit IRC07:34
*** e0ne has quit IRC07:34
*** e0ne has joined #openstack-dev07:34
*** avishayb has joined #openstack-dev07:34
*** mrda has quit IRC07:35
*** sushils has joined #openstack-dev07:36
*** amerine has quit IRC07:36
*** avishay has joined #openstack-dev07:37
*** jprovazn has joined #openstack-dev07:39
*** yamahata has joined #openstack-dev07:39
*** SnowDust has joined #openstack-dev07:40
*** rushiagr has quit IRC07:41
*** jamespage has joined #openstack-dev07:41
*** erkules_ is now known as erkules07:42
*** rods has quit IRC07:44
*** rushiagr has joined #openstack-dev07:45
*** e0ne has quit IRC07:47
*** e0ne has joined #openstack-dev07:47
*** belmoreira has joined #openstack-dev07:48
*** bauzas has joined #openstack-dev07:50
*** e0ne has quit IRC07:51
*** e0ne has joined #openstack-dev07:51
*** ljjjustin has quit IRC07:51
*** egallen has joined #openstack-dev07:53
*** ArcTanSusan has quit IRC07:53
*** xqueralt has joined #openstack-dev07:57
*** ljjjustin has joined #openstack-dev07:57
*** singhs has quit IRC07:57
*** e0ne has quit IRC07:57
*** e0ne has joined #openstack-dev07:58
*** ArcTanSusan has joined #openstack-dev07:58
*** jhesketh__ has quit IRC07:59
*** xqueralt has quit IRC08:02
*** e0ne has quit IRC08:02
*** rods has joined #openstack-dev08:03
*** boden has joined #openstack-dev08:03
*** flaper87|afk is now known as flaper8708:03
*** corXi has joined #openstack-dev08:04
*** prekarat has left #openstack-dev08:04
*** prekarat has joined #openstack-dev08:04
*** anniec_ has quit IRC08:06
*** Daisy has quit IRC08:07
*** blamar_ has joined #openstack-dev08:11
*** davidhadas has quit IRC08:12
*** blamar has quit IRC08:12
*** blamar_ is now known as blamar08:12
*** devvesa has joined #openstack-dev08:13
*** matsuhashi has quit IRC08:14
*** xqueralt has joined #openstack-dev08:16
*** matsuhas_ has joined #openstack-dev08:17
*** ArcTanSusan has quit IRC08:18
*** SergeyLukjanov has quit IRC08:19
*** xqueralt has quit IRC08:21
*** xqueralt has joined #openstack-dev08:21
*** shardy_afk is now known as shardy08:22
*** MaxV has joined #openstack-dev08:23
*** omachace has joined #openstack-dev08:26
*** jistr has joined #openstack-dev08:28
*** buzztroll has quit IRC08:30
*** buzztroll has joined #openstack-dev08:31
*** denis_makogon has quit IRC08:31
*** aditirav_ has joined #openstack-dev08:34
*** xingchao has quit IRC08:35
*** xingchao has joined #openstack-dev08:35
*** buzztroll has quit IRC08:35
*** jorisroovers has joined #openstack-dev08:36
*** aditirav has quit IRC08:37
*** aditirav_ is now known as aditirav08:37
*** ygbo has joined #openstack-dev08:39
*** lsmola_ has joined #openstack-dev08:41
*** jroovers has joined #openstack-dev08:42
*** e0ne has joined #openstack-dev08:43
*** jorisroovers has quit IRC08:44
*** egallen has quit IRC08:45
*** xingchao has quit IRC08:48
*** che-arne has quit IRC08:53
*** mindpixel has joined #openstack-dev08:53
*** jruzicka has joined #openstack-dev08:54
*** matsuhas_ has quit IRC08:54
*** matsuhashi has joined #openstack-dev08:55
*** safchain has joined #openstack-dev08:56
*** zaneb has quit IRC08:58
*** mmagr has joined #openstack-dev08:59
*** mkerrin has joined #openstack-dev08:59
*** yamahata has quit IRC08:59
*** paragan has quit IRC08:59
*** matsuhashi has quit IRC08:59
*** rushiagr has quit IRC09:02
*** matsuhashi has joined #openstack-dev09:02
*** davidhadas has joined #openstack-dev09:03
*** jhesketh has quit IRC09:03
*** rushiagr has joined #openstack-dev09:03
*** prekarat has quit IRC09:04
*** tonyha has joined #openstack-dev09:07
*** sahid has joined #openstack-dev09:07
*** mrda has joined #openstack-dev09:08
*** JordanP has joined #openstack-dev09:10
*** yassine has joined #openstack-dev09:11
*** rushiagr has left #openstack-dev09:11
*** rushiagr2 has joined #openstack-dev09:12
*** yamahata has joined #openstack-dev09:13
*** ljjjustin has quit IRC09:18
*** prekarat has joined #openstack-dev09:19
*** eglynn has joined #openstack-dev09:20
*** Alexei_987 has joined #openstack-dev09:22
*** pixelb has joined #openstack-dev09:22
*** lucasagomes has joined #openstack-dev09:22
*** lucasagomes has left #openstack-dev09:22
*** exed has joined #openstack-dev09:22
*** buzztroll has joined #openstack-dev09:22
*** DinaBelova has joined #openstack-dev09:23
*** danpb has joined #openstack-dev09:24
*** matsuhashi has quit IRC09:28
*** matsuhashi has joined #openstack-dev09:29
*** jpich has joined #openstack-dev09:29
*** derekh has joined #openstack-dev09:30
*** tonyha has quit IRC09:32
*** mlavalle has quit IRC09:33
*** matsuhashi has quit IRC09:33
*** nshaikh has left #openstack-dev09:35
*** arezmerita has quit IRC09:35
*** Nikolay_1t has joined #openstack-dev09:36
*** fandikurnia01 has quit IRC09:42
*** fandikurnia01 has joined #openstack-dev09:42
*** matsuhashi has joined #openstack-dev09:42
*** xchu has quit IRC09:45
*** ndipanov_gone is now known as ndipanov09:46
*** guohliu has quit IRC09:49
*** exed has quit IRC09:51
*** mkollaro has joined #openstack-dev09:52
*** exed has joined #openstack-dev09:52
*** guohliu has joined #openstack-dev09:53
*** mindpixel has quit IRC09:53
*** jtomasek has joined #openstack-dev09:54
*** buzztrol_ has joined #openstack-dev09:54
*** buzztroll has quit IRC09:56
*** yamahata has quit IRC09:57
*** buzztrol_ has quit IRC09:59
*** davidhadas_ has joined #openstack-dev10:01
*** davidhadas has quit IRC10:02
*** faramir1 has quit IRC10:02
*** matsuhashi has quit IRC10:04
*** bingbu has quit IRC10:04
*** avishayb has quit IRC10:05
*** mrda has quit IRC10:06
*** matsuhashi has joined #openstack-dev10:08
*** claxton has quit IRC10:12
*** matsuhashi has quit IRC10:12
*** sahid has quit IRC10:14
*** claxton has joined #openstack-dev10:17
*** mindpixel has joined #openstack-dev10:18
*** eglynn_ has joined #openstack-dev10:19
*** eglynn has quit IRC10:20
*** derekh has quit IRC10:20
*** satroutr has joined #openstack-dev10:21
*** jcoufal is now known as jcoufal_afk10:22
*** lucasagomes has joined #openstack-dev10:22
*** satroutr has quit IRC10:24
*** matsuhashi has joined #openstack-dev10:26
*** johnthetubaguy has joined #openstack-dev10:29
*** doron_afk is now known as doron10:29
*** sahid has joined #openstack-dev10:29
*** jpich has quit IRC10:33
*** jprovazn has quit IRC10:35
*** derekh has joined #openstack-dev10:35
*** e0ne_ has joined #openstack-dev10:36
*** e0ne__ has joined #openstack-dev10:39
*** e0ne has quit IRC10:40
*** MaxV has quit IRC10:41
*** MaxV has joined #openstack-dev10:41
*** e0ne_ has quit IRC10:42
*** afazekas has joined #openstack-dev10:42
*** yaguang has quit IRC10:45
*** matsuhashi has quit IRC10:46
*** matsuhashi has joined #openstack-dev10:47
*** yeylon_ has joined #openstack-dev10:47
*** yeylon__ has quit IRC10:49
*** afazekas has quit IRC10:50
*** omachace has quit IRC10:50
*** buzztroll has joined #openstack-dev10:51
*** matsuhashi has quit IRC10:51
*** nosnos has quit IRC10:51
*** topol has joined #openstack-dev10:51
*** jpich has joined #openstack-dev10:52
*** rongze has quit IRC10:52
*** doron is now known as doron_afk10:55
*** che-arne has joined #openstack-dev10:55
*** dims has joined #openstack-dev10:55
*** kushal has quit IRC10:57
*** larsbutler has quit IRC10:58
*** tkammer has joined #openstack-dev10:58
*** DinaBelova has quit IRC10:58
*** doron_afk is now known as doron10:59
*** coolsvap has quit IRC10:59
*** doron is now known as doron_afk10:59
*** doron_afk is now known as doron10:59
*** rkukura has quit IRC11:00
*** doron is now known as doron_afk11:00
*** avishayb has joined #openstack-dev11:00
*** doron_afk is now known as doron11:01
*** doron is now known as doron_afk11:01
*** doron_afk is now known as doron11:01
*** doron is now known as doron_afk11:01
*** markmc has joined #openstack-dev11:02
*** jprovazn has joined #openstack-dev11:03
*** omachace has joined #openstack-dev11:03
*** claxton has quit IRC11:03
*** freedomhui has joined #openstack-dev11:08
*** mindpixel has quit IRC11:10
*** marun has joined #openstack-dev11:11
*** ashwini_ has quit IRC11:11
*** larsbutler has joined #openstack-dev11:14
*** anniec has joined #openstack-dev11:16
*** paragan has joined #openstack-dev11:17
*** CaptTofu has quit IRC11:17
*** yaguang has joined #openstack-dev11:18
*** CaptTofu has joined #openstack-dev11:18
*** Alexei_987 has quit IRC11:19
*** mriedem has joined #openstack-dev11:19
*** claxton has joined #openstack-dev11:19
*** safchain has quit IRC11:20
*** rongze has joined #openstack-dev11:22
*** sumanthns has joined #openstack-dev11:23
*** sumanth has quit IRC11:24
*** arezmerita has joined #openstack-dev11:24
*** buzztroll has quit IRC11:25
*** flaper87 is now known as flaper87|afk11:30
*** vkmc has joined #openstack-dev11:30
*** vkmc has quit IRC11:30
*** vkmc has joined #openstack-dev11:30
*** rongze has quit IRC11:30
*** michchap has quit IRC11:31
*** matsuhashi has joined #openstack-dev11:31
*** DinaBelova has joined #openstack-dev11:32
*** michchap has joined #openstack-dev11:34
*** gongysh has quit IRC11:35
*** tmclaugh[work] has joined #openstack-dev11:38
*** prekarat has quit IRC11:41
*** gszasz has joined #openstack-dev11:43
*** pcm_ has joined #openstack-dev11:44
*** rushiagr2 has quit IRC11:44
*** prekarat has joined #openstack-dev11:48
*** dhouck_ has joined #openstack-dev11:49
dhouck_whois pmyeyes11:50
dhouck_whois pmyeyers11:50
dhouck_whois pmeyers11:50
*** djinni has quit IRC11:51
*** buzztroll has joined #openstack-dev11:51
*** dhouck_ has quit IRC11:53
*** vladikr has quit IRC11:53
*** claxton has quit IRC11:55
*** buzztroll has quit IRC11:55
*** matsuhashi has quit IRC11:56
*** morazi-afk is now known as morazi11:57
*** sumanthns has quit IRC11:57
*** claxton has joined #openstack-dev11:58
*** djinni has joined #openstack-dev11:58
*** matsuhashi has joined #openstack-dev11:59
*** freedomhui has quit IRC12:00
*** yamahata has joined #openstack-dev12:00
*** jorisroovers has joined #openstack-dev12:02
*** jroovers has quit IRC12:02
*** claxton has quit IRC12:03
*** michchap has quit IRC12:04
*** michchap has joined #openstack-dev12:04
*** claxton has joined #openstack-dev12:04
*** gmurphy has joined #openstack-dev12:06
*** venkatesh has joined #openstack-dev12:06
*** dhouck__ has joined #openstack-dev12:07
*** dsirrine has quit IRC12:10
*** aditirav has quit IRC12:12
*** aditirav has joined #openstack-dev12:12
*** spzala has joined #openstack-dev12:16
*** fandikurnia01 has quit IRC12:16
*** fandikurnia01 has joined #openstack-dev12:17
*** claxton has quit IRC12:18
*** FunnyLookinHat has joined #openstack-dev12:19
*** e0ne has joined #openstack-dev12:20
*** venkatesh has quit IRC12:23
*** e0ne__ has quit IRC12:23
*** rongze has joined #openstack-dev12:25
*** sgordon has joined #openstack-dev12:25
*** Artpicre has joined #openstack-dev12:27
*** venkatesh has joined #openstack-dev12:27
*** jorisroovers has quit IRC12:27
*** anujdeshpande has quit IRC12:28
*** spzala has quit IRC12:29
*** spzala has joined #openstack-dev12:30
*** freedomhui has joined #openstack-dev12:31
*** prekarat has quit IRC12:32
*** safchain has joined #openstack-dev12:32
*** sumanthns has joined #openstack-dev12:33
*** galstrom_zzz is now known as galstrom12:33
*** jorisroovers has joined #openstack-dev12:33
*** safchain has quit IRC12:34
*** safchain has joined #openstack-dev12:35
*** thomasem has joined #openstack-dev12:37
*** freedomhui has quit IRC12:39
*** mkollaro has quit IRC12:40
*** glenng has joined #openstack-dev12:41
*** flaper87|afk is now known as flaper8712:41
*** sumanthns has quit IRC12:42
*** glenng1 has joined #openstack-dev12:43
*** galstrom is now known as galstrom_zzz12:44
*** glenng has quit IRC12:45
*** dstanek has joined #openstack-dev12:47
*** vartom114 has joined #openstack-dev12:47
*** mindpixel has joined #openstack-dev12:48
*** vartom113 has quit IRC12:48
*** kevinconway has quit IRC12:49
*** neelashah has joined #openstack-dev12:49
*** marun has quit IRC12:50
*** buzztroll has joined #openstack-dev12:51
*** Chicago has joined #openstack-dev12:52
tellesnobregahi, how can i change devstack installation to use api v3?12:52
*** bknudson has joined #openstack-dev12:53
*** aditirav_ has joined #openstack-dev12:54
*** omachace has quit IRC12:56
*** kevinconway has joined #openstack-dev12:56
*** buzztroll has quit IRC12:56
*** achampion has quit IRC12:58
*** bknudson has quit IRC12:59
*** aditirav has quit IRC12:59
*** aditirav_ is now known as aditirav12:59
*** omachace has joined #openstack-dev13:01
*** dprince has joined #openstack-dev13:02
*** aditirav has quit IRC13:03
*** jayg|g0n3 is now known as jayg13:04
*** dvarga has joined #openstack-dev13:06
*** joesavak has joined #openstack-dev13:09
*** mkollaro has joined #openstack-dev13:09
*** bknudson has joined #openstack-dev13:12
marekdtellesnobrega: i think v3 is already available there, but not yet in the native client code.13:14
marekd^^^^^ community, correct me if am wrong.13:14
tellesnobregamarekd: i changed the os_auth_url to use v3 but im getting a ERROR: The resource could not be found. (HTTP 404)13:15
*** fandikurnia01 has quit IRC13:15
*** vladikr has joined #openstack-dev13:15
marekdwhere the os_auth_url comes from (devstack, keystone, keystone client)?13:17
*** Nikolay_1t has quit IRC13:19
*** e0ne has quit IRC13:19
*** e0ne has joined #openstack-dev13:19
*** omachace has left #openstack-dev13:21
*** edmund has joined #openstack-dev13:21
*** omachace has joined #openstack-dev13:21
tellesnobregakeystone13:22
*** e0ne has quit IRC13:24
*** avishay has quit IRC13:24
tellesnobregamarekd: im trying to authenticate with keystone to launch a vm, but it fails, when i change back to v2.0 it works13:26
*** dsirrine has joined #openstack-dev13:26
*** prad has joined #openstack-dev13:27
*** rkukura has joined #openstack-dev13:28
tellesnobregamorganfainberg: ping13:30
*** devvesa has quit IRC13:32
*** anniec_ has joined #openstack-dev13:33
*** mindpixel has quit IRC13:33
*** chandankumar has quit IRC13:34
bknudsontellesnobrega: your application probably doesn't support identity api v3.13:35
*** anniec has quit IRC13:35
*** anniec_ is now known as anniec13:35
tellesnobregabknudson: how come? and can i do so it can support?13:35
*** tonyha has joined #openstack-dev13:35
*** lbragstad has joined #openstack-dev13:35
*** freedomhui has joined #openstack-dev13:36
bknudsontellesnobrega: some applications only support identity api v2 and haven't been updated to support v3.13:36
*** herndon has joined #openstack-dev13:36
*** SnowDust has quit IRC13:40
*** freedomhui has quit IRC13:40
tellesnobregabknudson: thanks, i thought tha nova already supported keystone v313:42
*** burt has joined #openstack-dev13:42
*** matsuhashi has quit IRC13:43
*** matsuhashi has joined #openstack-dev13:43
*** kbringard has joined #openstack-dev13:43
*** matsuhashi has quit IRC13:44
*** matsuhas_ has joined #openstack-dev13:44
*** radez_g0n3 is now known as radez13:45
*** mrunge has quit IRC13:46
*** jecarey has joined #openstack-dev13:47
*** FunnyLookinHat has quit IRC13:48
*** spzala has quit IRC13:49
*** ayoung_ is now known as ayoung13:49
*** sandywalsh_ has quit IRC13:50
*** buzztroll has joined #openstack-dev13:51
*** coolsvap has joined #openstack-dev13:52
*** nermina has joined #openstack-dev13:53
*** e0ne has joined #openstack-dev13:54
*** clayb has joined #openstack-dev13:55
*** mfer has joined #openstack-dev13:55
*** matsuhas_ has quit IRC13:55
*** matsuhashi has joined #openstack-dev13:56
tellesnobregabknudson: does nova support keystone v3?13:56
*** alunduil_ has quit IRC13:57
bknudsontellesnobrega: I'm not familiar with how nova uses keystone.13:57
tellesnobregabknudson: thanks13:57
tellesnobregamorganfainberg: hey, can i use keystone v3 when trying to create a vm?13:57
*** e0ne has quit IRC13:58
*** e0ne has joined #openstack-dev13:59
*** afazekas has joined #openstack-dev13:59
*** YorikSar has quit IRC13:59
tellesnobregabknudson: i have a devstack installation, im trying to use a ReST client to communicate with keystone v3 but it fails, when i use v2.0 it works14:00
*** litong has joined #openstack-dev14:00
bknudsontellesnobrega: what's the error?14:01
tellesnobregabknudson: the resource could not be found 40414:01
*** HenryG has joined #openstack-dev14:01
bknudsontellesnobrega: what's the path to the resource it's trying to use?14:01
*** venkatesh has quit IRC14:01
*** xqueralt has quit IRC14:01
tellesnobregabknudson: ip:5000/v3/tokens/14:02
*** DinaBelova has quit IRC14:02
*** lsmola_ has quit IRC14:02
*** xqueralt has joined #openstack-dev14:02
bknudsontellesnobrega: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md#authenticate-post-authtokens14:03
bknudsonthe keystone server is correct, there's no /v3/tokens. It's /v3/auth/tokens14:03
tellesnobregabknudson: thanks14:03
*** sandywalsh_ has joined #openstack-dev14:03
*** sdake has quit IRC14:04
*** sthaha has quit IRC14:05
*** READ10 has joined #openstack-dev14:06
*** e0ne_ has joined #openstack-dev14:06
*** paragan has quit IRC14:06
*** mindpixel has joined #openstack-dev14:09
*** e0ne has quit IRC14:09
*** xqueralt has quit IRC14:09
*** sumanthns has joined #openstack-dev14:12
*** jorisroovers has quit IRC14:12
ayoungtellesnobrega, I think what you are asking is this:14:12
ayoungdoes auth_token middleware support using the v3 api14:13
ayoungbut maybe what you are asking is14:13
*** che-arne has quit IRC14:13
ayoung"can I use a v3 token to perform operations against Nova?"14:13
*** stevemar has joined #openstack-dev14:15
*** jergerber has joined #openstack-dev14:15
*** davidhadas_ has quit IRC14:15
*** vijendar has joined #openstack-dev14:16
tellesnobregaayoung: what i need is this: im working with domains, and i want to use v3 api so i can check if using v3 the domain_id is part of the context so i can use this id to check the information i need14:16
*** jimfehlig has joined #openstack-dev14:17
tellesnobregaayoung: right now im trying to print the context and see what is inside it when using v3 api, using v2.0 i already checked it and it doesnt help since v2.0 doesnt have the concept of domain14:17
tellesnobregaayoung: using v3 now, and trying to create an instance i got this error ERROR: 'NoneType' object has no attribute 'rstrip'14:18
*** FunnyLookinHat has joined #openstack-dev14:18
*** matrohon has quit IRC14:19
*** matrohon has joined #openstack-dev14:19
*** paragan has joined #openstack-dev14:20
*** paragan has joined #openstack-dev14:20
*** odyssey4me has quit IRC14:21
*** yaguang has quit IRC14:22
*** xingchao has joined #openstack-dev14:23
*** xqueralt has joined #openstack-dev14:23
*** buzztroll has quit IRC14:24
*** vartom114 has quit IRC14:24
*** cfriesen has joined #openstack-dev14:25
*** freedomhui has joined #openstack-dev14:26
*** xqueralt has quit IRC14:26
*** xqueralt has joined #openstack-dev14:26
*** rongze has quit IRC14:28
ayoungtellesnobrega, can you paste a stack trace?14:29
*** herndon has quit IRC14:29
*** aeperezt has joined #openstack-dev14:30
topoldolphm, are you there?14:32
*** coolsvap has quit IRC14:32
ayoungtopol, he's in Texas...guessing even if he is awake, coffee hasn't kicked in yet14:33
tellesnobregaayoung: thats all that is printed14:34
*** matsuhashi has quit IRC14:35
topolayoung,  so the Auditing AuthN, AuthZ and Policy Decisions session is scheduled for 3:10-3:50 on Friday. Matt who is presenting the session (works for me)  has a flight leaving at 4pm. Any chance he can switch slots?  Otherwise I'll present for him but he really wants to do it14:36
*** matsuhashi has joined #openstack-dev14:36
*** mrutkows has joined #openstack-dev14:37
ayoungtopol, and I am guessing switching flights is really not an option14:37
mrutkowssorry no14:37
*** datsun180b has joined #openstack-dev14:37
mrutkowshad no Saturday flight options going back even 6 weeks ago14:38
*** terriyu has joined #openstack-dev14:39
*** rongze has joined #openstack-dev14:39
*** galstrom_zzz is now known as galstrom14:39
tellesnobregaayoung: i was playing with the authentication using v3 and i got this result http://paste.openstack.org/show/50295/ , can i assume that nova also has this information with domain also?14:39
topolayoung, should I just send dolph an email?14:40
*** matsuhashi has quit IRC14:41
*** matsuhas_ has joined #openstack-dev14:41
*** alunduil has joined #openstack-dev14:41
dstanekayoung, bknudson, morganfainberg: i could use your opinion on jamie's package naming suggestion here: https://review.openstack.org/#/c/54209/14:44
*** paragan has quit IRC14:44
dstanekayoung, bknudson, morganfainberg: it's jamie's second last comment; i like the idea, but don't want to make the change without some other opinions14:44
bknudsondstanek: he's suggesting a utils/ package for this?14:44
*** READ10 has quit IRC14:45
*** sahid has quit IRC14:45
dstanekbknudson: yes, keystone.tests.utils14:45
bknudsondstanek: we must have other similar files that are utilities and not tests?14:46
*** jmontemayor has joined #openstack-dev14:46
bknudson(like fakeldap.py)14:46
bknudsonand default_fixtures.py14:47
*** eharney has joined #openstack-dev14:47
dstanekyeah, and i have been working on matchers and fixtures14:47
*** matsuhas_ has quit IRC14:47
*** danwent has quit IRC14:48
*** matsuhashi has joined #openstack-dev14:48
bknudsonI like the idea, but I don't think it has to be done with this commit.14:48
dstanekbknudson: if i end up doing this i'll rebase my assert XML matcher patch on top of the stack and put the matchers module into utils14:48
bknudsonif you had a commit that created utils with default_fixtures and fakeldap that would be very useful.14:49
*** danwent has joined #openstack-dev14:49
bknudsonI don't see it as a requirement.14:49
*** danwent has quit IRC14:49
dstanekbknudson: maybe i'll move things around in a future commit then14:49
*** beagles has quit IRC14:50
*** b3nt_pin has joined #openstack-dev14:50
bknudsondstanek: it looks like we have ideas for general restructuring of tests... functional/ and system/14:50
*** buzztroll has joined #openstack-dev14:51
dstanekbknudson: yeah, i think i'm going to create a short blueprint to describe my thoughts14:51
*** mindpixel has quit IRC14:51
*** thedodd has joined #openstack-dev14:52
bknudsondstanek: blueprint with "reorganize tests" and an etherpad14:52
*** mkollaro has quit IRC14:52
*** radez is now known as radez_g0n314:53
*** DennyZhang has joined #openstack-dev14:53
*** matsuhashi has quit IRC14:53
*** mindpixel has joined #openstack-dev14:53
*** dhellmann-afk is now known as dhellmann14:54
*** buzztroll has quit IRC14:55
*** thedodd has quit IRC14:57
*** thedodd has joined #openstack-dev14:57
*** ruhe has joined #openstack-dev14:57
*** jorisroovers has joined #openstack-dev14:58
*** vartom114 has joined #openstack-dev14:58
*** thedodd has quit IRC14:58
*** afazekas has quit IRC15:00
*** jorisroovers has quit IRC15:00
*** jaybuff has joined #openstack-dev15:00
*** herndon has joined #openstack-dev15:00
*** jaybuff has left #openstack-dev15:00
*** eglynn_ is now known as eglynn15:01
*** glenng1 is now known as glenng15:02
*** rcleere has joined #openstack-dev15:03
*** pablosan has joined #openstack-dev15:03
*** markmc has quit IRC15:04
*** macjack_ has joined #openstack-dev15:05
*** kiall has quit IRC15:05
*** macjack has quit IRC15:05
*** lsmola has joined #openstack-dev15:06
*** kiall has joined #openstack-dev15:08
*** READ10 has joined #openstack-dev15:10
*** vuil has quit IRC15:10
*** jcoufal_afk is now known as jcoufal15:10
*** freedomhui has quit IRC15:10
*** thedodd has joined #openstack-dev15:10
*** jorisroovers has joined #openstack-dev15:10
*** freedomhui has joined #openstack-dev15:10
*** marun has joined #openstack-dev15:11
*** martyntaylor has left #openstack-dev15:12
*** guohliu has quit IRC15:12
*** CaptTofu has quit IRC15:13
*** DennyZhang has quit IRC15:13
*** CaptTofu has joined #openstack-dev15:13
*** thedodd has quit IRC15:14
*** ruhe has quit IRC15:15
*** rongze_ has joined #openstack-dev15:15
*** rongze has quit IRC15:15
*** colinmcnamara has joined #openstack-dev15:16
*** vipul-away is now known as vipul15:16
*** avishayb has quit IRC15:18
*** pablosan has quit IRC15:18
*** b3nt_pin is now known as beagles15:19
*** SergeyLukjanov has joined #openstack-dev15:19
*** SergeyLukjanov is now known as _SergeyLukjanov15:19
*** _SergeyLukjanov is now known as SergeyLukjanov15:20
*** ruhe has joined #openstack-dev15:20
*** thedodd has joined #openstack-dev15:20
*** yamahata has quit IRC15:20
*** topol has quit IRC15:20
*** vipul is now known as vipul-away15:20
*** e0ne_ has quit IRC15:21
*** e0ne has joined #openstack-dev15:22
*** vartom114 has quit IRC15:23
*** jvrbanac has joined #openstack-dev15:23
*** macjack_ has quit IRC15:24
*** carl_baldwin has joined #openstack-dev15:25
*** e0ne has quit IRC15:26
*** pablosan has joined #openstack-dev15:26
*** mikeoutland has joined #openstack-dev15:26
*** avishayb has joined #openstack-dev15:27
*** pmathews has joined #openstack-dev15:27
*** macjack has joined #openstack-dev15:28
*** radez_g0n3 is now known as radez15:29
*** enmand has joined #openstack-dev15:30
*** shardy is now known as shardy_afk15:30
*** pablosan has quit IRC15:30
*** marun has quit IRC15:32
*** arezmerita has quit IRC15:32
*** vijendar has quit IRC15:32
*** ruhe has quit IRC15:33
*** mdenny has joined #openstack-dev15:33
*** nplanel has joined #openstack-dev15:35
*** mmagr has quit IRC15:35
*** ruhe has joined #openstack-dev15:37
*** jaypipes has joined #openstack-dev15:37
*** e0ne has joined #openstack-dev15:45
*** dprince has quit IRC15:47
*** xingchao_ has joined #openstack-dev15:47
*** davidhadas has joined #openstack-dev15:48
*** utlemming has quit IRC15:49
*** twoputt has joined #openstack-dev15:50
*** reed has joined #openstack-dev15:50
*** twoputt_ has joined #openstack-dev15:50
*** mfer has quit IRC15:50
*** xingchao has quit IRC15:51
*** mfer has joined #openstack-dev15:51
*** buzztroll has joined #openstack-dev15:51
*** xarses has quit IRC15:51
*** xingchao_ has quit IRC15:51
*** radez is now known as radez_g0n315:52
*** markmc has joined #openstack-dev15:53
*** shardy_afk is now known as shardy15:53
*** bauzas has quit IRC15:54
*** utlemming has joined #openstack-dev15:54
*** topol has joined #openstack-dev15:55
*** radez_g0n3 is now known as radez15:55
*** buzztroll has quit IRC15:56
*** mindpixel has quit IRC15:56
*** mindpixel has joined #openstack-dev15:58
*** ruhe has quit IRC16:00
*** avishayb has quit IRC16:00
*** singhs has joined #openstack-dev16:00
*** giroro_ has quit IRC16:01
*** singhs has left #openstack-dev16:01
*** med_ is now known as med16:01
*** danwent has joined #openstack-dev16:01
*** med is now known as med_16:01
*** mrutkows has quit IRC16:02
*** jorisroovers has quit IRC16:02
*** mangelajo has joined #openstack-dev16:02
*** Ruetobas has joined #openstack-dev16:03
*** spzala has joined #openstack-dev16:03
*** tanisdl has joined #openstack-dev16:04
*** krotscheck has joined #openstack-dev16:04
*** jorisroovers has joined #openstack-dev16:04
*** omachace1 has joined #openstack-dev16:04
*** omachace has quit IRC16:04
*** rongze has joined #openstack-dev16:05
*** sarob has joined #openstack-dev16:05
*** omachace1 has quit IRC16:05
*** anniec has quit IRC16:06
*** mrodden has joined #openstack-dev16:06
*** omachace has joined #openstack-dev16:06
*** ben_duyujie has joined #openstack-dev16:06
*** e0ne has quit IRC16:06
*** rongze_ has quit IRC16:06
*** jtomasek has quit IRC16:06
*** e0ne has joined #openstack-dev16:06
bknudsonanyone have tips for how to run a testr test with pdb ?16:06
bknudsonwas doing tox -e py27 (testname)16:07
stevemarbknudson, i was wondering the same thing yesterday16:07
*** Ruetobas has quit IRC16:08
*** pablosan has joined #openstack-dev16:08
*** cdub_ has joined #openstack-dev16:08
*** mkollaro has joined #openstack-dev16:09
stevemarbknudson: https://wiki.openstack.org/wiki/Testr#Debugging_.28pdb.29_Tests16:10
*** ArcTanSusan has joined #openstack-dev16:10
bknudsonstevemar: this worked16:11
bknudsontox -e venv nosetests -- -s keystone.tests.test_auth:AuthWithTrust.test_v3_trust_token_get_token_fails16:11
*** e0ne has quit IRC16:11
stevemar-s, nice16:11
stevemarbknudson, cool, will try that out soon16:12
jaypipessdague: lol16:12
*** markmc has quit IRC16:12
*** radez is now known as radez_g0n316:12
*** Chicago has quit IRC16:12
*** krotscheck has quit IRC16:13
jaypipesstevemar: thx for the reviews, very helpful :)16:13
*** tkammer has quit IRC16:13
stevemarjaypipes! was just going to ping you16:13
stevemarjaypipes, np16:13
*** Ruetobas has joined #openstack-dev16:14
*** derekh has quit IRC16:14
jaypipesstevemar: so... as for rewording the 409 thing... I currently have this style in use:16:14
jaypipes* Adding a region with a parent_region_id that does not exist16:14
jaypipes  should fail with a `404 Not Found`16:14
jaypipes* Adding a region with a parent_region_id that would form a16:14
jaypipes  circular relationship should fail with a `409 Conflict`16:14
jaypipesstevemar: do you recommend I change the 404 Not Found style as well, to be less wordy?16:14
stevemarjaypipes, those look cool16:14
*** MaxV has quit IRC16:15
stevemarjaypipes, just wasn't a fan of the way delete was worded :)16:15
*** nplanel has quit IRC16:15
*** MaxV has joined #openstack-dev16:16
stevemarjaypipes, still wondering what the id is for a region if no user-defined-id is sent?16:16
*** raildo has joined #openstack-dev16:17
*** e0ne has joined #openstack-dev16:17
bknudsonecho 'keystone.tests.test_auth.AuthWithTrust.test_v3_trust_token_get_token_fails' > test_to_run &&  tox -e venv -- python -m testtools.run discover --load-list test_to_run16:17
*** mkollaro has quit IRC16:17
*** mkollaro1 has joined #openstack-dev16:17
*** vijendar has joined #openstack-dev16:17
*** Chicago has joined #openstack-dev16:17
*** souvik has joined #openstack-dev16:19
*** MaxV has quit IRC16:20
*** hemna has joined #openstack-dev16:21
*** vuil has joined #openstack-dev16:21
jaypipesstevemar: id is implementation-defined if not specified.16:21
*** JordanP has quit IRC16:22
*** achampion has joined #openstack-dev16:22
*** nermina has quit IRC16:22
*** ykhodork has joined #openstack-dev16:22
*** ygbo has quit IRC16:23
*** yuan has joined #openstack-dev16:23
stevemarjaypipes, hmm, okay... seems like there could be some inconsistencies if the user-defined-id is used vs. not used. But if others are cool with it, then i wont complain ;)16:24
*** corXi has quit IRC16:25
*** yuanz has quit IRC16:25
*** markwash has joined #openstack-dev16:26
*** claxton has joined #openstack-dev16:26
jaypipesstevemar: yeah, this is a purposeful inconsistency :) jamie, dolph and adam came up with the idea on IRC and asked me to implement it, to enable region IDs to be set by deployers to keep URIs "prettified" ;)16:26
stevemarjaypipes, ah okay, if they vetted it, then i'm definitely good with that :)16:27
*** ArcTanSusan has quit IRC16:27
dstanekbknudson, stevemar: i don't think testr has that ability yet - i still use nose just as much as i use testr16:28
tellesnobregahow can i get a keystone v3 auth_token? im running this command on a rest client http://paste.openstack.org/show/50309/16:28
tellesnobregato ip:5000/v3/auth/tokens16:29
jaypipesstevemar: ok, fixed up the delete 409 wording.16:29
tellesnobregaand got this response http://paste.openstack.org/show/50310/16:29
*** twoputt has quit IRC16:30
*** twoputt_ has quit IRC16:30
*** utlemming has quit IRC16:30
*** pmathews has quit IRC16:30
stevemartellesnobrega, suggest you look @ v3_auth_tests in keystone, i think you will need to scope your request to a specific project if you want a scoped token, also the token id is seen in the headers?16:31
stevemarjaypipes, coolio, +1 coming up :O16:31
jaypipesstevemar: cheers :)16:31
tellesnobregastevemar: im trying to get a token to a create a new domain for example16:31
*** nplanel has joined #openstack-dev16:32
*** twoputt has joined #openstack-dev16:32
*** twoputt_ has joined #openstack-dev16:32
stevemartellesnobrega: did you check the headers of the response?16:34
stevemartellesnobrega: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md#authentication-responses16:34
*** comay has joined #openstack-dev16:36
*** mindpixel has quit IRC16:36
tellesnobregastevemar: i checked the hearder, i got the token, but i still got unauthorized to create a domain16:37
*** giulivo has quit IRC16:37
*** jorisroovers has quit IRC16:39
*** sarob has quit IRC16:42
stevemartellesnobrega, okay, i believe you still need to add scope to your request16:43
stevemarhttps://github.com/openstack/keystone/blob/master/keystone/tests/test_v3.py#L30116:43
*** sarob has joined #openstack-dev16:43
stevemartellesnobrega ^16:43
*** nplanel has quit IRC16:43
tellesnobregastevemar: thanks16:43
*** xarses has joined #openstack-dev16:44
stevemartellesnobrega: add and scope section and specify the users project in the scope, then try creating a new domain with the new token, let me know if it works16:44
tellesnobregastevemar: ok16:44
*** buzztroll has joined #openstack-dev16:46
*** belmoreira has quit IRC16:46
*** jecarey has quit IRC16:47
*** mdenny has quit IRC16:47
*** SumitNaiksatam has quit IRC16:48
*** giulivo has joined #openstack-dev16:48
*** mindpixel has joined #openstack-dev16:48
*** enmand has quit IRC16:50
*** omachace has quit IRC16:50
*** angdraug has joined #openstack-dev16:52
*** kushal has joined #openstack-dev16:52
*** zaitcev has joined #openstack-dev16:52
tellesnobregastevemar: it worked16:52
*** mkollaro1 has quit IRC16:53
*** sarob has quit IRC16:56
*** sarob_ has joined #openstack-dev16:56
*** willingc has joined #openstack-dev16:56
tellesnobregastevemar: can i explain to you my problem, so you can maybe give me some helpful tips16:58
tellesnobrega??16:58
*** danwent has quit IRC16:58
*** omachace has joined #openstack-dev16:59
*** safchain has quit IRC16:59
*** omachace has left #openstack-dev17:00
*** utlemming has joined #openstack-dev17:00
*** coolsvap has joined #openstack-dev17:01
*** marun has joined #openstack-dev17:03
*** marun has quit IRC17:04
*** danwent has joined #openstack-dev17:05
*** nermina has joined #openstack-dev17:05
stevemartellesnobrega, oops, was afk - glad it worked!17:08
stevemartellesnobrega, sure, whats up17:08
tellesnobregastevemar: im working on a new feature, that is creating quotas for domain17:08
*** mindpixel has quit IRC17:09
*** SumitNaiksatam has joined #openstack-dev17:09
tellesnobregastevemar: that being done on nova. For that i need to have to domain_id so i can do stuff like checking quotas and all other stuff like it is done for project quotas17:09
tellesnobregastevemar: but i dont know how to get this domain, if it is on the context, if it should be, if i should make a rest call to keystone and get this id17:10
*** rongze has quit IRC17:12
stevemartellesnobrega, you're doing this work for nova or keystone?17:12
tellesnobregastevemar: nova17:12
*** doron_afk has quit IRC17:13
*** mkollaro has joined #openstack-dev17:13
*** sarob_ has quit IRC17:13
*** thingee_zzz is now known as thingee17:13
stevemartellesnobrega currently, project based quotas exist? and you're trying to add domain based quotas?17:13
stevemarjust trying to understand it17:14
*** beagles has quit IRC17:14
tellesnobregastevemar: yes, now there is quota for projects and users but not for domains, since domain is a new concept17:14
*** b3nt_pin has joined #openstack-dev17:14
stevemartellesnobrega, okay, how is the project_id (or user_id) assigned?17:15
stevemaryou can perform list for domains, if that helps17:15
tellesnobregastevemar: they come from the context if the user doesnt give one17:16
*** b3nt_pin is now known as beagles17:16
sdaguejaypipes: yeh, sorry, didn't mean to make it look like I was yelling at you :)17:16
tellesnobregastevemar: i was told not to change the QuotaEngine methods17:17
stevemartellesnobrega, oh okay, the context should have the domain_id too then17:17
tellesnobregastevemar: so i cant put the domain_id parameter for the methods17:17
jaypipessdague: lol, no worries!17:17
*** sarob has joined #openstack-dev17:17
tellesnobregastevemar: how can i make sure of that?17:17
*** mfer has quit IRC17:17
tellesnobregastevemar: i tried using v3 while creating a new instance but i get an error17:18
*** matrohon has quit IRC17:18
*** armax has joined #openstack-dev17:18
tellesnobregastevemar: when i was using v2 i printed the context and domain wanst there, since domain doesnt exist on v217:18
*** changbl has joined #openstack-dev17:19
*** afazekas has joined #openstack-dev17:20
*** krotscheck has joined #openstack-dev17:20
stevemartellesnobrega, 1 minute, let me look at the QuotaEngine17:20
tellesnobregastevemar: sure, thanks17:21
*** DinaBelova has joined #openstack-dev17:21
bknudsonmorganfainberg: https://review.openstack.org/#/c/51688/ -- i think this one is ready17:23
*** vipul-away is now known as vipul17:23
*** mfer has joined #openstack-dev17:23
*** vipul is now known as vipul-away17:24
*** rongze has joined #openstack-dev17:26
*** yeylon_ has quit IRC17:26
*** gszasz has quit IRC17:26
stevemartellesnobrega, i'm not sure what is in the context in nova. But if project and user are there, then domain might be too?17:27
morganfainbergbknudson, looking now.  i'll be very happy if it is ready17:28
tellesnobregastevemar: i dont really know, and couldnt test it17:29
*** sarob has quit IRC17:30
stevemarbknudson, it's looking good to me, but morganfainberg will find something ;)17:30
*** jistr has quit IRC17:31
*** mkollaro has quit IRC17:32
brianclinewhat's the name/location of the skeleton repo used for new projects?17:32
brianclinesaw it the other day but can't remember where17:32
*** twoputt has quit IRC17:32
*** twoputt_ has quit IRC17:32
*** sarob has joined #openstack-dev17:33
morganfainbergstevemar, hay. i don't always find things17:33
dstanekmorganfainberg: you find all the things!17:35
morganfainbergdstanek, lies, bknudson typically finds more than me.17:35
*** enmand has joined #openstack-dev17:36
stevemartellesnobrega, sorry guy, i'm stuck :)17:36
tellesnobregastevemar: no problem17:37
brianclineoh, nevermind. found it17:39
bknudsontellesnobrega: the auth_token middleware sets all sorts of envs -- https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L6417:39
bknudsonincluding domain id.17:39
*** afazekas_ has joined #openstack-dev17:39
*** mdenny has joined #openstack-dev17:40
*** enmand has quit IRC17:40
bknudsonstevemar: https://review.openstack.org/#/c/54789/17:41
tellesnobregabknudson: how can i use that on nova?17:41
stevemarbknudson, thanks for showing that to tellesnobrega, and making sure i wasn't going crazy :)17:41
bknudsontellesnobrega: nova already uses auth_token middleware by default, it needs to extract the values.17:42
bknudsonI don't know how nova does that.17:42
tellesnobregabknudson: how can i get the domain_id from this? i dont have much experience with this code17:42
dsantos_bknudson:  I managed to have keystone (and the other services) running in two networks and the solution was simpler than using apache2 or deploying two instances of keystone17:42
stevemarbknudson, damn, see, i never think of addressing these little problems in the code, or doc'ing it, you're too good at it!17:42
*** pixelb has quit IRC17:43
bknudsonstevemar: I get tired of looking things up every time!17:43
*** ben_duyujie has quit IRC17:43
bknudsontellesnobrega: nova is already extracting things like roles out of it, so could look for wherever that happens.17:44
dsantos_bknudson: we did it based on split horizon DNS, since the only problem was in the endpoints (I just changed the IP address in the endpoints to a name and the DNS server tell the client the right IP address for its network)17:44
dsantos_bknudson: I was wondering whether is it a good solution and whether would be good to make a guide about it17:44
bknudsondsantos_: others might have better solutions to this... regions or zones? It's not something I'm familiar with.17:45
*** CaptTofu has quit IRC17:45
*** xqueralt has quit IRC17:45
*** yolanda has quit IRC17:47
*** sarob has quit IRC17:47
*** e0ne has quit IRC17:48
*** e0ne has joined #openstack-dev17:49
*** johnthetubaguy has quit IRC17:49
*** jruzicka has quit IRC17:50
*** jpich has quit IRC17:53
*** jasdeepH has joined #openstack-dev17:53
*** ruhe has joined #openstack-dev17:53
*** e0ne has quit IRC17:54
*** kdas__ has joined #openstack-dev17:54
*** tanisdl has quit IRC17:55
*** kushal has quit IRC17:55
*** afazekas_ has quit IRC17:57
morganfainbergbknudson, pushed the "make it go" button on assignment cleanup.  looks good to me and it'll be nice to have that cleanup out of the way.17:57
*** SumitNaiksatam has quit IRC17:59
*** yassine has quit IRC17:59
*** kdas__ is now known as kushal18:01
*** kushal has quit IRC18:01
*** kushal has joined #openstack-dev18:01
*** jecarey has joined #openstack-dev18:01
*** isd has joined #openstack-dev18:06
*** atiwari has joined #openstack-dev18:06
*** rongze has quit IRC18:06
*** rongze has joined #openstack-dev18:07
*** spzala has quit IRC18:07
*** flaper87 is now known as flaper87|afk18:10
*** radez_g0n3 is now known as radez18:11
*** lucasagomes has quit IRC18:11
*** mfink has joined #openstack-dev18:11
*** rongze has quit IRC18:12
*** briancline has quit IRC18:12
*** amohn9 has joined #openstack-dev18:13
*** SumitNaiksatam has joined #openstack-dev18:13
*** amohn9 has left #openstack-dev18:13
bknudsonmorganfainberg: figured out why AuthInfo can't use @dependency.requires()...18:13
*** SumitNaiksatam has quit IRC18:13
*** Mandell has joined #openstack-dev18:14
*** dstanek has quit IRC18:15
*** troytoman-away is now known as troytoman18:15
*** enmand has joined #openstack-dev18:17
*** eglynn has quit IRC18:17
*** changbl has quit IRC18:17
*** danpb1 has joined #openstack-dev18:18
*** pmathews has joined #openstack-dev18:18
*** cfriesen_ has joined #openstack-dev18:19
*** mikeoutland has quit IRC18:19
*** mlavalle has joined #openstack-dev18:20
*** SumitNaiksatam has joined #openstack-dev18:22
*** Underbyte has joined #openstack-dev18:22
Underbytehey guys18:23
Underbyteso, QED disk image format isn't supported in OpenStack Havana, c/d?18:23
*** mfink has quit IRC18:23
*** isd has quit IRC18:23
*** avishay has joined #openstack-dev18:24
*** atiwari has quit IRC18:25
*** ykhodork has quit IRC18:25
*** mrodden has quit IRC18:25
*** reed has quit IRC18:25
*** jaypipes has quit IRC18:25
*** freedomhui has quit IRC18:25
*** READ10 has quit IRC18:25
*** terriyu has quit IRC18:25
*** aeperezt has quit IRC18:25
*** cfriesen has quit IRC18:25
*** jergerber has quit IRC18:25
*** dvarga has quit IRC18:25
*** danpb has quit IRC18:25
*** jcoufal has quit IRC18:25
*** Anticimex has quit IRC18:25
*** fungi has quit IRC18:25
*** erkules has quit IRC18:25
*** jdennis has quit IRC18:25
*** slagle has quit IRC18:25
*** Chaser has quit IRC18:25
*** danjared_ has quit IRC18:25
*** pmyers has quit IRC18:25
*** arosen has quit IRC18:25
*** luisbg has quit IRC18:25
*** andymccr has quit IRC18:25
*** jasdeepH has quit IRC18:26
morganfainbergbknudson, what was the cause?18:27
*** Ryan_Lane has joined #openstack-dev18:28
bknudsonmorganfainberg: turns out dependencies aren't injected until after constructor is run18:28
bknudsonand AuthInfo used self.identity_api during construction18:29
morganfainbergoh18:29
*** exed has quit IRC18:29
morganfainbergargh.18:29
*** troytoman is now known as troytoman-away18:29
morganfainbergyeah i can see how that would cause it to not work :P18:29
bknudsonmorganfainberg: I've got a workaround... requires having a factory18:29
*** nachi has joined #openstack-dev18:30
nachihello. I am trying to run devstack. I see the following in the log. Does anyone have idea what could be the issue18:31
nachi+ nova x509-get-root-cert /home/nachi/workspace/devstack/accrc/cacert.pem18:31
nachiERROR: Unauthorized (HTTP 401)18:31
nachi+ echo 'Failed to update the root certificate: /home/nachi/workspace/devstack/accrc/cacert.pem'18:31
nachiFailed to update the root certificate: /home/nachi/workspace/devstack/accrc/cacert.pem18:31
*** jorisroovers has joined #openstack-dev18:31
*** nati_ueno has quit IRC18:31
*** sushils has quit IRC18:32
*** Chaser has joined #openstack-dev18:34
*** aeperezt has joined #openstack-dev18:34
*** jroovers has joined #openstack-dev18:34
*** Shaan7 has quit IRC18:35
*** jorisroovers has quit IRC18:36
*** spzala has joined #openstack-dev18:37
*** rongze has joined #openstack-dev18:37
*** galstrom is now known as galstrom_zzz18:37
*** isd has joined #openstack-dev18:38
*** galstrom_zzz is now known as galstrom18:38
*** navneet_ has joined #openstack-dev18:40
navneet_Hi guys18:40
*** vartom114 has joined #openstack-dev18:40
navneet_Is there anybody who can review submission for stable/havana?18:40
*** novas0x2a|laptop has joined #openstack-dev18:41
*** pmathews has quit IRC18:41
*** Underbyte has quit IRC18:42
*** SumitNaiksatam has quit IRC18:42
*** insanidade has joined #openstack-dev18:42
navneet_ping....18:42
navneet_adam_g: u thr?18:43
*** jecarey has quit IRC18:44
*** danpb1 has quit IRC18:44
*** dstanek has joined #openstack-dev18:44
*** mikeoutland has joined #openstack-dev18:44
navneet_jgriffith: ping18:44
*** SumitNaiksatam has joined #openstack-dev18:45
*** ricardoas has joined #openstack-dev18:45
*** Ryan_Lane has quit IRC18:45
*** rongze has quit IRC18:46
*** twoputt_ has joined #openstack-dev18:46
*** twoputt has joined #openstack-dev18:46
*** mfer has quit IRC18:47
*** diogogmt has joined #openstack-dev18:48
*** pmyers has joined #openstack-dev18:49
*** mfer has joined #openstack-dev18:49
*** kushal has quit IRC18:51
*** krtaylor has quit IRC18:51
*** riskable has joined #openstack-dev18:53
*** ruhe has quit IRC18:53
*** buzztroll has quit IRC18:54
*** buzztroll has joined #openstack-dev18:55
*** exed has joined #openstack-dev18:56
*** melwitt has joined #openstack-dev18:56
*** moted has quit IRC18:57
*** ndipanov is now known as ndipanov_gone18:58
*** dhellmannhk has joined #openstack-dev18:59
*** briancline has joined #openstack-dev18:59
*** vuil has quit IRC18:59
*** buzztroll has quit IRC19:00
*** moted has joined #openstack-dev19:01
*** DinaBelova has quit IRC19:02
*** buzztroll has joined #openstack-dev19:02
*** navneet_ has quit IRC19:03
stevemarmorganfainberg, dolphm is +2'ing patches and he's not on IRC, how suspicious19:04
dstanekstevemar: maybe he just needs some quiet time19:04
stevemardstanek, unacceptable, as PTL he gets no quiet time19:05
*** nati_ueno has joined #openstack-dev19:05
*** dhellmannhk has quit IRC19:08
*** mrodden has joined #openstack-dev19:10
dstanekstevemar: as long as he is +2ing my stuff he can have all the quiet time he likes :)19:10
stevemardstanek, lol yes, i suppose that is one way of looking at it19:11
*** exed has quit IRC19:11
*** joesavak has quit IRC19:11
*** carl_baldwin has quit IRC19:11
*** spzala has quit IRC19:11
dstanekso not sure what to do with this: https://review.openstack.org/#/c/54209/19:12
*** marun has joined #openstack-dev19:12
dstanekreverify no bug?19:12
*** carl_baldwin has joined #openstack-dev19:12
stevemardstanek, i believe so19:13
stevemarit says depends on a change that failed to merge, when that dependency was clearly merged?19:14
*** vipul-away is now known as vipul19:14
* stevemar shrugs, i'd try reverify no bug19:14
*** ccorrigan has joined #openstack-dev19:15
*** vuil has joined #openstack-dev19:16
*** reed has joined #openstack-dev19:18
*** terriyu has joined #openstack-dev19:18
*** atiwari has joined #openstack-dev19:18
*** ykhodork has joined #openstack-dev19:18
*** jaypipes has joined #openstack-dev19:18
*** READ10 has joined #openstack-dev19:18
*** jergerber has joined #openstack-dev19:18
*** dvarga has joined #openstack-dev19:18
*** jcoufal has joined #openstack-dev19:18
*** Anticimex has joined #openstack-dev19:18
*** fungi has joined #openstack-dev19:18
*** erkules has joined #openstack-dev19:18
*** jdennis has joined #openstack-dev19:18
*** slagle has joined #openstack-dev19:18
*** danjared_ has joined #openstack-dev19:18
*** arosen has joined #openstack-dev19:18
*** luisbg has joined #openstack-dev19:18
*** andymccr has joined #openstack-dev19:18
dstanekstevemar: yeah i think morganfainberg kicked it because there was a transient failure on it19:18
*** stevemar has quit IRC19:19
*** gyee has joined #openstack-dev19:19
*** mangelajo has quit IRC19:22
*** Artpicre has quit IRC19:22
*** Artpicre has joined #openstack-dev19:23
*** rushiagr has joined #openstack-dev19:24
*** litong has quit IRC19:25
mriedemmordred: ping19:26
mordredmriedem: sup?19:26
mriedemmordred: hey, i think i have the first blueprint for sqlalchemy-migrate, just wondering if i need to send it to the mailing list or anything? https://blueprints.launchpad.net/sqlalchemy-migrate/+spec/add-db2-support19:27
mordredmriedem: couldn't hurt19:27
mriedemmordred: ok19:27
*** vipul is now known as vipul-away19:29
*** odyssey4me2 has joined #openstack-dev19:29
*** odyssey4me3 has joined #openstack-dev19:30
*** jorisroovers has joined #openstack-dev19:32
*** jroovers has quit IRC19:32
*** beagles has quit IRC19:32
*** mfer has quit IRC19:33
*** mfer has joined #openstack-dev19:33
*** odyssey4me2 has quit IRC19:34
*** terriyu has quit IRC19:35
*** vartom114 has quit IRC19:35
*** alunduil has quit IRC19:36
*** krtaylor has joined #openstack-dev19:37
*** SergeyLukjanov is now known as _SergeyLukjanov19:40
*** mattfarina has joined #openstack-dev19:40
*** ricardoas has quit IRC19:40
*** _SergeyLukjanov has quit IRC19:40
*** topol has quit IRC19:41
*** willingc has quit IRC19:41
*** willingc has joined #openstack-dev19:41
*** mfer has quit IRC19:42
*** rongze has joined #openstack-dev19:42
*** avishay has quit IRC19:43
*** mattfarina is now known as mfer19:43
*** willingc_ has joined #openstack-dev19:44
*** SergeyLukjanov has joined #openstack-dev19:44
*** willingc has quit IRC19:44
*** mfer has quit IRC19:45
*** enmand has quit IRC19:45
*** angdraug has quit IRC19:46
*** rongze has quit IRC19:47
*** mfer has joined #openstack-dev19:47
*** xarses has quit IRC19:48
*** souvik has quit IRC19:48
*** cjwilson has joined #openstack-dev19:51
*** exed has joined #openstack-dev19:52
*** davlaps has joined #openstack-dev19:54
morganfainbergdstanek, you'll notice i like to watch the gate jobs and check queue and get rechecks in / reverifies as quickly as possible.  rebasing becasue of a jenkins failure that wasn't followed up on is rteally annoying ;)19:54
*** __nikhil__ is now known as nikhil_19:55
*** lsmola has quit IRC19:55
*** nikhil_ is now known as Guest1363819:55
*** spzala has joined #openstack-dev19:56
morganfainbergdstanek, seems to need a rebase... https://review.openstack.org/#/c/54209/19:58
morganfainbergif you're not around i'll see waht i can do about that19:58
*** SergeyLukjanov has quit IRC19:58
*** mangelajo has joined #openstack-dev19:58
*** eglynn has joined #openstack-dev19:59
*** datsun180b has quit IRC19:59
*** SergeyLukjanov has joined #openstack-dev20:00
*** xarses has joined #openstack-dev20:00
*** HenryG has quit IRC20:01
*** dprince has joined #openstack-dev20:01
*** sarob has joined #openstack-dev20:03
*** freedomhui has joined #openstack-dev20:03
*** Guest13638 is now known as nikhil___20:03
mferfolks, if you're building apps in cloud as opposed to standing up openstack or developing openstack where is the right place to discuss that stuff?20:03
*** eglynn has quit IRC20:04
*** mangelajo has quit IRC20:04
*** stevemar has joined #openstack-dev20:04
*** jergerber has quit IRC20:05
*** ykhodork has quit IRC20:05
*** jergerbe_ has joined #openstack-dev20:05
*** nati_ueno has quit IRC20:06
*** nati_ueno has joined #openstack-dev20:07
*** pmathews has joined #openstack-dev20:07
*** ykhodork has joined #openstack-dev20:07
*** DennyZhang has joined #openstack-dev20:08
xarsesmfer: if you are having issues with the API, this may be the place. Operations style questions are usually best asked in #Openstack20:08
*** freedomhui has quit IRC20:08
*** exed has quit IRC20:08
stevemarbknudson: did you get the debug env working?20:08
bknudsonstevemar: it works for me.20:08
bknudsongive it a try20:08
bknudsonand post any updates to the issue.20:08
bknudson(to the review)20:08
*** pcm_ has quit IRC20:09
stevemarbknudson: yeah, i gave it a shot earlier but it didn't seem to work (i was in a rush to get out the door)20:09
stevemarbknudson, i'll take a second look at it now20:09
bknudsonstevemar: it was only working for me before because I had that temporary file from an earlier test... :(20:09
*** cjwilson has quit IRC20:10
bknudsonbut I think I've got it fixed.  check it out and give it a try.20:10
stevemaroh just verified it?20:10
stevemarcool20:10
morganfainbergbknudson, you're running that with tox -edebug?  or is that an env var?20:11
*** vuntz has quit IRC20:11
bknudsonmorganfainberg: tox -edebug <test-name)20:11
morganfainbergbknudson, awesome. i understood how those work "correctly" then.20:12
mferxarses: it's more than issues with APIs. thinking like design patterns, real world usage, software packages for in cloud dev.20:12
morganfainbergbknudson, debug on the test like that should be nice to have.20:12
mferin cloud is different from developing a cloud20:12
bknudsonif it winds up being handy for others then should clean it up.20:13
bknudsonprobably create a random temp file rather than the named on20:13
*** vuil has quit IRC20:14
*** marun has quit IRC20:15
stevemarbknudson: hmm, nope, doesn't seem to be stopping for me: http://pasteraw.com/94y5qlb4lcapotgggihhqux7bmfez3k20:15
*** haleyb_ is now known as haleyb20:15
bknudsonstevemar: there's a couple reasons for running 0 tests I've seen-20:15
bknudsondoesn't match a test name20:15
bknudsonor the test fails to compile/run20:15
stevemaroh20:16
*** thedodd has quit IRC20:16
bknudsonstevemar: I think in this case you need to provide the full test name, and a module isn't going to work.20:16
morganfainbergwow.20:16
bknudsonbecause it doesn't run discovery.20:16
morganfainbergi don't think i've seen a rebase fail this badly in a while.20:16
bknudsonwe were asking for it!20:16
bknudsonstevemar: so if you were to run, for example tox -epy27 keystone.tests.test_sql_migrate_extension20:17
bknudsonit should run your test and then fail20:17
bknudsonbut it will tell you what the full test name is.20:17
bknudsonand you can use that with tox -edebug20:18
*** afazekas has quit IRC20:18
*** jimfehlig has left #openstack-dev20:18
*** SumitNaiksatam has quit IRC20:19
*** DennyZhang has quit IRC20:20
*** hughsaunders has joined #openstack-dev20:20
stevemarbknudson: okay, i didn't realize that20:20
*** vipul-away is now known as vipul20:21
stevemarbknudson, i thought you could just call the test suite or file in general20:21
stevemarseems to only work if you specify a single test20:21
bknudsonstevemar: I'm sure there's a way to improve the tox.ini to do that... would need to run the discovery stuff.20:21
*** eglynn has joined #openstack-dev20:22
*** jcoufal has quit IRC20:23
*** tmclaugh[work] has quit IRC20:24
*** mangelajo has joined #openstack-dev20:25
*** dsirrine has quit IRC20:27
*** nplanel has joined #openstack-dev20:29
*** mangelajo has quit IRC20:30
*** novas0x2a|laptop has quit IRC20:30
*** mkollaro has joined #openstack-dev20:31
*** novas0x2a|laptop has joined #openstack-dev20:31
*** vuil has joined #openstack-dev20:33
*** rushiagr has quit IRC20:41
*** ayoung has quit IRC20:41
*** vuil has quit IRC20:42
*** radez is now known as radez_g0n320:42
*** rongze has joined #openstack-dev20:43
*** READ10 has quit IRC20:44
*** epopt37 has quit IRC20:45
*** mfer has quit IRC20:45
*** dvarga has quit IRC20:46
*** nermina has quit IRC20:46
*** mrda has joined #openstack-dev20:47
*** rongze has quit IRC20:48
*** pmyers has quit IRC20:50
*** dbalog has quit IRC20:51
*** jergerbe_ has quit IRC20:51
*** dstanek has quit IRC20:52
*** jprovazn has quit IRC20:53
*** epopt37 has joined #openstack-dev20:57
*** boden has quit IRC20:58
*** ayoung has joined #openstack-dev20:58
*** nati_uen_ has joined #openstack-dev20:59
*** gyee has quit IRC21:00
*** jergerber has joined #openstack-dev21:00
*** michchap has quit IRC21:01
*** nati_ueno has quit IRC21:03
*** michchap has joined #openstack-dev21:03
*** freedomhui has joined #openstack-dev21:03
*** krtaylor has quit IRC21:05
*** jergerber has quit IRC21:05
*** arosen1 has joined #openstack-dev21:06
*** Chicago has quit IRC21:07
*** balar_ has joined #openstack-dev21:07
*** mlavalle has quit IRC21:07
*** bdpayne has joined #openstack-dev21:08
*** freedomhui has quit IRC21:08
*** vladikr has quit IRC21:08
balar_This question may have been asked before - is there a clean way of completely stopping devstack and restarting it without having to re-initialize the database, re-install packages etc.?21:09
clarkbbalar_: unstack then rejoin-stack.sh I think21:09
*** SumitNaiksatam has joined #openstack-dev21:10
*** spzala has quit IRC21:10
*** ayoung has quit IRC21:11
*** mlavalle has joined #openstack-dev21:11
*** arosen1 has quit IRC21:11
*** dprince has quit IRC21:11
*** rkukura has quit IRC21:12
*** achampion has quit IRC21:12
*** cdub_ has quit IRC21:13
*** SumitNaiksatam has quit IRC21:14
*** mikeoutland has quit IRC21:14
*** mikeoutland has joined #openstack-dev21:15
*** ayoung has joined #openstack-dev21:16
*** mikeoutland has quit IRC21:19
*** ayoung has quit IRC21:20
*** sarob has quit IRC21:22
*** sgordon` has joined #openstack-dev21:24
*** jhesketh has joined #openstack-dev21:24
*** jhesketh__ has joined #openstack-dev21:24
*** sgordon has quit IRC21:24
*** ayoung has joined #openstack-dev21:25
*** mangelajo has joined #openstack-dev21:25
*** ilyashakhat has joined #openstack-dev21:25
*** sandywalsh_ has quit IRC21:26
*** ilyashakhat_ has quit IRC21:26
*** sarob has joined #openstack-dev21:26
*** raildo has quit IRC21:27
*** sgordon has joined #openstack-dev21:27
*** sgordon has joined #openstack-dev21:27
*** isd has quit IRC21:28
*** dstanek has joined #openstack-dev21:29
*** mangelajo has quit IRC21:30
*** sgordon` has quit IRC21:31
*** sgordon` has joined #openstack-dev21:31
*** sgordon has quit IRC21:31
*** gmurphy has quit IRC21:33
*** tellesnobrega has quit IRC21:34
*** melwitt has quit IRC21:35
*** melwitt has joined #openstack-dev21:35
*** dsantos_ has quit IRC21:35
*** thomasem has quit IRC21:35
*** mriedem has quit IRC21:36
*** jayg is now known as jayg|g0n321:36
*** sushils has joined #openstack-dev21:39
*** atiwari has quit IRC21:40
balar_unstack does not stop all processes. Also, I think rejoin-stack.sh may start only processes tied to a screen.21:41
*** sandywalsh has joined #openstack-dev21:41
*** willingc_ has quit IRC21:42
*** willingc has joined #openstack-dev21:42
clarkbcorrect, it won't touch the stuff running as system services21:43
*** rongze has joined #openstack-dev21:44
*** alunduil has joined #openstack-dev21:45
ekarlso-BobBallAway: ping me when back : p21:45
*** burt has quit IRC21:46
*** willingc has quit IRC21:47
*** kbringard has quit IRC21:47
*** rongze has quit IRC21:49
*** neelashah has quit IRC21:50
*** jmontemayor has quit IRC21:52
*** carl_baldwin has quit IRC21:54
*** insanidade has quit IRC21:55
*** vijendar has quit IRC21:58
*** ruhe has joined #openstack-dev22:00
*** nati_ueno has joined #openstack-dev22:00
*** melwitt has quit IRC22:00
*** mlavalle has quit IRC22:01
*** colinmcnamara has quit IRC22:01
dstanekmorganfainberg: yeah, working on it :-)22:01
*** lbragstad has quit IRC22:03
*** nati_uen_ has quit IRC22:03
*** melwitt has joined #openstack-dev22:03
*** freedomhui has joined #openstack-dev22:04
*** galstrom is now known as galstrom_zzz22:04
*** mkollaro has quit IRC22:05
morganfainbergdstanek, cool22:05
dstanekmorganfainberg: it's a royale pain22:06
morganfainbergdstanek, yeah you got hit with the assignment switch-over22:06
dstanekmorganfainberg: yup22:06
*** aspiers has quit IRC22:06
morganfainbergdstanek, it looks like only one or two items22:07
*** SergeyLukjanov has quit IRC22:07
dstanekmorganfainberg: i'm in the middle of rebasing the second commit, but it's trick-or-treat time for the kids22:08
dstaneki'll finish up when i get back22:08
*** freedomhui has quit IRC22:08
morganfainbergdstanek, hehe go enjoy trick or treat time!  the code will still be there ;)22:09
*** ruhe has quit IRC22:11
*** willingc has joined #openstack-dev22:13
*** sdake has joined #openstack-dev22:13
*** gmurphy has joined #openstack-dev22:14
*** fifieldt has joined #openstack-dev22:15
*** jorisroovers has quit IRC22:16
*** e1mer has joined #openstack-dev22:18
*** rcleere has quit IRC22:18
*** kbrierly has quit IRC22:19
*** morazi is now known as morazi-afk22:19
*** willingc has quit IRC22:21
*** mangelajo has joined #openstack-dev22:25
*** yolanda has joined #openstack-dev22:26
*** pmathews has quit IRC22:27
*** mangelajo has quit IRC22:28
*** nplanel has quit IRC22:28
*** markmcclain has joined #openstack-dev22:32
*** nplanel has joined #openstack-dev22:33
*** krotscheck has quit IRC22:35
*** bknudson has quit IRC22:37
*** bdpayne has quit IRC22:40
*** amerine has joined #openstack-dev22:40
*** FunnyLookinHat has quit IRC22:43
*** melwitt1 has joined #openstack-dev22:44
*** rongze has joined #openstack-dev22:45
*** melwitt has quit IRC22:45
*** amerine has quit IRC22:45
*** dstanek has quit IRC22:46
*** eglynn has quit IRC22:46
*** amerine has joined #openstack-dev22:47
*** diogogmt has quit IRC22:47
*** krotscheck has joined #openstack-dev22:49
morganfainbergayoung, ping22:49
*** dachary has quit IRC22:49
*** rongze has quit IRC22:49
*** giulivo has quit IRC22:50
*** mattmalesky has joined #openstack-dev22:50
*** dachary has joined #openstack-dev22:50
*** amohn9 has joined #openstack-dev22:51
*** JordanP has joined #openstack-dev22:51
*** tmclaugh[work] has joined #openstack-dev22:51
*** amohn9 has left #openstack-dev22:52
*** krotscheck has quit IRC22:52
*** ykhodork has quit IRC22:52
*** nachi has left #openstack-dev22:54
*** odyssey4me4 has joined #openstack-dev22:55
*** nati_ueno has quit IRC22:57
*** odyssey4me3 has quit IRC22:57
*** herndon has quit IRC22:58
*** jvrbanac has quit IRC22:58
*** markmcclain has quit IRC22:58
*** jvrbanac has joined #openstack-dev22:59
*** odyssey4me4 has quit IRC22:59
*** buzztroll has quit IRC22:59
*** jvrbanac has quit IRC23:00
*** jvrbanac has joined #openstack-dev23:00
*** isd has joined #openstack-dev23:01
*** isd has left #openstack-dev23:01
*** jvrbanac has quit IRC23:01
*** davlaps has quit IRC23:01
*** krotscheck has joined #openstack-dev23:03
*** freedomhui has joined #openstack-dev23:04
*** nati_ueno has joined #openstack-dev23:04
*** vladan_ has quit IRC23:05
*** ondergetekende has quit IRC23:05
*** eharney has quit IRC23:06
*** sumanthns has quit IRC23:06
*** ondergetekende has joined #openstack-dev23:06
*** bdpayne has joined #openstack-dev23:06
*** vladan_ has joined #openstack-dev23:07
*** freedomhui has quit IRC23:09
*** JordanP has quit IRC23:11
*** sdake has quit IRC23:11
*** jorisroovers has joined #openstack-dev23:11
*** bdpayne has quit IRC23:12
*** danwent has quit IRC23:17
*** jvrbanac has joined #openstack-dev23:19
*** gyee has joined #openstack-dev23:19
*** bdpayne has joined #openstack-dev23:20
*** jvrbanac has quit IRC23:21
*** buzztroll has joined #openstack-dev23:21
*** diogogmt has joined #openstack-dev23:21
*** aeperezt has quit IRC23:23
*** mrodden has quit IRC23:24
*** mangelajo has joined #openstack-dev23:25
*** enmand has joined #openstack-dev23:28
*** mangelajo has quit IRC23:28
*** Khyati_ has joined #openstack-dev23:30
*** carl_baldwin has joined #openstack-dev23:31
*** carl_baldwin has left #openstack-dev23:31
*** aspiers has joined #openstack-dev23:34
*** tmclaugh[work] has quit IRC23:36
*** SergeyLukjanov has joined #openstack-dev23:38
*** mrodden has joined #openstack-dev23:38
*** jvrbanac has joined #openstack-dev23:39
*** enmand has quit IRC23:39
*** jorisroovers has quit IRC23:39
*** jamielennox has quit IRC23:40
*** mrodden1 has joined #openstack-dev23:41
*** tmclaugh[work] has joined #openstack-dev23:41
*** jvrbanac_1 has joined #openstack-dev23:41
*** jvrbanac_1 has quit IRC23:42
*** Artpicre has quit IRC23:42
*** mrodden has quit IRC23:43
*** jamielennox has joined #openstack-dev23:43
*** rongze has joined #openstack-dev23:45
*** rongze has quit IRC23:50
*** diogogmt has quit IRC23:51
*** gyee has quit IRC23:55
*** harlowja has quit IRC23:55
*** harlowja has joined #openstack-dev23:56
*** nati_ueno has quit IRC23:56
*** e1mer has quit IRC23:56
*** nati_ueno has joined #openstack-dev23:57
*** nati_uen_ has joined #openstack-dev23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!