docs: Fix typo in openstack create subnet command

The flag to use the default subnet pool when creating a subnet is
--use-default-subnet-pool and not --use-default-subnetpool.

Change-Id: I276155149571ed377d7a8aa0d4d9594f96ae4641
This commit is contained in:
Sebastian Lohff 2024-11-14 18:22:55 +01:00
parent 7f949975c2
commit 3409016f6e

View File

@ -103,8 +103,8 @@ address family can be marked default.
$ openstack subnet pool set --default 74348864-f8bf-4fc0-ab03-81229d189467
If there is a default, it can be requested by passing
``--use-default-subnetpool`` instead of
``--subnet-pool SUBNETPOOL``.
``--use-default-subnet-pool`` instead of
``--subnet-pool SUBNETPOOL`` when creating a subnet.
Demo
----