From 4d25311f978a004c926e6c175f67c4b1832ab92a Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 23 Aug 2017 16:06:57 +0100 Subject: [PATCH] Update development guide to include pulling container images This is an alternative to building them locally. --- doc/source/development.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/source/development.rst b/doc/source/development.rst index 2c13c7249..977637c11 100644 --- a/doc/source/development.rst +++ b/doc/source/development.rst @@ -68,10 +68,17 @@ Run the host configuration command again to completion:: kayobe overcloud host configure -Build container images:: +At this point, container images must be acquired. They can either be built +locally or pulled from an image repository if appropriate images are available. + +Either build container images:: kayobe overcloud container image build +Or pull container images:: + + kayobe overcloud container image pull + Deploy the control plane services:: kayobe overcloud service deploy