3312de38c9
This commit adds a new config option to specify whether the cloud under test supports floating ips or not. Not every cloud supports floating ips so we need to be able to handle that and properly skip tests. Change-Id: Iedc3c7f9d045408f54d94c34b478fb1b28b593c9 Closes-Bug: #1603492
6 lines
203 B
YAML
6 lines
203 B
YAML
---
|
|
features:
|
|
- A new config option in the network-feature-enabled section, floating_ips,
|
|
to specify whether floating ips are available in the cloud under test. By
|
|
default this is set to True.
|