Removed redundant 'the'
TrivialFix Change-Id: I650b636df8ac372f8d3deeb738b158f4d6fbfac9
This commit is contained in:
parent
054f0a16db
commit
b47abd0ac0
@ -176,7 +176,7 @@ class ApiRequest(object):
|
||||
# If we receive any of these responses, then
|
||||
# our server did not process our request and may be in an
|
||||
# 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
|
||||
# queue.
|
||||
if (response.status == httplib.INTERNAL_SERVER_ERROR and
|
||||
|
@ -41,9 +41,9 @@ ROUTER_NAME_LENGTH = (78 - 1)
|
||||
|
||||
# LoadBalancer Certificate constants
|
||||
#NOTE(abhiraut): Number of days specify the total number of days for which the
|
||||
# the certificate will be active. This certificate will expire
|
||||
# in 10 years. Once the backend API allows creation of certs
|
||||
# which do not expire, the following constant should be removed.
|
||||
# certificate will be active. This certificate will expire in
|
||||
# 10 years. Once the backend API allows creation of certs which
|
||||
# do not expire, the following constant should be removed.
|
||||
CERT_NUMBER_OF_DAYS = 3650
|
||||
CSR_REQUEST = ("<csr><subject>"
|
||||
"<attribute><key>CN</key><value>metadata.nsx.local</value>"
|
||||
|
Loading…
Reference in New Issue
Block a user