mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Added tests for router interface creation in a shared network
Story: 2010012 Change-Id: Ifa6a7e5a799a5bdfb3bbf585436e57cc6eea0811
This commit is contained in:
@@ -115,7 +115,7 @@ EXAMPLES = '''
|
||||
openstack.cloud.port_info:
|
||||
cloud: devstack
|
||||
filters:
|
||||
device_id: "{{ routers[0].router.id }}"
|
||||
device_id: "{{ routers.routers.0.id }}"
|
||||
register: ports
|
||||
|
||||
- name: Show first router's fixed ips
|
||||
|
||||
Reference in New Issue
Block a user