Removed redundant 'the'

TrivialFix

Change-Id: I650b636df8ac372f8d3deeb738b158f4d6fbfac9
This commit is contained in:
melissaml 2016-11-18 17:43:47 +08:00
parent 054f0a16db
commit b47abd0ac0
2 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@ class ApiRequest(object):
# If we receive any of these responses, then # If we receive any of these responses, then
# our server did not process our request and may be in an # our server did not process our request and may be in an
# errored state. Raise an exception, which will cause the # errored state. Raise an exception, which will cause the
# the conn to be released with is_conn_error == True # conn to be released with is_conn_error == True
# which puts the conn on the back of the client's priority # which puts the conn on the back of the client's priority
# queue. # queue.
if (response.status == httplib.INTERNAL_SERVER_ERROR and if (response.status == httplib.INTERNAL_SERVER_ERROR and

View File

@ -41,9 +41,9 @@ ROUTER_NAME_LENGTH = (78 - 1)
# LoadBalancer Certificate constants # LoadBalancer Certificate constants
#NOTE(abhiraut): Number of days specify the total number of days for which the #NOTE(abhiraut): Number of days specify the total number of days for which the
# the certificate will be active. This certificate will expire # certificate will be active. This certificate will expire in
# in 10 years. Once the backend API allows creation of certs # 10 years. Once the backend API allows creation of certs which
# which do not expire, the following constant should be removed. # do not expire, the following constant should be removed.
CERT_NUMBER_OF_DAYS = 3650 CERT_NUMBER_OF_DAYS = 3650
CSR_REQUEST = ("<csr><subject>" CSR_REQUEST = ("<csr><subject>"
"<attribute><key>CN</key><value>metadata.nsx.local</value>" "<attribute><key>CN</key><value>metadata.nsx.local</value>"