Drop id suffix in launch-an-instance guide

Following-up https://review.openstack.org/#/c/396729/

Change-Id: Iaa27ef3bb06c5e577313cf9edba606c40ce88b34
This commit is contained in:
Spyros Trigazis 2016-11-16 09:32:05 +01:00
parent 47ba8da9e8
commit 01eef1c070

View File

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