Update git submodules
authorFeng Pan <fpan@redhat.com>
Thu, 1 Nov 2018 16:22:18 +0000 (16:22 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 1 Nov 2018 16:22:18 +0000 (16:22 +0000)
commit740b3547546cd5494517cb33c895287cb42bdf52
tree72175125e744e96be669f86e81ce6a28b5eda35e
parent8783900e8752c41eedf980d9f687fa62b9b9c5a4
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes Docker image upload for master/rocky"
  - Fixes Docker image upload for master/rocky

    The API has changed to create/upload the docker container images to be
    used for deployment. In the past the prepare commands would read the THT
    environment files passed, to determine which docker images to render
    into an environment file. The new behavior uses a new
    "containers-prepare-parameter.yaml" format (included in this patch),
    which Apex will now configure for deployment. By default docker images
    will be rendered for all TripleO services identified in the
    roles_data.yaml file. Therefore we must use several excludes patterns to
    only pull the docker images needed for a default deployment.

    JIRA: APEX-642

    Change-Id: Iab00fcb874554bb98540dc9a4c3051e58ea68a3b
Signed-off-by: Tim Rozet <trozet@redhat.com>
docs/submodules/apex