diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-10-09 14:16:11 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-10-09 14:16:11 +0800 |
commit | 25141db09eb31e6a0dcd167047ab752c19e4a947 (patch) | |
tree | 9104907db4be36e111cebe3132a437ba15ed73b9 | |
parent | aad010c1853deef049cb8c09722aa3783cc45f1b (diff) |
fix version value in dha.yaml
According to ci log
https://build.opnfv.org/ci/job/fuel-deploy-zte-pod3-daily-colorado/38/console,
I modify version value.
Change-Id: I9fc72ed7ff1f56e6f77fbbde05c9d92dc45a5e50
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
-rw-r--r-- | labs/zte/pod3/fuel/config/dha.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labs/zte/pod3/fuel/config/dha.yaml b/labs/zte/pod3/fuel/config/dha.yaml index 136cfda..470d183 100644 --- a/labs/zte/pod3/fuel/config/dha.yaml +++ b/labs/zte/pod3/fuel/config/dha.yaml @@ -9,7 +9,7 @@ dha-pod-config-metadata: title: Deployment Hardware Adapter (DHA) for ZTE POD3 - version: 0.1 + version: 0.0.3 created: Jul 16 2016 comment: Default Fuel9 version |