Skip to content
Snippets Groups Projects
Commit 761713dd authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Bump retries in starting nova-libvirt to 5"

parents 08fece9d 88e93237
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
- "nova_compute:/var/lib/nova/" - "nova_compute:/var/lib/nova/"
- "nova_libvirt_qemu:/etc/libvirt/qemu" - "nova_libvirt_qemu:/etc/libvirt/qemu"
register: start_nova_libvirt_container register: start_nova_libvirt_container
# NOTE(Jeffrey4l): retry 1 to remove nova_libvirt container because when # NOTE(Jeffrey4l): retry 5 to remove nova_libvirt container because when
# guests running, nova_libvirt will raise error even though it is removed. # guests running, nova_libvirt will raise error even though it is removed.
retries: 1 retries: 5
until: start_nova_libvirt_container|success until: start_nova_libvirt_container|success
when: inventory_hostname in groups['compute'] when: inventory_hostname in groups['compute']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment