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:
parent
74d72c9cd3
commit
e3a142ea28
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user