do not warn on waiting for url
This commit is contained in:
parent
75e0c26954
commit
4c434a6796
@ -97,8 +97,7 @@ class DataSourceOpenStack(openstack.SourceMixin, sources.DataSource):
|
|||||||
(max_wait, timeout) = self._get_url_settings()
|
(max_wait, timeout) = self._get_url_settings()
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
avail_url = url_helper.wait_for_url(urls=md_urls, max_wait=max_wait,
|
avail_url = url_helper.wait_for_url(urls=md_urls, max_wait=max_wait,
|
||||||
timeout=timeout,
|
timeout=timeout)
|
||||||
status_cb=LOG.warn)
|
|
||||||
if avail_url:
|
if avail_url:
|
||||||
LOG.debug("Using metadata source: '%s'", url2base[avail_url])
|
LOG.debug("Using metadata source: '%s'", url2base[avail_url])
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user