From ddaa2d37b807ab1a70dd46ad752f5b73125d5e00 Mon Sep 17 00:00:00 2001 From: Lin Tan Date: Fri, 15 Apr 2016 09:44:59 +0800 Subject: [PATCH] Follow-up patch of 0607226fc4b4bc3c9e1738dc3f78ed99e5d4f13d A follow-up patch of 0607226fc4b4bc3c9e1738dc3f78ed99e5d4f13d to correct typos. Change-Id: I3258cd8c972501a70d0b0f7f74184a15215d6f51 --- ironic/common/context.py | 3 ++- releasenotes/notes/adopt-ironic-context-5e75540dc2b2f009.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ironic/common/context.py b/ironic/common/context.py index 8601dc1c54b..63f24c96765 100644 --- a/ironic/common/context.py +++ b/ironic/common/context.py @@ -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. diff --git a/releasenotes/notes/adopt-ironic-context-5e75540dc2b2f009.yaml b/releasenotes/notes/adopt-ironic-context-5e75540dc2b2f009.yaml index cde8e70fcae..25d2073971b 100644 --- a/releasenotes/notes/adopt-ironic-context-5e75540dc2b2f009.yaml +++ b/releasenotes/notes/adopt-ironic-context-5e75540dc2b2f009.yaml @@ -1,4 +1,4 @@ --- fixes: - Fixes a bug where Ironic won't log the request-id during - hardware inspecting. + hardware inspection.