openstack-python-openstackc.../openstackclient/network/v2
Doug Goldstein 1f407afe1c
handle 'router create --flavor' option
The '--flavor' option appears in the usage and arglist but is not
actually parsed. The '--flavor-id' option is what is silently parsed.
Since the goal is to allow the name or the id, this adds the '--flavor'
option to being parsed.

Closes-Bug: 2091731
Change-Id: Id83facd3825f472e7d864427699bd072d1c08779
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2025-02-15 14:04:28 -06:00
..
__init__.py Move network stuff to v2 instead of v2_0 2014-07-07 06:08:02 -06:00
address_group.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
address_scope.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
default_security_group_rule.py Bug Fix, Default SG Rule Custom SG 2024-02-23 08:31:25 -08:00
floating_ip.py Handle NotFoundException when listing floating IPs 2024-09-13 11:34:05 +01:00
floating_ip_pool.py network: Replace use of in-tree API client 2024-07-09 18:19:36 +01:00
floating_ip_port_forwarding.py trivial: Remove unnecessary trailing comma 2024-08-29 15:55:39 +01:00
ip_availability.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
l3_conntrack_helper.py pre-commit: Migrate from black to ruff format 2024-08-29 15:55:39 +01:00
local_ip.py Blacken openstackclient.network 2023-05-10 10:51:30 +01:00
local_ip_association.py tests: Enable logging fixture 2023-11-13 17:31:07 +00:00
ndp_proxy.py pre-commit: Migrate from black to ruff format 2024-08-29 15:55:39 +01:00
network.py Add "qinq-vlan" and "no-qinq-vlan" params to the "network create" cmd 2025-02-13 10:10:42 +01:00
network_agent.py pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
network_auto_allocated_topology.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_flavor.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_flavor_profile.py remove project from network flavor profile 2024-10-16 10:19:59 +03:30
network_meter.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_meter_rule.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_qos_policy.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_qos_rule.py pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
network_qos_rule_type.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_rbac.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_segment.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_segment_range.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_service_provider.py Fix pep issue in the network service provider 2023-04-20 11:15:37 +02:00
network_trunk.py pre-commit: Migrate from black to ruff format 2024-08-29 15:55:39 +01:00
port.py Get "security_groups" when port list 2025-01-21 18:51:32 +00:00
router.py handle 'router create --flavor' option 2025-02-15 14:04:28 -06:00
security_group.py network: Replace use of in-tree API client 2024-07-09 18:19:36 +01:00
security_group_rule.py network: Replace use of in-tree API client 2024-07-09 18:19:36 +01:00
subnet.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
subnet_pool.py trivial: Remove unnecessary trailing comma 2024-08-29 15:55:39 +01:00