python-neutronclient/releasenotes/notes/add-new-session-clear-option-3c0b78ebc133a10c.yaml
reedip 9750c10f42 Simplify clearing session-persistence
Currently Session Persistance for a pool can be cleared by
"neutron lbaas-pool-update pool --session-persistence type=dict type=NONE"
But this option seems to be a bit long and complicated, so
therefore this patch tries to simplify it by adding a new
option --no-session-persistence, which does the same job.

Change-Id: Iacafe765a2f0f9537a4e4d01b9b8086a9e313b92
Depends-On: I654b172927e1d96677a7da9e0846231b0ac48aa9
2016-08-18 04:02:16 +00:00

7 lines
206 B
YAML

---
features:
- |
A new option ``--no-session-persistence`` has been added to
the ``neutron lbaas-pool-update`` CLI to clear the session persistence
with which the current pool is associated.