diff options
author | Bin Yang <Bin.Yang@windriver.com> | 2019-10-28 04:59:35 +0000 |
---|---|---|
committer | Bin Yang <Bin.Yang@windriver.com> | 2019-10-28 04:59:35 +0000 |
commit | d5756506555a797815090501cf42167609f0d9ee (patch) | |
tree | 55022279e80a56e1dec790fe617b672fdca19090 | |
parent | 538ddd1709c6b9afd63422d8d9c559fdba5c2d9d (diff) |
Release the patch to fix python version
lock to python 3.7 to make onappylog work
Issue-ID: MULTICLOUD-866
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: Ib41dc4849d595ee77beda7d107b81b23e3ee1eb7
-rw-r--r-- | releases/container-1.4.3.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/releases/container-1.4.3.yaml b/releases/container-1.4.3.yaml new file mode 100644 index 00000000..e3cf4623 --- /dev/null +++ b/releases/container-1.4.3.yaml @@ -0,0 +1,14 @@ +distribution_type: 'container' +container_release_tag: '1.4.3' +project: 'multicloud-openstack' +log_dir: 'multicloud-openstack-maven-docker-stage-elalto/3/' +ref: 538ddd1709c6b9afd63422d8d9c559fdba5c2d9d +containers: + - name: 'multicloud/openstack-fcaps' + version: '1.4.3' + - name: 'multicloud/openstack-pike' + version: '1.4.3' + - name: 'multicloud/openstack-starlingx' + version: '1.4.3' + - name: 'multicloud/openstack-windriver' + version: '1.4.3' |