| commit | 4eb2a024698cdb157d24604c53b2ce2a4fa21716 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Wed Sep 12 16:40:12 2012 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Wed Sep 12 16:40:12 2012 +0000 |
| tree | 9f1ad231cb1db4d1d18e523d46cb70d8c8d70ab5 | |
| parent | 01c389d06baaa74c3b11b947bb0a24292efdd5b9 [diff] | |
| parent | 8dac568ad1205b4fdea7b962d056d294a07dee60 [diff] |
Merge "add command for Add icmp tcp/22 to default security group"
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 +