Assign docker-volume-size to baymodel in document

At this time, `magnum bay-create` is failed if user follows dev quickstart.
Because cinder volume creation is failed. This change fixes it.

Change-Id: I4d9141f46870ab59555cd0b7ee0f3fa3c1fa5b55
Closes-Bug: #1432983
This commit is contained in:
OTSUKA, Yuanying 2015-03-17 17:07:52 +09:00
parent cc16bed882
commit 1dc6991197
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.::