change 'a ordinary file ' to 'an ordinary file'

Change-Id: I26671a9c40f93ce05ec23624ada3f86efa774873
This commit is contained in:
wangdequn 2018-06-13 10:32:38 +08:00
parent 9f90194beb
commit 3a39431c68
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ def is_glance_image(image_href):
def is_image_href_ordinary_file_name(image_href): def is_image_href_ordinary_file_name(image_href):
"""Check if image_href is a ordinary file name. """Check if image_href is a ordinary file name.
This method judges if image_href is a ordinary file name or not, This method judges if image_href is an ordinary file name or not,
which is a file supposed to be stored in share file system. which is a file supposed to be stored in share file system.
The ordinary file name is neither glance image href The ordinary file name is neither glance image href
nor image service href. nor image service href.