From 1dc6991197f43a77b76f7622e2ca07573fc294b4 Mon Sep 17 00:00:00 2001 From: "OTSUKA, Yuanying" Date: Tue, 17 Mar 2015 17:07:52 +0900 Subject: [PATCH] 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 --- doc/source/dev/dev-quickstart.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index c16ce20bd7..80c6ac4b0c 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -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.::