January 2018
Intermediate to advanced
398 pages
7h 54m
English
Network attributes can be updated using the openstack network set and openstack network unset commands.
When updating a network, ensure that you are authenticated as an administrator or are the owner of the network. You will need the following details:
For our example, the following will be used:
COOKBOOK_PROVIDER_NETrouter:externalWith the OpenStack client installed on our system, we are now able to update the network with the following command:
openstack network set COOKBOOK_PROVIDER_NET --external
No output is returned.
Networks are updated with the following syntax:
openstack network set NETWORK \ [--share ...
Read now
Unlock full access