Re: Rackspace OpenStack configuration

2015-01-27 Thread Sajith Vijesekara
Thanks John, I got your point.So i followed this ( http://askubuntu.com/questions/166102/how-do-i-configure-juju-for-deployment-on-rackspace-cloud) documentation to bootstrap openstack in rack-space. But documentation is not clear at all. If rackspace doesn't use same openstack i want to know that

Re: Rackspace OpenStack configuration

2015-01-27 Thread John Meinel
Unfortunately the Openstack that Rackspace exposes is not quite the same as the official openstack releases. (I believe they don't expose storage, and a couple of the other APIs aren't the same.) John =:-> On Wed, Jan 28, 2015 at 10:11 AM, Sajith Vijesekara < saji...@hsenidmobile.com> wrote: > H

Rackspace OpenStack configuration

2015-01-27 Thread Sajith Vijesekara
Hi all, I spent lot of time to find configuration guide to rackspace openstack public cloud.I have cloud space in rackspace. So i want to bootstrap juju in to open stack cloud space. I have followed general configuration for OpenStack.(https://juju.ubuntu.com/docs/config-openstack.html). But i onl

Re: questions on Charm Store Policy

2015-01-27 Thread Matt Bruzek
Jason, I think we discussed this in the #juju irc channel, but I wanted to follow up with an email to be complete. - Matt Bruzek On Fri, Jan 16, 2015 at 5:07 PM, Jason Hobbs wrote: > Hi all, > > I spent some time this week reviewing a charm, and have some questions > about some of the Char

Re: vhost-config apache2 hook

2015-01-27 Thread David Britton
On Tue, Jan 27, 2015 at 04:58:29PM -0300, Nicolás Pace wrote: > Hi, Hi Nicolás, > > Any idea where to go from here? Have you tried doing 'juju debug-hooks '? This helps me greatly when trying to figure out why hooks aren't working. You can manually fire the hook off and make sure data is set/

vhost-config apache2 hook

2015-01-27 Thread Nicolás Pace
Hi, i'm trying to implement the vhost-config hook (apache2 required), in a sample charm to test this hook, but for some reason, despite it seems the info is arriving to the tests, it is not getting it up. The code is here: http://bazaar.launchpad.net/~nicopace/simplewebservercharm/trunk/view/head: