tempest/releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml
Matthew Treinish 3312de38c9
Add option for whether the cloud supports floating ips
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
2017-05-23 15:37:03 -04:00

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.