diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-18 10:45:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-18 10:45:56 +0000 |
commit | 3db59dfd57c41bd5b2df4aafcc4b0d9a4ea55675 (patch) | |
tree | d04f106082da375c5697b9769f95f851f0d382a6 | |
parent | 44c3f881027341926224b07de6294633402440fc (diff) | |
parent | 1e606a1edd5226e41bc411e6793a5e4efe8c55f9 (diff) |
Merge "Correct typo in ManagementAllocationPools in network-environment.yaml"
-rw-r--r-- | environments/network-environment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/network-environment.yaml b/environments/network-environment.yaml index b02fc198..796eb806 100644 --- a/environments/network-environment.yaml +++ b/environments/network-environment.yaml @@ -43,7 +43,7 @@ parameter_defaults: ExternalInterfaceDefaultRoute: 10.0.0.1 # Uncomment if using the Management Network (see network-management.yaml) # ManagementNetCidr: 10.0.1.0/24 - # ManagementAllocationPools: [{'start': '10.0.1.10', 'end', '10.0.1.50'}] + # ManagementAllocationPools: [{'start': '10.0.1.10', 'end': '10.0.1.50'}] # Use either this parameter or ControlPlaneDefaultRoute in the NIC templates # ManagementInterfaceDefaultRoute: 10.0.1.1 # Define the DNS servers (maximum 2) for the overcloud nodes |