Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ec2test: handle security group tags #67
Conversation
axw
referenced this pull request
in juju/juju
Apr 18, 2016
Merged
provider/ec2: destroy hosted model resources #5197
|
LGTM |
axw
merged commit a651c43
into
go-amz:v3
Apr 20, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
to juju/juju
that referenced
this pull request
Apr 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedApr 18, 2016
Update CreateTags and security group filtering to handle tags.
Also update "reservation.hasRunningMachine" to perform
the same advance-from-shuttingdown-to-terminated logic
that is applied in "DescribeInstances". This is necessary
to avoid DependencyViolation errors when running the
tests in Juju.