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
This commit is contained in:
Wes Hayutin 2019-10-08 11:47:23 -06:00
parent 25b24ab724
commit f10e214608
1 changed files with 0 additions and 10 deletions

View File

@ -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
------------------------------