Removing sahara specific exception ref
Lingering code removal of exception class handling. Already merged into sahara-dashboard. Change-Id: Id0d413623574b474a3aef75c2f1e18c35089236f
This commit is contained in:
parent
0ff53d1f46
commit
d97f134f55
@ -23,7 +23,6 @@ from keystoneclient import exceptions as keystoneclient
|
||||
from neutronclient.common import exceptions as neutronclient
|
||||
from novaclient import exceptions as novaclient
|
||||
from requests import exceptions as requests
|
||||
from saharaclient.api import base as saharaclient
|
||||
from swiftclient import client as swiftclient
|
||||
from troveclient import exceptions as troveclient
|
||||
|
||||
@ -69,6 +68,5 @@ RECOVERABLE = (
|
||||
heatclient.HTTPForbidden,
|
||||
heatclient.HTTPException,
|
||||
troveclient.ClientException,
|
||||
saharaclient.APIException,
|
||||
requests.RequestException,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user