Change provider default from octavia to amphora

The provider 'octavia' is a deprecated alias of 'amphora'. Use 'amphora'
so we can move towards not enabling 'octavia' in
`enabled_provider_drivers`.

Change-Id: I189038296f362c1115a32b7d4b2c6d684b6bbc67
This commit is contained in:
Jake Yip 2024-04-17 23:02:09 +10:00
parent a1a2bed19f
commit defe8e842c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ OctaviaGroup = [
default=20,
help='Retries for scp to attempt to connect.'),
cfg.StrOpt('provider',
default='octavia',
default='amphora',
help='The provider driver to use for the tests.'),
cfg.StrOpt('RBAC_test_type', default=const.ADVANCED,
choices=[const.ADVANCED, const.KEYSTONE_DEFAULT_ROLES,