Add opennebula_api app

This commit is contained in:
M.Ravi 2023-12-06 16:46:00 +05:30
commit e1fd0d52b3
10 changed files with 1103 additions and 0 deletions

10
opennebula_api/exceptions.py Executable file
View file

@ -0,0 +1,10 @@
class KeyExistsError(Exception):
pass
class UserExistsError(Exception):
pass
class UserCredentialError(Exception):
pass