Now creating a project or getting the existing one

This commit is contained in:
Cory Hawkless 2022-11-14 12:18:37 +10:30
parent 5101d81bf7
commit 2a7cc03d58
1 changed files with 7 additions and 1 deletions

View File

@ -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()