Remove default_params_with_timeout_values from tempest client

This is being removed from tempest, and was anyway about build timeouts
so it isn't being used in inspector.

Change-Id: Idb27d13eae20f4b3c1c5d352ca25ec44436c4a56
Related-Bug: #1614516
This commit is contained in:
Jim Rollenhagen 2016-12-07 10:31:43 -05:00
parent 7e3ff66d89
commit c106d91e08
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ class Manager(clients.Manager):
self.auth_provider,
CONF.baremetal_introspection.catalog_type,
CONF.identity.region,
endpoint_type=CONF.baremetal_introspection.endpoint_type,
**self.default_params_with_timeout_values)
endpoint_type=CONF.baremetal_introspection.endpoint_type)
class BaremetalIntrospectionClient(base.BaremetalClient):