Revert the changes to the XenAPI/Relations

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2017-03-23 15:49:56 +00:00
parent 411e9825e1
commit 6e69052711

View File

@ -153,10 +153,6 @@ namespace XenAPI
new Relation("hosts", "host", "updates"),
});
relations.Add(typeof(Proxy_PCI), new Relation[] {
new Relation("virtual_functions", "PCI", "physical_function"),
});
relations.Add(typeof(Proxy_Host), new Relation[] {
new Relation("features", "Feature", "host"),
new Relation("PGPUs", "PGPU", "host"),