Use trusted_ro_paths

The _dirs version is going away.

Depends-On: I448f6710b54d0e1d0955b7c657a84a0fcc8b405f
Change-Id: I6ddf030a001de6cea4ee77fa2035ec32e945ef27
This commit is contained in:
Monty Taylor 2017-07-28 16:40:04 -05:00
parent b4fb9ddae9
commit cdff23e233
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -1099,7 +1099,7 @@ node /^ze\d+\.openstack\.org$/ {
gearman_client_ssl_cert => hiera('gearman_client_ssl_cert'),
gearman_client_ssl_key => hiera('gearman_client_ssl_key'),
gearman_ssl_ca => hiera('gearman_ssl_ca'),
trusted_ro_dirs => ['/var/lib/zuul/ssh'],
trusted_ro_paths => ['/var/lib/zuul/ssh'],
disk_limit_per_job => 500, # Megabytes
}