charm-aws-integrator:bug/lp-1827409/error-in-status

Last commit made on 2019-05-02
Get this branch:
git clone -b bug/lp-1827409/error-in-status https://git.launchpad.net/charm-aws-integrator

Branch merges

Branch information

Name:
bug/lp-1827409/error-in-status
Repository:
lp:charm-aws-integrator

Recent commits

1f101e4... by Cory Johns

Include error type in error status message

The status message will now include the error type, e.g.
TagLimitExceeded, in the status message.

Fixes lp:1827409

a7ceec3... by Tim Van Steenburgh

Merge pull request #35 from juju-solutions/updating-status-messages

Cleaning up status messages

b3a9a48... by Joseph Borg

Update aws.py

Removing periods after style discussion

605cbf0... by Cory Johns

Merge pull request #36 from juju-solutions/bug/lp-1823106/tag-limit-exceeded

Add automatic and manual cleanup for subnet tags

aa93dbc... by Cory Johns

More refinements of param help from review

2a28293... by Cory Johns

More refinements of param help from review

b6e07c9... by Cory Johns

Fix purge-subnet-tags exclude param description, per review

8c290ea... by Cory Johns

Add actions for listing and purging subnet tags

6ce1276... by Cory Johns

Improve cleanup to include subnet tags

Subnets last as long as the VPC they're associated with, and cap at 50
tags each. Since most people reuse a single default VPC and we weren't
cleaning them before, it was causing them to fill up.

b03a14c... by Joseph Borg

Cleaning up status messages