Fix typo
Trivial fix. Change-Id: I778e150ac9f5c5b1023969f1b4c4cb90bc8a447f
This commit is contained in:
parent
a8b61f9961
commit
47c98fb68b
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user