Skip to content

Commit

Permalink
Remove S3 bucket name from CloudFormation Outputs tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhuri Yechuri committed Feb 13, 2016
1 parent a3a7db4 commit 74b9b6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions admin/installer/cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,4 @@ def _validate_cluster_size(size):
Value="export DOCKER_TLS_VERIFY=1",
Description="Client config: Enable TLS client for Swarm."
))
template.add_output(Output(
"S3Bucket",
Value=Ref(s3bucket),
Description="Name of S3 bucket to hold cluster configuration files."
))
print(template.to_json())

0 comments on commit 74b9b6e

Please sign in to comment.