Improve OpenStack clients API
Change-Id: I53137dcbd38dc7846acbad4364e02a9fb77a4c19
This commit is contained in:
@@ -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.'")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user