]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: replace get_config_prefix with get_store_prefix
authorJohn Spray <john.spray@redhat.com>
Mon, 16 Apr 2018 09:39:44 +0000 (05:39 -0400)
committerJohn Spray <john.spray@redhat.com>
Mon, 23 Apr 2018 11:29:46 +0000 (07:29 -0400)
commitdd7631c29284054f39f105982b0b46ad7fd4d65a
treed5fae9bb6ca864022f950481e360f72072775f81
parent1d830df90169f7220b5ffe65e249cbdc38b512cc
mgr: replace get_config_prefix with get_store_prefix

The _prefix variant was only used for data-ish things,
so we can just move it over to operate on store instead
of config, rather than having a _prefix variant for both.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/BaseMgrModule.cc