diff options
author | Brent Eagles <beagles@redhat.com> | 2016-08-30 17:49:17 -0230 |
---|---|---|
committer | Brent Eagles <beagles@redhat.com> | 2016-08-31 18:16:01 -0230 |
commit | d892301527effe78e8598889cd5f902a9dfedd61 (patch) | |
tree | eac9b0b1375d62c3c3f2099a67599ef66fff83ee /environments | |
parent | e774cb35d5a0658de7595839b0c54c4181181798 (diff) |
Add missing reference to ExternalPort for DVR
Neutron DVR requires the OS::TripleO::Compute::Ports::ExternalPort to be
set to a valid port on the external network.
Change-Id: I46b96dba3e264e0e79f7f0cea83b0f66775d6d2a
Closes-Bug: 1618611
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 223c2531..107495c6 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 |