Thursday, 2014-01-23

*** flaper87 is now known as flaper87|afk00:01
*** tanisdl has quit IRC00:04
*** Barker has quit IRC00:08
mordredhub_cap: yes00:09
hub_cap<3 mordred00:10
hub_capViswaV: there u go ^ ^00:10
ViswaVThanks hub_cap00:10
hub_capnp00:11
*** pdmars has quit IRC00:23
*** rnirmal has quit IRC00:24
*** atomic77 has joined #openstack-trove00:27
hub_caphttp://lists.openstack.org/pipermail/openstack-dev/2014-January/025140.html00:30
hub_capREAD THIS ^ ^00:30
hub_capespecially if youve used recheck/reverify00:30
*** matsuhashi has joined #openstack-trove00:34
openstackgerritJustin Hopper proposed a change to openstack/trove: Fixed Instance Status usage  https://review.openstack.org/6606300:35
*** edmund has quit IRC00:39
*** michael-yu has quit IRC00:52
*** Ranjitha has quit IRC00:52
openstackgerritA change was merged to openstack/trove: Added Redis Crud Operations  https://review.openstack.org/5348100:52
hub_capimsplitbit: cweid ^ ^00:54
*** saurabhs has left #openstack-trove00:57
*** yogesh has joined #openstack-trove01:10
openstackgerritMichael Basnight proposed a change to openstack/trove-integration: Migrating trove to entry points  https://review.openstack.org/6492401:13
*** vipul is now known as vipul-away01:14
openstackgerritMichael Basnight proposed a change to openstack/trove: Migrating to entry_points for binscripts  https://review.openstack.org/6431001:15
hub_capis anyone else seeing some goofy tox w/ "AttributeError: 'DatastoreVersions' object has no attribute 'get_by_uuid'01:19
hub_cap"01:19
hub_capwhen i run py26 that happens01:19
hub_capmaybe i need to nuke my .tox01:19
openstackgerritMichael Basnight proposed a change to openstack/trove: Removes XML api from trove  https://review.openstack.org/6833301:23
*** yogesh has quit IRC01:27
openstackgerritTim Simpson proposed a change to openstack/trove: Avoid escaping dots for datastore requests.  https://review.openstack.org/6853501:28
*** vipul-away is now known as vipul01:29
hub_capgrapex: is this somethign we should backport to i2?01:30
hub_capi alsmot think yes01:30
hub_capor at least we need to fast track it in to i301:31
grapexhub_cap: Yeah I think so01:32
hub_capgrapex: well fix tox and ill help u merge it01:32
grapexhub_cap: What's wrong with Tox?01:32
hub_capwe will get SlickNik to approve it01:32
hub_cappep801:32
grapexDamn it01:32
hub_caphttp://logs.openstack.org/35/68535/1/check/gate-trove-pep8/ebef6e5/console.html01:32
grapexIf Tox didn't take ten hours to install locally I'd run it I swear01:33
hub_caphahahahahahahah01:33
hub_capfwiw, i just run flake801:33
esmutegrapex, vipul, hub_cap, amcrn: When you are bored, can you take a look at https://review.openstack.org/#/c/61910? It's a simple patch. I need it because it wont let me see IPs when DNS is enabled.01:33
SlickNiklol01:33
hub_capin flymake01:33
hub_capso im sure u can do the same01:33
hub_capahh gross01:33
*** amcrn has quit IRC01:33
openstackgerritTim Simpson proposed a change to openstack/trove: Avoid escaping dots for datastore requests.  https://review.openstack.org/6853501:33
grapexhub_cap: Thanks for pointing that out.01:34
*** nosnos has joined #openstack-trove01:34
grapexesmute: maybe I don't understand, but it looks like this doesn't show ips if the hostname is present: https://review.openstack.org/#/c/61910/4/trove/instance/views.py01:35
grapexesmute: if DNS is enabled, won't "hostname" be attached to the instance?01:35
esmutegrapex: Yes. but then old instances that were created when DNS was not enabled, wont have a hostname..01:36
esmuteand i dont want to show both hostnames and IP :-)01:36
grapexesmute: Oh, I thought your problem was you always wanted to see IPs as well as the DNS names.01:36
grapexOk01:36
grapexI wonder if there are any bugs though were the hostname won't be attached, in which case we'll show the IP01:36
grapexN/m, that's in the database01:37
grapexesmute: The test's instance password isn't a coded message to anyone right?01:38
esmutegrapex: lol..01:38
grapexHmm...01:38
esmutei saw an article that this password was the most common... (or one of the most common)01:38
grapexesmute: Funny01:39
esmutei can change it :P01:39
grapexSo in our VMs we enjoy using DNS and also seeing the ip address. We can use the mgmt api as well though.01:39
hub_capdo show esmute grapex01:39
hub_capwhat is the passwd?01:39
hub_capiloveu01:40
hub_capahh01:40
SlickNiklol01:40
esmutelol hub_cap01:40
*** michael-yu has joined #openstack-trove01:40
hub_capnot _near_ as odd as some of our test users and such01:40
openstackgerritTim Simpson proposed a change to openstack/trove: Avoid escaping dots for datastore requests.  https://review.openstack.org/6853501:40
hub_capodd fish names and stuff01:40
esmutegrapex: we can use the mgmt to show the IP.. BUt i dont see a need to show it when there is a hostname for it01:40
hub_caphorray grapex !01:40
hub_capyes i agree, hostname or ip01:41
grapexesmute: So would it be too hard to allow for the "add_addresses" flag to stay in?01:41
hub_capis there an issue w/ that?01:41
esmutegrapex: i dont have problem with that.. just wanted to clean it out since we are not longer using it.01:41
grapexIt makes testing easier.01:41
hub_capif it makes life @ rax eaiser i udnerstand that01:41
hub_caphow is it easier for tests? im all for removing flags we dont need (since having a hostname will display it, period, w/ the new code)01:42
hub_capwhich is a win to me01:42
vipulyea too many knobs01:42
vipulbut if you must have it, we can leave it in01:42
hub_capunless someone says "we need both" or "we need none" then we might need that flag01:42
grapexEh, I don't know if I want to be a stickler on this flag. We have the MGMT api which I think the tests are already using, I just can't remember01:42
hub_capyea i dont want to do something that will dork up existing deplouyments01:43
grapexLooking right now01:43
hub_capbut this just looks like it uses code instead of assuming code and using flag hehehe01:43
hub_capmost productive time fo the day01:43
hub_capi propose we all move to 2nd shift01:43
*** khyati_ has quit IRC01:43
*** yidclare has quit IRC01:43
hub_capeveryone whos on right now01:43
hub_capjust start working like 11~801:44
esmuteok.. let me put a new patch with the add_addresses flag intact01:44
hub_capesmute: hold up first01:44
grapexhub_cap: What is it about knowing your family is sad without you that makes the brain race with activity related to work?01:44
grapexOh yes, it's called "being a terrible person."01:44
hub_capHAHAHAHAAHAHAHAHA01:44
hub_capor being gainfully employed01:44
hub_capthats how i look at it01:44
hub_capSHUTUP KID I HAVE TO WORK01:44
grapexhub_cap: That's probably more likely01:44
hub_capNO U DONT NEED FOOD, PEE IN YOUR DAIPER01:44
*** ViswaV has quit IRC01:44
hub_capGOD01:44
grapexWho knew I'd grow up to be Robin Williams from the first act of Hook?01:44
* hub_cap wonders if CPS looks @ irc logs01:45
hub_capLOL grapex01:45
hub_capimma let grapex approve that revie esmute01:45
grapexThe reddwarf job already passed it01:46
grapexand if we put it in it means our tests our more compatible with running against real environments, so on second thought there is no risk.01:46
*** michael-yu has quit IRC01:46
grapexOk esmute I approved it01:47
grapexTime to leave, talk to you guys later.01:47
esmutecool.. <3 grapex01:47
grapexesmute: I knew that was a coded message to me!01:48
grapexBye01:48
esmutelol.01:48
*** grapex has quit IRC01:48
openstackgerritA change was merged to openstack/trove: Instance details view shows hostname (if it has it) or IP  https://review.openstack.org/6191001:49
*** yidclare has joined #openstack-trove01:53
SlickNiklater grapex.01:58
openstackgerritSlickNik proposed a change to openstack/trove: Avoid escaping dots for datastore requests  https://review.openstack.org/6853502:01
*** robertmyers has joined #openstack-trove02:05
*** yidclare has quit IRC02:11
*** rongze has joined #openstack-trove02:13
*** demorris has joined #openstack-trove02:31
*** demorris has quit IRC02:40
*** Barker has joined #openstack-trove02:45
*** erkules_ has joined #openstack-trove02:50
*** erkules has quit IRC02:52
*** michael-yu has joined #openstack-trove02:53
*** sballe_ has quit IRC02:59
*** sballe_ has joined #openstack-trove03:00
*** sballe_ has quit IRC03:08
*** michael-yu has quit IRC03:13
*** ashestakov has joined #openstack-trove03:23
*** ashestakov has quit IRC03:28
*** mrsnivvel has joined #openstack-trove04:04
*** khyati_ has joined #openstack-trove04:15
*** harlowja is now known as harlowja_away04:23
*** michael-yu has joined #openstack-trove04:42
*** khyati_ has quit IRC04:44
*** mat-lowery has joined #openstack-trove04:45
*** rongze has quit IRC04:47
*** rongze has joined #openstack-trove04:48
*** rongze has quit IRC04:53
*** robertmyers has quit IRC04:59
*** khyati has joined #openstack-trove05:06
*** harlowja_away is now known as harlowja05:10
*** atomic77 has quit IRC05:10
*** mat-lowery has quit IRC05:19
*** rongze has joined #openstack-trove05:22
*** rongze has quit IRC05:27
*** mat-lowery has joined #openstack-trove05:31
*** SnowDust has joined #openstack-trove05:31
*** SnowDust has quit IRC05:34
*** khyati has quit IRC05:39
*** SnowDust has joined #openstack-trove05:40
*** SergeyLukjanov_ is now known as SergeyLukjanov05:46
*** yogesh has joined #openstack-trove05:46
*** Barker has quit IRC05:46
*** SergeyLukjanov is now known as SergeyLukjanov_05:49
*** mmcdaris has joined #openstack-trove05:50
*** mmcdaris has quit IRC05:50
*** rongze has joined #openstack-trove05:54
*** rongze has quit IRC06:01
*** mattgriffin has quit IRC06:18
*** mattgriffin has joined #openstack-trove06:19
*** Ranjitha has joined #openstack-trove06:24
*** yogesh has quit IRC06:27
*** yogesh has joined #openstack-trove06:29
*** arborism has joined #openstack-trove06:31
openstackgerritSushil Kumar proposed a change to openstack/python-troveclient: Enabled F821, H306, H402, and H404 flake8 rule  https://review.openstack.org/6636906:31
*** yogesh has quit IRC06:33
*** Ranjitha_ has joined #openstack-trove06:33
*** Ranjitha has quit IRC06:34
*** Ranjitha_ is now known as Ranjitha06:34
*** rongze has joined #openstack-trove06:35
*** SnowDust has quit IRC06:36
*** yogesh has joined #openstack-trove06:39
*** rongze_ has joined #openstack-trove06:39
*** rongze has quit IRC06:40
*** yogesh_ has joined #openstack-trove06:42
*** arborism is now known as amcrn06:44
*** harlowja is now known as harlowja_away06:45
*** yogesh__ has joined #openstack-trove06:45
*** yogesh has quit IRC06:46
*** yogesh_ has quit IRC06:48
*** matsuhashi has quit IRC06:50
*** matsuhashi has joined #openstack-trove06:54
*** michael-yu has quit IRC06:58
*** michael-yu has joined #openstack-trove07:02
*** mat-lowery has quit IRC07:03
*** mat-lowery has joined #openstack-trove07:15
*** amcrn has quit IRC07:15
*** mattgriffin has quit IRC07:36
*** amcrn has joined #openstack-trove07:37
*** krast has quit IRC07:44
*** flaper87|afk is now known as flaper8708:12
openstackgerritJustin Hopper proposed a change to openstack/trove: Fixed Instance Status usage  https://review.openstack.org/6606308:12
openstackgerritA change was merged to openstack/trove: Edits on help strings  https://review.openstack.org/6765908:14
*** atomic77 has joined #openstack-trove08:14
*** michael-yu has quit IRC08:25
*** krast has joined #openstack-trove08:27
*** vgnbkr has quit IRC08:31
*** vgnbkr has joined #openstack-trove08:31
openstackgerritA change was merged to openstack/trove: Spelling correction in taskmanager/models.py  https://review.openstack.org/6742608:40
openstackgerritSushil Kumar proposed a change to openstack/python-troveclient: Updates common.check_for_exceptions and its calls  https://review.openstack.org/6500308:46
*** SushilKM has joined #openstack-trove08:47
*** rongze_ has quit IRC09:06
*** konetzed has quit IRC09:06
*** yogesh__ has quit IRC09:10
*** rongze_ has joined #openstack-trove09:11
*** konetzed has joined #openstack-trove09:11
*** rongze_ has quit IRC09:13
*** konetzed has quit IRC09:13
*** rongze has joined #openstack-trove09:14
*** Ranjitha has quit IRC09:31
*** Ranjitha has joined #openstack-trove09:32
*** konetzed has joined #openstack-trove09:41
*** Ranjitha has quit IRC09:42
*** atomic77 has quit IRC09:44
*** SergeyLukjanov_ is now known as SergeyLukjanov09:51
*** amcrn has quit IRC10:01
*** yogesh has joined #openstack-trove10:21
*** yogesh has quit IRC10:26
*** SushilKM has quit IRC10:30
*** SushilKM has joined #openstack-trove10:34
*** SushilKM has quit IRC10:38
*** rongze has quit IRC10:45
*** rongze has joined #openstack-trove10:45
*** ig0r_ has joined #openstack-trove10:49
*** rongze has quit IRC10:50
*** matsuhashi has quit IRC11:05
*** matsuhashi has joined #openstack-trove11:14
*** rongze has joined #openstack-trove11:16
*** rongze has quit IRC11:20
*** jimbobhickville has joined #openstack-trove11:39
openstackgerritAndrey Shestakov proposed a change to openstack/python-troveclient: Add Neutron support  https://review.openstack.org/6148111:43
openstackgerritAndrey Shestakov proposed a change to openstack/trove: Add Neutron support  https://review.openstack.org/6321211:53
*** rongze has joined #openstack-trove11:57
*** ashestakov has joined #openstack-trove11:59
*** erkules_ is now known as erkules12:02
*** Barker has joined #openstack-trove12:18
openstackgerritDenis M. proposed a change to openstack/trove: Status change on missing template issue  https://review.openstack.org/5884512:20
*** nosnos has quit IRC12:36
*** matsuhashi has quit IRC12:39
*** pdmars has joined #openstack-trove12:42
*** SergeyLukjanov is now known as SergeyLukjanov_13:13
*** ig0r_ has quit IRC13:20
*** ig0r_ has joined #openstack-trove13:20
*** SergeyLukjanov_ is now known as SergeyLukjanov13:22
*** ig0r_ has quit IRC13:25
*** ig0r_ has joined #openstack-trove13:32
*** SushilKM has joined #openstack-trove13:32
*** mattgriffin has joined #openstack-trove13:37
*** ig0r_ has quit IRC13:37
*** mattgriffin has quit IRC13:41
*** SergeyLukjanov is now known as SergeyLukjanov_a13:50
*** SergeyLukjanov_a is now known as SergeyLukjanov_13:51
*** sballe has joined #openstack-trove14:06
*** SergeyLukjanov_ is now known as SergeyLukjanov14:12
*** zasimov has quit IRC14:15
*** zasimov has joined #openstack-trove14:15
openstackgerritDenis M. proposed a change to openstack/trove-integration: Initial support for single instance Cassandra Database  https://review.openstack.org/5266614:16
*** jcru has joined #openstack-trove14:24
*** robertmyers has joined #openstack-trove14:30
*** Barker has quit IRC14:31
*** demorris has joined #openstack-trove14:32
*** SushilKM has quit IRC14:37
*** ikhudoshyn has quit IRC14:41
*** grapex has joined #openstack-trove14:42
*** grapex has quit IRC14:47
*** djohnstone has joined #openstack-trove14:48
*** grapex has joined #openstack-trove14:48
*** djohnstone has quit IRC14:48
*** djohnstone has joined #openstack-trove14:48
*** radez_g0n3 is now known as radez14:48
*** djohnstone1 has joined #openstack-trove14:50
*** rongze has quit IRC14:51
*** djohnstone has quit IRC14:53
*** demorris_ has joined #openstack-trove15:02
*** demorris has quit IRC15:03
*** demorris_ is now known as demorris15:03
*** amytron has joined #openstack-trove15:03
*** Barker has joined #openstack-trove15:15
*** kevinconway has joined #openstack-trove15:21
*** mattgriffin has joined #openstack-trove15:25
*** jmontemayor has joined #openstack-trove15:28
openstackgerritKevin Conway proposed a change to openstack/trove-integration: Add support for kick-starting postgresql  https://review.openstack.org/5760815:28
*** mrsnivvel has quit IRC15:29
*** mat-lowery has joined #openstack-trove15:36
*** mat-lowe_ has joined #openstack-trove15:39
*** datsun180b has joined #openstack-trove15:41
*** mat-lowery has quit IRC15:42
*** ViswaV has joined #openstack-trove15:49
*** mat-lowe_ has quit IRC15:53
*** ViswaV has quit IRC15:54
*** jcooley_ has joined #openstack-trove15:57
*** jimbobhickville has quit IRC15:58
*** jmontemayor has quit IRC16:00
*** jmontemayor has joined #openstack-trove16:01
*** michael-yu has joined #openstack-trove16:01
*** jmontemayor has quit IRC16:02
*** jmontemayor has joined #openstack-trove16:02
*** rnirmal has joined #openstack-trove16:12
*** tanisdl has joined #openstack-trove16:12
*** SushilKM has joined #openstack-trove16:13
*** mat-lowery has joined #openstack-trove16:15
*** mat-lowery has quit IRC16:17
*** mat-lowe_ has joined #openstack-trove16:17
*** jasonb365 has joined #openstack-trove16:19
*** michael-yu has quit IRC16:21
*** ashestakov has quit IRC16:23
*** tanisdl has quit IRC16:28
*** jasonb365 has quit IRC16:47
*** jmontemayor has quit IRC16:47
*** Barker has quit IRC16:47
*** jmontemayor has joined #openstack-trove16:49
*** Barker has joined #openstack-trove16:53
*** jasonb365 has joined #openstack-trove16:56
*** jasonb365 has quit IRC16:57
*** kevinconway_ has joined #openstack-trove17:00
*** kevinconway has quit IRC17:00
*** kevinconway_ is now known as kevinconway17:00
*** jcru has quit IRC17:01
*** jasonb365 has joined #openstack-trove17:01
*** robertmy_ has joined #openstack-trove17:02
*** pdmars_ has joined #openstack-trove17:02
*** pdmars has quit IRC17:02
*** SergeyLukjanov is now known as SergeyLukjanov_17:03
*** ashestakov has joined #openstack-trove17:05
*** robertmyers has quit IRC17:05
*** jcru has joined #openstack-trove17:06
ashestakovdo anyone wants chat about ceilometer integration?17:27
hub_capashestakov: we need integration :)17:27
hub_caprobertmy_: and vipul SlickNik juice know about how they use the notifications currentl17:28
hub_capjuice: u ever fix that damn bug yo?17:28
hub_capthe one that fails us from the gate randomly17:28
robertmy_hub_cap: we just use standard notifications17:29
robertmy_so it is up to the end use to make ceilometer to listen to them17:29
*** pdmars_ has quit IRC17:29
robertmy_which I believe is simple, just never done it myself17:29
ashestakovi wrote gist with list of possible events/pollers for trove https://gist.github.com/andreyshestakov/858298217:29
*** pdmars has joined #openstack-trove17:29
*** robertmy_ is now known as robertmyers17:30
*** demorris has quit IRC17:30
hub_caprobertmyers: what im getting at is that you care about the message in the event sent17:31
hub_caperr the payload17:31
hub_capand the fact that we send them17:32
robertmyersyes :)17:32
hub_capso if ashestakov is going to revamp it, u should be in the talks17:32
hub_cap;)17:32
robertmyersno change allowed17:32
robertmyers:) only additive ashestakov17:32
ashestakovwhat events uses right now?17:32
robertmyersit should be in the original blue print17:33
robertmyersI'll look it up17:33
*** pdmars has quit IRC17:34
hub_caphehe robertmyers17:34
ashestakovis /mgmt/accounts API uses too?17:35
hub_capwhat do u mean ashestakov ?17:38
hub_capby the way ashestakov i read the gist, i approve of the notifications, but im not sure if we need database/user messages..17:39
ashestakovyep, databases/users is hard to track17:40
ashestakovi see API routes for /mgmt/accounts which returns numUnstances for tenant17:40
ashestakovdoest it uses in your deploymens?17:40
hub_capAhhhh, your saying /mgmt/accounts looks broken for you ?17:41
hub_capso let me give you a small bit of history for why some of our mgmt apis are broken17:41
hub_capwe had our own extensions, and modified some nova extensions, and never published those back to nova17:41
hub_capit was a fail on our part17:42
hub_capso we have mgmt api calls that talk to nova, but assume its in the format we care about17:42
hub_cap_some_ have been fixed by hp17:42
hub_capbut its possible u found a broken one17:42
ashestakovfor ceilometer will need some api to retrieve stats about instances/backups17:43
ashestakovi saw /mgmt/accounts but it returns numInstances only for one tenant17:43
*** tanisdl has joined #openstack-trove17:44
hub_capthts odd! sounds like a bug17:44
hub_capand youve created instances w/ > 1 tenant in your environment i assume, right ashestakov ?17:44
ashestakovliiks like not bug, the api route is /{tenant_id}/mgmt/accounts17:45
hub_capif youre using devstack+cli then u will only have 1 tenant17:45
hub_capthats the admin tenant17:45
hub_capso /admin/mgmt/accounts17:45
hub_capand itll give u all accts since youre admin17:45
ashestakovi not sure how it implemented in different projects yet, but i think it should return stats about all instances with tetants in metadata17:46
hub_capmaybe we dont need it, and its redundant17:46
hub_capit does ashestakov17:46
hub_capso as an admin17:46
hub_capyou call17:46
hub_cap/adminuuid/mgmt/accounts17:46
robertmyersashestakov: https://wiki.openstack.org/wiki/Trove/trove-notifications < current notifications17:46
hub_capand it will give you al the info about all the tenants17:46
hub_capcuz youre admin17:46
hub_capthe {tenant_id} is not really part of the "path" pf the resource17:47
ashestakovif i have tenants admin and demo, i call /admin/mgmt/accounts, will it show info about demo tenant?17:47
hub_capso dont think of it as getting _that_ tenants stuff17:47
hub_capashestakov: it will show about admin and demo17:47
robertmyersashestakov: as long as those are not removed we should be okay17:47
hub_capassming both admin and demo have trove instances :)17:47
ashestakovhub_cap: ah, thats cool17:47
hub_capbut i do agree17:47
hub_capthat {tenant_id} is redundant in the new api17:48
hub_capopenstack is phasing it out in general17:48
hub_capand youwill pass that data in headers, so then it will make sense for "the permission of the user who passed the data in headers"17:48
hub_capand it wil be /mgmt/accounts17:48
hub_capor even we can remove /mgmt17:49
hub_capbut this is next iteration of the api (not something to do now hehe)17:49
hub_capvipul: SlickNik atlanta summit we should just say "we are blocking off 3 hrs of our ~6" or whatever the numbers are17:49
hub_capand we are going to be drafting api v2 together17:49
hub_capand take breaks when u need to :)17:50
hub_capbasically just block off a chunk of our own time during the summit in the official rooms :)17:50
*** amcrn has joined #openstack-trove17:50
ashestakovso, events which i proposed will additive to existent, but some will duplicated (eg. instance.create with instance.create.end)17:51
ashestakovis it ok?17:51
robertmyersashestakov: that is fine17:52
*** SushilKM has quit IRC17:53
robertmyersthen, we can eventually move to the new messages and deprecate the old ones17:53
ashestakovand /mgmt/accounts should be expanded too (backups stats at least)17:54
*** mmcdaris has joined #openstack-trove17:54
robertmyerssure, that seems like a good idea17:54
*** jasonb365 has quit IRC17:56
*** jcru has quit IRC17:57
hub_cap++ to all that ashestakov  and robertmyers17:57
*** ViswaV has joined #openstack-trove17:59
vipulwe might have to think about additional notifications for them to be a bit more useful in ceilometer17:59
vipuli believe Heat relies on ceilometer alarms to determine when to do things, like failover or sacle18:00
vipulscale18:00
vipulso just the current created / exists / deleted events may not really be enough18:00
*** mat-lowe_ has quit IRC18:01
*** mat-lowery has joined #openstack-trove18:02
*** esp has joined #openstack-trove18:02
juicehub_cap: yes i did - I'll send you the link18:05
*** SergeyLukjanov_ is now known as SergeyLukjanov18:06
hub_caphooray!!!18:06
juicehub_cap: yes I did, I'll send you the link18:06
hub_caphooray!!!18:06
hub_cap;)18:06
*** jasonb365 has joined #openstack-trove18:06
hub_capwe need to focus on the gate killers for trove18:07
hub_capi think the gate has IGS18:07
hub_capirritable gate syndrome18:07
juicehub_cap ->  https://review.openstack.org/6606318:07
mat-loweryhub_cap, vipul, and denis_makogon disagree on keystone endpoints--whether Trove should get endpoints from conf first or keystone. I submitted the patch with conf overriding keystone but then denis_makogon stated that it was discussed that it would be the other way. Then vipul commented that it should be conf then keystone. hub_cap you stated keystone then conf (in the bug https://bugs.launchpad.net/trove/+bug/1222891) (agreeing with18:07
mat-lowery denis_makogon I believe). Is this a good time to set me straight?18:07
hub_capmat-lowery: mat-lowery /me views18:08
*** harlowja_away is now known as harlowja18:10
*** jmontemayor has quit IRC18:10
hub_capwelp, the reason this is like that is cuz of fakemode, so that we can specify fake impls of our client, or in a production env so that a user could say, have their own glance they use, and have it not be (or be different) from the one in the svc catalog18:10
*** jmontemayor has joined #openstack-trove18:10
hub_capso it seems to me that i might not have been thnking when i put that comment on the bug...18:11
hub_capi think it would amke sense to let trove operators (conf) decide first, and then use keystone if needed18:11
hub_capfor instance, in rax we have our own glance18:11
hub_capbut not our own swift18:11
*** yidclare has joined #openstack-trove18:12
hub_caplet me look @ the review tho18:12
mat-loweryhub_cap: Makes sense to me. Does denis_makogon need convincing?18:12
*** mmcdaris has quit IRC18:12
ashestakovvipul: event instance.fail will added, maybe more event types, like crashed, stopped, error18:13
hub_capin general, if you get a -2 mat-lowery it means a person needs convincing18:13
vipulashestakov: cool18:13
hub_capor if they dont have -2 and come to someone w/ -2 to discuss18:13
hub_capbut i think all of core will agree w/ this order18:14
hub_capand good work on the code so far :)18:14
vipulmat-lowery: I think conf should be first18:14
openstackgerritSushil Kumar proposed a change to openstack/trove: Corrects help messages in cfg.py  https://review.openstack.org/6871718:14
hub_caponly 5 patchsets is pretty impressive honestly for a first commit ;) right vipul ?18:14
vipulhub_cap: totally.. it's a good substantial commit too ;)18:14
*** mmcdaris has joined #openstack-trove18:15
vipulmat-lowery: nice work!18:15
hub_capexactly vipul18:17
mat-loweryvipul, hub_cap: Thanks! I will proceed with conf then keystone.18:18
*** yogesh has joined #openstack-trove18:19
hub_capmat-lowery: <318:20
*** Ranjitha has joined #openstack-trove18:25
*** jasonb365 has quit IRC18:26
openstackgerritSushil Kumar proposed a change to openstack/trove: Corrects help messages in cfg.py  https://review.openstack.org/6871718:27
*** jimbobhickville has joined #openstack-trove18:27
*** michael-yu has joined #openstack-trove18:28
ViswaVmat-lowery: good work !18:30
*** michael-yu has quit IRC18:31
*** jcooley_ has quit IRC18:31
*** michael-yu has joined #openstack-trove18:32
*** khyati_ has joined #openstack-trove18:36
*** cweid has quit IRC18:39
*** cweid has joined #openstack-trove18:40
*** mmcdaris has left #openstack-trove18:44
*** jcooley_ has joined #openstack-trove18:45
openstackgerritA change was merged to openstack/trove-integration: adding UNDO_REQUIREMENTS=False to the localrc.rc  https://review.openstack.org/6604518:46
openstackgerritSushil Kumar proposed a change to openstack/trove: Adds exception handling to heat code  https://review.openstack.org/6363618:48
*** SushilKM has joined #openstack-trove18:49
SushilKMhub_cap, slicknik plz review https://review.openstack.org/#/c/6363618:55
jimbobhickvilleamcrn: I renamed the sql migrate file in https://review.openstack.org/#/c/63523/ so feel free to +2 it now :D18:58
amcrnjimbobhickville: nice, consider it done19:00
*** jcooley_ has quit IRC19:01
*** amytron has quit IRC19:08
*** SushilKM has quit IRC19:08
*** robertmyers has quit IRC19:09
*** robertmyers has joined #openstack-trove19:09
*** amytron has joined #openstack-trove19:10
*** jcru has joined #openstack-trove19:13
openstackgerritAuston McReynolds proposed a change to openstack/python-troveclient: Support Extensions to Trove Client  https://review.openstack.org/6575819:13
*** jasonb365 has joined #openstack-trove19:15
*** SushilKM has joined #openstack-trove19:16
*** mat-lowery has quit IRC19:18
*** SlickNik has left #openstack-trove19:19
*** SlickNik has joined #openstack-trove19:19
*** jasonb365 has quit IRC19:20
*** mat-lowery has joined #openstack-trove19:22
*** mat-lowery has quit IRC19:23
*** khyati_ has quit IRC19:23
*** mat-lowe_ has joined #openstack-trove19:23
*** khyati_ has joined #openstack-trove19:24
*** jasonb365 has joined #openstack-trove19:28
*** harlowja is now known as harlowja_away19:31
*** pdmars has joined #openstack-trove19:37
*** ashestakov has quit IRC19:41
*** amrit has joined #openstack-trove19:50
openstackgerritSushil Kumar proposed a change to openstack/trove: Changes encoding from 'ascii' to 'utf-8'  https://review.openstack.org/6873819:50
*** maxbelousov has joined #openstack-trove19:52
*** mattgriffin has quit IRC19:53
*** maxbelousov has quit IRC19:53
*** harlowja_away is now known as harlowja19:59
*** rnirmal has quit IRC20:05
*** rnirmal has joined #openstack-trove20:07
*** mat-lowe_ has quit IRC20:11
openstackgerritA change was merged to openstack/trove: Adds exception handling to heat code  https://review.openstack.org/6363620:12
*** rnirmal has quit IRC20:12
*** mat-lowery has joined #openstack-trove20:14
*** mat-lowery has quit IRC20:15
*** mat-lowe_ has joined #openstack-trove20:15
*** mat-lowe_ has quit IRC20:16
*** mat-lowery has joined #openstack-trove20:16
*** mat-lowery has quit IRC20:17
*** mat-lowe_ has joined #openstack-trove20:18
*** mat-lowe_ has quit IRC20:18
*** mat-lowery has joined #openstack-trove20:19
*** SushilKM has quit IRC20:21
*** vipul is now known as vipul-away20:24
*** amrith has joined #openstack-trove20:27
*** SergeyLukjanov is now known as SergeyLukjanov_20:28
*** kevinconway_ has joined #openstack-trove20:33
*** kevinconway has quit IRC20:34
*** kevinconway_ is now known as kevinconway20:34
*** vipul-away is now known as vipul20:36
*** vipul is now known as vipul-away20:40
*** rnirmal has joined #openstack-trove20:41
*** jasonb365 has quit IRC20:51
*** grapex has quit IRC20:52
*** grapex has joined #openstack-trove20:52
*** jimbobhickville1 has joined #openstack-trove20:54
*** jimbobhickville has quit IRC20:55
*** jasonb365 has joined #openstack-trove20:55
*** datsun180b has quit IRC20:58
*** jmontemayor has quit IRC21:00
*** jmontemayor has joined #openstack-trove21:02
*** mat-lowery has quit IRC21:02
*** mat-lowery has joined #openstack-trove21:03
*** jmontemayor has quit IRC21:03
*** jmontemayor has joined #openstack-trove21:03
*** amytron has quit IRC21:06
*** vipul-away is now known as vipul21:18
*** djohnstone1 has quit IRC21:42
*** michael-yu has quit IRC21:49
*** edmund1 has joined #openstack-trove21:58
*** jasonb365 has quit IRC21:58
*** djohnstone has joined #openstack-trove22:12
*** amytron has joined #openstack-trove22:12
*** grapex has quit IRC22:15
*** jmontemayor has quit IRC22:15
*** Barker has quit IRC22:16
*** radez is now known as radez_g0n322:16
*** Barker has joined #openstack-trove22:16
*** Barker has quit IRC22:16
*** jcru has quit IRC22:18
*** jimbobhickville1 has quit IRC22:19
*** mat-lowery has quit IRC22:27
*** kevinconway has quit IRC22:28
*** mat-lowery has joined #openstack-trove22:31
*** mat-lowery has quit IRC22:32
*** mat-lowe_ has joined #openstack-trove22:32
*** mat-lowe_ has quit IRC22:33
*** mat-lowery has joined #openstack-trove22:33
*** amcrn has quit IRC22:35
*** robertmyers has quit IRC22:46
*** michael-yu has joined #openstack-trove22:46
*** mat-lowery has quit IRC23:00
openstackgerritA change was merged to openstack/trove: Changes encoding from 'ascii' to 'utf-8'  https://review.openstack.org/6873823:01
*** mat-lowery has joined #openstack-trove23:03
*** mat-lowery has quit IRC23:04
*** mat-lowe_ has joined #openstack-trove23:04
*** mat-lowe_ is now known as mat-lowery23:04
*** mat-lowery has quit IRC23:05
*** mat-lowe_ has joined #openstack-trove23:05
openstackgerritA change was merged to openstack/trove: make datastore_version_id required  https://review.openstack.org/6352323:08
openstackgerritA change was merged to openstack/python-troveclient: Updates common.check_for_exceptions and its calls  https://review.openstack.org/6500323:09
*** plodronio has left #openstack-trove23:14
*** amrith has quit IRC23:14
*** yogesh has quit IRC23:18
*** amytron has quit IRC23:21
*** grapex has joined #openstack-trove23:24
openstackgerritMichael Basnight proposed a change to openstack/trove: Removes XML api from trove  https://review.openstack.org/6833323:27
*** mat-lowe_ has quit IRC23:31
*** ashestakov has joined #openstack-trove23:32
*** tanisdl has quit IRC23:38
*** erkules has quit IRC23:39
*** erkules has joined #openstack-trove23:40
*** djohnstone has quit IRC23:44
*** amcrn has joined #openstack-trove23:46
*** grapex has quit IRC23:55
*** ashestakov has quit IRC23:55

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