LOG.warn is deprecated in python3
Change-Id: I87ad7e65c08d0e2ac8270bbbaacbf6714a0b074e
This commit is contained in:
parent
ca8434d95a
commit
328ed818bf
@ -190,7 +190,7 @@ def datastore_flavors(request, datastore_name=None,
|
||||
list_datastore_version_associated_flavors(datastore_name,
|
||||
datastore_version)
|
||||
except Exception:
|
||||
LOG.warn("Failed to retrieve datastore specific flavors")
|
||||
LOG.warning("Failed to retrieve datastore specific flavors")
|
||||
return flavor_list(request)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user