Peter Sankauskas

Results 4 issues of Peter Sankauskas

Hi there, I just tried the sample application you have (thanks for that) and I signed up using an email address that contains a plus. The format being: `[email protected]` I...

bug

It would seem I have the best CF template ever for testing `cfn2py`. The script is now returning this error: ``` NatSecurityGroup = t.add_resource(SecurityGroup( "NatSecurityGroup", VpcId=Ref(MyVpc), GroupDescription="NAT VPC security group",...

cfn2py

Rackspace have released an "API Language Binding Guide". Found here: http://docs.rackspacecloud.com/servers/api/cs-bindguide-latest.pdf Rewrite the interface to match this guide and leave the old one as a branch

When writing tests using rspec, there is a nice helper called `permissions` that works similar to `describe`, but it does not support the `:focus` attribute used to limit which tests...