Merge "Assign docker-volume-size to baymodel in document"

This commit is contained in:
Jenkins 2015-03-17 14:00:56 +00:00 committed by Gerrit Code Review
commit fa21538f39
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ Magnum in which way to construct a bay.::
magnum baymodel-create --name testbaymodel --image-id fedora-21-atomic \
--keypair-id testkey \
--external-network-id $NIC_ID \
--dns-nameserver 8.8.8.8 --flavor-id m1.small
--dns-nameserver 8.8.8.8 --flavor-id m1.small \
--docker-volume-size 5
Next create a bay. Use the baymodel UUID as a template for bay creation.
This bay will result in one master kubernetes node and two minion nodes.::