diff --git a/src/nebula/Nebula.cc b/src/nebula/Nebula.cc index ae7095fcb3..e2cd887bb7 100644 --- a/src/nebula/Nebula.cc +++ b/src/nebula/Nebula.cc @@ -207,7 +207,7 @@ void Nebula::start(bool bootstrap_only) master_oned = vatt->vector_value("MASTER_ONED"); - if (master_oned.empty()) + if (master_oned.empty() && !federation_master) { throw runtime_error( "FEDERATION MASTER_ONED endpoint is missing.");