Merge "Drop id suffix in launch-an-instance guide"

This commit is contained in:
Jenkins 2016-11-16 16:46:55 +00:00 committed by Gerrit Code Review
commit a02f66ae69
1 changed files with 5 additions and 5 deletions

View File

@ -88,12 +88,12 @@ and one node. Then, using docker's native API you will create a container.
.. code-block:: console
$ magnum cluster-template-create --name swarm-cluster-template \
--image-id fedora-atomic-latest \
--keypair-id mykey \
--external-network-id public \
--image fedora-atomic-latest \
--keypair mykey \
--external-network public \
--dns-nameserver 8.8.8.8 \
--master-flavor-id m1.small \
--flavor-id m1.small \
--master-flavor m1.small \
--flavor m1.small \
--coe swarm
+-----------------------+--------------------------------------+
| Property | Value |