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

View File

@ -2,3 +2,4 @@ crudini
docker
python_ipaddr
openstack_selinux
net_snmp

View File

@ -3,6 +3,7 @@
"crudini": "crudini",
"docker": "docker",
"python_ipaddr": "python-ipaddr",
"openstack_selinux": "openstack-selinux"
"openstack_selinux": "openstack-selinux",
"net_snmp": "net-snmp"
}
}