Trivial fix.

Change-Id: I778e150ac9f5c5b1023969f1b4c4cb90bc8a447f
This commit is contained in:
wangqi 2018-04-19 10:49:17 +00:00 committed by Kota Tsuyuzaki
parent a8b61f9961
commit 47c98fb68b
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Finally, add the swift devices to fstab:
Configure a user and project in Keystone
----------------------------------------
We use the opnstack cli to configure a user and project
We use the openstack cli to configure a user and project
used by the storlets functional tests. We start by
defining some environment variables:

View File

@ -87,7 +87,7 @@ class SBusServer(object):
handler = getattr(self, func_name)
getattr(handler, 'is_command_handler')
except AttributeError:
raise ValueError('Command %s is not allowd for this server' %
raise ValueError('Command %s is not allowed for this server' %
command)
return handler