commit | 9777f1154e15207e9f369d1bea4d5dbe11241f7b | [log] [tgz] |
---|---|---|
author | Carlos Goncalves <cgoncalves@redhat.com> | Thu May 02 12:22:45 2019 -0600 |
committer | Carlos Goncalves <cgoncalves@redhat.com> | Fri May 03 11:28:02 2019 -0600 |
tree | acc166fab1e018af039e4e36cfae09acb09e9c78 | |
parent | b1daa6fb1ae89459c35ab9fbae68f6a2b7683b2e [diff] [blame] |
Drop requirement on octavia-lib octavia-lib is only required to get a constant which actually should be in the octavia-tempest-plugin codebase like other protocols are. Change-Id: I269da85a9a7adabce340aa436d9457b12dee6e36
diff --git a/octavia_tempest_plugin/common/constants.py b/octavia_tempest_plugin/common/constants.py index 0122424..5503b7f 100644 --- a/octavia_tempest_plugin/common/constants.py +++ b/octavia_tempest_plugin/common/constants.py
@@ -101,6 +101,7 @@ HTTP = 'HTTP' HTTPS = 'HTTPS' TCP = 'TCP' +TERMINATED_HTTPS = 'TERMINATED_HTTPS' # HTTP Methods GET = 'GET'