From 5e61f831b1bb5a157352a11751386a2f14452f4e Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 17 Dec 2024 08:19:47 -0600 Subject: [PATCH] fix: remove nova az reference (#625) Signed-off-by: Kevin Carter --- docs/openstack-neutron-networks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openstack-neutron-networks.md b/docs/openstack-neutron-networks.md index 0f5a419b..4502386f 100644 --- a/docs/openstack-neutron-networks.md +++ b/docs/openstack-neutron-networks.md @@ -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 \ @@ -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 \