1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug: MASTER_ONED can be empty for federation master

This commit is contained in:
Ruben S. Montero 2014-03-07 13:12:23 +01:00
parent 74d72c9cd3
commit e3a142ea28

View File

@ -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.");