summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhouya <zhou.ya@zte.com.cn>2017-05-31 08:30:44 +0800
committerzhouya <zhou.ya@zte.com.cn>2017-05-31 08:31:52 +0800
commitd52f2ec25b346cceb9d0a9b400240d4baa0d7bdb (patch)
tree8711e96e8b4f7a9c711ce9cc89c04c4c002a9177
parentf0b4a0ac0d5b91620623f9afbee634b5227384c1 (diff)
add the missing openrc token
Change-Id: Id9fca539f2f5a866376b12a11306a9ea97760a0d Signed-off-by: zhouya <zhou.ya@zte.com.cn>
-rwxr-xr-xdeploy/post.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/post.sh b/deploy/post.sh
index 3fae69bc..e6f39513 100755
--- a/deploy/post.sh
+++ b/deploy/post.sh
@@ -46,5 +46,6 @@ do
done
python $PYTHONPATH/deploy/post/execute.py -nw $NETWORK
+source /etc/kolla/admin-openrc.sh
openstack security group rule create --proto icmp default
openstack security group rule create --proto tcp --dst-port 22 default