August 2018
Beginner
462 pages
12h 36m
English
At times, it may be necessary to update the attributes of a network after it has been created. To update a network, use the openstack network set and openstack network unset commands as follows:
openstack network set[--name <name>][--enable | --disable][--share | --no-share][--description <description][--enable-port-security | --disable-port-security][--external | --internal][--default | --no-default][--qos-policy <qos-policy> | --no-qos-policy][--tag <tag>] [--no-tag]<network>openstack network unset[--tag <tag> | --all-tag]<network>
The --name arguments can be used to change the name of the network. The ID will remain the same.
The --enable and -disable arguments are used to enable or disable the administrative ...
Read now
Unlock full access