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
This commit is contained in:
parent
293008e487
commit
65c9c1d5ec
@ -15,5 +15,6 @@
|
|||||||
|
|
||||||
tempest_distro_packages:
|
tempest_distro_packages:
|
||||||
- git
|
- git
|
||||||
|
- postgresql-devel
|
||||||
- rsync
|
- rsync
|
||||||
- which
|
- which
|
||||||
|
@ -15,4 +15,5 @@
|
|||||||
|
|
||||||
tempest_distro_packages:
|
tempest_distro_packages:
|
||||||
- git-core
|
- git-core
|
||||||
|
- libpq-dev
|
||||||
- rsync
|
- rsync
|
||||||
|
Loading…
Reference in New Issue
Block a user