summaryrefslogtreecommitdiffstats
path: root/deploy/post/neutron.py
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Convert the bash commands in post.sh to python codeAlex Yang1-0/+28
According to the comment from Serena in the patch https://gerrit.opnfv.org/gerrit/#/c/37857/, the bash code in post.sh can be implemented by python, and the deploy script can call post/execute.py directly. Change-Id: Ibcf86fc2b6ee3942e4082384c9d4075d608b7294 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-24unify the way of getting openstack clientsSerenaFeng1-5/+4
Change-Id: If3a1d1a8b74e11c5861c016bd722b78f4cf9b475 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-23simplify get_xx process using query.find()SerenaFeng1-11/+10
Change-Id: I2a911fc15c1456b409db840b9ae76c04a23d449d Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-07create admin external subnetSerenaFeng1-5/+37
Change-Id: Ib56c94c090fd2fc0950ce97e1c4c1fdf622f2d08 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-07create external networkSerenaFeng1-4/+18
Change-Id: I6621fed21832f3e4653c2d236bb29de421b5b573 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-06add framework of post deploy processSerenaFeng1-0/+25
Change-Id: I3f5a067a6359be482a853b164fd7effdfad8fc8f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>