python-openstackclient/releasenotes/notes/add-flavor-id-to-router-create-76e916e129b5b80c.yaml
Miguel Lavalle f8f174c458 Add the flavor-id option to router create
The --flavor-id option is added to the router create command. The
flavor_id attribute has been supported by the Neutron API for router
POST operations since a long time ago [0].

Partial-Bug: #2020823

[0] https://review.opendev.org/c/openstack/neutron-lib/+/494289

Change-Id: If88499533a92c09e67b0827d1d64156682a3bb8e
2023-08-17 10:03:28 -05:00

5 lines
89 B
YAML

---
features:
- |
Add the ``--flavor-id`` option to the ``router create`` command.