From 67236c9fadb0f264f72afe7a784481194b0c17d8 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 21 Jun 2019 15:56:09 +0000 Subject: [PATCH] Update git submodules * Update ansible-role-tripleo-modify-image from branch 'master' - Merge "Allow devs to modify images with Python directories" - Allow devs to modify images with Python directories This will allow dev to update their container images from a local Python directory, example in /home/joe/git/openstack/heat. The new parameter python_dir is a list of directories. To use it, your playbook must be like: - hosts: localhost connection: local tasks: - name: dev install heat-api import_role: name: tripleo-modify-image vars: tasks_from: dev_install.yml source_image: docker.io/tripleomaster/centos-binary-heat-api:current-tripleo modified_append_tag: -devel python_dir: - /home/joe/git/openstack/heat Change-Id: I182c3fa58dc9af870e0da9f51ae1e22aa90d03e5 --- ansible-role-tripleo-modify-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-tripleo-modify-image b/ansible-role-tripleo-modify-image index 6dab9dda02..1415b042f5 160000 --- a/ansible-role-tripleo-modify-image +++ b/ansible-role-tripleo-modify-image @@ -1 +1 @@ -Subproject commit 6dab9dda02a8593404d192178bc7e579655319fc +Subproject commit 1415b042f5e5b0728cb9fabce0396dd7796bf0b2