Add clean-floating-ips validation test

Change-Id: I2f0e3e67c52642bfce7a6c51f53d70877a04b6d1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-18 15:21:04 -04:00
parent 7ca405f666
commit 1fd2a14ab7
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,8 @@ class ConfigValidator:
'launch-timeout': int,
'rate': float,
'images': [images],
'template-hostname': str
'template-hostname': str,
'clean-floating-ips': bool,
}
labels = {

View File

@ -432,6 +432,7 @@ providers:
boot-timeout: 120
max-servers: 0
rate: 0.1
clean-floating-ips: true
images:
- name: devstack-precise-check
base-image: 'Ubuntu Server 12.04.5 LTS (amd64 20150127) - Partner Image'