summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-10 15:03:44 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-11 13:39:09 +0200
commit5089dde2cdbe22cabdbf74f325711ea5dcc22490 (patch)
treed62f53c826f530690ab740f2c7d6abf34c6869b3 /VERSION
parent6a92b32bf2dfe49e3f219beb6042e9fa71e18dcc (diff)
downloadfreeipa-5089dde2cdbe22cabdbf74f325711ea5dcc22490.tar.gz
freeipa-5089dde2cdbe22cabdbf74f325711ea5dcc22490.tar.xz
freeipa-5089dde2cdbe22cabdbf74f325711ea5dcc22490.zip
disallow mod of topology segment nodes
Mod of segment end will be disallowed in topology plugin. Reasoning (by Ludwig): if we want to properly allow mods to change connectivity and endpoints, then we would need to check if the mod disconnects the topology, delete existing agreements, check if the new would be a duplicate and create new agmts. There could be some difficult scenarios, like having A <--> B <--> C <--> D, if you modify the segment B-C to A-D topology breaks and is then reconnected. part of: https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION5
1 files changed, 2 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index b31b66b2d..897c34e72 100644
--- a/VERSION
+++ b/VERSION
@@ -90,6 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=129
-# Last change: pvoborni - rename topologysegment_refresh to
-# topologysegment_reinitialize
+IPA_API_VERSION_MINOR=130
+# Last change: pvoborni - disallow mod of topologysegment nodes