
We install nodepool with `pip install -U` which tries to upgrade all the things including lxml which is now pulled in via shade via keystoneclient. This breaks without the libxml2-dev and libxslt-dev packages even though we were installing python-lxml via a system package. Correct the install problem by adding the lxml build deps and letting pip upgrade it. Change-Id: I7d4fda3955cb0b023a29c8e0d36610b89086ce05
OpenStack Nodepool Module
Overview
Configures Nodepool node.
Description