This commit is contained in:
Miroslav Suchý 2015-03-16 10:54:42 +00:00
parent 22b9eb3b0f
commit da36e3b6df

View file

@ -751,6 +751,16 @@
- scratch
- transient
- name: "routing between copr tenants"
neutron_router_gateway:
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
auth_url="https://{{controller_hostname}}:35357/v2.0"
router_name="ext-to-{{item.name}}"
network_name="{{item.target}}"
with_items:
- { name: copr, target: coprdev }
- { name: coprdev, target: copr }
#################
# Security Groups
################