=== scuttle|afk is now known as scuttlemonkey [00:56] lamont: I might be able to help [01:53] aisrael: I eventually figured it somewhat out [01:54] lamont: ok. It sounded like you might have been running into this issue: http://askubuntu.com/questions/602527/provide-data-doesnt-send-data-when-required-keys-not-satisfied-juju-charm-usin/602629#602629 [01:55] the big challenge is that I have a relation may or may not exist, so I cannot use required_keys for it. If the other side does use required_keys, then when it finally does provide_data, juju decides that there is no need to run the hook, and we hate life [01:55] it might be that very issue [01:55] my workaround was to stop using required_keys on the side that actually requires the relation to work [01:57] and yes, your explanation there puts it spot on [02:07] lamont: Excellent. Glad to hear you got it working! [02:35] aisrael: working is a relative term.. .I'm on to the next issues === scuttlemonkey is now known as scuttle|afk === scuttle|afk is now known as scuttlemonkey === scuttlemonkey is now known as scuttle|afk === urulama|afk is now known as urulama === mgz is now known as mgz_ === liam_ is now known as Guest58476 [07:59] jamespage, if you get a sec https://pastebin.canonical.com/130192/ === urulama is now known as urulama|lunch === urulama|lunch is now known as urulama === mwenning is now known as mwenning-wfh === liam_ is now known as Guest34021 [13:27] gnuoy, https://code.launchpad.net/~james-page/charms/trusty/nova-compute/lxd/+merge/257104 [13:27] gnuoy, hey! [13:32] arosales: ping (I know it is early for you) === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 [13:35] mbruzek, omw === kadams54 is now known as kadams54-away [13:44] coreycb, ok so git branches - where are we? [13:45] jamespage, I'm trying to get around a few issues where python-six and python-netaddr are installed by apt and conflicting with pip dependencies [13:47] jamespage, I think the problem we're going to continue running into is a mixed bag of apt installed and pip installed packages, and where to draw the line [13:48] for example, six gets force installed by c-h [13:48] coreycb, ok - so we need a minimal fix for release today for the impacted charms [13:48] jamespage, I might have one [13:48] coreycb, and then we can review whether we use a venv or suchlike going forward [13:48] yeah [13:51] coreycb, the git-kilo ones just fixup git support right? [13:51] for kilo sorry [13:51] jamespage, let me double check them [13:54] jamespage, I need to refresh those [13:54] coreycb, ok lets prioritize this stuff [13:54] coreycb, nova-cc first [13:54] and then the kilo-git stuff so long as its not to late - we have to release today and I don't want to compromise that [13:54] we can stable update a minimal fix if need be [13:55] jamespage, ok, testing a change for nova-cc now === urulama is now known as urulama__ === scuttle|afk is now known as scuttlemonkey === scuttlemonkey is now known as scuttle|afk === scuttle|afk is now known as scuttlemonkey [14:28] o/ === scuttlemonkey is now known as scuttle|afk === scuttle|afk is now known as scuttlemonkey === scuttlemonkey is now known as scuttle|afk === scuttle|afk is now known as scuttlemonkey === redelmann is now known as rudi|bullingcomi === rudi|bullingcomi is now known as rudi|bullingfood === bladernr-lex is now known as bladernr === bladernr is now known as bladernr_ === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 === liam_ is now known as Guest7885 === brandon is now known as Guest3474 [18:28] can someone please confirm for me that calling `relation-set -r ` for a peer relationship from within a config-changed hook should cause all peer units to get a -relation-changed event === rudi|bullingfood is now known as redelmann [18:52] moqq: it should so long as you actually change a key for your relation settings [18:53] yeah i just realized the realtion values are per-unit and not per-relation, explains the results i’m getting [18:53] thanks [19:01] Hello [19:02] Hello VijayT === kadams54 is now known as kadams54-away [19:54] o/ === mgz_ is now known as mgz === kadams54-away is now known as kadams54 === kadams54 is now known as kadams54-away [22:43] what's the best way to start container started by juju if the container has been shut down? [23:05] mattrae: which provider? [23:05] is this local, or a cloud host? and is the container type kvm or lxc? [23:32] lazyPower: using the maas provider.. deployed the lxc container with --to lxc:1 for example. I think i have the command now though [23:33] lazyPower: looks like i can do lxc-start --daemon --name foo-bar --rcfile /var/lib/lxc/containers/foo-bar/lxc.conf [23:33] mattrae: ok, i was going to suggest looking at sudo lxc-ls --fancy, and starting the container with sudo lxc-start -n [23:33] with -d so you dont lose your terminal [23:33] but yeah, that works as well :) [23:33] oh ok, i actually want to start the container the same way that juju starts it [23:33] the config should specify the container to auto-restart however. [23:34] the reason is only because i've changed the lxc config.. and to reload the config i need to stop and start the container afaik [23:34] ah - yes. [23:34] glad you figured it out though :) [23:34] yup thanks for your help :)