Add libpq-dev to install os_tempest plugins

We were getting errors locally [0] that complained about libpq-dev not
being installed. This was causing os_tempest plugins installations
to fail, snowballing the run.

This commit adds libpq-dev to the ubuntu 16.04 variables so that we
ensure it's installed before we get to that step.

[0] http://cdn.pasteraw.com/1sdkssty5uvgq315hj7g5lvwpm8xyob

Change-Id: I82eb012ac9d3a630e072e6b873419b86fa39333b
(cherry picked from commit 65c9c1d5ec)
This commit is contained in:
Lance Bragstad 2017-02-09 17:34:00 +00:00 committed by Jesse Pretorius (odyssey4me)
parent df25b6a888
commit ef261ee34a
2 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,6 @@
tempest_distro_packages:
- git
- postgresql-devel
- rsync
- which

View File

@ -15,4 +15,5 @@
tempest_distro_packages:
- git-core
- libpq-dev
- rsync