/srv/irclogs.ubuntu.com/2016/05/02/#juju-dev.txt

thumpermenn0: https://github.com/juju/gomaasapi/pull/5301:19
menn0thumper: will look shortly01:19
thumperkk01:19
veebersHi all, have an issue deploying mediawiki-single as per the 'getting started' guide (that I'm going through). The mysql unit (lxd) fails to start, looks like it cannot setup the storage (Fatal error: cannot allocate memory for the buffer pool). Appears there is no swap available etc. too. Any thoughts on how to debug this?01:42
veebersugh, I was wrong about swap it seems. plenty there and free memory too01:46
menn0thumper: LGTM01:54
menn0veebers: so the machine for the mediawiki unit has come up but mediawiki isn't starting?01:56
veebersmenn0: correct01:57
veebersmenn0: status was "Hook start failed", I ssh-ed in to check error logs, mysql failed when trying to start the storage backend01:57
veebersmenn0: I've, uh, since blown it away and I'm trying to just deploy a mysql unit now01:58
menn0veebers: i'm no mysql expert I'm afraid. it would be useful to see more of the logs around the failure though.01:58
menn0veebers: maybe one of the mysql options set by the mediawiki-single bundle isn't right? (https://api.jujucharms.com/charmstore/v5/bundle/mediawiki-single-9/archive/bundle.yaml)02:00
veebersmenn0: Hmm, My initial thought on the error may be a red herring. The single mysql deploy failed too, similar logs. It appears something bad happens at the start and it keeps trying then at some point the storage backend can no longer even be intantiated.02:02
veebersmenn0: logs: http://paste.ubuntu.com/16184547/ (line 52 there seems like the first bad thing, aborts on the next line)02:03
menn0veebers: weird... all I can suggest is to look at the mysql logs for the machine hosting the unit and the logs for the juju unit itself.02:03
veebersmenn0: aye, posted is the mysql error log.02:03
menn0veebers: I just did some digging. it seems like mysql is wanting to allocate 12.5GB for it's buffer pool. This comes from the "dataset-size: 80%" (I'm guessing your machine has 16GB of RAM)02:11
menn0veebers: this is fine on a completely isolated machine but with lxd, they're all seeing the same available memory so there's probably not enough memory left after mediawiki is installed (and whatever else is running on your machine)02:13
menn0veebers: it would be interesting to see what happens when you deploy mysql with "dataset-size: 20%" or something02:16
menn0veebers: actually, better idea. before deploy into the model do this: lxc profile set juju-<your-model-name> limits.memory 1GB02:22
menn0that will cause all lxd containers for the model to be limited to 1GB of RAM02:22
menn0then mysql will only attempt to grab 80% of 1GB02:22
menn0veebers: I bet that would do the trick02:22
menn0tweak the limit as you like of course02:23
veebersmenn0: interesting, I've learned someting new. I'll have a crack at trying that. Thanks :-)02:29
menn0veebers: I learned a few things too :)02:30
veebersmenn0: is that 'lxc profile' or 'lxd profile'02:31
menn0veebers: lxc02:31
menn0the command to interact with lxd is lxc (confusingly)02:31
menn0the lxd binary is the daemon itself02:32
veebershah awesome, thanks for clarifying.02:32
mupBug #1551141 changed: Juju bootstrap local - cannot get replset config: not authorized for query on local.system.replset <juju-core:Expired> <https://launchpad.net/bugs/1551141>04:35
menn0thumper: review please https://github.com/juju/juju/pull/532204:40
* thumper looks04:41
thumpermenn0: done04:45
* thumper afk for a bit04:45
thumperoff to the storage unit04:45
menn0thumper: cheers05:12
menn0thumper: interestingly this was filed very recently: https://github.com/juju/juju/pull/532205:22
menn0thumper: this even: https://bugs.launchpad.net/juju-core/+bug/157685105:22
mupBug #1576851: juju debug-log -i unit-rabbitmq-server-0 is unfriendly <debug-log> <juju-release-support> <usability> <juju-core:Triaged> <https://launchpad.net/bugs/1576851>05:22
* thumper looks05:23
thumperyeah05:23
alexisbkatco, when you are in please ping me13:30
perrito666now that is an existencial request13:33
perrito666oh, missed the in :p13:34
alexisbperrito666, :)13:35
=== cmars` is now known as cmars
natefinchmgz: looking at the curl windows/centos SSL bug14:14
natefinchmgz: what version of curl are we using on centos?14:20
natefinchmgz: a quick google says older versions didn't have tls 1.1 or 1.2 enabled by default14:20
natefinchsinzui: ^ alternatively, do can you give me access to an example centos machine?14:21
natefinchRHEL-7 (lib)curl does not enable TLS > 1.0 by default.  Please use the --tlsv1 option of curl to negotiate the highest TLS version supported by client/server.14:21
sinzuinatefinch: I think I can give you one based on a snapshot of the current host that runs unit tests. It will take a while because I need to make a snapshot of the current one.14:22
sinzuinatefinch: in direct answer to your question14:23
sinzuicurl --version14:23
sinzuicurl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.19.1 Basic ECC zlib/1.2.7 libidn/1.28 libssh2/1.4.314:23
sinzuinatefinch: one moment I got confused. your working on bug 1576873 in our masses14:25
sinzui?14:25
mupBug #1576873: Juju2 cannot deploy centos or windows workloads on maas 1.9 <blocker> <centos> <ci> <maas-provider> <regression> <windows> <juju-core:In Progress by natefinch> <https://launchpad.net/bugs/1576873>14:25
natefinchsinzui: yes14:26
sinzuinatefinch: the curl version might be different. Probably not because I think yum is used to install curl14:26
natefinchsinzui: it probably doesn't matter. The error is fairly specific.14:27
natefinchsinzui: pretty sure if we just add --tlsv1, it'll work.  But having a real centos machine to poke at would help ensure the fix is correct without having to go through a full commit & CI run14:29
natefinchI guess I could always just fire up my own VM14:30
mupBug #1577415 opened: resource-get hangs when trying to deploy a charm with resource from the store <juju-core:New> <https://launchpad.net/bugs/1577415>14:30
sinzuinatefinch: Our centos are stock centos7 with some yum packages installed.14:42
natefinchsinzui: hmm, ok.  from starting the stock centos image on GCE, it looks like it is using a new enough version of curl to support TLS 1.214:42
=== thedac is now known as dames
sinzuinatefinch: I am doploying a cento7 on the maas 1.9. I don't expect it to be different, but I want to make sure.14:46
natefinchsinzui: thanks14:51
natefinchsinzui: I'd like to take a look when it's ready14:51
sinzuinatefinch: okay, this will be an aventure. have you got ssh rules to get into munna?14:52
natefinchsinzui: probably not, since I don't even know what munna is14:52
sinzuinatefinch: okay. once I am in, I will send you several ssh stanzas that will allow you to hop though all the inermediate hosts14:53
natefinchsinzui: good times14:53
katcoericsnow: standup time15:02
katcoalexisb: i think cherylj is out, so pinging you :) can we make this a blocker for 2.0 overall? 157741515:18
katcoalexisb: bug 157741515:18
mupBug #1577415: resource-get hangs when trying to deploy a charm with resource from the store <juju-core:New> <https://launchpad.net/bugs/1577415>15:18
alexisbyes we can add it to the list of blockers15:20
katcoalexisb: also, we're trying to get 1-pagers complete for a review tomorrow. can we work on that, or do we still need to be working on blocker bugs?15:21
=== marlinc_ is now known as marlinc
=== cargonza_ is now known as cargonza
=== arosales_ is now known as arosales
=== hazmat_ is now known as hazmat
natefinchkatco: we all just bailed. basically done anyway15:32
mbruzekDoes anyone know how to get to the controller machine using Juju commands? One machine didn't provision for me, and I am trying to get the logs from the controller, but I don't know how to refer to it using juju commands.15:39
katco`ericsnow: natefinch: redir: hilarious timing. right after you asked that, my power went out15:45
=== katco` is now known as katco
natefinchmbruzek: juju switch controller:admin && juju ssh 015:52
mbruzekthanks natefinch I am going to add that to the developer documentation15:53
natefinchmbruzek: (where controller is the name of the controller, obviously)15:53
mbruzekYes.15:53
katcoericsnow: natefinch: ok plan for specs vs. bugs16:19
katcoericsnow: please time-box your work on the spec to lunch, and then switch over to bugs16:19
katconatefinch: please just keep working on bugs16:19
alexisbperrito666, when you have a second I would like to chat with you16:19
natefinchkatco: cool thanks16:19
ericsnowkatco: k16:19
katcoericsnow: natefinch: i'll send out another email to ian letting him know the priority call16:19
perrito666alexisb: is now ok?16:19
katcoericsnow: natefinch: ta!16:20
alexisbperrito666, of course16:20
perrito666hangout or irc?16:20
katcoericsnow: when you do pick up another bug, bug 1576913 looked related to what you were working on friday.16:26
mupBug #1576913: StatusHistorySuite.TestPruneStatusHistory <blocker> <ci> <go1.6> <regression> <test-failure> <unit-tests> <windows> <juju-core:Triaged> <https://launchpad.net/bugs/1576913>16:26
ericsnowkatco: k, thanks16:26
katconatefinch: and this looked related to the area you're in: bug 157741516:28
mupBug #1577415: resource-get hangs when trying to deploy a charm with resource from the store <juju-core:New> <https://launchpad.net/bugs/1577415>16:28
mupBug #1576705 changed: cloudImageMetadataSuite.TestSaveDiffMetadataConcurrentlyAndOrderByDateCreated wrong order <blocker> <ci> <go1.6> <regression> <test-failure> <unit-tests> <windows> <juju-core:Fix Released by cox-katherine-e> <https://launchpad.net/bugs/1576705>16:28
katconatefinch: err... wrong bug: 157669516:28
katconatefinch: bug 157669516:28
mupBug #1576695: Deployer cannot talk to Juju2 (on maas2) because :tlsv1 alert protocol version <ci> <deployer> <maas-provider> <regression> <juju-core:Triaged> <https://launchpad.net/bugs/1576695>16:28
* katco spams the channel16:28
* natefinch breaks everything16:29
natefinchhonestly, I'm pretty happy breaking people who aren't supporting the most secure connection possible.. .especially when it's not exactly a bleeding edge configuration16:29
natefinchI wish we could have aliases for clouds, so when I type juju bootstrap gce gce or ec2 ec2, it actually worked16:31
natefinchalso, defaulting to the name of the cloud would be nice16:31
natefinchkatco: yeah, that's definitely due to the TLS change. Oddly enough, the error message is ssl.SSLError: [Errno 1] _ssl.c:510: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version  .... SSL3??? definitely not secure. We weren't even supposed to be supporting that previously. If it worked with SSL3 before, that was a bug16:34
katconatefinch: glad it is in capable hands :)16:35
natefinchkatco: do you know who controls the deployer code?  I don't even know where it lives or who to talk to about it16:36
katconatefinch: that is ecosystems, i.e. marcoceppi16:36
natefinchsinzui: FWIW, I can run run that curl using the same flags etc from a generic GCE Centos7 VM to a server deployed from master's Juju... so not sure what's different about the CentOS that I'm running vs. what CI is deploying.16:46
sinzuinatefinch: yeah. I don't know either. that last two I tried to deploy just failed to come up. I need to look into the health ot the maas.16:51
sinzuinatefinch: I could just re-run the failing job with --keep-env so that we can get tot the actualy machine that failed16:52
natefinchsinzui: that would be useful16:52
* sinzui starts job16:53
mupBug #1576728 changed: ConnectSuite.TestLocalConnectError: windows cannot connect to local lxd server <blocker> <ci> <go1.6> <regression> <test-failure> <unit-tests> <windows> <juju-core:Fix Released by cox-katherine-e> <https://launchpad.net/bugs/1576728>16:58
sinzuinatefinch: I am in the centos instance on the maas. I see17:08
sinzuicurl --version17:08
sinzuicurl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.15.4 zlib/1.2.7 libidn/1.28 libssh2/1.4.317:08
* sinzui prepares connection info17:08
natefinchsinzui: that is a slightly different version, at least of NSS17:10
sinzuinatefinch: yeah. almost got you the info17:10
sinzuinatefinch: maas centos images have a different origin. They officially come from maas17:11
sinzuiby way of something17:11
sinzuinatefinch: check you email for connection info17:16
natefinchsinzui: thanks17:19
sinzuinatefinch: ha ha. since munna can only access ubuntu/canonical machines. It cannot get updates. I wonder if curl has an update, but we cannot get it17:19
sinzuinatefinch: damn, I can see the centos images in the maas are current from http://images.maas.io/ephemeral-v2/daily/17:22
natefinchgah, is there a way to get the model UUID from juju?17:26
natefinchusually I just peel it off the instanceID, but I guess maas doesnt' do that17:27
natefinchdoesn't matter... I get error even with a bad URL, makes sense.17:29
natefinchsinzui: gotta run for lunch, back in an hour17:29
natefinchsinzui: I'm logged in, and would like to continue after lunch, but feel free to kick me off if you need to17:30
=== natefinch is now known as natefinch-lunch
sinzuinatefinch: The machines are yours for now. I don't think CI will miss them today17:30
marcoceppinatefinch-lunch: what you need for deployer?17:48
redirericsnow: got a second to explain your last comment on that review?17:55
ericsnowredir: sure17:55
redirk. I'll be in moonstone when you get to a stopping point.17:56
=== natefinch-lunch is now known as natefinch
natefinchmarcoceppi: detailed in #juju, but essentially core disabled everything but TLS1.2 and the python deployer chokes on that for some reason18:35
natefinchmarcoceppi: https://bugs.launchpad.net/juju-core/+bug/157669518:36
mupBug #1576695: Deployer cannot talk to Juju2 (on maas2) because :tlsv1 alert protocol version <ci> <deployer> <maas-provider> <regression> <juju-core:Triaged> <https://launchpad.net/bugs/1576695>18:36
natefinchsinzui: it's definitely the NSS version... the version oni the CI machine is from April 2014.  The one on my GCE instance is from June 2015.  In between there, TLS 1.1 and 1.2 got enabled by default... they weren't before that18:43
sinzuinatefinch: do we need to report a bug against maas. the images crom from them18:47
sinzuiwow, maas centos images are 2 years stale?18:48
natefinchsinzui: I have no idea if their image is "incorrect"18:48
natefinchsinzui: this one library seems significantly out of date in a way that happens to screw us18:48
sinzuinatefinch: I think an old image is being adopted. I am going to have a chat with some parties18:49
natefinchsinzui: if we add  --ciphers ecdhe_rsa_aes_256_sha --tlsv1 to the curl command, it works18:54
natefinch(in theory we could add all the ciphers that the server supports, but I know it supports that one so I just chose one)18:54
sinzuinatefinch: oh, nice, I am still hoping for a talk with others about fresh images. Surely something else will fail this year18:55
natefinchsinzui: defaulting to having tls 1.1 and 1.2 disabled is kind of crazy.18:59
sinzuinatefinch: agreed19:00
mupBug #1577524 opened: Error calling ''lxd forkstart juju-machine-2-lxd-0 /var/lib/lxd/containers             /var/log/lxd/juju-machine-2-lxd-0/lxc.conf'': err=''exit status 1'' <ci> <deploy> <intermittent-failure> <lxd> <juju-core:Triaged> <https://launchpad.net/bugs/1577524>19:07
mupBug #1577524 changed: Error calling ''lxd forkstart juju-machine-2-lxd-0 /var/lib/lxd/containers             /var/log/lxd/juju-machine-2-lxd-0/lxc.conf'': err=''exit status 1'' <ci> <deploy> <intermittent-failure> <lxd> <juju-core:Triaged> <https://launchpad.net/bugs/1577524>19:13
mupBug #1577524 opened: Error calling ''lxd forkstart juju-machine-2-lxd-0 /var/lib/lxd/containers             /var/log/lxd/juju-machine-2-lxd-0/lxc.conf'': err=''exit status 1'' <ci> <deploy> <intermittent-failure> <lxd> <juju-core:Triaged> <https://launchpad.net/bugs/1577524>19:28
marcoceppinatefinch: lp:juju-deployer is the code19:33
thumperfwereade_: hey, I'm around early if you want to jump on the hangout19:48
natefinchsinzui: do you know what version of python is running for the deployer tests?  Do we log that anywhere? I see 2.7... but 2.7.what?19:50
natefinchsinzui: sounds like some older versions of python 2.7 don't have TLS 1.2 support19:51
natefinch(yay for runtime dependencies :/)19:52
sinzuinatefinch: as always, that depends on the ubuntu version of the host. We test deployer with xenia, wily, trusty19:52
natefinchsinzui: np, I'll check.... I'm guessing trusty comes with 2.7.619:53
natefinchsinzui: yep, that's it19:54
sinzuinatefinch: trusty is Python 2.7.6. xenial is 2.7.11+19:54
natefinchfantastic19:54
natefinchPython 2.7.6 was released on November 10, 201319:55
natefinchsinzui: is there any way the deployer can be made to require a newer version of python?19:55
sinzuinatefinch: That is unlikely. deployer in trusty needs to work with trusty19:56
natefinchsinzui: and trusty can't be updated with a version of python newer than 2.5 years old?19:57
sinzuinatefinch: Security updates are made from time to time. this is the reality that users have https://launchpad.net/ubuntu/+source/python2.719:57
natefinchsinzui: I'd call "not having support for tls 1.2" a security issue :/19:58
alexisbnatefinch, if there is an issue with deployer we should open a bug against it19:58
natefinchsinzui: sorry, don't mean to be grumpy19:58
natefinchalexisb: yep19:58
alexisbwe have plenty of our own bugs to work19:58
alexisbmarcoceppi and team are more then capable :)19:58
natefinchalexisb: really, it's just the version of python on trusty that is the problem19:58
sinzuinatefinch: https://launchpad.net/ubuntu/+source/python3.4 is in trusty. If that is suitable, then deployer needs to require it19:59
natefinchalexisb: maybe there's a code work around, I dunno19:59
alexisbI am just reading back scroll but it looks to me that deployer needs to learn about the right version of python in trusty?20:00
sinzuialexisb: only if the right version is in trusty20:00
natefinchalexisb: well, it sounds like their choices are 2.7.6, which is flawed, or 3.x ... which may be a non-trivial change20:00
alexisbnatefinch, either way looks like a bug against deployer needs to be opened so discussion can start there and we can get the right eyes on the problem20:01
mupBug #1577550 opened: juju fails to provision machine and will not retry <juju-core:New> <https://launchpad.net/bugs/1577550>20:02
natefinchalexisb: absolutely20:02
natefinchsinzui: should we move the current bug to deployer? https://bugs.launchpad.net/juju-core/+bug/157669520:02
mupBug #1576695: Deployer cannot talk to Juju2 (on maas2) because :tlsv1 alert protocol version <ci> <deployer> <maas-provider> <regression> <juju-core:Triaged> <https://launchpad.net/bugs/1576695>20:02
natefinchsinzui: btw, pretty sure the fact it's on Maas is a red herring20:02
sinzuinatefinch: I think we will add them so that we can track the issue too.20:03
natefinchsinzui: sounds good20:03
sinzuiwhat20:03
natefinchsinzui: just saying, the bug title mentions maas2, but I think that's not an interesting data point, other than it's trusty20:05
sinzuinatefinch: something is amiss. The bug is about deployer 2.x, not maas 2.20:05
* sinzui fixes bug and issue20:05
mgzthere are two bugs20:05
mgzone is maas centos images20:05
mgzone is python 2.7.620:06
natefinch...and one is windows that I'm just starting to look at, and I don't really understand what the failure is say: http://reports.vapour.ws/releases/3935/job/maas-1_9-deploy-centos-amd64/attempt/364#highlight20:06
natefinchmgz: those two bugs you mentioned are filed separately20:08
mgznatefinch: I know, but they were the two I was just looking at20:08
natefinchmgz: ahh ok20:09
mgznatefinch: windows is likely similar issue to centos, but for some reason we don't have the cloud-init logs from the machine20:09
ericsnowkatco: you were right that it looked like the same thing:  http://reviews.vapour.ws/r/4752/20:09
mgzthe winrm log collection times out trying to get in20:10
mgzit worked when the test was passing20:10
natefinchmgz: maybe also a python 2.7 problem?20:11
katcoericsnow: awesome!20:12
mgznatefinch: yeah, could be, not sure what version the image includes20:13
ericsnowkatco: quick review?20:13
katcoericsnow: sure sec20:17
mgzthe last successful run cloudbase-init log is has rather a lot of non-confidence inspiring tracebacks20:17
katcoericsnow: is the diff reversed? you removed your time.Sleep?20:18
mgzwe probably want to regenerate the windows image in our maas anyway, but I'm not sure if tls stuff is fixed in newer cloudbase bits20:19
ericsnowkatco: moved it over to the common helper20:19
katcoericsnow: ahh20:19
mgzour image has 0.9.8.dev74, there's a 0.9.9 at least20:21
katcoericsnow: ship it20:22
ericsnowkatco: thanks20:22
natefinchmgz: any thoughts on how I can debug the windows problem, or are you willing to look into that?20:26
mgznatefinch: with the machine setup failing hard enough to break winrm log collection it's hard20:29
=== mpontillo_ is now known as mpontillo
mgzwe could boot one and leave it up, see if it's possible to get in manually20:30
natefinchmgz: sounds good20:31
mgzsinzui: ^do you remember if it's possible to rdp into a maas-booted windows image somehow?20:33
=== Tribaal_ is now known as Tribaal
sinzuimgz: I think it is possible but the path is mad. I think we need to sshutlle through ci-gateway => munna like we do to see maas via https. I expect the maas to be on at least one of the networks we would try to access the window's instance20:49
sinzuimgz: oh, that assumes we know the Administrator password or ubuntu if we create an ubuntu user20:50
mgzsinzui: yeah, I'm not sure I've actually tried it before20:50
mgzsinzui: it seems regardless we want updated images, which is a whole process20:51
mgzbut we did write that down20:51
mgznatefinch: see addDownloadToolsCmds in cloudconfig/userdatacfg_win.go for how the tools are being fetched20:54
natefinchmgz: thanks20:58
mgzwhich boils down to System.Net.Http.HttpClient20:59
sinzuimgz: I think http://wiki.cloudbase.it/maas have been used20:59
sinzuimgz: I recall this was also tried https://maas.ubuntu.com/docs/os-support.html20:59
natefinchmgz: looks like it's probably an easy enough fix.... I think it's just a matter of setting it to try TLS 1.2 first21:01
mgznatefinch: that might mean a patch to cloudbase code outside of juju though21:02
mgzgoing by some stackoverflow bits that suggest Tls11 and Tls12 are not in the default list21:03
mgzhm, maybe that can be done by juju passed cloudinit steps too21:03
natefinchmgz: I think so21:04
natefinchmgz: seems like we can add it right into our code, just one line21:04
mgzprobably another "do it in both places for now" thing21:04
natefinchyeah21:04
natefinchgotta go, dinner time21:04
=== natefinch is now known as natefinch-afk
mgznatefinch-afk: if you come up with a speculative branch, we can run the test with a binary and see21:05
sinzuimgz: I think we also need to ask what to azure win images have?21:06
mgzsinzui: I guess, but we don't have an azure windows deploy test21:09
mgzthis is also going to be windows version dependent as the default behaviour changes with .NET releases21:10
mupBug #1577567 opened: relation output in juju status is ambiguous <juju-core:New> <https://launchpad.net/bugs/1577567>21:11
mupBug #1577568 opened: juju 1.25.5 problems with bonded nics <landscape> <juju-core:New> <https://launchpad.net/bugs/1577568>21:11
mupBug #1577569 opened: 1.25.5: failed to retrieve the template to clone -  error executing  "lxc-start" <oil> <juju-core:New> <https://launchpad.net/bugs/1577569>21:11
sinzuimgz: We don't have an windows streams for azure to tests. Could we contive to use the azure-arm's  inbuilt support for windows? It might take 30 minutes to setup such a job21:12
mgzsinzui: probably, worth poking axw about it21:13
=== jillr_ is now known as jillr
mupBug #1577587 opened: Status public members should not be preceded by Status <tech-debt> <juju-core:New for hduran-8> <https://launchpad.net/bugs/1577587>22:53
mupBug #1577589 opened: Valid in status package needs signature change. <tech-debt> <juju-core:New for hduran-8> <https://launchpad.net/bugs/1577589>22:53
mupBug #1577590 opened: Status History Logs Squasher needs extra testing. <tech-debt> <juju-core:New for hduran-8> <https://launchpad.net/bugs/1577590>22:53
mupBug #1577593 opened: status sitory pruner needs to remove only once <tech-debt> <juju-core:New for hduran-8> <https://launchpad.net/bugs/1577593>23:02
mupBug #1577593 changed: status sitory pruner needs to remove only once <tech-debt> <juju-core:New for hduran-8> <https://launchpad.net/bugs/1577593>23:11
mupBug #1577593 opened: status sitory pruner needs to remove only once <tech-debt> <juju-core:New for hduran-8> <https://launchpad.net/bugs/1577593>23:20
mupBug #1577594 opened: params.Status->status.Status should happen in status history api layer not command <tech-debt> <juju-core:New for hduran-8> <https://launchpad.net/bugs/1577594>23:32
mupBug #1577594 changed: params.Status->status.Status should happen in status history api layer not command <tech-debt> <juju-core:Invalid by hduran-8> <https://launchpad.net/bugs/1577594>23:53
mupBug #1577598 opened: Use testing.FakeHomeSuite instead of utils.SetHome(). <juju-core:New> <https://launchpad.net/bugs/1577598>23:53

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