Files
python-octaviaclient/releasenotes/notes/support-additional-vips-cd0164f1838ee676.yaml
Adam Harwell 3b53c1b8e1 Allow creating/showing LBs with Additional VIPs
Story: 2005608
Task: 30845
Depends-On: https://review.opendev.org/660239

Change-Id: Iabb79df54c5bac5720f2d38d0c812e2ee4b189e8
2022-03-21 13:57:49 +01:00

8 lines
277 B
YAML

---
features:
- |
It is now possible to create a loadbalancer with more than one VIP by
passing ``--additional-vip subnet-id=<name-or-uuid>[,ip-address=<ip>]`` to
the create command.
Additional VIPs will also appear in the ``show`` details of a loadbalancer.