Martin Mucha has uploaded a new change for review.

Change subject: core: deprecated config values related to MAC Pool
......................................................................

core: deprecated config values related to MAC Pool

Config values related to MAC Pool "MaxMacsCountInPool, MacPoolRanges,
AllowDuplicateMacAddresses" were deprecated. "MaxMacsCountInPool" is
not needed at all, while "MacPoolRanges" and
"AllowDuplicateMacAddresses" is now set on each instance of MAC Pool.

Change-Id: I695923158c882d88214c09c7331d9d559ef07a6d
Signed-off-by: Martin Mucha <[email protected]>
---
M packaging/etc/engine-config/engine-config.properties
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/29346/1

diff --git a/packaging/etc/engine-config/engine-config.properties 
b/packaging/etc/engine-config/engine-config.properties
index a530baa..37bafe5 100644
--- a/packaging/etc/engine-config/engine-config.properties
+++ b/packaging/etc/engine-config/engine-config.properties
@@ -61,8 +61,10 @@
 LowUtilizationForPowerSave.type=Integer
 MacPoolRanges.description="MAC Addresses Pool Ranges (e.g. 
AA:AA:AA:AA:AA:AA-BB:BB:BB:BB:BB:BB,...")"
 MacPoolRanges.type=MacAddressPoolRanges
+MacPoolRanges.deprecated=true
 MaxMacsCountInPool.description="Maximum MAC Addresses count in Pool"
 MaxMacsCountInPool.type=Integer
+MaxMacsCountInPool.deprecated=true
 MaxNumberOfHostsInStoragePool.description="Max number of hosts in Storage Pool"
 MaxNumberOfHostsInStoragePool.type=Integer
 MaxNumOfCpuPerSocket.description="Max Number of CPU per socket"
@@ -224,6 +226,7 @@
 VdsLocalDisksCriticallyLowFreeSpace.type=Integer
 AllowDuplicateMacAddresses.description="Enable duplicate MAC address for VM 
network interface"
 AllowDuplicateMacAddresses.validValues=true,false
+AllowDuplicateMacAddresses.deprecated=true
 JobCleanupRateInMinutes.description="Frequency of jobs clean-up process"
 JobCleanupRateInMinutes.type=Integer
 JobCleanupRateInMinutes.validValues=5..100000


-- 
To view, visit http://gerrit.ovirt.org/29346
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I695923158c882d88214c09c7331d9d559ef07a6d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Mucha <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to