=== mramm__ is now known as mramm_ [05:50] Juju will delete the storage that were added automatically on removing the charm? [07:19] good morning Juju world! [07:44] It is juju that will delete all the storage automatically that were added to the charm/unit on removing it or on destroying the controller. Please let me know if I am wrong in my understaning === frankban|afk is now known as frankban === cnfer is now known as cnf [14:40] one of my units is receiving a config changed hook every few hours or so, I am not sure where it is coming from, how can I debug that? is there some way to enable logging of what is triggering the hook, and what config is changing? [14:47] ok.. i think it's this "when recovering from transient unit agent errors" [14:52] jhobbs: does juju status show that it is not in error state? [14:53] i'm not sure jrwren, i'm not polling it constantly [14:53] http://paste.ubuntu.com/24313724/ [14:54] w/wg 2 [14:56] jhobbs: you should probably run juju status and see what it says. Maybe `juju status --format yaml` to get more details. [15:27] /query kwmonroe [15:27] wut [15:27] spaces ftw [15:27] /kickban admcleod [15:42] /troutslap kwmonroe [16:20] here's a question: can anyone think of a juju command that uses a single model that can succeed if there's no current model and no model specified? [16:31] jcastro: ^ === frankban is now known as frankban|afk [20:03] tvansteenburgh: If you have a minute, would you mind taking a look at https://travis-ci.org/juju/amulet/jobs/218604087 to see if you can figure out why it's complaining about "import yaml"? pyyaml is in the test-requirements.txt and the pip log shows that it should be installed. [20:17] cory_fu: https://travis-ci.org/juju/amulet/jobs/218604087#L679 [20:17] tvansteenburgh: Yes. "requirement already satisfied" So why would it fail to import? [20:17] yeah but it's not actually installed in the venv [20:18] tvansteenburgh: What venv? [20:18] Oh, Travis creates one. Hrm [20:18] How did this work previously? [20:21] tvansteenburgh: Oh, it's because the install script is being run with sudo