From 4b874d41c770d0730496e27af53dea5a22414a35 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 30 Jun 2017 16:06:31 +0530 Subject: [PATCH] Fix versioning for the DCAE config properties Fix versioning for the properties in the DCAE config fie. Change-Id: Ia80ae22839decb37b3ee4f7b0ba2f8558ff0f8cf Signed-off-by: subhash kumar singh --- heat/OpenECOMP/onap_openstack_float.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/heat/OpenECOMP/onap_openstack_float.env b/heat/OpenECOMP/onap_openstack_float.env index 4c2fbeed..40d06c99 100644 --- a/heat/OpenECOMP/onap_openstack_float.env +++ b/heat/OpenECOMP/onap_openstack_float.env @@ -42,9 +42,9 @@ parameters: artifacts_version: 1.1.0-SNAPSHOT - docker_version: 1.0-STAGING-latest + docker_version: 1.1-STAGING-latest - gerrit_branch: release-1.0.0 + gerrit_branch: master openstack_tenant_id: PUT YOUR OPENSTACK PROJECT ID HERE @@ -134,4 +134,4 @@ parameters: gitlab_branch: master - dcae_code_version: 1.0.0 \ No newline at end of file + dcae_code_version: 1.1.0 -- 2.16.6