Add DIB_REPOREF_requirements when building images using a specific branch

When using a specific branch of ironic-python-agent for building
ironic images, we need to specefiy also the openstack/requirements
branch:

Change-Id: I259b5644150fe78018e2e0a6a4d719b973ab462f
This commit is contained in:
waleed mousa 2020-03-29 18:28:19 +00:00
parent 0f20afb478
commit 075cf46faf
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ To use a specific branch of ironic-python-agent, use:
.. code-block:: bash .. code-block:: bash
export DIB_REPOREF_ironic_python_agent=origin/stable/queens export DIB_REPOREF_ironic_python_agent=origin/stable/queens
export DIB_REPOREF_requirements=origin/stable/queens
To build image for architectures other than amd64, you can either set the To build image for architectures other than amd64, you can either set the
``ARCH`` environment variable or use ``-a`` to specify the target ``ARCH`` environment variable or use ``-a`` to specify the target