Merge "ovn migration: Fix neutron server container name"

This commit is contained in:
Zuul 2020-09-17 00:26:23 +00:00 committed by Gerrit Code Review
commit 85e03bd92a

View File

@ -1,7 +1,7 @@
---
- name: Get the neutron container ID
shell:
podman ps --filter "name=neutron-server-ovn" --format {% raw %}"{{.ID}}"{% endraw %}
podman ps --filter "name=neutron_api" --format {% raw %}"{{.ID}}"{% endraw %}
register: neutron_id
- name: Sync neutron db with OVN db (container) - Run 1