use correct user
This commit is contained in:
parent
0368633b7b
commit
292a98d737
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@
|
||||||
- name: Connect router's interface to the scratch-subnet
|
- name: Connect router's interface to the scratch-subnet
|
||||||
neutron_router_interface:
|
neutron_router_interface:
|
||||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||||
tenant_name=transient
|
tenant_name=scratch
|
||||||
router_name="ext-to-scratch"
|
router_name="ext-to-scratch"
|
||||||
subnet_name="scratch-subnet"
|
subnet_name="scratch-subnet"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue