Merge "ovn migration: Fix neutron server container name"
This commit is contained in:
commit
85e03bd92a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user