Correct bad address in pvcd.yaml
This commit is contained in:
parent
744e3d0988
commit
4a17a9918a
|
@ -26,9 +26,9 @@ pvc:
|
||||||
floating_ip: {{ pvc_storage_floatingip }}/{{ pvc_storage_netmask }}
|
floating_ip: {{ pvc_storage_floatingip }}/{{ pvc_storage_netmask }}
|
||||||
upstream:
|
upstream:
|
||||||
domain: {{ pvc_upstream_domain }}
|
domain: {{ pvc_upstream_domain }}
|
||||||
network: {{ pvc_upstream_subnet }}
|
network: {{ pvc_upstream_subnet }}/{{ pvc_upstream_netmask }}
|
||||||
floating_ip: {{ pvc_upstream_floatingip }}/{{ pvc_upstream_netmask }}
|
floating_ip: {{ pvc_upstream_floatingip }}/{{ pvc_upstream_netmask }}
|
||||||
gateway: {{ pvc_upstream_gatewayip }}/{{ pvc_upstream_netmask }}
|
gateway: {{ pvc_upstream_gatewayip }}
|
||||||
coordinator:
|
coordinator:
|
||||||
dns:
|
dns:
|
||||||
database:
|
database:
|
||||||
|
|
Loading…
Reference in New Issue