networks config objects have UUIDs and thus should be included in _AllUUIDObjects().
Signed-off-by: Dimitris Aragiorgis <[email protected]> --- lib/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config.py b/lib/config.py index 13f9823..93ccec8 100644 --- a/lib/config.py +++ b/lib/config.py @@ -2021,6 +2021,7 @@ class ConfigWriter: return (self._config_data.instances.values() + self._config_data.nodes.values() + self._config_data.nodegroups.values() + + self._config_data.networks.values() + [self._config_data.cluster]) def _OpenConfig(self, accept_foreign): -- 1.7.10.4
