Fix typo 'occured' should be 'occurred'
Closes-Bug: #2146280 Closes-Bug: #2146288 Change-Id: Ia6e7d8e2794cb3c349082a27dba3b6bd692c146b Signed-off-by: Sally Karimi <karimisally905@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ from manilaclient.common.apiclient.exceptions import * # noqa
|
||||
class ManilaclientException(Exception):
|
||||
"""A generic client error."""
|
||||
|
||||
message = _("An unexpected error occured.")
|
||||
message = _("An unexpected error occurred.")
|
||||
|
||||
def __init__(self, message):
|
||||
self.message = message or self.message
|
||||
|
||||
@@ -5,7 +5,7 @@ fixes:
|
||||
now validate Neutron network information provided
|
||||
before sending the request.
|
||||
|
||||
Previously, validation only occured in the Manila service
|
||||
Previously, validation only occurred in the Manila service
|
||||
which could result in client-side errors when invalid network
|
||||
or subnet IDs were supplied. The client now performs
|
||||
proper validation and handles missing or invalid
|
||||
|
||||
Reference in New Issue
Block a user