diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-06-30 16:06:31 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-06-30 16:06:31 +0530 |
commit | 4b874d41c770d0730496e27af53dea5a22414a35 (patch) | |
tree | 8f04c0c29a946e811223fcfcc213459c9fc7aa02 | |
parent | 408e5ba68e74c9c8fe642f6b06a5581a6761a344 (diff) |
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 <subhash.kumar.singh@huawei.com>
-rw-r--r-- | heat/OpenECOMP/onap_openstack_float.env | 6 |
1 files 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 |