From f10e214608e64139ca742a8edb804313827e0d3c Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Tue, 8 Oct 2019 11:47:23 -0600 Subject: [PATCH] builder-extra-args has been removed this option has been removed from src python-tripleoclient/src/branch/master/tripleoclient/v1/overcloud_image.py Change-Id: I31d727d659bb8549afae2d824e0648df50c4bff2 --- deploy-guide/source/deployment/build_single_image.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/deploy-guide/source/deployment/build_single_image.rst b/deploy-guide/source/deployment/build_single_image.rst index 0718f308..7191f6e6 100644 --- a/deploy-guide/source/deployment/build_single_image.rst +++ b/deploy-guide/source/deployment/build_single_image.rst @@ -10,16 +10,6 @@ one of them. Use the following commands if you want to do it:: If the target image exist, this commands ends silently. Make sure to delete a previous version of the image to run the command as you expect. -Moreover, you can build the image with an extra element of your choice using the -``--builder-extra-args`` argument:: - - openstack overcloud image build --type overcloud-full \ - --builder-extra-args overcloud-network-midonet - -.. note:: - Make sure the element is available in the ``$ELEMENTS_PATH`` environment - variable - Uploading the New Single Image ------------------------------