Now creating a project or getting the existing one
This commit is contained in:
parent
5101d81bf7
commit
2a7cc03d58
8
main.py
8
main.py
|
@ -41,8 +41,14 @@ else:
|
||||||
|
|
||||||
|
|
||||||
def cleanUp():
|
def cleanUp():
|
||||||
|
log.info["Cleaning up"]
|
||||||
|
log.info["Deleting project"]
|
||||||
|
y.ks.deleteProject(testProject['id'])
|
||||||
#Delete VM
|
#Delete VM
|
||||||
#Delete router
|
#Delete router
|
||||||
#Delete Network
|
#Delete Network
|
||||||
#Delete project
|
#Delete project
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
cleanUp()
|
||||||
|
|
Loading…
Reference in New Issue