Skip to content

Commit

Permalink
CPU Hot plug/unplug: i18n changes
Browse files Browse the repository at this point in the history
This patch adds new i18n messages to be used by the new
CPU Hotplug backend.

Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
  • Loading branch information
danielhb authored and alinefm committed Nov 24, 2016
1 parent 66da0a5 commit 2943a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@
"KCHCPUINF0008E": _("Parameter 'cpu_info' expects an object with fields among: 'vcpus', 'maxvcpus', 'topology'."),
"KCHCPUINF0009E": _("Parameter 'topology' expects an object with fields among: 'sockets', 'cores', 'threads'."),

"KCHCPUHOTP0001E": _("Unable to update Max CPU or CPU topology when guest is running."),
"KCHCPUHOTP0002E": _("Unable to hot plug/unplug CPUs. Details: %(err)s"),

"KCHLVMS0001E": _("Invalid volume group name parameter: %(name)s."),

"KCHCONN0001E": _("Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf"),
Expand Down

0 comments on commit 2943a04

Please sign in to comment.