>
> It's not clear to me yet, if we need this under cloudstack ASF repos. @anyone
> thoughts ?
>
So it's strictly not needed; it's an add-on. That said, I'd personally
love to see us have this in the ACS fold.
--David
> @Darren, github still shows pypi package at 0.1.0
Ah, this is down to caching, it'll update itself very shortly.
> Would be nice to have a little read me on how to add an API
Ah yes, I'm planning to move the configuration / setup out of README and
into a "User Guide" section of the wiki. When
On Jun 24, 2014, at 9:05 PM, Darren Brogan wrote:
> Apologies, send that prematurely.
>
> Anyway getting back to it, an example of profile usage:
>
> $ gstack-configure -p exampleprofile
>
> $ gstack -p exampleprofile
>
> Along with that the user now has the ability to debug the app with the
Apologies, send that prematurely.
Anyway getting back to it, an example of profile usage:
$ gstack-configure -p exampleprofile
$ gstack -p exampleprofile
Along with that the user now has the ability to debug the app with the '-d'
/ '--debug' flags when running the application.
$ gstack -d True
Hi guys,
Since my last email I've done quite a bit of work on gstack. I added
uniitests to make future changes easier. The coverage is at 95% currently.
I added gstack to coveralls to keep track of test results, you can view the
statistics at https://coveralls.io/r/NOPping/gstack
I refactored qui