Replace Ceilometer ClientException with HTTPException

ClientException was removed from Ceilometer client. Replace it
with HTTPException.

Change-Id: I8707593861939b1218e42ff957171e97e225942f
Closes-bug: #1372416
This commit is contained in:
Ana Krivokapic 2014-09-22 13:51:17 +02:00
parent 9f5156cf16
commit e36ff388c9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def data(TEST):
glance_exception = glance_exceptions.ClientException
TEST.exceptions.glance = create_stubbed_exception(glance_exception)
ceilometer_exception = ceilometer_exceptions.ClientException
ceilometer_exception = ceilometer_exceptions.HTTPException
TEST.exceptions.ceilometer = create_stubbed_exception(ceilometer_exception)
neutron_exception = neutron_exceptions.NeutronClientException