Add explicit install of net-snmp

Suddenly net-snmp is missing on our mitaka and newton images.  A
dependency must have changed that stopped pulling it in.  Since we
require that package to be installed for the deployment to succeed,
we should install it explicitly.  This will need to be backported
to those stable branches as well.

Change-Id: Ic81a64ae625e7fe208e3cc7f452124724a42d01a
Closes-Bug: 1659384
(cherry picked from commit 688584c435)
(cherry picked from commit d5fea4ae30)
This commit is contained in:
Ben Nemec 2017-01-25 18:46:39 +00:00
parent a6a34d8658
commit 4dd3540c6a
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
python_ipaddr
net_snmp

View File

@ -1,5 +1,6 @@
{
"default": {
"python_ipaddr": "python-ipaddr"
"python_ipaddr": "python-ipaddr",
"net_snmp": "net-snmp"
}
}