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:
@@ -2,3 +2,4 @@ crudini
|
||||
docker
|
||||
python_ipaddr
|
||||
openstack_selinux
|
||||
net_snmp
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"crudini": "crudini",
|
||||
"docker": "docker",
|
||||
"python_ipaddr": "python-ipaddr",
|
||||
"openstack_selinux": "openstack-selinux"
|
||||
"openstack_selinux": "openstack-selinux",
|
||||
"net_snmp": "net-snmp"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user