Skip to content

Commit b06ee1a

Browse files
authored
Merge pull request #499 from stackhpc/mn-magnum-docs-fix
fix typo in multinode-magnum docs
2 parents 7abbcf0 + 7e502ff commit b06ee1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Create a cluster:
242242

243243
.. code-block:: bash
244244
245-
openstack coe cluster create --keypair id_rsa --master-count 1 --node-count 1 --floating-ip-enabled test-cluster
245+
openstack coe cluster create --cluster-template test-template --keypair id_rsa --master-count 1 --node-count 1 --floating-ip-enabled test-cluster
246246
247247
This command will take a while to complete. You can monitor the progress with
248248
the following command:

0 commit comments

Comments
 (0)