try this
This commit is contained in:
parent
00f246d967
commit
9be513ab99
1 changed files with 2 additions and 2 deletions
|
@ -681,7 +681,7 @@
|
|||
name=copr-subnet
|
||||
cidr=172.30.0.1/12
|
||||
gateway_ip=172.30.0.1
|
||||
dns_nameservers=66.35.62.163,140.211.169.201
|
||||
dns_nameservers="66.35.62.163,140.211.169.201"
|
||||
register: COPR_SUBNET_ID
|
||||
- name: Connect router's interface to the copr-subnet
|
||||
neutron_router_interface:
|
||||
|
@ -798,7 +798,7 @@
|
|||
name=transient-subnet
|
||||
cidr=172.28.0.1/12
|
||||
gateway_ip=172.28.0.1
|
||||
dns_nameservers=66.35.62.163,140.211.169.201
|
||||
dns_nameservers="66.35.62.163,140.211.169.201"
|
||||
register: TRANSIENT_SUBNET_ID
|
||||
- name: Connect router's interface to the transient-subnet
|
||||
neutron_router_interface:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue