Remove erroneous netmask from floating IP defaults
This commit is contained in:
parent
103e9fe147
commit
e15e2dfaab
|
@ -101,11 +101,11 @@ pvc_routers:
|
|||
pvc_cluster_device: "eth0"
|
||||
pvc_cluster_domain: "pvc.local"
|
||||
pvc_cluster_subnet: "10.0.0.0/24"
|
||||
pvc_cluster_floatingip: "10.0.0.251/24"
|
||||
pvc_cluster_floatingip: "10.0.0.251"
|
||||
pvc_storage_device: "eth1"
|
||||
pvc_storage_domain: "pvc.storage"
|
||||
pvc_storage_subnet: "10.0.1.0/24"
|
||||
pvc_storage_floatingip: "10.0.1.251/24"
|
||||
pvc_storage_floatingip: "10.0.1.251"
|
||||
pvc_upstream_device: "eth2"
|
||||
pvc_upstream_domain: ""
|
||||
pvc_upstream_subnet: ""
|
||||
|
|
Loading…
Reference in New Issue