From 72c7ea984e0ccc3a77b92370b73df20adf920083 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Fri, 2 Sep 2016 17:05:14 +1000 Subject: Add AggregateInstanceExtraSpecFilter to Scheduler Numa topologies use this filter to associate a pinning spec with a host aggregate. opnfv-tht-pr: 75 Change-Id: If229e0077faa81734f7e93f9e9c652538c7577d5 Signed-off-by: Michael Chapman (cherry picked from commit 5f76e4a2e4edd56527fc3f7966d1745dd0e9cf54) --- ci/PR_revision.log | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/PR_revision.log b/ci/PR_revision.log index d5b5740d..0f8f4b8f 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -34,3 +34,4 @@ 68,Fix neutron host name 69,Fix vpp mount 72,Fix compute node preconfig DPDK +75,Add AggregateInstanceExtraSpecFilter to Scheduler -- cgit 1.2.3-korg 'header'> cgit logo index : kvmfornfv
Grokmirror user
summaryrefslogtreecommitdiffstats
blob: 779abb91df81032e28e0249b0d1947d35ac7d492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68