mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
Introduce an option '--no-fixed-ip' on port create command. If this option is specified and '--fixed-ip' is unspecified, OSC will send a request to neutron with 'fixed_ips' as an empty list, which will create an unaddress neutron port. Note: The use cases of unaddress port was outlined in: https://specs.openstack.org/openstack/neutron-specs/specs/liberty/unaddressed-port.html (dtroyer: add Depends-On for Zuul v3 test) Depends-On: I39e8e49243ab0bda631600715c971c55a34e2fd9 Change-Id: Ibe38598acbbcd0d353c952fc2a6fa67780762151 Closes-Bug: #1717829 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _tag.py | ||
| address_scope.py | ||
| floating_ip.py | ||
| floating_ip_pool.py | ||
| ip_availability.py | ||
| network.py | ||
| network_agent.py | ||
| network_auto_allocated_topology.py | ||
| network_flavor.py | ||
| network_flavor_profile.py | ||
| network_meter.py | ||
| network_meter_rule.py | ||
| network_qos_policy.py | ||
| network_qos_rule.py | ||
| network_qos_rule_type.py | ||
| network_rbac.py | ||
| network_segment.py | ||
| network_service_provider.py | ||
| port.py | ||
| router.py | ||
| security_group.py | ||
| security_group_rule.py | ||
| subnet.py | ||
| subnet_pool.py | ||