Use network api v2.0 in tempest
This commit is contained in:
parent
c6e0739a53
commit
1dcf6f04bb
@ -175,3 +175,7 @@ build_interval = %(VOLUME_BUILD_INTERVAL)s
|
||||
# Number of seconds to time out on waiting for a volume
|
||||
# to be available or reach an expected status
|
||||
build_timeout = %(VOLUME_BUILD_TIMEOUT)s
|
||||
|
||||
[network]
|
||||
catalog_type = %(NETWORK_CATALOG_TYPE)s
|
||||
api_version = %(NETWORK_API_VERSION)s
|
@ -131,6 +131,8 @@ def tempest_build_config_folsom(host, image_ref, image_ref_alt,
|
||||
'VOLUME_CATALOG_TYPE': 'volume',
|
||||
'VOLUME_BUILD_INTERVAL': '10',
|
||||
'VOLUME_BUILD_TIMEOUT': '300',
|
||||
'NETWORK_CATALOG_TYPE': 'network',
|
||||
'NETWORK_API_VERSION': 'v2.0',
|
||||
}
|
||||
|
||||
return config
|
||||
|
Loading…
Reference in New Issue
Block a user