projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da42e02
)
Fixes CPU pinning policy when overriding VNFD EPA
33/10033/1
author
garciaale
<agarcia@whitestack.com>
Wed, 25 Nov 2020 14:06:38 +0000
(11:06 -0300)
committer
garciaale
<agarcia@whitestack.com>
Wed, 25 Nov 2020 14:08:40 +0000
(11:08 -0300)
Change-Id: I058b289abe9be006056e0755aee8fcd002996330
Signed-off-by: garciaale <agarcia@whitestack.com>
osmclient/sol005/vnfd.py
patch
|
blob
|
history
diff --git
a/osmclient/sol005/vnfd.py
b/osmclient/sol005/vnfd.py
index
c7e8e6b
..
9eb18ca
100644
(file)
--- a/
osmclient/sol005/vnfd.py
+++ b/
osmclient/sol005/vnfd.py
@@
-203,7
+203,7
@@
class Vnfd(object):
}
virtual_cpu = {
"pinning": {
- "policy": "
DEDICATED
",
+ "policy": "
static
",
"thread-policy": "PREFER"
}
}