]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
install: rpm: only one option per variable
authorNathan Cutler <ncutler@suse.com>
Wed, 30 Aug 2017 10:18:30 +0000 (12:18 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Thu, 18 Oct 2018 22:52:44 +0000 (00:52 +0200)
commitcd1cef6a01d691f816ca1a3a81947f12ca80fa5c
tree62dad6e955c5c13de67a5383c92117ecc3ff1e2f
parenta57373b5e0d8e45befd41711770b01577a380cec
install: rpm: only one option per variable

Although the variables are entitled, e.g., "pkg_mng_opts" they
really can only contain at most one option. Here's what happens
when they contain more than one:

Running: "sudo zypper '-n --no-gpg-checks' install --capability --no-recommends ceph-radosgw"
stderr:Unknown option ' '
stderr:Unknown option '-'
stderr:Unknown option '-'

Signed-off-by: Nathan Cutler <ncutler@suse.com>
teuthology/task/install/rpm.py