From bf477f33058a772ee94c2eebfacfc5b070489a00 Mon Sep 17 00:00:00 2001 From: "Kai Qiang Wu(Kennan)" Date: Wed, 24 Jun 2015 05:46:59 +0000 Subject: [PATCH] Not need to use bay uuid As we alreasy support bay name, it is not needed to get bay uuid. Change-Id: I9927b0ed4277e52a965478f83f95b9c47f6d95c4 Closes-Bug: #1468193 --- doc/source/dev/dev-quickstart.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 3a09b5fe1a..0d234f506c 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -355,9 +355,8 @@ to get it's uuid. :: Next we will create a container in this bay. This container will ping the address 8.8.8.8 four times. :: - $ BAY_UUID=$(magnum bay-list | awk '/ swarmbay /{print $2}') $ magnum container-create --name testcontainer --image cirros\ - --bay $BAY_UUID\ + --bay swarmbay\ --command "ping -c 4 8.8.8.8" +------------+----------------------------------------+ | Property | Value |