August 2018
Beginner
462 pages
12h 36m
English
To update a subnet in the CLI, use the openstack subnet set and openstack subnet unset commands as follows:
openstack subnet set[--name <name>] [--dhcp | --no-dhcp][--gateway <gateway>][--description <description>] [--tag <tag>][--no-tag][--allocation-pool start=<ip-address>,end=<ip-address>][--no-allocation-pool][--dns-nameserver <dns-nameserver>][--no-dns-nameservers][--host-route destination=<subnet>,gateway=<ip-address>][--no-host-route] [--service-type <service-type>]<subnet>openstack subnet unset[--allocation-pool start=<ip-address>,end=<ip-address>][--dns-nameserver <dns-nameserver>][--host-route destination=<subnet>,gateway=<ip-address>][--service-type <service-type>][--tag <tag> | --all-tag]<subnet> ...
Read now
Unlock full access