diff options
Diffstat (limited to 'deploy/post.sh')
-rwxr-xr-x | deploy/post.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/post.sh b/deploy/post.sh index df3c280c..3fae69bc 100755 --- a/deploy/post.sh +++ b/deploy/post.sh @@ -46,3 +46,5 @@ do done python $PYTHONPATH/deploy/post/execute.py -nw $NETWORK +openstack security group rule create --proto icmp default +openstack security group rule create --proto tcp --dst-port 22 default |