Fix some typos
TrivialFix Change-Id: If630333416eb411316b6c8e6755d484ca21985de
This commit is contained in:
parent
052fd957f9
commit
b44438affb
@ -51,7 +51,7 @@ default_policies = [
|
|||||||
policy.RuleDefault('show_instance_secrets',
|
policy.RuleDefault('show_instance_secrets',
|
||||||
'!',
|
'!',
|
||||||
description='Show or mask secrets within instance information in API responses'), # noqa
|
description='Show or mask secrets within instance information in API responses'), # noqa
|
||||||
# Roles likely to be overriden by operator
|
# Roles likely to be overridden by operator
|
||||||
policy.RuleDefault('is_member',
|
policy.RuleDefault('is_member',
|
||||||
'tenant:demo or tenant:baremetal',
|
'tenant:demo or tenant:baremetal',
|
||||||
description='May be used to restrict access to specific tenants'), # noqa
|
description='May be used to restrict access to specific tenants'), # noqa
|
||||||
|
@ -377,8 +377,8 @@ class FirmwareImageLocation(object):
|
|||||||
def remove(self):
|
def remove(self):
|
||||||
"""Exposed method to remove the wrapped firmware file
|
"""Exposed method to remove the wrapped firmware file
|
||||||
|
|
||||||
This method gets overriden by the remove method for the respective type
|
This method gets overridden by the remove method for the respective
|
||||||
of firmware file location it wraps.
|
type of firmware file location it wraps.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user