]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
task/install: define "project" before using it
authorKefu Chai <kchai@redhat.com>
Tue, 11 Dec 2018 09:31:08 +0000 (17:31 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 11 Dec 2018 12:33:53 +0000 (20:33 +0800)
commitc6abfa13882089bb693ee098c70907054c90be51
tree5ac994aae01cc2c68be897c6e6bf0949be58e47d
parent4b61ee3ebcf77e817d4e199d67db86a87d5ea056
task/install: define "project" before using it

no need to define `project` at the beginning of install(), we can
just use `config.get('project', 'ceph')`. better readability this way,
as we will reference `ceph` in the same expression.

Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/task/install/__init__.py