Merge "Fix bandit warning"

This commit is contained in:
Zuul 2019-05-12 12:32:21 +00:00 committed by Gerrit Code Review
commit 76de5ada47
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from oslo_serialization import jsonutils
from neutron.conf.agent import xenapi_conf
ROOT_HELPER_DAEMON_TOKEN = 'xenapi_root_helper'
ROOT_HELPER_DAEMON_TOKEN = 'xenapi_root_helper' # nosec
RC_UNKNOWN_XENAPI_ERROR = 80
MSG_UNAUTHORIZED = "Unauthorized command"