diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-06 18:13:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-06 18:13:39 +0000 |
commit | d1b98c7cc72f6cc112052bdbf2d8c0ab2a6e77c3 (patch) | |
tree | e51a062a3339c064a25e8edd4bb75043a13a5aaa /environments | |
parent | 5124693c0e2ce39ac5cadb79f42c7dd36d7041f8 (diff) | |
parent | d892301527effe78e8598889cd5f902a9dfedd61 (diff) |
Merge "Add missing reference to ExternalPort for DVR"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-ovs-dvr.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/environments/neutron-ovs-dvr.yaml b/environments/neutron-ovs-dvr.yaml index f60edb01..b658d3a5 100644 --- a/environments/neutron-ovs-dvr.yaml +++ b/environments/neutron-ovs-dvr.yaml @@ -9,6 +9,13 @@ resource_registry: # connected to a physical network. OS::TripleO::Compute::Net::SoftwareConfig: ../net-config-bridge.yaml + # DVR requires a port on the external network for each compute node. + # This will usually match the one currently in use for + # OS::TripleO::Controller::Ports::ExternalPort. + # Please review your network configuration before deploying to ensure that + # this is appropriate. + OS::TripleO::Compute::Ports::ExternalPort: ../network/ports/noop.yaml + parameter_defaults: # DVR requires that the L2 population feature is enabled |