Merge "Fix typos in Cinder files"
This commit is contained in:
commit
d245fe60b9
@ -52,7 +52,7 @@ REST_API_VERSION_HISTORY = """
|
||||
|
||||
# The minimum and maximum versions of the API supported
|
||||
# The default api version request is defined to be the
|
||||
# the minimum version of the API supported.
|
||||
# minimum version of the API supported.
|
||||
# Explicitly using /v1 or /v2 enpoints will still work
|
||||
_MIN_API_VERSION = "3.0"
|
||||
_MAX_API_VERSION = "3.1"
|
||||
|
@ -330,7 +330,7 @@ class QuobyteDriver(remotefs_drv.RemoteFSSnapDriver):
|
||||
def _load_shares_config(self, share_file=None):
|
||||
"""Put 'quobyte_volume_url' into the 'shares' list.
|
||||
|
||||
:param share_file: string, Not used because the user has to specify the
|
||||
:param share_file: string, Not used because the user has to specify
|
||||
the Quobyte volume directly.
|
||||
"""
|
||||
self.shares = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user