Skip to content

Commit c3e907c

Browse files
author
Gabriel Monroy
committed
change managed to created, since we're not actively managing the sg and we don't want to scare admins away from locking it down
1 parent de7f3fd commit c3e907c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

celerytasks/ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def build_layer(layer, creds, params):
3333
region, creds['access_key'], creds['secret_key'])
3434
# create a new sg and authorize all ports
3535
# use iptables on the host to firewall ports
36-
sg = conn.create_security_group(layer, 'Managed by Deis')
36+
sg = conn.create_security_group(layer, 'Created by Deis')
3737
sg.authorize(ip_protocol='tcp', from_port=1, to_port=65535,
3838
cidr_ip='0.0.0.0/0')
3939

0 commit comments

Comments
 (0)