Add clean-floating-ips validation test
Change-Id: I2f0e3e67c52642bfce7a6c51f53d70877a04b6d1 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
7ca405f666
commit
1fd2a14ab7
@ -76,7 +76,8 @@ class ConfigValidator:
|
||||
'launch-timeout': int,
|
||||
'rate': float,
|
||||
'images': [images],
|
||||
'template-hostname': str
|
||||
'template-hostname': str,
|
||||
'clean-floating-ips': bool,
|
||||
}
|
||||
|
||||
labels = {
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user