fixing tcp port list to be a list

This commit is contained in:
Tim Flink 2015-11-13 20:48:00 +00:00
parent ab7afce652
commit e6d58caa24

View file

@ -15,5 +15,5 @@ openqa_workers: 3
# For now let's not run any scheduled jobs on stg
openqa_triggers: []
# NFS
tcp_ports: 2049
# http and NFS
tcp_ports: [80, 2049]