Merge "[devstack] Stop installing jq, we're not using it in tests any more"

This commit is contained in:
Jenkins 2017-01-31 12:48:22 +00:00 committed by Gerrit Code Review
commit 97b33e75a9
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ function inspector_iniset {
function install_inspector {
setup_develop $IRONIC_INSPECTOR_DIR
# NOTE(dtantsur): required for tests
install_package jq
}
function install_inspector_dhcp {