Revision becf9d5c qa/qa_cluster.py

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