Change MTU Size For Existing Network Using OpenStack CLI/API
Problem
Environment
Procedure
# openstack network set --mtu 8950 [network id ]# curl -s -H "X-Auth-Token: $TOKEN" -H "Content-Type: application/json" -H "Accept: application/json" -X PUT -d '{"network": {"mtu": 8950}}' http://[Management Plane FQDN]:9696/v2.0/networks/[networkid] |jqAdditional Information
# pip show python-openstackclientPreviousNetwork Bound Disk Encryption Using Clevis Client With Platform9 Managed OpenStackNextUsing "Nova Service-Force-Down
Last updated
