Re: How to make Juju High Availability work properly?

2015-10-26 Thread 曾建銘
Hi Mark & Marco, Really appreciate your help. I have already provide the logs to Marco. Hope it could help you to enhance the Juju HA feature. Sincerely yours, Leon On Sat, Oct 24, 2015 at 7:03 AM, Mark Shuttleworth wrote: > On 23/10/15 00:54, 曾建銘 wrote: > > Was the juju doing something for f

[charms.reactive] http relation.available gets called on upgrade-charm hook, gives error.

2015-10-26 Thread Merlijn Sebrechts
Hi all I have the following piece of code that reacts to the httprelation.available hook (called rest2jfed in this case): @when('rest2jfed.available') def setup_rest2jfed(rest2jfed): hostname = rest2jfed.host() port = rest2jfed.port() # Do some stuff with hostname and port hooke

Re: How to make Juju High Availability work properly?

2015-10-26 Thread Mark Ramm-Christensen (Canonical.com)
Thanks for following up! We will take a look at the logs and get back to you soon. --Mark Ramm On Mon, Oct 26, 2015 at 4:41 AM, 曾建銘 wrote: > Hi Mark & Marco, > > Really appreciate your help. I have already provide the logs to Marco. > > Hope it could help you to enhance the Juju HA feature. >

Juju sessions for next week's Ubuntu summit

2015-10-26 Thread Jorge O. Castro
Hello everyone! Ubuntu is having an online summit next week and I've scheduled some sessions for us: http://summit.ubuntu.com/uos-1511/track/cloud/ Basically Wednesday will be our heavy day, with a day's worth of content, and then an office hours the day after to catch up any loose ends. All th

Re: [charms.reactive] http relation.available gets called on upgrade-charm hook, gives error.

2015-10-26 Thread Cory Johns
Merlijn, You'll note that the docs for auto_accessors says that it's not a good idea to use with non-GLOBAL scoped relations, for this very reason. The problem is that t

[ANN] charm-tools 1.8.0

2015-10-26 Thread Marco Ceppi
Hello everyone! I'm happy to announce another charm-tools release today, this is the 1.8.0 which succeeds 1.7.1 as the latest release of charm-tools. As always, you can verify the version you are running by executing: `charm version` # Changes ca0f40c [Benjamin Saller] fix issue with multiple in

Missing contrib.amulet in charm-helpers-hooks

2015-10-26 Thread James Beedy
Openstack-Charmers, I am hitting an error when shared-db-relation-changed executes, where it cannot create a logger due to https://bugs.launchpad.net/charms/+source/glance/+bug/1509540 . I found the cause of this issue, and is such

Follow up - "Missing contrib.amulet in charm-helpers-hooks"

2015-10-26 Thread James Beedy
As a follow up to my earlier post "Missing contrib.amulet in charm-helpers-hooks” I want to clarify a few things, as well as hopefully get to the bottom of some hook errors I am experiencing. Earlier, I mentioned that I thought I had found the cause of my hook errors. I realize now that what