I don't think this makes a functional difference but these configs should be
loaded at startup otherwise it relies on obs startup to load them.
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
: cct(cct)
{
cct->_conf.add_observer(this);
+ _refresh_config();
}
AuthRegistry::~AuthRegistry()
const ConfigProxy& conf,
const std::set<std::string>& changed)
{
+ ldout(cct, 20) << __func__ << ": changed: " << changed << dendl;
std::scoped_lock l(lock);
_refresh_config();
}