change network hadnling

This commit is contained in:
Christian Goll
2022-07-12 10:42:05 +02:00
parent c8d70e23ad
commit 59141a6dac
6 changed files with 190 additions and 285 deletions

View File

@@ -159,14 +159,10 @@ message NodeDeleteParameter {
message NodeSetParameter {
map<string,string > optionsStrMap = 1;
string container = 2;
bool netdevDelete = 14;
string netdevDelete = 14;
bool allNodes = 27;
bool force = 31;
repeated string tags = 36;
repeated string tagsDelete = 37;
repeated string nodeNames = 39;
repeated string NetTags = 41;
repeated string NetDeleteTags = 42;
}
// NodeStatus contains information about the imaging status per node.