[Steing Only] Correct ovn_dbs_image heat's parameter.

During the cherry-pick of I1d24dce0ff9c88380e8769593d619a9e4e944e40
it was missed to adapt the heat parameter name from ContainerOvnDbsImage
into DockerOvnDbsImage.

Related-Bug: #1851669
Change-Id: I27698f273db149ac1aedcf4e1d328c3cc997d284
This commit is contained in:
Jose Luis Franco Arza 2019-11-11 14:08:40 +01:00
parent e4a70940db
commit b686e27a41
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ outputs:
failed_when: false
- name: ovn-dbs image facts
set_fact:
ovn_dbs_image: {get_param: ContainerOvnDbsImage}
ovn_dbs_image: {get_param: DockerOvnDbsImage}
ovn_dbs_image_latest: *ovn_dbs_image_pcmklatest
ovn_dbs_image_current: "{{ovn_dbs_image_current_res.stdout}}"
- name: Temporarily tag the current ovn_dbs image id with the upgraded image name