summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHarald Jensas <hjensas@redhat.com>2017-11-27 21:08:26 +0100
committerHarald Jensås <hjensas@redhat.com>2018-06-06 11:56:39 +0200
commite8c731547d85b1241c7898d2fb77b8d635901dfd (patch)
treefe2194e2344947e7b59b44be48deddef55941d3c /releasenotes
parentc18f93bafeb3304cc275dc466664c9401d722194 (diff)
downloadpython-openstackclient-e8c731547d85b1241c7898d2fb77b8d635901dfd.tar.gz
Allow setting network-segment on subnet update
To enable the possibility to migrate a non-routed network to a routed network allow updating the segment_id of a subnet. Change-Id: I3ebae2ff28d5d4e5373ebd1f52194f8c52071b88 Partial-Bug: bug/1692490 Depends-On: I1aee29dfb59e9769ec0f1cb1f5d2933bc5dc0dc5
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/subnet-set-segment-id-4440e433b170f9f3.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/subnet-set-segment-id-4440e433b170f9f3.yaml b/releasenotes/notes/subnet-set-segment-id-4440e433b170f9f3.yaml
new file mode 100644
index 00000000..55a82318
--- /dev/null
+++ b/releasenotes/notes/subnet-set-segment-id-4440e433b170f9f3.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add ``--network-segment`` option to ``subnet set`` command. This
+ enables the possiblity to set the ``segment_id`` of a subnet on
+ update.