commit | 7d0b5821283b1baa9f4a1945943e295ce6851d3f | [log] [tgz] |
---|---|---|
author | Ann Taraday <akamyshnikova@mirantis.com> | Thu Oct 17 15:28:30 2019 +0400 |
committer | Ann Taraday <akamyshnikova@mirantis.com> | Fri Nov 01 07:54:19 2019 +0000 |
tree | eaeaf677e1d997a6fda2bbdd5073294568b58c33 | |
parent | 6159700ab7324cf0269d737d538880710b1a4fc0 [diff] [blame] |
Add amphorav2 to provider list Change-Id: I10112d871a5628c99c3f2374c8451d936ab9bedb Story: 2005072
diff --git a/octavia_tempest_plugin/common/constants.py b/octavia_tempest_plugin/common/constants.py index a60800f..44bf3e5 100644 --- a/octavia_tempest_plugin/common/constants.py +++ b/octavia_tempest_plugin/common/constants.py
@@ -196,6 +196,9 @@ STATUS_PENDING_DELETE, STATUS_DELETED, STATUS_ERROR ) +# Amphora providers list +AMPHORA_PROVIDERS = ['amphora', 'amphorav2', 'octavia'] + # Flavor capabilities LOADBALANCER_TOPOLOGY = 'loadbalancer_topology'