]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
[RM-12147] Put repo mod flags in a mutex 323/head
authorTravis Rhoden <trhoden@redhat.com>
Fri, 10 Jul 2015 00:09:29 +0000 (17:09 -0700)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 10 Jul 2015 00:09:29 +0000 (17:09 -0700)
commit1c647b410e1024732be0385b95a2ff9afb1a93d1
treebd12e7d4b24ebab28499bb96899834ce6c4af32c
parent9552fb18b1ab9e02926005c5d1fc85b385567654
[RM-12147] Put repo mod flags in a mutex

--adjust-repos and --no-adjust-repos were not in a mutex group.
Fix that.

Also --repo will always install a new repo file, regardless of
--[no]-adjust-repos, so it might as well be in the same mutex
group.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/install.py
ceph_deploy/tests/parser/test_install.py