Revision becf9d5c

b/qa/qa-sample.json
24 24
  "# Cluster-level value of the exclusive-storage flag": null,
25 25
  "exclusive-storage": null,
26 26

  
27
  "# Additional arguments for initializing cluster": null,
28
  "cluster-init-args": [],
29

  
27 30
  "# Network interface for master role": null,
28 31
  "#master-netdev": "xen-br0",
29 32

  
b/qa/qa_cluster.py
209 209
    e_s = False
210 210
  qa_config.SetExclusiveStorage(e_s)
211 211

  
212
  extra_args = qa_config.get("cluster-init-args")
213
  if extra_args:
214
    cmd.extend(extra_args)
215

  
212 216
  cmd.append(qa_config.get("name"))
217

  
213 218
  AssertCommand(cmd)
214 219

  
215 220
  cmd = ["gnt-cluster", "modify"]

Also available in: Unified diff