commit | 8dac568ad1205b4fdea7b962d056d294a07dee60 | [log] [tgz] |
---|---|---|
author | long-wang <long.wang@bj.cs2c.com.cn> | Sun Sep 09 11:19:58 2012 +0800 |
committer | long-wang <long.wang@bj.cs2c.com.cn> | Sun Sep 09 11:19:58 2012 +0800 |
tree | fab44511465a6270971395b41775c10e3e1ae9b8 | |
parent | c5dfecd81829a08986ce3e5f2ab2aba4d9909886 [diff] [blame] |
add command for Add icmp tcp/22 to default security group Change-Id: Ic4aa7a310638dc42d77a78a521344a6c1c804191
diff --git a/samples/local.sh b/samples/local.sh index eb9bc24..5901525 100755 --- a/samples/local.sh +++ b/samples/local.sh
@@ -62,3 +62,6 @@ # ---------- # Add tcp/22 and icmp to default security group +nova secgroup-add-rule default tcp 22 22 0.0.0.0/0 +nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 +