Improve OpenStack clients API

Change-Id: I53137dcbd38dc7846acbad4364e02a9fb77a4c19
This commit is contained in:
Jean-Emile DARTOIS
2015-11-26 12:10:16 +01:00
parent eb3870a4b3
commit 1300309264
9 changed files with 266 additions and 86 deletions

View File

@@ -282,6 +282,10 @@ class NoDataFound(BaseException):
return self._desc
class KeystoneFailure(WatcherException):
message = _("'Keystone API endpoint is missing''")
class ClusterEmpty(WatcherException):
message = _("The list of hypervisor(s) in the cluster is empty.'")