Fix URL for node lookup
Change-Id: I5b128a74bf0442f61d722978308c03c6ec45f8d8
This commit is contained in:
ironic_python_agent
@@ -71,7 +71,7 @@ class APIClient(object):
|
||||
raise errors.HeartbeatError('Invalid Heartbeat-Before header')
|
||||
|
||||
def lookup_node(self, hardware_info):
|
||||
path = '/{api_version}/drivers/teeth/lookup'.format(
|
||||
path = '/{api_version}/drivers/teeth/vendor_passthru/lookup'.format(
|
||||
api_version=self.api_version
|
||||
)
|
||||
# This hardware won't be saved on the node currently, because of how
|
||||
|
Reference in New Issue
Block a user