[GATE UNBLOCKER] Lock CPU map script to a release

The CPU map script from devstack has been removed upstream.
This needs to be locked down to ensure we're not using the head
of master when depending on this script.

Upstream commit where the script was removed: [0].

To stablize the gate the script has been locked down using the a
SHA from the "stable/liberty" branch within upstream "devstack/tools" [1].

[0] - 214459cdf7
[1] - http://git.openstack.org/cgit/openstack-dev/devstack/plain/tools/cpu_map_update.py?h=d5b4ac741c28930c6749497af8e8a38ccb59893c

Change-Id: I0d55e799e4b4caff502438747fc65729dcaefd7e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit 08ae3501d8)
This commit is contained in:
Kevin Carter 2016-06-04 08:43:10 -05:00 committed by Kevin Carter (cloudnull)
parent 56c78a9323
commit 0bbee00c5f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
- name: Download LibVirt CPU map configuration script
get_url:
url: "http://git.openstack.org/cgit/openstack-dev/devstack/plain/tools/cpu_map_update.py"
url: "http://git.openstack.org/cgit/openstack-dev/devstack/plain/tools/cpu_map_update.py?h=d5b4ac741c28930c6749497af8e8a38ccb59893c"
dest: /openstack/cpu_map_update.py
validate_certs: yes
mode: 755