Skip to content

Commit

Permalink
fix: remove nova az reference (#625)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull authored Dec 17, 2024
1 parent 35aac09 commit 5e61f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/openstack-neutron-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following commands are examples of creating several different network types.

``` shell
openstack --os-cloud default network create --share \
--availability-zone-hint nova \
--availability-zone-hint az1 \
--external \
--provider-network-type flat \
--provider-physical-network physnet1 \
Expand All @@ -31,7 +31,7 @@ openstack --os-cloud default subnet create --subnet-range 172.16.24.0/22 \

``` shell
openstack --os-cloud default network create --share \
--availability-zone-hint nova \
--availability-zone-hint az1 \
--external \
--provider-segment 404 \
--provider-network-type vlan \
Expand Down

0 comments on commit 5e61f83

Please sign in to comment.