OpenStack Release Bot
a741bcea4f
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/xena branch, tests will continue to use the upper-constraints list on master. Change-Id: I5791d335c70eb70af0f5a52190a60bb6da7dc951 |
||
---|---|---|
.. | ||
install.d/octavia-lib-source-install | ||
post-install.d | ||
element-deps | ||
README.rst | ||
source-repository-octavia-lib |
Element to install octavia-lib from a Git source.
This element allows octavia-lib installs from an arbitraty Git repository. This is especially useful for development environments.
By default, octavia-lib is installed from upstream master branch or from an upstream stable branch for OpenStack release series.
To install from an alternative Git location, define the following:
DIB_REPOLOCATION_octavia_lib=<path/to/octavia-lib>
DIB_REPOREF_octavia_lib=<branch or ref>
If you wish to build an image using code from a Gerrit review, you
can set DIB_REPOLOCATION_octavia_lib
and
DIB_REPOREF_octavia_lib
to the values given by Gerrit in
the fetch/pull section of a review. For example, installing octavia-lib
with change 744519 at patchset 2:
DIB_REPOLOCATION_octavia_lib=https://review.opendev.org/openstack/octavia-lib
DIB_REPOREF_octavia_lib=refs/changes/19/744519/2