Merge "change 'a ordinary file ' to 'an ordinary file'"

This commit is contained in:
Zuul 2018-06-13 10:56:35 +00:00 committed by Gerrit Code Review
commit 2585a183b3
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.