diff options
author | Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> | 2016-08-18 11:12:45 +0200 |
---|---|---|
committer | Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> | 2016-08-19 15:15:52 +0200 |
commit | b50a7a8c4d2f4a1e63b7dce077f9d3f726661a15 (patch) | |
tree | 737009160a3c15e404cc5891f3b3e253378e954b /tools | |
parent | 33355d51be256b7fde1fef42851296c803cc83c1 (diff) |
Fetch Kingbird with a fixed 0.2.1 tag
In order to ensure that the Colorado release we should work with a fixed
version of Kingbird to avoid uncertainties.
Change-Id: Ida9e72d639c81e2e43ecaf48fd8461ec6912677a
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kingbird/install_kingbird.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kingbird/install_kingbird.sh b/tools/kingbird/install_kingbird.sh index 25d9b88..96f13c3 100644 --- a/tools/kingbird/install_kingbird.sh +++ b/tools/kingbird/install_kingbird.sh @@ -118,6 +118,7 @@ rm -rf kingbird/ #Setup Kingbird git clone https://github.com/openstack/kingbird.git && cd kingbird/ +git checkout tags/0.2.1 -b colorado pip install -r requirements.txt pip install --force-reinstall -U . |