Re: apache2 vhost-config relation problem

2015-01-13 Thread Nicolás Pace
On Mon, Jan 12, 2015 at 8:08 PM, José Antonio Rey j...@ubuntu.com wrote: Hey Nico, Michael is right over here. Both the apache2 charm and your test charm *require* the vhost-config relation. A relation can only be established if one charm requires and the other provides. You should be able

apache2 vhost-config relation problem

2015-01-12 Thread Nicolás Pace
Hi! First of all, thanks for such a great tool! I've been implementing a simple charm to test apache2 vhost-config relation: https://code.launchpad.net/~nicopace/+junk/simplewebservercharm I can add both the apache2 and simplewebserver charm, but when i add the relation, it says: $ juju

Re: apache2 vhost-config relation problem

2015-01-12 Thread Michael Nelson
On Tue, Jan 13, 2015 at 9:10 AM, Nicolás Pace nicop...@gmail.com wrote: Hi! First of all, thanks for such a great tool! I've been implementing a simple charm to test apache2 vhost-config relation: https://code.launchpad.net/~nicopace/+junk/simplewebservercharm I can add both the apache2 and

Re: apache2 vhost-config relation problem

2015-01-12 Thread José Antonio Rey
Hey Nico, Michael is right over here. Both the apache2 charm and your test charm *require* the vhost-config relation. A relation can only be established if one charm requires and the other provides. You should be able to change this on the metadata.yaml. If you have any questions on how to