9750c10f42aa3e058432f7c7d7352961fe7fe789

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
Python bindings to the Neutron API
This is a client library for Neutron built on the Neutron API. It
provides a Python API (the neutronclient
module) and a
command-line tool (neutron
).
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Developer's Guide
Description
Languages
Python
100%