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)
This commit is contained in:
Ben Nemec 2017-01-25 18:46:39 +00:00
parent 738dc7eb84
commit d5fea4ae30
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
crudini
python_ipaddr
openstack_selinux
net_snmp

View File

@ -2,6 +2,7 @@
"default": {
"crudini": "crudini",
"python_ipaddr": "python-ipaddr",
"openstack_selinux": "openstack-selinux"
"openstack_selinux": "openstack-selinux",
"net_snmp": "net-snmp"
}
}