use correct user

This commit is contained in:
Miroslav Suchý 2014-09-18 07:52:33 +00:00
parent 0368633b7b
commit 292a98d737

View file

@ -421,7 +421,7 @@
- name: Connect router's interface to the scratch-subnet
neutron_router_interface:
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
tenant_name=transient
tenant_name=scratch
router_name="ext-to-scratch"
subnet_name="scratch-subnet"