Follow-up patch of 0607226fc4

A follow-up patch of 0607226fc4
to correct typos.

Change-Id: I3258cd8c972501a70d0b0f7f74184a15215d6f51
This commit is contained in:
Lin Tan 2016-04-15 09:44:59 +08:00
parent 47f40c7c60
commit ddaa2d37b8
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,8 @@ class RequestContext(context.RequestContext):
:param domain_name: The name of the domain.
:param user: The name of the user.
:param tenant: The name of the tenant.
:param is_admin: Indicates if the request context is an administrator.
:param is_admin: Indicates if the request context is an administrator
context.
:param is_public_api: Specifies whether the request should be processed
without authentication.
:param read_only: unused flag for Ironic.

View File

@ -1,4 +1,4 @@
---
fixes:
- Fixes a bug where Ironic won't log the request-id during
hardware inspecting.
hardware inspection.