Comment 1 for bug 1832017

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tools (master)

Reviewed: https://review.opendev.org/663983
Committed: https://git.openstack.org/cgit/starlingx/tools/commit/?id=d351bd4b3dec12a86fdb9bdaaa468aeb69e0b735
Submitter: Zuul
Branch: master

commit d351bd4b3dec12a86fdb9bdaaa468aeb69e0b735
Author: Scott Little <email address hidden>
Date: Fri Jun 7 11:39:52 2019 -0400

    build-helm-charts.sh now requires python-yaml

    A recent change, https://review.opendev.org/#/c/662087/ ,
    added 'import yaml' to build-helm-charts.sh. However
    the docker build environmnet does not include python-yaml
    in it's Dockerfile.

    This update adds the missing python-yaml to the Dockerfile

    Change-Id: Ia446bc587efb4b1997008661a4b584183891bb4f
    Closes-Bug: 1832017
    Signed-off-by: Scott Little <email address hidden>